/*!
 *  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(/blaze-assets/674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(/blaze-assets/674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/blaze-assets/af7ae505a9eed503f8b8e6982036873e.woff2) format('woff2'), url(/blaze-assets/fee66e712a8a08eef5805a46892932ad.woff) format('woff'), url(/blaze-assets/b06871f281fee6b241d60582ae9369b9.ttf) format('truetype'), url(/blaze-assets/912ec66d7572ff821749319396470bde.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;
}
[class*="block-grid-"]{display:block;margin:-15px;padding:0 .9375rem}[class*="block-grid-"]:before,[class*="block-grid-"]:after{content:" ";display:table}[class*="block-grid-"]:after{clear:both}[class*="block-grid-"]>*{display:inline;padding:15px;height:auto;float:left;list-style:none}.block-grid-xs-1>*{width:100%}.block-grid-xs-1>*:nth-of-type(n){clear:none}.block-grid-xs-1>*:nth-of-type(1n+1){clear:both}.block-grid-xs-2>*{width:50%}.block-grid-xs-2>*:nth-of-type(n){clear:none}.block-grid-xs-2>*:nth-of-type(2n+1){clear:both}.block-grid-xs-3>*{width:33.333333333333336%}.block-grid-xs-3>*:nth-of-type(n){clear:none}.block-grid-xs-3>*:nth-of-type(3n+1){clear:both}.block-grid-xs-4>*{width:25%}.block-grid-xs-4>*:nth-of-type(n){clear:none}.block-grid-xs-4>*:nth-of-type(4n+1){clear:both}.block-grid-xs-5>*{width:20%}.block-grid-xs-5>*:nth-of-type(n){clear:none}.block-grid-xs-5>*:nth-of-type(5n+1){clear:both}.block-grid-xs-6>*{width:16.666666666666668%}.block-grid-xs-6>*:nth-of-type(n){clear:none}.block-grid-xs-6>*:nth-of-type(6n+1){clear:both}.block-grid-xs-7>*{width:14.285714285714286%}.block-grid-xs-7>*:nth-of-type(n){clear:none}.block-grid-xs-7>*:nth-of-type(7n+1){clear:both}.block-grid-xs-8>*{width:12.5%}.block-grid-xs-8>*:nth-of-type(n){clear:none}.block-grid-xs-8>*:nth-of-type(8n+1){clear:both}.block-grid-xs-9>*{width:11.11111111111111%}.block-grid-xs-9>*:nth-of-type(n){clear:none}.block-grid-xs-9>*:nth-of-type(9n+1){clear:both}.block-grid-xs-10>*{width:10%}.block-grid-xs-10>*:nth-of-type(n){clear:none}.block-grid-xs-10>*:nth-of-type(10n+1){clear:both}.block-grid-xs-11>*{width:9.090909090909092%}.block-grid-xs-11>*:nth-of-type(n){clear:none}.block-grid-xs-11>*:nth-of-type(11n+1){clear:both}.block-grid-xs-12>*{width:8.333333333333334%}.block-grid-xs-12>*:nth-of-type(n){clear:none}.block-grid-xs-12>*:nth-of-type(12n+1){clear:both}@media (min-width: 768px){.block-grid-sm-1>*{width:100%}.block-grid-sm-1>*:nth-of-type(n){clear:none}.block-grid-sm-1>*:nth-of-type(1n+1){clear:both}.block-grid-sm-2>*{width:50%}.block-grid-sm-2>*:nth-of-type(n){clear:none}.block-grid-sm-2>*:nth-of-type(2n+1){clear:both}.block-grid-sm-3>*{width:33.333333333333336%}.block-grid-sm-3>*:nth-of-type(n){clear:none}.block-grid-sm-3>*:nth-of-type(3n+1){clear:both}.block-grid-sm-4>*{width:25%}.block-grid-sm-4>*:nth-of-type(n){clear:none}.block-grid-sm-4>*:nth-of-type(4n+1){clear:both}.block-grid-sm-5>*{width:20%}.block-grid-sm-5>*:nth-of-type(n){clear:none}.block-grid-sm-5>*:nth-of-type(5n+1){clear:both}.block-grid-sm-6>*{width:16.666666666666668%}.block-grid-sm-6>*:nth-of-type(n){clear:none}.block-grid-sm-6>*:nth-of-type(6n+1){clear:both}.block-grid-sm-7>*{width:14.285714285714286%}.block-grid-sm-7>*:nth-of-type(n){clear:none}.block-grid-sm-7>*:nth-of-type(7n+1){clear:both}.block-grid-sm-8>*{width:12.5%}.block-grid-sm-8>*:nth-of-type(n){clear:none}.block-grid-sm-8>*:nth-of-type(8n+1){clear:both}.block-grid-sm-9>*{width:11.11111111111111%}.block-grid-sm-9>*:nth-of-type(n){clear:none}.block-grid-sm-9>*:nth-of-type(9n+1){clear:both}.block-grid-sm-10>*{width:10%}.block-grid-sm-10>*:nth-of-type(n){clear:none}.block-grid-sm-10>*:nth-of-type(10n+1){clear:both}.block-grid-sm-11>*{width:9.090909090909092%}.block-grid-sm-11>*:nth-of-type(n){clear:none}.block-grid-sm-11>*:nth-of-type(11n+1){clear:both}.block-grid-sm-12>*{width:8.333333333333334%}.block-grid-sm-12>*:nth-of-type(n){clear:none}.block-grid-sm-12>*:nth-of-type(12n+1){clear:both}}@media (min-width: 992px){.block-grid-md-1>*{width:100%}.block-grid-md-1>*:nth-of-type(n){clear:none}.block-grid-md-1>*:nth-of-type(1n+1){clear:both}.block-grid-md-2>*{width:50%}.block-grid-md-2>*:nth-of-type(n){clear:none}.block-grid-md-2>*:nth-of-type(2n+1){clear:both}.block-grid-md-3>*{width:33.333333333333336%}.block-grid-md-3>*:nth-of-type(n){clear:none}.block-grid-md-3>*:nth-of-type(3n+1){clear:both}.block-grid-md-4>*{width:25%}.block-grid-md-4>*:nth-of-type(n){clear:none}.block-grid-md-4>*:nth-of-type(4n+1){clear:both}.block-grid-md-5>*{width:20%}.block-grid-md-5>*:nth-of-type(n){clear:none}.block-grid-md-5>*:nth-of-type(5n+1){clear:both}.block-grid-md-6>*{width:16.666666666666668%}.block-grid-md-6>*:nth-of-type(n){clear:none}.block-grid-md-6>*:nth-of-type(6n+1){clear:both}.block-grid-md-7>*{width:14.285714285714286%}.block-grid-md-7>*:nth-of-type(n){clear:none}.block-grid-md-7>*:nth-of-type(7n+1){clear:both}.block-grid-md-8>*{width:12.5%}.block-grid-md-8>*:nth-of-type(n){clear:none}.block-grid-md-8>*:nth-of-type(8n+1){clear:both}.block-grid-md-9>*{width:11.11111111111111%}.block-grid-md-9>*:nth-of-type(n){clear:none}.block-grid-md-9>*:nth-of-type(9n+1){clear:both}.block-grid-md-10>*{width:10%}.block-grid-md-10>*:nth-of-type(n){clear:none}.block-grid-md-10>*:nth-of-type(10n+1){clear:both}.block-grid-md-11>*{width:9.090909090909092%}.block-grid-md-11>*:nth-of-type(n){clear:none}.block-grid-md-11>*:nth-of-type(11n+1){clear:both}.block-grid-md-12>*{width:8.333333333333334%}.block-grid-md-12>*:nth-of-type(n){clear:none}.block-grid-md-12>*:nth-of-type(12n+1){clear:both}}@media (min-width: 1200px){.block-grid-lg-1>*{width:100%}.block-grid-lg-1>*:nth-of-type(n){clear:none}.block-grid-lg-1>*:nth-of-type(1n+1){clear:both}.block-grid-lg-2>*{width:50%}.block-grid-lg-2>*:nth-of-type(n){clear:none}.block-grid-lg-2>*:nth-of-type(2n+1){clear:both}.block-grid-lg-3>*{width:33.333333333333336%}.block-grid-lg-3>*:nth-of-type(n){clear:none}.block-grid-lg-3>*:nth-of-type(3n+1){clear:both}.block-grid-lg-4>*{width:25%}.block-grid-lg-4>*:nth-of-type(n){clear:none}.block-grid-lg-4>*:nth-of-type(4n+1){clear:both}.block-grid-lg-5>*{width:20%}.block-grid-lg-5>*:nth-of-type(n){clear:none}.block-grid-lg-5>*:nth-of-type(5n+1){clear:both}.block-grid-lg-6>*{width:16.666666666666668%}.block-grid-lg-6>*:nth-of-type(n){clear:none}.block-grid-lg-6>*:nth-of-type(6n+1){clear:both}.block-grid-lg-7>*{width:14.285714285714286%}.block-grid-lg-7>*:nth-of-type(n){clear:none}.block-grid-lg-7>*:nth-of-type(7n+1){clear:both}.block-grid-lg-8>*{width:12.5%}.block-grid-lg-8>*:nth-of-type(n){clear:none}.block-grid-lg-8>*:nth-of-type(8n+1){clear:both}.block-grid-lg-9>*{width:11.11111111111111%}.block-grid-lg-9>*:nth-of-type(n){clear:none}.block-grid-lg-9>*:nth-of-type(9n+1){clear:both}.block-grid-lg-10>*{width:10%}.block-grid-lg-10>*:nth-of-type(n){clear:none}.block-grid-lg-10>*:nth-of-type(10n+1){clear:both}.block-grid-lg-11>*{width:9.090909090909092%}.block-grid-lg-11>*:nth-of-type(n){clear:none}.block-grid-lg-11>*:nth-of-type(11n+1){clear:both}.block-grid-lg-12>*{width:8.333333333333334%}.block-grid-lg-12>*:nth-of-type(n){clear:none}.block-grid-lg-12>*:nth-of-type(12n+1){clear:both}}
.tippy-touch{cursor:pointer!important}.tippy-notransition{-webkit-transition:none!important;transition:none!important}.tippy-popper{max-width:400px;-webkit-perspective:800px;perspective:800px;z-index:9999}.tippy-popper.html-template{max-width:96%;max-width:calc(100% - 20px)}.tippy-popper[x-placement^=top] [x-arrow]{position:absolute;width:0;height:0;border-top:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;bottom:-7px}.tippy-popper[x-placement^=top] [x-arrow].arrow-small{border-top:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;bottom:-5px}.tippy-popper[x-placement^=top] [x-arrow].arrow-big{border-top:9px solid #333;border-right:9px solid transparent;border-left:9px solid transparent;bottom:-9px}.tippy-popper[x-placement^=top] [x-circle]{-webkit-transform-origin:0 100%;transform-origin:0 100%}.tippy-popper[x-placement^=top] [x-circle].enter{opacity:1;-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%)}.tippy-popper[x-placement^=top] [x-circle].leave{opacity:0;-webkit-transform:scale(.45) translate(-50%,-100%);transform:scale(.45) translate(-50%,-100%)}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow]{border-top:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-top:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-top:9px solid #fff;border-right:9px solid transparent;border-left:9px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow]{border-top:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-top:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-top:9px solid rgba(0,0,0,.7);border-right:9px solid transparent;border-left:9px solid transparent}.tippy-popper[x-placement^=top] [data-animation=perspective]{-webkit-transform-origin:bottom;transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(-10px) rotateX(0);transform:translateY(-10px) rotateX(0)}.tippy-popper[x-placement^=top] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(90deg);transform:translateY(0) rotateX(90deg)}.tippy-popper[x-placement^=top] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=top] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(-10px) scale(1);transform:translateY(-10px) scale(1)}.tippy-popper[x-placement^=top] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=bottom] [x-arrow]{position:absolute;width:0;height:0;border-bottom:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;top:-7px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small{border-bottom:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;top:-5px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big{border-bottom:9px solid #333;border-right:9px solid transparent;border-left:9px solid transparent;top:-9px}.tippy-popper[x-placement^=bottom] [x-circle]{-webkit-transform-origin:0 -100%;transform-origin:0 -100%}.tippy-popper[x-placement^=bottom] [x-circle].enter{opacity:1;-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%)}.tippy-popper[x-placement^=bottom] [x-circle].leave{opacity:0;-webkit-transform:scale(.45) translate(-50%,5%);transform:scale(.45) translate(-50%,5%)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow]{border-bottom:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-bottom:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-bottom:9px solid #fff;border-right:9px solid transparent;border-left:9px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow]{border-bottom:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-bottom:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-bottom:9px solid rgba(0,0,0,.7);border-right:9px solid transparent;border-left:9px solid transparent}.tippy-popper[x-placement^=bottom] [data-animation=perspective]{-webkit-transform-origin:top;transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(10px) rotateX(0);transform:translateY(10px) rotateX(0)}.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(-90deg);transform:translateY(0) rotateX(-90deg)}.tippy-popper[x-placement^=bottom] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=bottom] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(10px) scale(1);transform:translateY(10px) scale(1)}.tippy-popper[x-placement^=bottom] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=left] [x-arrow]{position:absolute;width:0;height:0;border-left:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;right:-7px;top:50%}.tippy-popper[x-placement^=left] [x-arrow].arrow-small{border-left:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;right:-5px;top:50%}.tippy-popper[x-placement^=left] [x-arrow].arrow-big{border-left:9px solid #333;border-top:9px solid transparent;border-bottom:9px solid transparent;right:-9px;top:50%}.tippy-popper[x-placement^=left] [x-circle]{-webkit-transform-origin:50% 0;transform-origin:50% 0}.tippy-popper[x-placement^=left] [x-circle].enter{opacity:1;-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%)}.tippy-popper[x-placement^=left] [x-circle].leave{opacity:0;-webkit-transform:scale(.45) translate(-50%,-50%);transform:scale(.45) translate(-50%,-50%)}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow]{border-left:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-left:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-left:9px solid #fff;border-top:9px solid transparent;border-bottom:9px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow]{border-left:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-left:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-left:9px solid rgba(0,0,0,.7);border-top:9px solid transparent;border-bottom:9px solid transparent}.tippy-popper[x-placement^=left] [data-animation=perspective]{-webkit-transform-origin:right;transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(-10px) rotateY(0);transform:translateX(-10px) rotateY(0)}.tippy-popper[x-placement^=left] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(-90deg);transform:translateX(0) rotateY(-90deg)}.tippy-popper[x-placement^=left] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=left] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(-10px) scale(1);transform:translateX(-10px) scale(1)}.tippy-popper[x-placement^=left] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper[x-placement^=right] [x-arrow]{position:absolute;width:0;height:0;border-right:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;left:-7px;top:50%}.tippy-popper[x-placement^=right] [x-arrow].arrow-small{border-right:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;left:-5px;top:50%}.tippy-popper[x-placement^=right] [x-arrow].arrow-big{border-right:9px solid #333;border-top:9px solid transparent;border-bottom:9px solid transparent;left:-9px;top:50%}.tippy-popper[x-placement^=right] [x-circle]{-webkit-transform-origin:-50% 0;transform-origin:-50% 0}.tippy-popper[x-placement^=right] [x-circle].enter{opacity:1;-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%)}.tippy-popper[x-placement^=right] [x-circle].leave{opacity:0;-webkit-transform:scale(.45) translate(-50%,-50%);transform:scale(.45) translate(-50%,-50%)}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow]{border-right:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-right:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-right:9px solid #fff;border-top:9px solid transparent;border-bottom:9px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow]{border-right:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-right:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-right:9px solid rgba(0,0,0,.7);border-top:9px solid transparent;border-bottom:9px solid transparent}.tippy-popper[x-placement^=right] [data-animation=perspective]{-webkit-transform-origin:left;transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(10px) rotateY(0);transform:translateX(10px) rotateY(0)}.tippy-popper[x-placement^=right] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(90deg);transform:translateX(0) rotateY(90deg)}.tippy-popper[x-placement^=right] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=right] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(10px) scale(1);transform:translateX(10px) scale(1)}.tippy-popper[x-placement^=right] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper [x-circle]{background-color:#fff}.tippy-popper[data-animatefill]{background-color:transparent}.tippy-popper [x-arrow]{position:absolute;width:0;height:0}.tippy-popper .tippy-tooltip.transparent-theme{background-color:rgba(0,0,0,.7)}.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill]{background-color:transparent}.tippy-popper .tippy-tooltip.light-theme{color:#203d5d;box-shadow:0 4px 20px 4px rgba(0,20,60,.1),0 4px 80px -8px rgba(0,20,60,.2);background-color:#fff}.tippy-popper .tippy-tooltip.light-theme[data-animatefill]{background-color:transparent}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:.95rem;padding:.4rem .8rem;text-align:center;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#333}.tippy-tooltip--small{padding:.25rem .5rem;font-size:.8rem}.tippy-tooltip--big{padding:.6rem 1.2rem;font-size:1.2rem}.tippy-tooltip[data-animatefill]{overflow:hidden;background-color:transparent}.tippy-tooltip[data-inertia]{-webkit-transition-timing-function:cubic-bezier(.53,1,.36,.85);transition-timing-function:cubic-bezier(.53,2,.36,.85)}.tippy-tooltip [x-circle]{position:absolute;will-change:transform;background-color:#333;border-radius:50%;width:120%;width:calc(100% + 2rem);-webkit-transition:all ease-out;transition:all ease-out;left:50%;top:50%;z-index:-1;opacity:0;overflow:hidden}.tippy-tooltip [x-circle]:before{content:"";padding-top:75%;float:left}@media (max-width:450px){.tippy-popper{max-width:96%;max-width:calc(100% - 20px)}}
@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */







html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

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

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

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

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

a {
  color: #62738D;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #434e60;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #FBFBFC;
}

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

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

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
.unset-body-text h1,
.unset-body-text h2,
.unset-body-text h4,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.4;
  color: #313339;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
.unset-body-text h1 small,
.unset-body-text h2 small,
.unset-body-text h4 small,
h5 .small,
.unset-body-text h1 .small,
.unset-body-text h2 .small,
.unset-body-text h4 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #f7f7f7;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.unset-body-text h1,
.unset-body-text h2,
.unset-body-text h4,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
.unset-body-text h1 small,
.unset-body-text h2 small,
.unset-body-text h4 small,
h5 .small,
.unset-body-text h1 .small,
.unset-body-text h2 .small,
.unset-body-text h4 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 28px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.unset-body-text h1,
.unset-body-text h2,
.unset-body-text h4,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 11px;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.text-muted {
  color: #f7f7f7;
}

.text-primary {
  color: #62738D;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #4d5a6f;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #62738D;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #4d5a6f;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #FBFBFC;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #f7f7f7;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 17.5px;
  border-left: 5px solid #FBFBFC;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #f7f7f7;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #FBFBFC;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.6;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #858B88;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

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

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

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

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

.container-fluid:after {
  clear: both;
}

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

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

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

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

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

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

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

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

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

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

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

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

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

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

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

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

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

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

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

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

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

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

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

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

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

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

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

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

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

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

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

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

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

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

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

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

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

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

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

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

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

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

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

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

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

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

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

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

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

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

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

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

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

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

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

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

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

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

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

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

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

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

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

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

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

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #f7f7f7;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #EAEAEF;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #EAEAEF;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #EAEAEF;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #EAEAEF;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #EAEAEF;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #EAEAEF;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: inherit;
  color: #858B88;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #B3B3B3;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #B3B3B3;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(125, 125, 125, 0.12);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #f7f7f7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247, 247, 247, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247, 247, 247, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #FBFBFC;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }

  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 29px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #f3f3f3;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #B3B3B3;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #B3B3B3;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.btn-default:focus,
.btn-default.focus {
  color: #B3B3B3;
  background-color: #dedede;
  border-color: #b7b7b7;
}

.btn-default:hover {
  color: #B3B3B3;
  background-color: #dedede;
  border-color: #d8d8d8;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #B3B3B3;
  background-color: #dedede;
  border-color: #d8d8d8;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #B3B3B3;
  background-color: #cccccc;
  border-color: #b7b7b7;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.btn-default .badge {
  color: #f7f7f7;
  background-color: #B3B3B3;
}

.btn-primary {
  color: #fff;
  background-color: #62738D;
  border-color: #62738D;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #4d5a6f;
  border-color: #2e3642;
}

.btn-primary:hover {
  color: #fff;
  background-color: #4d5a6f;
  border-color: #495669;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4d5a6f;
  border-color: #495669;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #3e495a;
  border-color: #2e3642;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #62738D;
  border-color: #62738D;
}

.btn-primary .badge {
  color: #62738D;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #00A348;
  border-color: #00A348;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #007031;
  border-color: #002410;
}

.btn-success:hover {
  color: #fff;
  background-color: #007031;
  border-color: #00662d;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #007031;
  border-color: #00662d;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #004c22;
  border-color: #002410;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #00A348;
  border-color: #00A348;
}

.btn-success .badge {
  color: #00A348;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #6156BD;
  border-color: #6156BD;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #493fa1;
  border-color: #30296a;
}

.btn-info:hover {
  color: #fff;
  background-color: #493fa1;
  border-color: #463c9a;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #493fa1;
  border-color: #463c9a;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #3e3587;
  border-color: #30296a;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #6156BD;
  border-color: #6156BD;
}

.btn-info .badge {
  color: #6156BD;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #FFAF14;
  border-color: #FFAF14;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #e09400;
  border-color: #946100;
}

.btn-warning:hover {
  color: #fff;
  background-color: #e09400;
  border-color: #d68d00;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e09400;
  border-color: #d68d00;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #bc7c00;
  border-color: #946100;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #FFAF14;
  border-color: #FFAF14;
}

.btn-warning .badge {
  color: #FFAF14;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #faa500;
  border-color: #faa500;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c78300;
  border-color: #7a5000;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c78300;
  border-color: #bc7c00;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c78300;
  border-color: #bc7c00;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #a36b00;
  border-color: #7a5000;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #faa500;
  border-color: #faa500;
}

.btn-danger .badge {
  color: #faa500;
  background-color: #fff;
}

.btn-link {
  color: #62738D;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #434e60;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #f7f7f7;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #FBFBFC;
  border: 1px solid #FBFBFC;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: rgba(125, 125, 125, 0.12);
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #858B88;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #787e7b;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #62738D;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #f7f7f7;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #f7f7f7;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #B3B3B3;
  text-align: center;
  background-color: #FBFBFC;
  border: 1px solid rgba(125, 125, 125, 0.12);
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.nav > li.disabled > a {
  color: #f7f7f7;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #f7f7f7;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #62738D;
}

.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #f7f7f7;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: transparent transparent #f7f7f7;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #B3B3B3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #62738D;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 23px 15px;
  font-size: 18px;
  line-height: 24px;
  height: 70px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 11.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 16px;
  margin-bottom: 16px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 24px;
  margin-bottom: 24px;
}

.navbar-text {
  margin-top: 23px;
  margin-bottom: 23px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #313339;
  background-color: #FBFBFC;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #121712;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #121712;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #313339;
    background-color: #FBFBFC;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #121712;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #313339;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #313339;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: white;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: white;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: white;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "| ";
  padding: 0 5px;
  color: #f7f7f7;
}

.breadcrumb > .active {
  color: #d1d1d1;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #B3B3B3;
  background-color: rgba(125, 125, 125, 0.12);
  border: 1px solid #f7f7f7;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #62738D;
  background-color: #eaeaea;
  border-color: #f7f7f7;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #62738D;
  border-color: #f7f7f7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #f7f7f7;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: rgba(125, 125, 125, 0.12);
  border: 1px solid #f7f7f7;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eaeaea;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #f7f7f7;
  background-color: rgba(125, 125, 125, 0.12);
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #B3B3B3;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgba(18, 23, 18, 0.12);
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: rgba(0, 0, 0, 0.12);
}

.label-primary {
  background-color: #62738D;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #4d5a6f;
}

.label-success {
  background-color: #00A348;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #007031;
}

.label-info {
  background-color: #6156BD;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #493fa1;
}

.label-warning {
  background-color: #FFAF14;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e09400;
}

.label-danger {
  background-color: #faa500;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c78300;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #B3B3B3;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: rgba(125, 125, 125, 0.12);
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #62738D;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #FBFBFC;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #dedee6;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #B3B3B3;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #62738D;
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #62738D;
  border-color: #62738D;
  color: #fff;
}

.alert-success hr {
  border-top-color: #58677e;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #6156BD;
  border-color: #6156BD;
  color: #fff;
}

.alert-info hr {
  border-top-color: #5246b3;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  background-color: #FFAF14;
  border-color: #FFAF14;
  color: #fff;
}

.alert-warning hr {
  border-top-color: #faa500;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #62738D;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #00A348;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #6156BD;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #FFAF14;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #faa500;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #f7f7f7;
  border: 1px solid rgba(125, 125, 125, 0.12);
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
  color: #62738D;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #51617A;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #FBFBFC;
  color: #f7f7f7;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #f7f7f7;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #62738D;
  border-color: #62738D;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #d7dce4;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 24px;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 20px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 15px 10px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 15px 10px;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(125, 125, 125, 0.12);
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 20px;
  padding-right: 20px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #EAEAEF;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 24px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid rgba(125, 125, 125, 0.12);
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid rgba(125, 125, 125, 0.12);
}

.panel-default {
  border-color: rgba(125, 125, 125, 0.12);
}

.panel-default > .panel-heading {
  color: #858B88;
  background-color: #f5f5f5;
  border-color: rgba(125, 125, 125, 0.12);
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(125, 125, 125, 0.12);
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #858B88;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(125, 125, 125, 0.12);
}

.panel-primary {
  border-color: #62738D;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #62738D;
  border-color: #62738D;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #62738D;
}

.panel-primary > .panel-heading .badge {
  color: #62738D;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #62738D;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "ProximaNovaA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #F3F5F7;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #62738D;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #eaedf1;
  border-bottom: 1px solid #dbe1e7;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #62738d;
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #F3F5F7;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #62738d;
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #F3F5F7;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #62738d;
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #F3F5F7;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #62738d;
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #F3F5F7;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

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

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

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

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

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

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

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

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

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

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

@media print {
  .visible-print {
    display: block !important;
  }

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

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

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

@media print {
  .visible-print-block {
    display: block !important;
  }
}

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

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  color: #121712;
}

@font-face {
  font-family: 'ProximaNovaA';
  src: url(/blaze-assets/eefbf9ab9a3056043e836a58bc29952b.eot);
  src: url(/blaze-assets/eefbf9ab9a3056043e836a58bc29952b.eot) format("embedded-opentype"), url(/blaze-assets/7ea2951818b942a928bd457b4bb7861c.woff) format("woff"), url(/blaze-assets/9fdbea5743c8df13d57f9b8225704eeb.ttf) format("truetype"), url(/blaze-assets/2f17cb0dde147b2abd3bc0700d788413.svg) format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaA';
  src: url(/blaze-assets/66f7e5a52cb193d59fb331ebb73842cf.eot);
  src: url(/blaze-assets/66f7e5a52cb193d59fb331ebb73842cf.eot) format("embedded-opentype"), url(/blaze-assets/5ff0684d336c434b03f7a20038bb66b7.woff) format("woff"), url(/blaze-assets/83130bddccb39e6a3807fe0049511944.ttf) format("truetype"), url(/blaze-assets/8cfc0587bd044d7917e7e8dd82882c8e.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaA';
  src: url(/blaze-assets/02f3d09f470f7c73059dd854bc7e8fb2.eot);
  src: url(/blaze-assets/02f3d09f470f7c73059dd854bc7e8fb2.eot) format("embedded-opentype"), url(/blaze-assets/a31e957f922df641d7f936918e60d96b.woff) format("woff"), url(/blaze-assets/1f510f92a0e64ce4e94dcdad703d62e6.ttf) format("truetype"), url(/blaze-assets/c0fb796ffc9b1f64ddc83a37dfb45fbb.svg) format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaA';
  src: url(/blaze-assets/c368a21fb3f53910586c25b13cab8570.eot);
  src: url(/blaze-assets/c368a21fb3f53910586c25b13cab8570.eot) format("embedded-opentype"), url(/blaze-assets/22bf25c902af890959840a2315307907.woff) format("woff"), url(/blaze-assets/ce432bb05282e977998c459353bfd5d7.ttf) format("truetype"), url(/blaze-assets/7b76cff842880169ef91dc59a57dbb73.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
.unset-body-text h1 small,
.unset-body-text h2 small,
.unset-body-text h4 small,
h6 small {
  color: #B3B3B3;
  font-weight: normal;
  font-size: 1em;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
.unset-body-text h1 i,
.unset-body-text h2 i,
.unset-body-text h4 i,
h6 i {
  margin-right: .4em;
  color: #FFAF14;
}

h1 span.pull-right,
h2 span.pull-right,
h3 span.pull-right,
h4 span.pull-right,
h5 span.pull-right,
.unset-body-text h1 span.pull-right,
.unset-body-text h2 span.pull-right,
.unset-body-text h4 span.pull-right,
h6 span.pull-right {
  font-size: 14px;
  font-weight: normal;
  color: #B3B3B3;
  margin-top: 0.5em;
}

h1.underlined,
h2.underlined,
h3.underlined,
h4.underlined,
h5.underlined,
.unset-body-text h1.underlined,
.unset-body-text h2.underlined,
.unset-body-text h4.underlined,
h6.underlined {
  border-bottom: 2px solid #62738D;
  padding-bottom: 4px;
}

h1,
.h1 {
  margin-top: 12px;
  margin-bottom: 24px;
}

p strong,
.p strong {
  color: #313339;
  font-weight: normal;
}

hr {
  margin: 24px 0;
}

.small {
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  color: #EAEAEF;
}

small.even-smaller {
  font-size: 75%;
}

@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 6px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.unset-body-text h1,
.unset-body-text h2,
.unset-body-text h4,
.h5,
h6,
.h6 {
  margin: 0;
  color: #121712;
  font-family: "Neue Haas Unica W01 Heavy", Helvetica, Arial, sans-serif, sans-serif;
  margin: 0 0 10px;
  border: 0;
  padding: 0;
  font-weight: normal;
}

h1,
.h1 {
  font-size: 26px;
  line-height: 30px;
  padding: 0;
  letter-spacing: -0.019em;
  font-weight: normal;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 41px;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 22px;
    line-height: 24px;
  }
}

h2,
.h2 {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: -0.009em;
  font-weight: normal;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 35px;
  }
}

h3,
.h3 {
  letter-spacing: -0.009em;
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
}

@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 26px;
    line-height: 31px;
  }
}

@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 17px;
    line-height: 20px;
  }
}

h4,
.h4 {
  letter-spacing: -0.009em;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif, sans-serif;
  font-weight: normal;
}

@media (min-width: 480px) {
  h4,
  .h4 {
    font-size: 18px;
    line-height: 21px;
  }
}

h5,
.unset-body-text h1,
.unset-body-text h2,
.unset-body-text h4,
.h5 {
  letter-spacing: -0.009em;
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif, sans-serif;
  letter-spacing: -0.006em;
}

h6,
.h6 {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.09em;
  font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
}

h4.underlined {
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEF;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  h4.underlined {
    font-size: 16px;
  }
}

small,
.small {
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #313339;
  line-height: 16px;
  display: block;
}

small.disclaimer {
  font-size: 10px;
  letter-spacing: 0.01em;
  color: #313339;
  line-height: 14px;
}

em {
  font-family: "Neue Haas Unica W01 Hea1492559", Helvetica, Arial, sans-serif;
}

th {
  font-weight: normal;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
}

a:hover,
a:focus,
a:hover {
  color: #008148;
  text-decoration: none;
  outline: 0;
}

a.secondary-link {
  color: #00B4C4;
}

a.secondary-link:hover {
  text-decoration: none;
  color: #008591;
}

.bullet {
  margin-left: 3px;
  margin-right: 4px;
  margin-top: 2px;
  font-size: 10px;
}

strong {
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.intro-desc {
  margin-top: 6px;
  margin-bottom: 11px;
}

.reading-time {
  color: #858B88;
  margin-left: 4px;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.date-published {
  color: #313339;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.floating-title {
  border-bottom: 1px solid #EAEAEF;
  padding-bottom: 9px;
}

.download-link {
  font-weight: 400;
  -webkit-transition: all,.1s,linear;
  -o-transition: all,.1s,linear;
  transition: all,.1s,linear;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-family: inherit;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 13px;
  color: #313339;
}

.download-link:hover,
.download-link:active,
.download-link:focus {
  color: #121712;
}

.download-link .download-link-title {
  box-shadow: inset 0 -2px 0 #313339;
  margin-left: 5px;
  color: #313339;
}

.download-link:hover span,
.download-link:active span,
.download-link:focus span {
  color: #121712;
}

.download-link:hover .download-link-title,
.download-link:active .download-link-title,
.download-link:focus .download-link-title {
  color: #121712;
  text-decoration: none;
  background-color: transparent;
  box-shadow: inset 0 -2px 0 #121712;
}

.body-copy .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.body-copy .embed-container iframe,
.body-copy .embed-container object,
.body-copy .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.body-copy iframe {
  border: 0;
}

.body-copy strong,
.body-copy b {
  font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 21px;
}

@media (min-width: 480px) {
  .body-copy strong,
  .body-copy b {
    font-size: 18px;
    line-height: 27px;
  }
}

.body-copy h1,
.body-copy .h1,
.body-copy h2,
.body-copy .h2,
.body-copy h3,
.body-copy .h3,
.body-copy h4,
.body-copy .h4,
.body-copy h5,
.body-copy .unset-body-text h1,
.unset-body-text
.body-copy h1,
.body-copy .unset-body-text h2,
.unset-body-text
.body-copy h2,
.body-copy .unset-body-text h4,
.unset-body-text
.body-copy h4,
.body-copy .h5 {
  font-size: 18px;
  line-height: 21px;
  font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
  margin: 6px 0 1px 0;
}

@media (min-width: 480px) {
  .body-copy h1,
  .body-copy .h1,
  .body-copy h2,
  .body-copy .h2,
  .body-copy h3,
  .body-copy .h3,
  .body-copy h4,
  .body-copy .h4,
  .body-copy h5,
  .body-copy .unset-body-text h1,
  .unset-body-text
    .body-copy h1,
  .body-copy .unset-body-text h2,
  .unset-body-text
    .body-copy h2,
  .body-copy .unset-body-text h4,
  .unset-body-text
    .body-copy h4,
  .body-copy .h5 {
    font-size: 20px;
    line-height: 27px;
  }
}

.body-copy ul a {
  border-bottom: 0px;
  box-shadow: none;
  color: #62738D;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
}

.body-copy ul a:hover,
.body-copy ul a:focus,
.body-copy ul a:active {
  color: #51617A;
  text-decoration: none;
  background-color: transparent;
}

.body-copy figcaption {
  font-size: 11px;
  line-height: 1.3;
  color: #858B88;
  margin-bottom: 15px;
  margin-top: 3px;
}

.body-copy blockquote {
  padding: 0;
  margin: 0;
  border: 0;
  margin-bottom: 23px;
  font-family: "Neue Haas Unica W01 Hea1492559", Helvetica, Arial, sans-serif;
}

.body-copy blockquote p {
  font-family: "Neue Haas Unica W01 Hea1492559", Helvetica, Arial, sans-serif;
}

.body-copy blockquote:before {
  content: " ";
  display: block;
  border-top: 2px solid #B3B3B3;
  width: 30px;
  margin-bottom: 17px;
  margin-top: 20px;
}

@media (min-width: 480px) {
  .body-copy blockquote:before {
    width: 36px;
    margin-bottom: 21px;
    margin-top: 25px;
  }
}

.body-copy p.section-header {
  font-weight: 700;
  font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  letter-spacing: -0.006em;
}

.body-copy h5,
.body-copy .unset-body-text h1,
.unset-body-text .body-copy h1,
.body-copy .unset-body-text h2,
.unset-body-text .body-copy h2,
.body-copy .unset-body-text h4,
.unset-body-text .body-copy h4,
.body-copy .h5 {
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
}

@media (min-width: 480px) {
  .body-copy h5,
  .body-copy .unset-body-text h1,
  .unset-body-text .body-copy h1,
  .body-copy .unset-body-text h2,
  .unset-body-text .body-copy h2,
  .body-copy .unset-body-text h4,
  .unset-body-text .body-copy h4,
  .body-copy .h5 {
    font-size: 18px;
    line-height: 27px;
  }
}

.body-copy p,
.body-copy .p,
.body-copy li {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 15px;
  color: #313339;
  font-weight: 400;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
}

@media (min-width: 480px) {
  .body-copy p,
  .body-copy .p,
  .body-copy li {
    font-size: 18px;
    line-height: 27px;
  }
}

.body-copy p strong,
.body-copy .p strong,
.body-copy li strong {
  font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: -0.006em;
  color: #121712;
}

.body-copy li {
  margin: 0;
}

.body-copy a {
  box-shadow: inset 0 -2px 0 #62738D;
  color: inherit;
  font-weight: 400;
  -webkit-transition: all,.1s,linear;
  -o-transition: all,.1s,linear;
  transition: all,.1s,linear;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-family: inherit;
}

.body-copy a:hover,
.body-copy a:active,
.body-copy a:focus {
  color: #fff;
  background-color: #62738D;
  text-decoration: none;
}

.body-copy a p,
.body-copy a .p {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 15px;
  color: #313339;
  font-weight: 400;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
}

@media (min-width: 480px) {
  .body-copy a p,
  .body-copy a .p {
    font-size: 18px;
    line-height: 27px;
  }
}

.body-copy a p strong,
.body-copy a p b,
.body-copy a .p strong,
.body-copy a .p b {
  font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: -0.006em;
  color: #121712;
}

.body-copy a a {
  box-shadow: inset 0 -2px 0 #62738D;
  color: inherit;
  font-weight: 400;
  -webkit-transition: all,.1s,linear;
  -o-transition: all,.1s,linear;
  transition: all,.1s,linear;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-family: inherit;
}

.body-copy a a:hover,
.body-copy a a:active,
.body-copy a a:focus {
  color: #fff;
  background-color: #62738D;
  text-decoration: none;
}

ul,
ol {
  font-size: 15px;
  line-height: 21px;
  margin: 0;
  margin-bottom: 20px;
}

ul blockquote,
ol blockquote {
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 15px;
  line-height: 21px;
  margin: 0;
  margin-top: 12px;
}

@media (min-width: 480px) {
  ul blockquote,
  ol blockquote {
    font-size: 18px;
    line-height: 27px;
  }
}

ul blockquote p:first-child,
ol blockquote p:first-child {
  font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.006em;
  color: #121712;
}

ul blockquote a,
ol blockquote a {
  border: 0;
  box-shadow: none;
  border-bottom: 0;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
  color: #62738D;
}

ul blockquote a:hover,
ul blockquote a:focus,
ul blockquote a:active,
ol blockquote a:hover,
ol blockquote a:focus,
ol blockquote a:active {
  color: #51617A;
  background: transparent;
  text-decoration: none;
}

/*==========
 LINK STYLES
===========*/

a {
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
  color: #62738D;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #51617A;
}

a p,
a div {
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
  color: #313339;
}

/*========
 SEO TEXT
=========*/

.unset-body-text {
  margin-top: 18px;
}

.unset-body-text iframe {
  margin: 10px 0;
  border: 0;
}

.unset-body-text .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.unset-body-text .embed-container iframe,
.unset-body-text .embed-container embed,
.unset-body-text .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.unset-body-text h1,
.unset-body-text h2,
.unset-body-text h4 {
  font-size: 15px;
  line-height: 22px;
}

@media (min-width: 480px) {
  .unset-body-text h1,
  .unset-body-text h2,
  .unset-body-text h4 {
    letter-spacing: -.006em;
    font-size: 18px;
    line-height: 27px;
  }
}

.unset-body-text h3 {
  font-size: 31px;
  line-height: 35px;
  font-family: "Neue Haas Unica W01 Heavy", Helvetica, Arial, sans-serif, sans-serif;
}

.unset-body-text ul {
  margin: 15px 0 26px 0;
}

.unset-body-text ul li {
  list-style-type: none;
  line-height: 21px;
}

.unset-body-text ul li:before {
  font-family: FontAwesome;
  content: "\f111";
  float: left;
  width: 1.4em;
  color: #B3B3B3;
  font-size: 10px;
}

.unset-body-text a {
  box-shadow: inset 0 -2px 0 #62738D;
  color: inherit;
  font-weight: 400;
  -webkit-transition: all,.1s,linear;
  -o-transition: all,.1s,linear;
  transition: all,.1s,linear;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-family: inherit;
}

.unset-body-text a:hover,
.unset-body-text a:active,
.unset-body-text a:focus {
  color: #fff;
  background-color: #62738D;
  text-decoration: none;
}

body {
  background: #FBFBFC;
}

.grey-lighter-background {
  background: #f7f7f7;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 25px;
  padding-bottom: 25px;
}

.white-background {
  background: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.unset-body-text-background {
  padding-top: 25px;
  padding-bottom: 25px;
}

.blue-grey-background {
  background: #62738D;
  border-top: 1px solid #4d5a6f;
  border-bottom: 1px solid #4d5a6f;
  padding-top: 25px;
  padding-bottom: 25px;
}

#masthead {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 108px;
}

@media (max-width: 991px) {
  #masthead {
    min-height: 100px;
  }
}

#masthead .container {
  position: relative;
}

#masthead .brand {
  width: 260px;
  margin: 10px 0;
}

@media (max-width: 767px) {
  #masthead .brand {
    width: 220px;
    margin-top: 14px;
  }
}

#masthead .navbar-toggle {
  border-color: rgba(18, 23, 18, 0.12);
  margin: 28px 0 0 0;
}

#masthead .navbar-toggle:hover,
#masthead .navbar-toggle:focus {
  background-color: rgba(18, 23, 18, 0.12);
}

#masthead .navbar-toggle .icon-bar {
  background-color: #fff;
}

#masthead h1 {
  display: block;
  font-size: 24px;
  margin: 30px 15px 0 0;
  text-align: right;
}

#masthead ul {
  position: absolute;
  right: 20px;
  top: -5px;
}

#masthead ul li {
  float: left;
  list-style-type: none;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-left: 15px;
}

#masthead ul li a {
  color: #fff;
}

header ol.breadcrumb {
  margin-bottom: 9px;
  font-size: 12px;
  padding: 0;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

header ol.breadcrumb a {
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  header ol.breadcrumb {
    margin-top: 34px;
  }
}

header .breadcrumb > .active {
  color: #B3B3B3;
}

header .breadcrumb > li + li:before,
header .breadcrumb > li + li:before {
  color: #EAEAEF;
}

header .page-heading {
  background: transparent;
}

header .page-heading h1 {
  margin-bottom: 15px;
}

header .page-heading .h3 {
  font-weight: normal;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
  color: #858B88;
  margin-bottom: 34px;
  margin-top: 3px;
}

header .header-wrapper.no-breadcrumbs ol.breadcrumb {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #masthead .brand {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) {
  #masthead h1 {
    margin-top: 20px;
  }

  #masthead .brand {
    width: 275px;
    margin-top: 32px;
  }
}

#navigation {
  background-color: #fff;
  border-bottom: 1px solid #EAEAEF;
}

#navigation .navbar {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  min-height: 0;
}

#navigation .navbar > .container {
  border-radius: 0;
}

#navigation .navbar .dropdown .caret {
  display: none;
}

#navigation .navbar .dropdown.open > a {
  background-color: #f7f7f7;
  color: #313339;
  border-right-color: #EAEAEF;
}

#navigation .navbar .dropdown.open .dropdown-toggle {
  border-bottom: 1px solid #FBFBFC;
}

@media (max-width: 767px) {
  #navigation .navbar .dropdown.open .dropdown-toggle {
    border-bottom-color: transparent;
  }
}

#navigation .navbar .dropdown > a {
  color: #313339;
}

@media (max-width: 767px) {
  #navigation .navbar .dropdown > a {
    padding-left: 15px;
  }
}

#navigation .navbar .dropdown-menu {
  background-color: #f7f7f7;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-shadow: none;
  z-index: 1010;
}

#navigation .navbar .dropdown-menu strong {
  font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

#navigation .navbar .dropdown-menu strong a {
  font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
}

#navigation .navbar .dropdown-menu a {
  color: #313339;
  transition: all 0.15s ease-in-out;
  text-transform: capitalize;
}

#navigation .navbar .dropdown-menu a:hover {
  color: #858B88;
}

#navigation .navbar .dropdown-menu a .home-loans {
  background: #38bcbb;
  color: #fff;
}

#navigation .navbar .dropdown-menu a .car-loans {
  background: #f25c55;
  color: #fff;
}

#navigation .navbar .dropdown-menu a .credit-cards {
  background: #3399ff;
  color: #fff;
}

#navigation .navbar .dropdown-menu a.menu-img img {
  margin-top: 6px;
}

#navigation .navbar .dropdown-menu ul {
  margin-bottom: 10px;
  list-style: none;
  padding-left: 0;
  font-size: 14px;
}

#navigation .navbar .dropdown-menu ul li {
  padding: 3px 0;
}

#navigation .navbar .dropdown-menu:after {
  display: none;
}

#navigation .navbar .navbar-collapse {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
}

#navigation .navbar .navbar-collapse.collapse .dropdown-menu {
  margin: 0;
}

@media (min-width: 992px) {
  #navigation .navbar .navbar-collapse.collapse .dropdown-menu {
    height: 480px;
  }
}

@media (max-width: 767px) {
  #navigation .navbar .navbar-collapse.collapse .dropdown-menu {
    padding-top: 8px;
  }
}

#navigation .navbar .navbar-nav {
  margin: 0 !important;
  width: 100%;
}

#navigation .navbar-toggle {
  position: absolute;
  top: -95px;
  right: 0;
  background: transparent;
  border-color: rgba(18, 23, 18, 0.12);
}

#navigation .navbar-toggle .icon-bar {
  background-color: #313339;
  height: 5px;
  width: 30px;
  border-radius: 5px;
}

.navbar-nav > li {
  position: static;
  width: 12.5%;
}

@media (max-width: 991px) {
  .navbar-nav > li {
    width: 100%;
  }
}

.navbar-nav > li > a {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  line-height: 1.3;
  height: auto;
  border-right: 1px solid #f7f7f7;
}

@media (max-width: 991px) {
  .navbar-nav > li > a {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 15px;
    font-size: 16px;
    height: auto;
    clear: both;
  }
}

@media (min-width: 992px) {
  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid transparent;
  }
}

.navbar-nav > li:last-child > a {
  border-right: none;
}

.navbar-nav .dropdown.home-loans {
  border-top: 2px solid #38bcbb;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.home-loans {
    border-top: 1px solid #EAEAEF;
  }
}

.navbar-nav .dropdown.home-loans .dropdown-menu {
  border-bottom: 2px solid #38bcbb;
  padding: 20px;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.home-loans .dropdown-menu {
    position: static;
    border-bottom: 1px solid #EAEAEF;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.home-loans.open {
    border-top: 1px solid #38bcbb;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.home-loans.open .dropdown-menu {
    border-bottom: 1px solid #38bcbb;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.home-loans.open + li {
    border-top: none;
  }
}

.navbar-nav .dropdown.personal-loans {
  border-top: 2px solid #7c5cac;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.personal-loans {
    border-top: 1px solid #EAEAEF;
  }
}

.navbar-nav .dropdown.personal-loans .dropdown-menu {
  border-bottom: 2px solid #7c5cac;
  padding: 20px;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.personal-loans .dropdown-menu {
    position: static;
    border-bottom: 1px solid #EAEAEF;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.personal-loans.open {
    border-top: 1px solid #7c5cac;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.personal-loans.open .dropdown-menu {
    border-bottom: 1px solid #7c5cac;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.personal-loans.open + li {
    border-top: none;
  }
}

.navbar-nav .dropdown.car-loans {
  border-top: 2px solid #f25c55;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.car-loans {
    border-top: 1px solid #EAEAEF;
  }
}

.navbar-nav .dropdown.car-loans .dropdown-menu {
  border-bottom: 2px solid #f25c55;
  padding: 20px;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.car-loans .dropdown-menu {
    position: static;
    border-bottom: 1px solid #EAEAEF;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.car-loans.open {
    border-top: 1px solid #f25c55;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.car-loans.open .dropdown-menu {
    border-bottom: 1px solid #f25c55;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.car-loans.open + li {
    border-top: none;
  }
}

.navbar-nav .dropdown.credit-cards {
  border-top: 2px solid #3399ff;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.credit-cards {
    border-top: 1px solid #EAEAEF;
  }
}

.navbar-nav .dropdown.credit-cards .dropdown-menu {
  border-bottom: 2px solid #3399ff;
  padding: 20px;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.credit-cards .dropdown-menu {
    position: static;
    border-bottom: 1px solid #EAEAEF;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.credit-cards.open {
    border-top: 1px solid #3399ff;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.credit-cards.open .dropdown-menu {
    border-bottom: 1px solid #3399ff;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.credit-cards.open + li {
    border-top: none;
  }
}

.navbar-nav .dropdown.banking {
  border-top: 2px solid #ff9933;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.banking {
    border-top: 1px solid #EAEAEF;
  }
}

.navbar-nav .dropdown.banking .dropdown-menu {
  border-bottom: 2px solid #ff9933;
  padding: 20px;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.banking .dropdown-menu {
    position: static;
    border-bottom: 1px solid #EAEAEF;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.banking.open {
    border-top: 1px solid #ff9933;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.banking.open .dropdown-menu {
    border-bottom: 1px solid #ff9933;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.banking.open + li {
    border-top: none;
  }
}

.navbar-nav .dropdown.superannuation {
  border-top: 2px solid #15429c;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.superannuation {
    border-top: 1px solid #EAEAEF;
  }
}

.navbar-nav .dropdown.superannuation .dropdown-menu {
  border-bottom: 2px solid #15429c;
  padding: 20px;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.superannuation .dropdown-menu {
    position: static;
    border-bottom: 1px solid #EAEAEF;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.superannuation.open {
    border-top: 1px solid #15429c;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.superannuation.open .dropdown-menu {
    border-bottom: 1px solid #15429c;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.superannuation.open + li {
    border-top: none;
  }
}

.navbar-nav .dropdown.investment {
  border-top: 2px solid #66cc99;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.investment {
    border-top: 1px solid #EAEAEF;
  }
}

.navbar-nav .dropdown.investment .dropdown-menu {
  border-bottom: 2px solid #66cc99;
  padding: 20px;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.investment .dropdown-menu {
    position: static;
    border-bottom: 1px solid #EAEAEF;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.investment.open {
    border-top: 1px solid #66cc99;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.investment.open .dropdown-menu {
    border-bottom: 1px solid #66cc99;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.investment.open + li {
    border-top: none;
  }
}

.navbar-nav .dropdown.calculators {
  border-top: 2px solid #ffd966;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.calculators {
    border-top: 1px solid #EAEAEF;
  }
}

.navbar-nav .dropdown.calculators .dropdown-menu {
  border-bottom: 2px solid #ffd966;
  padding: 20px;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.calculators .dropdown-menu {
    position: static;
    border-bottom: 1px solid #EAEAEF;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.calculators.open {
    border-top: 1px solid #ffd966;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.calculators.open .dropdown-menu {
    border-bottom: 1px solid #ffd966;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown.calculators.open + li {
    border-top: none;
  }
}

@media (max-width: 991px) {
  .navbar {
    min-height: 0;
  }

  #navigation .navbar .dropdown-menu {
    min-width: 200px;
  }

  #navigation .container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li + li {
    border-top: 1px solid rgba(125, 125, 125, 0.12);
  }

  #navigation .navbar .dropdown-menu {
    border-radius: 0;
  }
}

@media (min-width: 1200px) {
  .navbar .dropdown-menu {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    padding: 5px 10px 10px;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

.ad {
  text-align: right;
}

.ad small {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
}

.ad-leaderboard {
  width: 728px;
}

.ad-leaderboard.ad-leaderboard-bottom {
  margin-left: auto;
  margin-right: auto;
}

.ad-leaderboard.ad-leaderboard-top {
  float: right;
  text-align: left;
}

.ad-leaderboard.ad-leaderboard-top small {
  color: #B3B3B3;
}

aside .ad-container {
  margin-bottom: 20px;
}

footer .ad-container {
  background-color: #fff;
  padding-bottom: 20px;
  padding-top: 20px;
}

.ad-mrec {
  margin: 0 auto 12px;
  width: 300px;
  text-align: center;
}

.ad-minirec {
  float: right;
  margin-bottom: 15px;
  width: 300px;
}

.btn {
  color: #fff;
  font-size: 15px;
  border-radius: 2px;
  -webkit-transition: all,.1s,linear;
  -o-transition: all,.1s,linear;
  transition: all,.1s,linear;
  border: 0;
  font-weight: normal;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
  padding: 10px 18px;
  height: 45px;
  line-height: 1.55;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn-sm,
.btn-group-sm > .btn {
  font-size: 13px;
  height: 34px;
  padding: 6px 14px;
  line-height: 1.55;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 18px;
  height: 45px;
  font-size: 15px;
  line-height: 1.55;
}

.go-to-site-wrapper .floating-go-to-site .btn {
  display: block;
  line-height: 1.6;
}

.btn-default,
a.btn.btn-default {
  background: #EAEAEF;
  color: #313339;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.btn-default:hover,
a.btn.btn-default:hover {
  background: #ccd7cc;
  color: #313339;
}

.btn-primary,
a.btn.btn-primary {
  background: #62738D;
  color: #fff;
  border: 0;
}

.btn-primary:hover,
a.btn.btn-primary:hover {
  color: #fff;
  text-decoration: none;
  background: #51617A;
}

.btn-grey-inverted.btn-default,
a.btn-grey-inverted.btn-default {
  border: 1px solid #62738D;
  color: #62738D;
  background: #fafafe;
  background-image: -webkit-linear-gradient(#fafafe 0%, #fbfbfe 70%);
  background-image: linear-gradient(#fafafe 0%, #fbfbfe 70%);
  border-color: #dee4e9;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04), inset 0 -1px 2px 1px rgba(0, 36, 60, 0.01), inset 0 2px 1px 0 #fff;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
}

.btn-grey-inverted.btn-default:hover,
a.btn-grey-inverted.btn-default:hover {
  background: #62738D;
  border: 1px solid #62738D;
  background-image: none;
  box-shadow: none;
  color: #fff;
}

.btn-outlined-grey,
a.btn-outlined-grey {
  border: 2px solid #313339;
  background: #fff !important;
  color: #313339 !important;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif !important;
}

.btn-outlined-grey:hover,
a.btn-outlined-grey:hover {
  background: #313339 !important;
  color: #fff !important;
  border: 2px solid #313339;
}

.btn-outlined-grey:focus,
a.btn-outlined-grey:focus {
  background: #fff !important;
  color: #313339 !important;
  border-color: #313339 !important;
}

.btn-outlined-grey:focus:hover,
a.btn-outlined-grey:focus:hover {
  background: #313339 !important;
  color: #fff !important;
}

.btn-transparent.btn-default,
a.btn-transparent.btn-default {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
}

.btn-transparent.btn-default:hover,
a.btn-transparent.btn-default:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
}

.btn-outlined-green,
a.btn-outlined-green {
  border: 1px solid #00A348;
  background: transparent;
  color: #fff;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
  transition: all 0.15s ease-in-out;
}

.btn-outlined-green:hover,
a.btn-outlined-green:hover {
  background: #00A348;
  color: #fff;
  border: 1px solid #00A348;
}

fieldset[disabled] .btn {
  background: #EAEAEF;
  opacity: 1;
  color: #B3B3B3;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
}

fieldset[disabled] .btn:hover {
  background: #EAEAEF;
  opacity: 1;
  color: #B3B3B3;
}

.btn-success:link,
.btn-success:visited {
  background-color: #00A348 !important;
  color: #fff !important;
}

.btn-success:active,
.btn-success:hover {
  background-color: #008148 !important;
  color: #fff !important;
}

button:focus {
  outline: 0;
}

.body-copy a.btn {
  box-shadow: none;
  font-weight: normal;
}

.form-group {
  padding: 0;
}

.form-control {
  font-size: 15px;
  height: 45px;
  line-height: 1.4;
  border: 1px solid #EAEAEF;
  box-shadow: none;
  border-radius: 2px;
  padding: 5px 15px 6px 15px;
  color: #313339;
}

.form-control:focus {
  border-color: #EAEAEF;
  outline: 0;
  box-shadow: 0px 0px 5px 0px rgba(18, 23, 18, 0.06);
  background: #FBFBFC;
}

select.form-control {
  -webkit-appearance: none;
}

.input-group-addon {
  padding: 5px 15px 6px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #313339;
  text-align: center;
  background-color: #FBFBFC;
  border: 1px solid #EAEAEF;
  border-radius: 2px;
}

.form-horizontal .control-label {
  padding-top: 0px;
  text-align: right;
  margin-top: 11px;
  line-height: 1.5;
}

label {
  color: #313339;
  font-weight: 400;
  font-size: 15px;
}

/* Style our placeholder text */

::-webkit-input-placeholder {
  color: #B3B3B3 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #B3B3B3 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #B3B3B3 !important;
}

:-ms-input-placeholder {
  color: #B3B3B3 !important;
}

.has-warning .form-control {
  border-color: #CF4128;
}

/* Dropdown styles */

.Dropdown-root {
  position: relative;
  margin: 0;
}

.Dropdown-control {
  position: relative;
  overflow: hidden;
  background-color: white;
  border: 1px solid #EAEAEF;
  border-radius: 2px;
  font-size: 15px;
  box-sizing: border-box;
  color: #313339;
  cursor: default;
  outline: none;
  padding: 10px 15px 11px 15px;
  line-height: 1.4;
  -webkit-transition: all,.1s,linear;
  -o-transition: all,.1s,linear;
  transition: all,.1s,linear;
  height: 45px;
}

.Dropdown-control:hover {
  box-shadow: 0px 0px 5px 0px rgba(18, 23, 18, 0.06);
}

.Dropdown-arrow {
  border-color: #313339 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: ' ';
  display: block;
  height: 0;
  margin-top: -ceil(2.5);
  position: absolute;
  right: 18px;
  top: 19px;
  width: 0;
}

.is-open .Dropdown-arrow {
  border-color: transparent transparent #313339;
  border-width: 0 5px 5px;
}

.Dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #EAEAEF;
  box-shadow: none;
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}

.Dropdown-menu .Dropdown-group > .Dropdown-title {
  padding: 8px 10px;
  color: #313339;
  font-weight: 400;
  text-transform: none;
}

.Dropdown-option {
  box-sizing: border-box;
  color: #313339;
  cursor: pointer;
  display: block;
  font-size: 15px;
  padding: 10px 15px 11px 15px;
}

.Dropdown-option:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.Dropdown-option:hover {
  background-color: #FBFBFC;
  color: #313339;
}

.Dropdown-option.is-selected {
  background-color: #FBFBFC;
  color: #313339;
}

.Dropdown-noresults {
  box-sizing: border-box;
  color: #B3B3B3;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.rc-form .form-group.has-error .form-control {
  border-color: #CF4128;
}

.rc-form .form-group h4 {
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #4c4c4c;
}

.rc-form .form-group .form-control {
  padding: 15px 10px;
  font-size: 20px;
  color: black;
  height: 50px;
}

.rc-form .form-group .label-red {
  background: #CF4128;
  color: white;
  border-radius: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  position: absolute;
}

.rc-form .form-group textarea {
  min-height: 150px;
}

.thumbnail {
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(58, 64, 68, 0.08);
  border: 1px solid rgba(73, 80, 84, 0.15);
}

.thumbnail > img,
.thumbnail a > img {
  width: 100%;
}

.panel.panel-default {
  box-shadow: none;
}

.panel.panel-default .panel-heading {
  background: #f7f7f7;
  border-top: none;
}

.panel.panel-default .panel-heading h4 {
  margin-bottom: 0;
}

.panel.panel-default .panel-title {
  background: #f7f7f7;
}

.panel.panel-default .panel-title a {
  color: #121712;
}

.panel.panel-default .panel-title i {
  margin-right: 5px;
  color: #FFAF14;
}

.panel.panel-default .nav li + li {
  border-top: 1px solid #EAEAEF;
}

.panel-group {
  border-bottom: 1px solid #EAEAEF;
}

.panel-group .panel + .panel {
  margin-top: 0;
  border-bottom: none;
}

input[type=checkbox] {
  display: none;
}

.checkbox {
  margin-top: 0;
  margin-bottom: 4px;
}

.checkbox label {
  padding-left: 10px;
  width: 100%;
}

.checkbox label > *:not(.tooltip),
.checkbox label > *:before {
  pointer-events: none;
}

.checkbox span:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 17px;
  position: relative;
  top: 2px;
}

.checkbox span.fa.fa-info-circle:before {
  color: #aaa;
  font-size: 12px;
  top: -2px;
  margin-left: 4px;
}

.checkbox,
.radio {
  display: block;
  clear: both;
  width: 100%;
  min-height: 20px;
}

/* Hides Inputs */

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}

/* Adds padding and spacing to create where radio checkbox will go */

input[type="checkbox"] + span,
input[type="radio"] + span {
  float: left;
  padding-left: 26px;
  margin-right: 16px;
  position: relative;
  cursor: pointer;
  margin-top: 0;
}

/* Creates new false checkbox input using the :before tag */

input[type="checkbox"] + span:before,
input[type="radio"] + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  /* CHECKBOX WIDTH */
  height: 18px;
  /* CHECKBOX HEIGHT */
  background-color: #fff;
  border: 1px solid #cdcdd9;
  -o-border-radius: 2px;
  border-radius: 2px;
}

input[type="radio"] + span:before {
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* Show the focus on our false inputs, to focus on the current element */

input[type='checkbox']:focus + span:before,
input[type='radio']:focus + span:before {
  border-color: #EAEAEF;
  outline: 0;
  box-shadow: 0px 0px 5px 0px rgba(18, 23, 18, 0.06);
  background: #FBFBFC;
}

input[type="checkbox"] + span:after {
  position: absolute;
  left: 2px;
  top: -1px;
  margin-top: 0px;
  font-size: 15px;
}

/* Transform Rotates Check Mark */

input[type="checkbox"]:checked + span:after {
  font-family: FontAwesome;
  content: "\F00C";
  color: #62738D;
}

input[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-color: #62738D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

input[type="radio"]:checked + span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.popover {
  color: #313339;
  background: #fff;
  box-shadow: -2px -2px 7px rgba(49, 51, 57, 0.2);
  padding: 0.3em;
  text-align: left;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
}

.popover a {
  color: #313339;
}

.error-tooltip {
  position: absolute;
  top: -37px;
  background: #CF4128;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  padding: 2px 5px;
  line-height: 1;
}

.error-tooltip:after {
  content: "";
  display: block;
  position: relative;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #CF4128 transparent transparent transparent;
}

[class^="rc-icon-"],
[class*=" rc-icon-"] {
  display: inline-block !important;
}

.rc-icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.rc-icon-2x {
  font-size: 2em;
}

.rc-icon-3x {
  font-size: 3em;
}

.rc-icon-4x {
  font-size: 4em;
}

.rc-icon-5x {
  font-size: 5em;
}

.rc-icon-fw {
  width: 1.28571429em;
  text-align: center;
}

.rc-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.rc-icon-ul > li {
  position: relative;
}

.rc-icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.rc-icon-li.rc-icon-lg {
  left: -1.85714286em;
}

.rc-icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.rc.pull-left {
  margin-right: 0.3em;
}

.rc.pull-right {
  margin-left: 0.3em;
}

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

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

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'blaze-iconfont';
  src: url(/blaze-assets/4b833f2be8276fc2922d4f9cc9fa1707.eot);
  src: url(/blaze-assets/4b833f2be8276fc2922d4f9cc9fa1707.eot) format("embedded-opentype"), url(/blaze-assets/aacd989b900cdcb10a9789bbbe4e875d.ttf) format("truetype"), url(/blaze-assets/c4840213705569afa4ac33068d0ff94c.woff) format("woff"), url(/blaze-assets/c71601a9fa9a7600092d6c657225ca3a.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="rc-icon-"],
[class*=" rc-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'blaze-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rc-icon-fixed-home-loan:before {
  content: "\e91a";
}

.rc-icon-money-notes:before {
  content: "\e919";
}

.rc-icon-mortgage-repayments:before {
  content: "\e920";
}

.rc-icon-interest-rate:before {
  content: "\e900";
}

.rc-icon-fees .path1:before {
  content: "\e901";
  color: #231f20;
}

.rc-icon-fees .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: #171717;
}

.rc-icon-features .path1:before {
  content: "\e903";
  color: #231f20;
}

.rc-icon-features .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: #171717;
}

.rc-icon-features .path3:before {
  content: "\e905";
  margin-left: -1em;
  color: #171717;
}

.rc-icon-buyer-type:before {
  content: "\e906";
}

.rc-icon-borrowing .path1:before {
  content: "\e907";
  color: #231f20;
}

.rc-icon-borrowing .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: #171717;
}

.rc-icon-borrowing .path3:before {
  content: "\e909";
  margin-left: -1em;
  color: #010101;
}

.rc-icon-borrowing .path4:before {
  content: "\e90a";
  margin-left: -1em;
  color: #010101;
}

.rc-icon-fixed-interest-rate:before {
  content: "\e90b";
}

.rc-icon-refinancing-home-loans:before {
  content: "\e90c";
}

.rc-icon-rba:before {
  content: "\e90d";
}

.rc-icon-next-home-buyer:before {
  content: "\e90e";
}

.rc-icon-mortgage-provider:before {
  content: "\e90f";
}

.rc-icon-learn-about-home-loans:before {
  content: "\e910";
}

.rc-icon-investor-home-loans:before {
  content: "\e911";
}

.rc-icon-guides-faq-info:before {
  content: "\e912";
}

.rc-icon-variable-rate:before {
  content: "\e913";
}

.rc-icon-first-home-buyer:before {
  content: "\e914";
}

.rc-icon-contact-broker:before {
  content: "\e915";
}

.rc-icon-all-home-loans:before {
  content: "\e916";
}

.rc-icon-cheap-home-loans:before {
  content: "\e917";
}

.rc-icon-calc:before {
  content: "\e918";
}

.rc-icon-owner-occupied-home-loans:before {
  content: "\e91b";
}

.no-gutter-left {
  padding-left: 0;
}

.no-gutter-right {
  padding-right: 0;
}

.no-gutter {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .sm-social {
    min-width: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .sm-body {
    max-width: 560px;
  }
}

.row.is-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.is-flex:after,
.row.is-flex:before {
  content: none;
  display: none;
}

.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/*===============
  SIDEBAR STYLES
===============*/

.static-sidebar {
  width: 100%;
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}

.static-sidebar p {
  margin: 0;
  font-size: 15px;
  line-height: 21px;
}

@media (min-width: 992px) {
  .static-sidebar {
    margin-left: auto;
    margin-right: 0;
    width: 300px;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .static-sidebar {
    margin-left: auto;
    margin-right: auto;
  }
}

.static-sidebar ol,
.static-sidebar ul {
  font-size: 15px;
  line-height: 21px;
}

.sidebar-container {
  margin: 12px 0;
}

.link-bar {
  border: 1px solid #EAEAEF;
  padding: 5px 0px 12px 0px;
  margin: 20px 0;
  display: table;
  width: 100%;
}

.link-bar .btn {
  margin-top: 7px;
  display: block;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  .link-bar .btn {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .link-bar .btn {
    font-size: 13px;
    height: 34px;
    padding: 6px 14px;
    line-height: 1.55;
  }
}

.link-bar h3 {
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  .link-bar h3 {
    font-size: 26px;
    line-height: 31px;
  }
}

.link-bar h6 {
  margin-bottom: 2px;
  margin-top: 8px;
}

.css-accordion {
  display: block;
  width: 100%;
  background-color: transparent;
  border-radius: 2px;
}

.css-accordion .css-accordion-panel {
  display: block;
  width: 100%;
  max-height: 58px;
  padding: 10px 0px;
  margin: 0 0 5px 0;
  background-color: transparent;
  overflow: hidden;
}

.css-accordion .css-accordion-panel h2 {
  font-weight: bold;
  width: 100%;
  font-size: 15px;
  line-height: 21px;
  max-height: 21px;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

@media (min-width: 480px) {
  .css-accordion .css-accordion-panel h2 {
    font-size: 18px;
    line-height: 27px;
    max-height: 27px;
  }
}

.css-accordion .css-accordion-panel h2 a {
  display: block;
  width: 100%;
  line-height: 21px;
  text-decoration: none;
  color: inherit;
  outline: 0 none;
  box-shadow: none;
  border: 0;
}

@media (min-width: 480px) {
  .css-accordion .css-accordion-panel h2 a {
    line-height: 27px;
  }
}

.css-accordion .css-accordion-panel h2 a:hover,
.css-accordion .css-accordion-panel h2 a:active,
.css-accordion .css-accordion-panel h2 a:focus {
  background-color: transparent;
  color: inherit;
}

.css-accordion .css-accordion-panel:target {
  background-color: transparent;
  max-height: 1000px;
}

.css-accordion .css-accordion-panel:target h2 {
  font-size: 15px;
}

@media (min-width: 480px) {
  .css-accordion .css-accordion-panel:target h2 {
    font-size: 18px;
  }
}

.css-accordion .fa {
  float: right;
  color: #62738D;
}

.css-accordion .css-accordion-panel:target h2 span:before {
  content: "\F068";
}

.css-accordion p {
  font-size: 15px;
  line-height: 21px;
  margin: 25px 0px 15px 0px;
  border-top: 1px solid #EAEAEF;
  padding: 10px 0;
}

@media (min-width: 480px) {
  .css-accordion p {
    font-size: 18px;
    line-height: 27px;
    margin: 5px 0px;
  }
}

.breakout {
  margin: 20px 0;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
}

.breakout-default > .breakout-heading {
  color: #121712;
  background-color: transparent;
  border-color: #EAEAEF;
}

.breakout-heading {
  padding: 20px 20px 0px 20px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.breakout-tip > .breakout-heading {
  color: #121712;
  background-color: #F3F5F7;
  border-color: #62738D;
}

.breakout-tip {
  border-color: #62738D;
  background-color: #F3F5F7;
}

.breakout-example {
  border-color: #EAEAEF;
  background-color: transparent;
}

.breakout-body {
  padding: 0 20px 20px 20px;
}

p.breakout-title {
  font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  letter-spacing: -.006em;
}

hr {
  border: 1px solid transparent;
  border-top: 1px solid #EAEAEF;
}

.__react_component_tooltip {
  line-height: 21px;
  padding: 5px 21px 7px;
}

.hvr-shadow {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.modal.rc-modal .modal-header,
.modal.rc-modal .modal-body {
  padding: 20px 25px;
}

.modal.rc-modal .modal-header {
  border-bottom: 1px solid #EAEAEF;
}

.modal.rc-modal .modal-title {
  font-size: 20px;
  font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
}

.modal.rc-modal .modal-title small {
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #858B88;
}

.rc-label {
  display: inline-block;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.06em;
  padding: 2px 5px 4px;
  line-height: 1.1;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif; }
  .rc-label.black {
    background: #121712; }
  .rc-label.purple {
    background: #6156BD; }
  .rc-label.grey {
    background: #EAEAEF;
    color: #313339; }
  .rc-label.green {
    background: #00A348; }
  .rc-label.orange {
    background: #FFAF14; }
  .rc-label.red {
    background: #CF4128; }
  .rc-label.blue {
    background: #00B4C4;
    color: #fff; }
  .rc-label.lynch {
    background: #62738D; }
  .rc-label.grey-inverted {
    border: 1px solid #EAEAEF;
    color: #858B88; }
  .rc-label.home-loans {
    background: #38bcbb;
    color: #fff; }
  .rc-label.home-loans-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #38bcbb; }
  .rc-label.personal-loans {
    background: #7c5cac;
    color: #fff; }
  .rc-label.personal-loans-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #7c5cac; }
  .rc-label.car-loans {
    background: #f25c55;
    color: #fff; }
  .rc-label.car-loans-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #f25c55; }
  .rc-label.credit-cards {
    background: #3399ff;
    color: #fff; }
  .rc-label.credit-cards-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #3399ff; }
  .rc-label.banking {
    background: #ff9933;
    color: #fff; }
  .rc-label.banking-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #ff9933; }
  .rc-label.superannuation {
    background: #15429c;
    color: #fff; }
  .rc-label.superannuation-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #15429c; }
  .rc-label.investment {
    background: #66cc99;
    color: #fff; }
  .rc-label.investment-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #66cc99; }
  .rc-label.calculators {
    background: #ffd966;
    color: #fff; }
  .rc-label.calculators-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #ffd966; }

a.rc-label {
  color: #fff !important;
  transition: all 0.1s ease-in-out; }
  a.rc-label:hover {
    background: #00843a; }
.compareCheckbox-solo label {
  font-size: 13px;
  width: auto;
  padding-left: 0;
  background: #EAEAEF;
  border-radius: 2px;
  display: block;
  padding: 6px 0 8px;
  text-align: center;
  transition: all 0.15s ease-in-out; }
  .compareCheckbox-solo label:hover {
    background: #ccd7cc; }

.compareCheckbox-solo input[type="checkbox"] + span, .compareCheckbox-solo input[type="radio"] + span {
  float: none;
  margin-right: 0;
  padding-left: 23px; }
  .compareCheckbox-solo input[type="checkbox"] + span:before, .compareCheckbox-solo input[type="radio"] + span:before {
    width: 17px;
    height: 17px;
    margin-top: -8px; }
  .compareCheckbox-solo input[type="checkbox"] + span:after, .compareCheckbox-solo input[type="radio"] + span:after {
    font-size: 13px; }

.compareCheckbox-solo.disabled label {
  opacity: 0.7; }
  .compareCheckbox-solo.disabled label:hover {
    background: #EAEAEF; }
.real-time-rating-graph.inline .inline-rating, .real-time-rating-graph.inline .recharts-wrapper {
  display: inline-block; }

.real-time-rating-graph.inline .recharts-wrapper {
  margin-right: 4px; }

#score-popover {
  max-width: 450px;
  background: #fff;
  border: 1px solid #EAEAEF; }
  #score-popover .recharts-wrapper {
    float: left; }
  #score-popover .math-text {
    display: inline-block;
    margin-top: 13px;
    font-size: 40px;
    float: right; }
    @media (max-width: 767px) {
      #score-popover .math-text {
        position: relative;
        left: 15px; } }
  #score-popover .chart-title {
    display: block;
    margin-top: 4px;
    font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
    font-size: 11px; }
  #score-popover .chart-value {
    display: block;
    font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 3px; }
  #score-popover small {
    font-size: 10px;
    line-height: 1;
    color: #858B88; }
.fa-info-circle {
  font: normal normal normal 14px/1 FontAwesome;
  opacity: 1; }
  .fa-info-circle:before {
    color: #B3B3B3;
    position: relative;
    font-size: 12px;
    top: -2px; }

.tooltip {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle; }

.tooltip-container {
  display: inline;
  z-index: 1000;
  position: relative; }

.tooltip-content {
  position: absolute;
  top: -50%;
  left: calc(50% - 130px);
  width: 220px;
  margin: 20px 20px 26px 20px;
  margin-bottom: -10px;
  border-radius: 2px;
  border: 20px solid transparent;
  background-color: #F3F5F7;
  background-clip: padding-box; }
  .tooltip-content .tooltip-content-inner {
    border: 1px solid #62738D;
    padding: 7px 10px 9px 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .tooltip-content .read-more-link {
    color: #62738D;
    cursor: pointer;
    font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
    margin-left: 3px; }
  .tooltip-content:after {
    content: '';
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #62738D;
    border-width: 10px;
    margin-left: -10px; }
.product-showcase {
  margin-bottom: 40px;
  font-size: 13px;
  color: #313339; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .product-showcase {
      font-size: 16px; } }
  .product-showcase .tab-pane {
    transition: opacity 0.8s cubic-bezier(0.01, 0.93, 0.35, 0.53); }
  .product-showcase .product-showcase-row {
    display: flex;
    flex-wrap: wrap; }
  .product-showcase .product-showcase-column {
    flex: 1 0 25%;
    max-width: 25%;
    margin: 5px 0; }
    @media (min-width: 567px) and (max-width: 992px) {
      .product-showcase .product-showcase-column {
        flex: 1 0 50%;
        max-width: 50%; } }
    @media (max-width: 567px) {
      .product-showcase .product-showcase-column {
        flex: 1 0 100%;
        max-width: 100%; } }
  .product-showcase .product-card {
    height: 100%;
    padding: 15px;
    margin: 0 5px; }
  .product-showcase .product-info {
    margin-bottom: 105px; }
  .product-showcase .title-row {
    margin-bottom: 10px; }
    .product-showcase .title-row .product-name {
      margin-bottom: 0;
      line-height: 1;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
      font-size: 14px; }
  .product-showcase .rtr-row {
    border-top: 1px solid #EAEAEF;
    padding: 8px 0; }
    .product-showcase .rtr-row > div > div {
      display: inline-block; }
    .product-showcase .rtr-row .cell-title {
      display: inline-block;
      color: #858B88;
      font-size: 10px; }
      .product-showcase .rtr-row .cell-title .fa.tooltip {
        margin-left: 2px;
        vertical-align: middle; }
      .product-showcase .rtr-row .cell-title + div {
        float: right; }
    .product-showcase .rtr-row .real-time-rating-graph .recharts-wrapper {
      vertical-align: middle;
      transform: translateY(-4px); }
    .product-showcase .rtr-row .real-time-rating-graph .inline-rating {
      font-size: 18px;
      font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif; }
  .product-showcase .rate-columns {
    text-align: center;
    margin: 10px 0;
    border-top: 1px solid #EAEAEF;
    border-bottom: 1px solid #EAEAEF;
    padding: 10px 0; }
    .product-showcase .rate-columns > div:first-of-type {
      border-right: 1px solid #EAEAEF; }
    .product-showcase .rate-columns > div:last-of-type {
      padding-left: 5px;
      padding-right: 5px; }
    .product-showcase .rate-columns .col-xs-6 {
      padding: 0 5px; }
    .product-showcase .rate-columns .rate-value {
      font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
      font-size: 22px;
      color: #313339; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-showcase .rate-columns .rate-value {
          font-size: 19px; } }
    .product-showcase .rate-columns .rate-attribute {
      font-size: 12px;
      color: #858B88;
      line-height: 1.2;
      margin-bottom: 4px; }
  .product-showcase .pros-list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1; }
    .product-showcase .pros-list li {
      display: inline-block;
      font-size: 11px; }
      .product-showcase .pros-list li .fa {
        font-size: 10px;
        color: #00A348;
        margin: 0 2px; }
  .product-showcase .cta-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    .product-showcase .cta-wrapper .view-now.btn-apply-now .fa {
      display: inline-block; }
    .product-showcase .cta-wrapper .view-now .fa {
      display: none;
      margin-left: 2px; }
  .product-showcase .link-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #EAEAEF; }
    .product-showcase .link-row .btn {
      width: 47%; }
    .product-showcase .link-row .compareCheckbox,
    .product-showcase .link-row .btn-link {
      color: #121712;
      border: 1px solid #00A348; }
      .product-showcase .link-row .compareCheckbox:hover,
      .product-showcase .link-row .btn-link:hover {
        background: #f7f7f7; }
    .product-showcase .link-row .compareCheckbox-solo input[type="checkbox"] + span {
      font-size: 13px;
      padding-left: 18px;
      font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
      color: #121712; }
      .product-showcase .link-row .compareCheckbox-solo input[type="checkbox"] + span:before {
        width: 12px;
        height: 12px;
        margin-top: -5px; }
      .product-showcase .link-row .compareCheckbox-solo input[type="checkbox"] + span:after {
        font-size: 10px;
        left: 1px;
        top: 0; }
    .product-showcase .link-row .compareCheckbox-solo .checkbox {
      margin-bottom: 0; }
    .product-showcase .link-row .compareCheckbox-solo label {
      padding: 5px 14px;
      background: transparent;
      text-align: left; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-showcase .link-row .compareCheckbox-solo label {
          padding: 5px; } }
  .product-showcase .company-row {
    padding: 8px 0; }
    .product-showcase .company-row img {
      max-height: 50px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .product-showcase h4 {
      font-size: 16px; } }
  .product-showcase .comparison-disclosure a {
    font-size: 10px;
    color: #858B88;
    font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif; }
  .product-showcase .nav-tabs {
    float: right;
    border-bottom: none; }
    .product-showcase .nav-tabs > li > a {
      cursor: pointer;
      color: #858B88;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 1px;
      border: none;
      padding: 3px 10px 10px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-showcase .nav-tabs > li > a {
          padding: 3px 7px 10px;
          font-size: 11px; } }
      .product-showcase .nav-tabs > li > a:hover {
        color: #313339; }
    .product-showcase .nav-tabs > li.active > a {
      background: transparent;
      border: none;
      color: #313339; }
  .product-showcase .dropdown {
    width: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-showcase .dropdown {
        margin-top: -6px; } }
    .product-showcase .dropdown .dropdown-toggle {
      font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
      background: transparent;
      color: #313339;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 1px;
      padding: 8px 10px;
      height: auto;
      border: 1px solid #EAEAEF;
      text-align: left; }
      .product-showcase .dropdown .dropdown-toggle .caret {
        float: right;
        top: 6px;
        position: relative; }
    .product-showcase .dropdown .dropdown-menu {
      width: 100%;
      background: #fff;
      margin-top: -2px;
      border-left: 1px solid #EAEAEF;
      border-right: 1px solid #EAEAEF;
      border-bottom: 1px solid #B3B3B3;
      box-shadow: none;
      padding-top: 0;
      border-radius: none; }
      .product-showcase .dropdown .dropdown-menu li {
        color: #858B88;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 1px; }
        .product-showcase .dropdown .dropdown-menu li a {
          padding: 8px 12px; }
    .product-showcase .dropdown.open {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .product-showcase .dropdown.open > .dropdown-toggle {
        background: #fff;
        color: #313339;
        border-color: #EAEAEF;
        box-shadow: none; }
  .product-showcase .hidden {
    display: none !important; }
  .product-showcase .top-container {
    margin: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .product-showcase .bottom-container {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
.pagination {
  margin: 12px 0; }
  .pagination > li > a, .pagination > li > span, .pagination > li.disabled > a, .pagination > li.disabled > span {
    background: #fff;
    color: #121712;
    border-color: #EAEAEF; }
  .pagination > li > a:hover, .pagination > li a:active {
    background: #f7f7f7;
    border-color: #EAEAEF;
    color: #62738D; }
  .pagination > li.active > a {
    background: #EAEAEF;
    color: #121712;
    border-top: 1px solid #dcdce4;
    border-bottom: 1px solid #dcdce4; }
    .pagination > li.active > a:hover {
      background: #EAEAEF;
      color: #121712;
      border-top: 1px solid #dcdce4;
      border-bottom: 1px solid #dcdce4; }

.new-pagination {
  background: #fff;
  text-align: center;
  border: 1px solid #EAEAEF;
  border-top: none;
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .new-pagination {
      border: none;
      background: transparent; } }
  .new-pagination ul.pagination {
    margin: 0; }
    .new-pagination ul.pagination > li {
      display: block;
      float: left;
      margin-bottom: -5px; }
      .new-pagination ul.pagination > li.disabled > a:hover {
        background: #fff;
        color: #121712;
        border-color: #EAEAEF; }
      .new-pagination ul.pagination > li > a {
        padding: 20px 30px;
        border-top: 1px solid #EAEAEF;
        border-bottom: 1px solid #EAEAEF; }
        @media (max-width: 767px) {
          .new-pagination ul.pagination > li > a {
            padding: 10px 15px; } }
.rc-card {
  margin: 12px 0;
  background: #fff;
  border-color: #EAEAEF;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 3px 6px rgba(40, 63, 69, 0.06);
  position: relative;
  z-index: 1; }
  .rc-card p {
    font-size: 13px;
    color: #858B88;
    line-height: 20px;
    margin: 0; }
  .rc-card h5 {
    text-transform: capitalize;
    margin-bottom: 9px; }
  .rc-card .btn {
    width: 100%; }
  .rc-card:hover .image:after {
    opacity: 1; }
  .rc-card h3 {
    font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 7px; }
  .rc-card h6 {
    margin-bottom: 6px;
    color: #688288; }
  .rc-card .img-rounded {
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    max-width: 100%; }
  .rc-card .card-title {
    border-bottom: 1px solid #EAEAEF;
    margin-bottom: 9px;
    margin-top: 2px; }
    .rc-card .card-title h4 {
      font-weight: normal;
      margin-bottom: 0;
      padding-bottom: 0; }
  .rc-card .rc {
    font-size: 55px;
    margin-top: 22px; }
    @media (max-width: 767px) {
      .rc-card .rc {
        margin-top: 0; } }
  .rc-card .image {
    position: relative;
    width: 100%;
    height: 100%; }
  .rc-card .image img {
    width: 100%;
    vertical-align: top; }
  .rc-card .image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(18, 23, 18, 0.2);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
  .rc-card .image:hover:after {
    opacity: 1; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .rc-card.rc-ad .card-wrapper {
      padding: 0; } }

.rc-card.blue {
  background: #62738D; }
  .rc-card.blue h3, .rc-card.blue p, .rc-card.blue .rc {
    color: #fff; }
  .rc-card.blue h6 {
    color: #E4EAE4; }
  .rc-card.blue:hover {
    background: #51617A; }

.rc-card.rate-table-wrapper {
  overflow: visible;
  border: 0;
  border-bottom: 0px;
  border-radius: 0px;
  background: transparent; }
  .rc-card.rate-table-wrapper .rate-table > tbody > tr:last-child, .rc-card.rate-table-wrapper .rate-table thead > tr:last-child,
  .rc-card.rate-table-wrapper .rate-table > tbody > tr:first-child, .rc-card.rate-table-wrapper .rate-table thead > tr:first-child {
    border: 0; }
  .rc-card.rate-table-wrapper .rate-table {
    border: 0; }
  @media (min-width: 768px) {
    .rc-card.rate-table-wrapper {
      box-shadow: 0 1px 2px 0 rgba(58, 64, 68, 0.08);
      border: 1px solid rgba(73, 80, 84, 0.15); } }
.form-group-suburb .label-red {
  z-index: 6; }

.form-group-suburb.has-error .geosuggest__suggests {
  border-color: #CF4128; }

.geosuggest {
  position: relative; }

.geosuggest__suggests {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 25em;
  padding: 0;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #EAEAEF;
  border-top-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  z-index: 5;
  -webkit-transition: max-height 0.2s, border 0.2s;
  transition: max-height 0.2s, border 0.2s; }

.geosuggest__suggests--hidden {
  max-height: 0;
  overflow: hidden;
  border-width: 0; }

/**
 * A geosuggest item
 */
.geosuggest__item {
  font-size: 14px;
  padding: .5em .65em;
  cursor: pointer; }

.geosuggest__item:hover,
.geosuggest__item:focus {
  background: #f5f5f5; }

.geosuggest__item--active {
  background: #62738D;
  color: #fff; }

.geosuggest__item--active:hover,
.geosuggest__item--active:focus {
  background: #ccc; }
.form-group.form-group-select {
  position: relative; }
  .form-group.form-group-select select {
    cursor: pointer; }
  .form-group.form-group-select .form-control {
    padding: 10px 35px 10px 10px;
    line-height: 1.4; }
  .form-group.form-group-select .fa-caret-down {
    position: absolute;
    font-size: 12px;
    color: #121712;
    right: 15px;
    bottom: 16px; }
.form-group-checkbox.has-error .label-red {
  position: absolute;
  top: -18px; }

.form-group-checkbox.has-error .checkbox,
.form-group-checkbox.has-error .checkbox-html-label {
  color: #CF4128; }
  .form-group-checkbox.has-error .checkbox a,
  .form-group-checkbox.has-error .checkbox-html-label a {
    color: #CF4128; }

.form-group-checkbox .checkbox-html {
  max-width: 24px;
  margin-bottom: 0;
  margin-top: 5px;
  float: left; }
  .form-group-checkbox .checkbox-html label {
    padding: 0; }

.form-group-checkbox .checkbox-html-label {
  font-size: 11px;
  line-height: 1.4;
  color: #313339; }
  .form-group-checkbox .checkbox-html-label a {
    color: #313339;
    border-bottom: 1px solid #858B88;
    font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif; }

.form-group-checkbox input[type="checkbox"] + span:before {
  width: 14px;
  height: 14px;
  margin-top: -4px; }

.form-group-checkbox input[type="checkbox"] + span:after {
  font-size: 12px;
  margin-top: -5px;
  margin-left: -1px; }
.inline-radio {
  display: inline-block; }
.click-to-call .broker-phone {
  font-size: 24px;
  font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
  margin: 10px 0 18px; }
  .click-to-call .broker-phone.visible-xs {
    font-size: 30px; }

.click-to-call .fake-link {
  font-size: 15px;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  color: #62738D;
  cursor: pointer;
  margin-top: 5px; }
  .click-to-call .fake-link:hover {
    color: #51617A; }
.broker-form p:first-child {
  margin-bottom: 10px; }

.broker-form p.heading {
  color: #121712;
  font-size: 15px;
  margin-bottom: 25px; }

.broker-form p.bold {
  font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif; }

.broker-form .disclaimer-text {
  font-size: 10px;
  letter-spacing: 0.01em;
  color: #858B88;
  line-height: 14px; }

.broker-form .loanAmount .input-group-addon {
  border-right: 0; }

.broker-form .submit button {
  margin-right: 12px;
  margin-bottom: 20px; }

.broker-form .inline-radio-groups label {
  font-size: 12px;
  line-height: 14px;
  padding: 0; }

.broker-form input[type=number]::-webkit-inner-spin-button,
.broker-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.broker-form .form-group {
  margin-bottom: 20px; }

.broker-form img {
  margin-top: 6px; }

.broker-form .click-to-call .broker-phone {
  margin: 12px 0 !important; }

.broker-form-success .rc-card {
  padding: 30px; }

.broker-form-success .card-success {
  margin-bottom: 20px; }
  .broker-form-success .card-success .h3 {
    color: #00A348; }
  .broker-form-success .card-success p {
    font-size: 15px; }

.card-broker-form {
  padding: 30px; }
  .card-broker-form p {
    margin-bottom: 6px;
    font-size: 14px;
    color: #313339; }
  .card-broker-form .lead-action-buttons .submit {
    width: 100%; }

.action-buttons {
  margin-top: 10px; }
  .action-buttons .submit {
    width: 100%;
    margin-bottom: 15px; }
    .action-buttons .submit .btn {
      width: calc(50% - 10px);
      margin-right: 10px;
      margin-bottom: 0;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 991px) {
        .action-buttons .submit .btn {
          width: 100%;
          margin-right: 0; } }
    .action-buttons .submit .click-to-call {
      width: calc(50% - 10px);
      margin-left: 10px;
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
      @media (max-width: 991px) {
        .action-buttons .submit .click-to-call {
          width: 100%;
          margin-left: 0;
          text-align: center; } }
      .action-buttons .submit .click-to-call .broker-phone {
        background-color: #EAEAEF;
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        padding: 0 16px;
        border-radius: 2px;
        margin: 0; }
        .action-buttons .submit .click-to-call .broker-phone .fake-link {
          color: inherit;
          display: inline-block;
          margin: 0 0 0 25px;
          font-size: 15px; }
          .action-buttons .submit .click-to-call .broker-phone .fake-link:hover {
            color: #313339; }
    .action-buttons .submit .stretch .btn,
    .action-buttons .submit .stretch .click-to-call {
      width: 100%;
      margin-left: 0; }
    .action-buttons .submit .stretch .click-to-call {
      text-align: center; }
.callback-icon {
  height: 1em;
  fill: currentColor; }
.rate-table .call-broker .btn:focus,
.rate-table .call-broker .btn:active,
.rate-table .call-broker .dropdown-toggle,
.rate-table .call-broker .open .dropdown-toggle {
  background: none;
  border: none;
  box-shadow: none; }

.rate-table .call-broker .btn {
  font-size: 13px; }
  .rate-table .call-broker .btn:hover {
    color: #62738D; }

.rate-table .call-broker button {
  background: none;
  height: auto;
  padding: 0; }
  .rate-table .call-broker button span {
    margin-right: 2px; }

.rate-table .call-broker ul {
  background: rgba(0, 0, 0, 0.8);
  right: 0;
  min-width: 220px;
  left: auto; }
  .rate-table .call-broker ul li > a {
    color: white;
    line-height: 30px; }
    .rate-table .call-broker ul li > a:hover {
      background: none; }

.rate-table .apply .fa-caret-down {
  vertical-align: middle;
  padding-left: 2px; }

.modal-body-style .actions-buttons {
  margin-bottom: 0; }

.modal-body-style .broker-form .checkbox-html.checkbox input[type="checkbox"] + span:after {
  margin-top: 11px !important; }

.modal-body-style .broker-form .checkbox-html.checkbox input[type="checkbox"] + span:before {
  margin-top: 0; }

.modal-body-style .modal-body {
  padding-bottom: 0; }

.modal-body-style .modal-footer .disclaimer-text:first-child {
  padding-top: 0; }

.modal-body-style .modal-footer .disclaimer-text:last-child {
  margin-bottom: 15px; }
.hidden-visual {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.cursor-pointer {
  cursor: pointer; }

.muted {
  opacity: 0.5; }

.margin-bottom {
  margin-bottom: 24px; }

.margin-bottom-none {
  margin-bottom: 0 !important; }

.rate-table-wrapper {
  background: #fff;
  border: 1px solid #EAEAEF;
  padding: 0px;
  border-radius: 4px;
  clear: both; }
  .rate-table-wrapper.no-header {
    padding-top: 0;
    border-top: none;
    margin-bottom: 0px; }
  .rate-table-wrapper.has-header h4 {
    padding: 16px 12px 18px 12px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .rate-table-wrapper.has-header h4 {
        padding: 0 0 12px 0; } }

.rate-table-footer {
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .rate-table-footer {
      text-align: center; } }
  .rate-table-footer .disclaimer-text {
    font-size: 12px;
    color: #858B88;
    text-align: right;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .rate-table-footer .disclaimer-text {
        text-align: center; } }
    .rate-table-footer .disclaimer-text > div {
      line-height: normal; }
  @media (max-width: 767px) {
    .rate-table-footer .pagination > li > a {
      padding: 6px 8px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .rate-table-footer .pagination > li > a {
      padding: 6px 11px; } }

.rate-table {
  background: #fff;
  width: 100%;
  color: #313339;
  margin-bottom: 0;
  border-bottom: 1px solid #EAEAEF; }
  @media (max-width: 767px) {
    .rate-table {
      border-bottom: none; } }
  .rate-table a.btn {
    line-height: 1.62; }
    .rate-table a.btn.details {
      font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif; }
  .rate-table .more-info {
    font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
    margin-bottom: 0; }
  .rate-table > tbody > tr td img, .rate-table thead > tr td img {
    max-width: 70px;
    margin: 0 auto; }
  .rate-table > tbody > tr:first-child, .rate-table thead > tr:first-child {
    border-top: 1px solid #EAEAEF; }
  .rate-table > tbody > tr:last-child, .rate-table thead > tr:last-child {
    border-bottom: 1px solid #EAEAEF; }
    .rate-table > tbody > tr:last-child td.sorted, .rate-table thead > tr:last-child td.sorted {
      overflow: hidden; }
  .rate-table > tbody > tr:nth-of-type(2), .rate-table thead > tr:nth-of-type(2) {
    border-top: 1px solid #EAEAEF; }
  .rate-table > tbody > tr > th, .rate-table > tbody > tr td, .rate-table thead > tr > th, .rate-table thead > tr td {
    padding: 9px 6px;
    text-align: center;
    vertical-align: middle; }
    .rate-table > tbody > tr > th:last-of-type, .rate-table > tbody > tr td:last-of-type, .rate-table thead > tr > th:last-of-type, .rate-table thead > tr td:last-of-type {
      border-right: none; }
    .rate-table > tbody > tr > th a, .rate-table > tbody > tr td a, .rate-table thead > tr > th a, .rate-table thead > tr td a {
      color: #121712; }
      .rate-table > tbody > tr > th a:hover, .rate-table > tbody > tr td a:hover, .rate-table thead > tr > th a:hover, .rate-table thead > tr td a:hover {
        color: #51617A; }
    .rate-table > tbody > tr > th.productName, .rate-table > tbody > tr td.productName, .rate-table thead > tr > th.productName, .rate-table thead > tr td.productName {
      min-width: 210px;
      text-align: left;
      line-height: 1.2;
      font-size: 14px; }
      @media (max-width: 767px) {
        .rate-table > tbody > tr > th.productName, .rate-table > tbody > tr td.productName, .rate-table thead > tr > th.productName, .rate-table thead > tr td.productName {
          min-width: 180px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .rate-table > tbody > tr > th.productName, .rate-table > tbody > tr td.productName, .rate-table thead > tr > th.productName, .rate-table thead > tr td.productName {
          min-width: 190px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .rate-table > tbody > tr > th.productName, .rate-table > tbody > tr td.productName, .rate-table thead > tr > th.productName, .rate-table thead > tr td.productName {
          min-width: 175px;
          width: 175px;
          font-size: 13px; } }
    .rate-table > tbody > tr > th.productNameAndImage div, .rate-table > tbody > tr td.productNameAndImage div, .rate-table thead > tr > th.productNameAndImage div, .rate-table thead > tr td.productNameAndImage div {
      text-align: left; }
      .rate-table > tbody > tr > th.productNameAndImage div img, .rate-table > tbody > tr td.productNameAndImage div img, .rate-table thead > tr > th.productNameAndImage div img, .rate-table thead > tr td.productNameAndImage div img {
        display: inline;
        margin-right: 10px; }
    .rate-table > tbody > tr > th.company, .rate-table > tbody > tr td.company, .rate-table thead > tr > th.company, .rate-table thead > tr td.company {
      min-width: 70px; }
      .rate-table > tbody > tr > th.company img, .rate-table > tbody > tr td.company img, .rate-table thead > tr > th.company img, .rate-table thead > tr td.company img {
        margin: 0 auto; }
    .rate-table > tbody > tr > th.features, .rate-table > tbody > tr td.features, .rate-table thead > tr > th.features, .rate-table thead > tr td.features {
      text-align: left; }
    .rate-table > tbody > tr > th.compareCheckbox:nth-of-type(n+2), .rate-table > tbody > tr td.compareCheckbox:nth-of-type(n+2), .rate-table thead > tr > th.compareCheckbox:nth-of-type(n+2), .rate-table thead > tr td.compareCheckbox:nth-of-type(n+2) {
      display: none !important; }
    .rate-table > tbody > tr > th.productName.attribute, .rate-table > tbody > tr td.productName.attribute, .rate-table thead > tr > th.productName.attribute, .rate-table thead > tr td.productName.attribute {
      text-align: left; }
    .rate-table > tbody > tr > th.realTimeRating.attribute .recharts-wrapper, .rate-table > tbody > tr td.realTimeRating.attribute .recharts-wrapper, .rate-table thead > tr > th.realTimeRating.attribute .recharts-wrapper, .rate-table thead > tr td.realTimeRating.attribute .recharts-wrapper {
      margin: 0 auto; }
    .rate-table > tbody > tr > th.compareCheckbox, .rate-table > tbody > tr td.compareCheckbox, .rate-table thead > tr > th.compareCheckbox, .rate-table thead > tr td.compareCheckbox {
      padding-top: 14px;
      vertical-align: middle;
      padding-left: 10px; }
      @media (max-width: 767px) {
        .rate-table > tbody > tr > th.compareCheckbox, .rate-table > tbody > tr td.compareCheckbox, .rate-table thead > tr > th.compareCheckbox, .rate-table thead > tr td.compareCheckbox {
          padding-top: 8px;
          height: 54px; } }
      .rate-table > tbody > tr > th.compareCheckbox label:after, .rate-table > tbody > tr td.compareCheckbox label:after, .rate-table thead > tr > th.compareCheckbox label:after, .rate-table thead > tr td.compareCheckbox label:after {
        content: "Compare";
        display: block;
        margin: 18px 10px 0;
        font-size: 13px; }
      .rate-table > tbody > tr > th.compareCheckbox .form-group, .rate-table > tbody > tr td.compareCheckbox .form-group, .rate-table thead > tr > th.compareCheckbox .form-group, .rate-table thead > tr td.compareCheckbox .form-group {
        margin-bottom: 0; }
      .rate-table > tbody > tr > th.compareCheckbox input[type=checkbox] + span, .rate-table > tbody > tr td.compareCheckbox input[type=checkbox] + span, .rate-table thead > tr > th.compareCheckbox input[type=checkbox] + span, .rate-table thead > tr td.compareCheckbox input[type=checkbox] + span {
        font-size: 13px;
        width: 100%;
        margin-right: 0; }
        .rate-table > tbody > tr > th.compareCheckbox input[type=checkbox] + span:before, .rate-table > tbody > tr td.compareCheckbox input[type=checkbox] + span:before, .rate-table thead > tr > th.compareCheckbox input[type=checkbox] + span:before, .rate-table thead > tr td.compareCheckbox input[type=checkbox] + span:before {
          letter-spacing: normal;
          top: 6px;
          left: 50%;
          margin-left: -9px; }
        .rate-table > tbody > tr > th.compareCheckbox input[type=checkbox] + span:after, .rate-table > tbody > tr td.compareCheckbox input[type=checkbox] + span:after, .rate-table thead > tr > th.compareCheckbox input[type=checkbox] + span:after, .rate-table thead > tr td.compareCheckbox input[type=checkbox] + span:after {
          top: -6px;
          left: 50%;
          margin-left: -7px; }
      .rate-table > tbody > tr > th.compareCheckbox input[type=checkbox]:checked + span:before, .rate-table > tbody > tr td.compareCheckbox input[type=checkbox]:checked + span:before, .rate-table thead > tr > th.compareCheckbox input[type=checkbox]:checked + span:before, .rate-table thead > tr td.compareCheckbox input[type=checkbox]:checked + span:before {
        color: #62738D; }
    .rate-table > tbody > tr > th.compareCheckbox.disabled label, .rate-table > tbody > tr td.compareCheckbox.disabled label, .rate-table thead > tr > th.compareCheckbox.disabled label, .rate-table thead > tr td.compareCheckbox.disabled label {
      color: #B3B3B3;
      cursor: not-allowed; }
    .rate-table > tbody > tr > th.chanceOfApproval.attribute, .rate-table > tbody > tr td.chanceOfApproval.attribute, .rate-table thead > tr > th.chanceOfApproval.attribute, .rate-table thead > tr td.chanceOfApproval.attribute {
      position: relative; }
      .rate-table > tbody > tr > th.chanceOfApproval.attribute .recharts-wrapper, .rate-table > tbody > tr td.chanceOfApproval.attribute .recharts-wrapper, .rate-table thead > tr > th.chanceOfApproval.attribute .recharts-wrapper, .rate-table thead > tr td.chanceOfApproval.attribute .recharts-wrapper {
        cursor: pointer !important;
        transform: translateY(10px); }
      .rate-table > tbody > tr > th.chanceOfApproval.attribute .not-available, .rate-table > tbody > tr td.chanceOfApproval.attribute .not-available, .rate-table thead > tr > th.chanceOfApproval.attribute .not-available, .rate-table thead > tr td.chanceOfApproval.attribute .not-available {
        font-size: 8px;
        color: #121712;
        position: absolute;
        bottom: 7px;
        text-align: center;
        left: 0;
        right: 4px; }
  .rate-table > tbody > tr td, .rate-table thead > tr td {
    border-bottom: 1px solid #EAEAEF; }
    .rate-table > tbody > tr td .cell-title, .rate-table thead > tr td .cell-title {
      display: none; }
    .rate-table > tbody > tr td .checkbox label, .rate-table thead > tr td .checkbox label {
      padding-left: 0; }
    .rate-table > tbody > tr td .rc-label, .rate-table thead > tr td .rc-label {
      position: relative;
      top: -1px; }
    .rate-table > tbody > tr td.clickable-link, .rate-table thead > tr td.clickable-link {
      cursor: pointer; }
  .rate-table > tbody > tr.promoted, .rate-table thead > tr.promoted {
    background: #FBFBFC; }
    .rate-table > tbody > tr.promoted td.sorted, .rate-table thead > tr.promoted td.sorted {
      background: #f9f9f9;
      border-left: 1px solid #EAEAEF;
      border-right: 1px solid #EAEAEF; }
    .rate-table > tbody > tr.promoted td, .rate-table thead > tr.promoted td {
      background: #FBFBFC;
      border-color: #EAEAEF;
      border-left: 0;
      border-right: 0; }
      .rate-table > tbody > tr.promoted td.productName a:link, .rate-table > tbody > tr.promoted td.productName a:visited, .rate-table thead > tr.promoted td.productName a:link, .rate-table thead > tr.promoted td.productName a:visited {
        color: #121712; }
      .rate-table > tbody > tr.promoted td.productName a:hover, .rate-table > tbody > tr.promoted td.productName a:active, .rate-table thead > tr.promoted td.productName a:hover, .rate-table thead > tr.promoted td.productName a:active {
        color: #51617A; }
  .rate-table > tbody > tr > th, .rate-table thead > tr > th {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 1.3;
    background: #f7f7f7;
    color: #121712;
    border-bottom: 1px solid #EAEAEF;
    border-right: 1px solid #EAEAEF; }
    .rate-table > tbody > tr > th .fa-info-circle, .rate-table thead > tr > th .fa-info-circle {
      color: #121712;
      display: inline; }
    .rate-table > tbody > tr > th.sortable, .rate-table thead > tr > th.sortable {
      transition: all, 0.15s ease-in-out;
      cursor: pointer; }
      .rate-table > tbody > tr > th.sortable:hover, .rate-table thead > tr > th.sortable:hover {
        background: #fff; }
        .rate-table > tbody > tr > th.sortable:hover .sort-arrow, .rate-table thead > tr > th.sortable:hover .sort-arrow {
          border-color: rgba(0, 163, 72, 0.6) transparent transparent transparent; }
      .rate-table > tbody > tr > th.sortable .sort-arrow, .rate-table thead > tr > th.sortable .sort-arrow {
        width: 0;
        height: 0;
        display: block;
        margin: 8px auto 5px;
        border-width: 0 5px 5px 5px;
        border-style: solid;
        border-color: transparent;
        border-width: 5px 5px 0px 5px;
        border-color: #B3B3B3 transparent transparent transparent; }
    .rate-table > tbody > tr > th.sorted, .rate-table thead > tr > th.sorted {
      color: #121712;
      background: #f7f7f7; }
      .rate-table > tbody > tr > th.sorted .sort-arrow, .rate-table thead > tr > th.sorted .sort-arrow {
        width: 0;
        height: 0;
        display: block;
        margin: 8px auto 5px;
        border-width: 0 5px 5px 5px;
        border-style: solid;
        border-color: transparent; }
      .rate-table > tbody > tr > th.sorted.asc .sort-arrow, .rate-table thead > tr > th.sorted.asc .sort-arrow {
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #00A348 transparent; }
      .rate-table > tbody > tr > th.sorted.desc .sort-arrow, .rate-table thead > tr > th.sorted.desc .sort-arrow {
        border-width: 5px 5px 0px 5px;
        border-color: #00A348 transparent transparent transparent; }
    .rate-table > tbody > tr > th.productName, .rate-table thead > tr > th.productName {
      font-size: 12px; }
  .rate-table .cell-value {
    font-size: 15px;
    color: #121712; }
    .rate-table .cell-value .row.boolean-list-field {
      margin-left: -5px;
      margin-right: -5px;
      font-size: 12px;
      line-height: 16px;
      text-align: left;
      min-width: 285px; }
      .rate-table .cell-value .row.boolean-list-field > div[class*="col-"] {
        padding-left: 5px;
        padding-right: 5px; }
      .rate-table .cell-value .row.boolean-list-field .inactive {
        color: #858B88; }
        .rate-table .cell-value .row.boolean-list-field .inactive .fa {
          color: #b4b4b4; }
      .rate-table .cell-value .row.boolean-list-field .fa {
        margin-right: 3px; }
  .rate-table .cell-details {
    display: block;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1;
    font-weight: normal;
    font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif; }
  .rate-table .cell-title {
    display: inline-block;
    margin-bottom: 3px;
    font-weight: normal;
    font-size: 10px;
    color: #313339;
    line-height: 1; }
  .rate-table.loading {
    opacity: 0.5; }
  .rate-table .fa-minus {
    font-size: 12px; }
  .rate-table .fa-check {
    color: #5EBF8A; }
  .rate-table .fa-times {
    color: #858B88; }
  .rate-table .sorted {
    position: relative;
    background: #f9f9f9;
    border-right: 1px solid #EAEAEF;
    border-left: 1px solid #EAEAEF;
    font-weight: normal;
    font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif; }
    .rate-table .sorted .cell-details {
      margin-top: 0; }
  .rate-table .rc-label {
    margin-right: 4px; }
    .rate-table .rc-label.promoted-badge {
      background: #6e6e6e;
      color: #fff;
      border: none; }
  .rate-table.table-hover > tbody > tr:hover {
    background: #FBFBFC; }
  .rate-table.table-hover > tbody > tr.promoted:hover {
    background: #FBFBFC; }
  .rate-table .product-with-special .special-text {
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px;
    margin-bottom: 0; }

.small-product-table:last-child {
  padding-bottom: 12px; }

.rc-rate-table .pagination-filter span.selected {
  color: #121712; }

.no-result {
  clear: both;
  margin-top: 10px;
  text-align: center; }
  .no-result h3 {
    font-size: 35px; }

.rate-table-footer {
  padding-left: 0; }
  .rate-table-footer .quick-links {
    margin-top: 12px; }
    .rate-table-footer .quick-links input[type="checkbox"] + span {
      margin-right: 0; }

@media (min-width: 1200px) {
  .rate-table > thead > tr > th, .rate-table > thead > tr > td, .rate-table > tbody > tr > th, .rate-table > tbody > tr > td {
    display: none; }
    .rate-table > thead > tr > th.compareCheckbox, .rate-table > thead > tr > th.attribute:nth-of-type(-n+8), .rate-table > thead > tr > th.attribute.apply, .rate-table > thead > tr > td.compareCheckbox, .rate-table > thead > tr > td.attribute:nth-of-type(-n+8), .rate-table > thead > tr > td.attribute.apply, .rate-table > tbody > tr > th.compareCheckbox, .rate-table > tbody > tr > th.attribute:nth-of-type(-n+8), .rate-table > tbody > tr > th.attribute.apply, .rate-table > tbody > tr > td.compareCheckbox, .rate-table > tbody > tr > td.attribute:nth-of-type(-n+8), .rate-table > tbody > tr > td.attribute.apply {
      display: table-cell; } }

@media (min-width: 1300px) {
  .rate-table > thead > tr > th, .rate-table > thead > tr > td, .rate-table > tbody > tr > th, .rate-table > tbody > tr > td {
    display: none; }
    .rate-table > thead > tr > th.attribute:nth-of-type(-n+9), .rate-table > thead > tr > td.attribute:nth-of-type(-n+9), .rate-table > tbody > tr > th.attribute:nth-of-type(-n+9), .rate-table > tbody > tr > td.attribute:nth-of-type(-n+9) {
      display: table-cell; } }

@media (min-width: 1400px) {
  .rate-table > thead > tr > th, .rate-table > thead > tr > td, .rate-table > tbody > tr > th, .rate-table > tbody > tr > td {
    display: none; }
    .rate-table > thead > tr > th.attribute:nth-of-type(-n+10), .rate-table > thead > tr > td.attribute:nth-of-type(-n+10), .rate-table > tbody > tr > th.attribute:nth-of-type(-n+10), .rate-table > tbody > tr > td.attribute:nth-of-type(-n+10) {
      display: table-cell; } }

@media (min-width: 1500px) {
  .rate-table > thead > tr > th.attribute, .rate-table > thead > tr > td.attribute, .rate-table > tbody > tr > th.attribute, .rate-table > tbody > tr > td.attribute {
    display: table-cell; } }

@media (max-width: 1199px) {
  .rate-table > thead > tr > th.attribute:nth-of-type(n+7), .rate-table > thead > tr > td.attribute:nth-of-type(n+7), .rate-table > tbody > tr > th.attribute:nth-of-type(n+7), .rate-table > tbody > tr > td.attribute:nth-of-type(n+7) {
    display: none; }
  .rate-table > thead > tr > th.attribute.apply, .rate-table > thead > tr > td.attribute.apply, .rate-table > tbody > tr > th.attribute.apply, .rate-table > tbody > tr > td.attribute.apply {
    display: table-cell; } }

@media (max-width: 767px) {
  .rate-table-wrapper {
    border: none;
    background: transparent;
    box-shadow: none !important; } }

.rate-table-control {
  margin-bottom: 10px;
  padding: 0;
  height: 48px;
  padding: 0; }
  @media (max-width: 767px) {
    .rate-table-control {
      display: block;
      margin-bottom: 12px;
      padding: 0px; } }
  @media (min-width: 480px) {
    .rate-table-control {
      height: 24px; } }
  .rate-table-control .quick-links {
    float: left; }
    .rate-table-control .quick-links .checkbox label {
      padding-left: 0;
      font-size: 11px; }
      @media (min-width: 768px) {
        .rate-table-control .quick-links .checkbox label {
          font-size: 13px; } }
      .rate-table-control .quick-links .checkbox label span {
        float: left; }

.pagination-filter {
  font-size: 11px; }
  @media (max-width: 767px) {
    .pagination-filter {
      text-align: center;
      float: none !important;
      margin-bottom: 12px; } }
  @media (min-width: 768px) {
    .pagination-filter {
      font-size: 13px; } }
  .pagination-filter span {
    margin: 0 5px; }
    .pagination-filter span.selected {
      background: #EAEAEF;
      padding: 1px 5px 2px;
      border-radius: 2px;
      font-size: 11px; }
      @media (min-width: 768px) {
        .pagination-filter span.selected {
          font-size: 13px; } }
    .pagination-filter span a {
      color: #121712;
      cursor: pointer; }
      @media (max-width: 767px) {
        .pagination-filter span a {
          display: inline-block; } }

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

@media (max-width: 684px) {
  .hidden-xs-ratetable {
    display: none !important; } }
.special-text-wrapper .rc-label {
  position: relative;
  top: -1px;
  margin-right: 3px; }
.new-mobile-ratetable {
  margin-top: 12px; }
  .new-mobile-ratetable .new-mobile-product {
    margin-bottom: 18px; }
    .new-mobile-ratetable .new-mobile-product:first-child {
      margin-top: 0; }
    .new-mobile-ratetable .new-mobile-product .logo-row {
      border-bottom: 1px solid #EAEAEF; }
      .new-mobile-ratetable .new-mobile-product .logo-row .logo-wrapper {
        justify-content: center;
        border-right: 1px solid #EAEAEF;
        padding: 6px 0 !important; }
      .new-mobile-ratetable .new-mobile-product .logo-row .hero-wrapper {
        justify-content: center;
        flex-direction: row; }
      .new-mobile-ratetable .new-mobile-product .logo-row .hero-attribute {
        flex-direction: row;
        display: flex;
        align-items: center;
        height: 100%; }
        .new-mobile-ratetable .new-mobile-product .logo-row .hero-attribute .hero-title {
          font-size: 12px;
          line-height: 1;
          padding-left: 6px;
          color: #121712; }
          .new-mobile-ratetable .new-mobile-product .logo-row .hero-attribute .hero-title .fa-info-circle {
            margin: 0 2px;
            vertical-align: text-bottom; }
        .new-mobile-ratetable .new-mobile-product .logo-row .hero-attribute .cell-title {
          display: none; }
        .new-mobile-ratetable .new-mobile-product .logo-row .hero-attribute.chanceOfApproval .attribute {
          position: relative; }
          .new-mobile-ratetable .new-mobile-product .logo-row .hero-attribute.chanceOfApproval .attribute .recharts-wrapper {
            margin: 0 auto;
            cursor: pointer !important;
            transform: translateY(10px); }
          .new-mobile-ratetable .new-mobile-product .logo-row .hero-attribute.chanceOfApproval .attribute .not-available {
            color: #121712;
            font-size: 8px;
            position: absolute;
            text-align: center;
            bottom: 8px;
            left: 0;
            right: 0; }
        .new-mobile-ratetable .new-mobile-product .logo-row .hero-attribute.realTimeRating .hero-title {
          max-width: 45%; }
        .new-mobile-ratetable .new-mobile-product .logo-row .hero-attribute.realTimeRating .attribute {
          border: none;
          margin-top: 8px; }
          .new-mobile-ratetable .new-mobile-product .logo-row .hero-attribute.realTimeRating .attribute .inline-rating {
            font-size: 26px;
            font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
            vertical-align: super; }
    .new-mobile-ratetable .new-mobile-product .product-title {
      font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.2;
      padding: 8px 10px;
      border-bottom: 1px solid #EAEAEF; }
    .new-mobile-ratetable .new-mobile-product .special-text-wrapper {
      line-height: 1.2;
      margin-top: 4px; }
      .new-mobile-ratetable .new-mobile-product .special-text-wrapper .special-text {
        font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
        font-size: 13px; }
      .new-mobile-ratetable .new-mobile-product .special-text-wrapper .rc-label {
        margin-right: 3px; }
    .new-mobile-ratetable .new-mobile-product .row.is-flex {
      margin-left: 0;
      margin-right: 0; }
      .new-mobile-ratetable .new-mobile-product .row.is-flex > div[class*="col-"] {
        padding: 0; }
      .new-mobile-ratetable .new-mobile-product .row.is-flex.logo-row .logo-wrapper > div {
        padding: 0; }
      .new-mobile-ratetable .new-mobile-product .row.is-flex.logo-row .hero-attribute {
        padding: 0 5px 0 0; }
    .new-mobile-ratetable .new-mobile-product .cta-row {
      margin-left: 0;
      margin-right: 0; }
      .new-mobile-ratetable .new-mobile-product .cta-row > div[class*="col-"] {
        padding: 12px 10px;
        border-right: none; }
      .new-mobile-ratetable .new-mobile-product .cta-row .checkbox {
        margin-bottom: 0; }
        .new-mobile-ratetable .new-mobile-product .cta-row .checkbox label {
          font-size: 14px;
          height: 40px;
          padding: 9px 0; }
    .new-mobile-ratetable .new-mobile-product .more-details {
      cursor: pointer;
      text-align: center;
      padding: 8px 8px 10px 8px;
      border-top: 1px solid #EAEAEF;
      font-size: 13px; }
      .new-mobile-ratetable .new-mobile-product .more-details .fa {
        color: #313339; }
    .new-mobile-ratetable .new-mobile-product .row .attribute {
      border-right: 1px solid #EAEAEF;
      border-bottom: 1px solid #EAEAEF; }
      .new-mobile-ratetable .new-mobile-product .row .attribute > div {
        line-height: 8px;
        padding: 10px 0; }
      .new-mobile-ratetable .new-mobile-product .row .attribute:nth-child(2n) {
        border-right: none; }
      .new-mobile-ratetable .new-mobile-product .row .attribute:last-child {
        border-right: none; }
    .new-mobile-ratetable .new-mobile-product .attribute-row.is-flex {
      margin-left: 10px;
      margin-right: 10px; }
    .new-mobile-ratetable .new-mobile-product .cell-title {
      font-size: 11px; }
    .new-mobile-ratetable .new-mobile-product .cell-value {
      font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 1.2; }
      .new-mobile-ratetable .new-mobile-product .cell-value .strikeout {
        color: #B3B3B3;
        display: inline-block; }
        .new-mobile-ratetable .new-mobile-product .cell-value .strikeout:after {
          content: " ";
          display: block;
          width: 60px;
          height: 1px;
          background: #CF4128;
          position: relative;
          top: -11px; }
    .new-mobile-ratetable .new-mobile-product .cell-details {
      font-size: 12px;
      color: #858B88;
      margin-left: 5px; }
    .new-mobile-ratetable .new-mobile-product .boolean-list-field {
      font-size: 12px;
      text-align: left;
      font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
      margin-left: -5px;
      margin-right: -5px; }
      .new-mobile-ratetable .new-mobile-product .boolean-list-field > div[class*="col-"] {
        padding-left: 5px;
        padding-right: 5px; }
      .new-mobile-ratetable .new-mobile-product .boolean-list-field .inactive {
        color: #858B88; }
    .new-mobile-ratetable .new-mobile-product .disclaimer {
      margin-top: 0;
      margin-bottom: 0; }
      .new-mobile-ratetable .new-mobile-product .disclaimer .cell-value {
        font-size: 13px;
        font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
        text-align: left; }
    .new-mobile-ratetable .new-mobile-product .fa-info-circle {
      vertical-align: middle; }
      .new-mobile-ratetable .new-mobile-product .fa-info-circle:before {
        font-size: 10px; }
    .new-mobile-ratetable .new-mobile-product .fa-check {
      color: #00A348; }
  .new-mobile-ratetable .company-logo img {
    max-height: 40px; }
  .new-mobile-ratetable .btn {
    font-size: 14px;
    height: 40px;
    padding: 9px 14px; }
    .new-mobile-ratetable .btn.btn-outlined-grey {
      padding: 10px 0; }
  .new-mobile-ratetable .attribute.features .cell-value {
    line-height: 1.5; }
  .new-mobile-ratetable .attribute.features .cell-details,
  .new-mobile-ratetable .attribute.features .cell-title {
    display: none; }
.micro-product-table {
  margin: 0;
  border: 0; }
  .micro-product-table .Dropdown-control,
  .micro-product-table .form-control {
    border: 1px solid #e7e9ed; }
  .micro-product-table .micro-product-table-product {
    border: 0;
    border-bottom: 1px solid #e7e9ed;
    padding: 12px 12px 6px 12px;
    transition: all 0.15s ease-in-out; }
    .micro-product-table .micro-product-table-product .col-xs-3:nth-of-type(3n) {
      padding-left: 0px; }
    .micro-product-table .micro-product-table-product .attribute-row .col-xs-3:nth-of-type(4n) {
      padding-left: 5px; }
    .micro-product-table .micro-product-table-product .attribute-row .compareCheckbox-solo input[type="checkbox"] + span,
    .micro-product-table .micro-product-table-product .attribute-row .compareCheckbox-solo input[type="radio"] + span {
      padding-left: 15px; }
    .micro-product-table .micro-product-table-product:last-child {
      border-bottom: 1px solid #EAEAEF; }
    @media (max-width: 991px) {
      .micro-product-table .micro-product-table-product.xs-reduced-padding {
        padding: 12px 20px; }
        .micro-product-table .micro-product-table-product.xs-reduced-padding .btn {
          font-size: 12px;
          padding: 6px 7px;
          height: 30px;
          line-height: 1.35; }
        .micro-product-table .micro-product-table-product.xs-reduced-padding .compareCheckbox span {
          padding-left: 16px;
          font-size: 12px; }
          .micro-product-table .micro-product-table-product.xs-reduced-padding .compareCheckbox span:before {
            margin-top: -6px;
            width: 12px;
            height: 12px; }
          .micro-product-table .micro-product-table-product.xs-reduced-padding .compareCheckbox span:after {
            font-size: 10px; } }
    .micro-product-table .micro-product-table-product img {
      max-width: 80%; }
      @media (max-width: 991px) {
        .micro-product-table .micro-product-table-product img {
          max-width: 100%; } }
    .micro-product-table .micro-product-table-product .product-title {
      font-size: 13px;
      line-height: 1.2;
      font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif; }
    .micro-product-table .micro-product-table-product .row.attribute-row {
      margin-top: 3px;
      text-align: center;
      font-size: 10px;
      display: block;
      line-height: 1; }
      .micro-product-table .micro-product-table-product .row.attribute-row span {
        display: block; }
      .micro-product-table .micro-product-table-product .row.attribute-row .cell-value {
        font-weight: bold;
        margin-bottom: 3px;
        font-size: 18px; }
        @media (min-width: 768px) {
          .micro-product-table .micro-product-table-product .row.attribute-row .cell-value {
            font-size: 22px; } }
      .micro-product-table .micro-product-table-product .row.attribute-row .cell-title, .micro-product-table .micro-product-table-product .row.attribute-row .cell-details {
        color: #858B88;
        font-size: 12px;
        margin-bottom: 10px; }
    .micro-product-table .micro-product-table-product .compareCheckbox label {
      background: transparent; }
      .micro-product-table .micro-product-table-product .compareCheckbox label:hover {
        background: transparent; }
      .micro-product-table .micro-product-table-product .compareCheckbox label span:before {
        width: 14px;
        height: 14px; }
        @media (max-width: 767px) {
          .micro-product-table .micro-product-table-product .compareCheckbox label span:before {
            left: -6px; } }
      .micro-product-table .micro-product-table-product .compareCheckbox label span:after {
        left: 1px;
        top: -1px; }
        @media (max-width: 767px) {
          .micro-product-table .micro-product-table-product .compareCheckbox label span:after {
            left: -4px;
            top: 0; } }
    .micro-product-table .micro-product-table-product .rc-label {
      font-size: 10px !important;
      display: inline-block !important;
      margin-right: 4px;
      padding: 1px 2px 2px 3px;
      line-height: 1; }
      .micro-product-table .micro-product-table-product .rc-label.blue {
        color: #fff !important; }
    .micro-product-table .micro-product-table-product.promoted {
      background: #FBFBFC; }
    .micro-product-table .micro-product-table-product .inline {
      display: inline; }
  .micro-product-table .button-holder {
    margin: 0 0 12px 0;
    border: 1px solid #E4EAE4;
    padding: 12px 0; }
    .micro-product-table .button-holder.single-button {
      padding: 12px; }
    @media (max-width: 991px) {
      .micro-product-table .button-holder.xs-reduced-padding {
        border-width: 1px 0 0 0; } }
    @media (max-width: 991px) {
      .micro-product-table .button-holder.xs-reduced-padding .btn {
        font-size: 14px; } }
    @media (max-width: 991px) {
      .micro-product-table .button-holder > div[class*="col-"] {
        padding: 0 6px; } }
  .micro-product-table .whitelabel-monetised .mortgage-calculator-product:hover {
    border-color: #B3B3B3; }
  @media (max-width: 991px) {
    .micro-product-table .xs-reduced-padding div[class*="col-"] {
      padding: 0 2px; } }
@media (min-width: 767px) and (max-width: 991px) {
  .mortgage-calculator-2 .calculator-form-grid {
    max-width: 330px; } }

@media (min-width: 992px) {
  .mortgage-calculator-2 .calculator-form-grid {
    max-width: 420px; } }

@media (min-width: 1200px) {
  .mortgage-calculator-2 .calculator-form-grid {
    max-width: 465px; } }

.mortgage-calculator-2 .results-title {
  line-height: 24px;
  font-weight: normal; }

.mortgage-calculator-2 .form-group {
  margin-bottom: 31px; }
  .mortgage-calculator-2 .form-group.has-tip {
    margin-bottom: 16px; }
  .mortgage-calculator-2 .form-group h4 {
    position: relative;
    top: 7px;
    margin-bottom: 25px; }
  .mortgage-calculator-2 .form-group.dropdown-group h4 {
    top: 0; }
  .mortgage-calculator-2 .form-group .fa {
    color: #bcbfc8;
    font-size: 14px;
    position: relative;
    top: -1px;
    left: 2px; }

.mortgage-calculator-2 .rc-slider {
  margin-top: 16px;
  height: 2px;
  background: #ced0da;
  margin-bottom: 16px;
  width: 100%; }

.mortgage-calculator-2 .rc-slider-track {
  height: 2px; }

.mortgage-calculator-2 .rc-slider-track {
  background-color: #63738c; }

.mortgage-calculator-2 .rc-slider-handle {
  width: 16px;
  height: 16px;
  margin-top: -7px;
  border-color: #63738c;
  background-color: #63738c; }
  @media (max-width: 767px) {
    .mortgage-calculator-2 .rc-slider-handle {
      width: 22px;
      height: 22px;
      margin-top: -10px; } }

.mortgage-calculator-2 .no-results {
  border: 3px #f0f1f4 dashed;
  padding: 24px 20px 36px 20px; }
  @media (min-width: 992px) {
    .mortgage-calculator-2 .no-results {
      padding: 44px 20px; } }
  @media (min-width: 992px) {
    .mortgage-calculator-2 .no-results {
      padding: 54px 70px; } }
  .mortgage-calculator-2 .no-results h4, .mortgage-calculator-2 .no-results p, .mortgage-calculator-2 .no-results ul, .mortgage-calculator-2 .no-results li {
    color: #b3b3b3; }
  .mortgage-calculator-2 .no-results .no-results-subtitle {
    margin-bottom: 17px; }
  .mortgage-calculator-2 .no-results .fa {
    font-size: 99px;
    margin-bottom: 16px;
    color: #f1f2f4; }

.mortgage-calculator-2 .input-group {
  position: static; }
  .mortgage-calculator-2 .input-group .form-control {
    position: static; }

.mortgage-calculator-2 .tip-text {
  margin-top: 5px; }
  @media (max-width: 991px) {
    .mortgage-calculator-2 .tip-text {
      font-size: 12px; } }
  .mortgage-calculator-2 .tip-text strong {
    font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif; }
  .mortgage-calculator-2 .tip-text .fa {
    color: #121712;
    top: 2px;
    left: 0;
    margin-right: 2px;
    font-size: 20px; }
    .mortgage-calculator-2 .tip-text .fa.fa-exclamation-circle {
      color: #CF4128; }

.mortgage-calculator-2 .repayment-fields-trigger {
  margin-bottom: 12px; }

.mortgage-calculator-2 .repayment-frequency-group .btn:nth-child(2) {
  border-right: 0px; }
  .mortgage-calculator-2 .repayment-frequency-group .btn:nth-child(2):hover {
    border-right: 0px; }

.mortgage-calculator-2 .radio-button-buttons .btn-default {
  background: #fff;
  border: 1px solid #E4EAE4; }
  .mortgage-calculator-2 .radio-button-buttons .btn-default:hover {
    background: #ced0da;
    color: #313339;
    border: 1px solid #ced0da; }

.mortgage-calculator-2 .radio-button-buttons .btn-group {
  margin-bottom: 6px; }
  .mortgage-calculator-2 .radio-button-buttons .btn-group .btn {
    padding-left: 0;
    padding-right: 0;
    height: 39px;
    padding: 0; }

.mortgage-calculator-2 .error-tooltip {
  position: absolute;
  top: -37px;
  background: #CF4128;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  padding: 2px 5px;
  line-height: 1;
  width: 150px; }
  .mortgage-calculator-2 .error-tooltip:after {
    content: "";
    display: block;
    position: relative;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #CF4128 transparent transparent transparent; }

.mortgage-calculator-2 .form-control {
  height: 36px; }
.rc-slider {
  position: relative;
  height: 4px;
  width: 100%;
  border-radius: 6px;
  background-color: #e9e9e9;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle-active:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
}
.rc-slider-mark {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot:first-child {
  margin-left: -4px;
}
.rc-slider-dot:last-child {
  margin-left: -4px;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  position: absolute;
  margin-left: -5px;
  margin-bottom: -7px;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 10px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
          animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
          animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}
.toggle-button-wrapper a.btn {
  background: #fff;
  border: 1px solid #e4eae4; }
  .toggle-button-wrapper a.btn:first-child {
    border-right: none; }
  .toggle-button-wrapper a.btn:hover {
    background: #ced0da;
    color: #313339; }
.calculator-repayment-table {
  height: 238px;
  overflow-y: scroll;
  border-bottom: 1px solid #EAEAEF; }
  .calculator-repayment-table .table {
    border-top: 1px solid #EAEAEF; }
    .calculator-repayment-table .table > thead > tr, .calculator-repayment-table .table > tbody > tr {
      border: 1px solid #EAEAEF;
      border-top: none;
      font-size: 14px; }
      .calculator-repayment-table .table > thead > tr > td, .calculator-repayment-table .table > thead > tr > th, .calculator-repayment-table .table > tbody > tr > td, .calculator-repayment-table .table > tbody > tr > th {
        border: none; }
        @media (max-width: 767px) {
          .calculator-repayment-table .table > thead > tr > td, .calculator-repayment-table .table > thead > tr > th, .calculator-repayment-table .table > tbody > tr > td, .calculator-repayment-table .table > tbody > tr > th {
            font-size: 12px; } }
      .calculator-repayment-table .table > thead > tr > th, .calculator-repayment-table .table > tbody > tr > th {
        font-weight: bold; }
.recharts-responsive-container span.recharts-legend-item-text {
  color: #888;
  font-size: 13px;
  position: relative;
  top: 1px; }
#repayment-tabs .nav-pills {
  float: right; }
  #repayment-tabs .nav-pills > li.active > a {
    font-weight: bold;
    background: #63738c;
    color: #fff; }
  #repayment-tabs .nav-pills > li > a {
    border-radius: 15px;
    font-size: 13px;
    padding: 1px 10px 3px;
    color: #63738c; }
    @media (max-width: 767px) {
      #repayment-tabs .nav-pills > li > a {
        font-size: 12px;
        padding: 3px 8px; } }

#repayment-tabs .mortgage-calculator-graph {
  width: 100%;
  height: 250px; }

#repayment-tabs .tab-content {
  margin-top: 15px; }

#repayment-tabs .repayment-tooltip {
  vertical-align: bottom; }

#repayment-tabs .calculator-repayment-table {
  border-top: 1px solid #EAEAEF;
  border-bottom: 1px solid #EAEAEF; }
.new-calculator .form-group {
  margin-bottom: 31px; }
  .new-calculator .form-group.has-tip {
    margin-bottom: 16px; }
  .new-calculator .form-group h4 {
    position: relative;
    top: 7px;
    margin-bottom: 25px;
    height: 30px; }
  .new-calculator .form-group.dropdown-group h4 {
    top: 0; }
  .new-calculator .form-group .fa {
    color: #bcbfc8;
    font-size: 14px;
    position: relative;
    top: -1px;
    left: 2px; }

.new-calculator .rc-slider {
  margin-top: 16px;
  height: 2px;
  background: #ced0da;
  margin-bottom: 16px;
  width: 100%; }

.new-calculator .rc-slider-track {
  height: 2px; }

.new-calculator .rc-slider-track {
  background-color: #63738c; }

.new-calculator .rc-slider-handle {
  width: 16px;
  height: 16px;
  margin-top: -7px;
  border-color: #63738c;
  background-color: #63738c; }
  @media (max-width: 767px) {
    .new-calculator .rc-slider-handle {
      width: 22px;
      height: 22px;
      margin-top: -10px; } }

.new-calculator .tip-text {
  margin-top: 5px; }
  @media (max-width: 991px) {
    .new-calculator .tip-text {
      font-size: 12px; } }
  .new-calculator .tip-text strong {
    font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif; }
  .new-calculator .tip-text .fa {
    color: #121712;
    top: 2px;
    left: 0;
    margin-right: 2px;
    font-size: 20px; }
    .new-calculator .tip-text .fa.fa-exclamation-circle {
      color: #CF4128; }

.new-calculator .radio-button-buttons .btn-group {
  margin-bottom: 6px; }
  .new-calculator .radio-button-buttons .btn-group .btn {
    padding-left: 0;
    padding-right: 0;
    height: 39px;
    padding: 0; }

.new-calculator .radio-button-buttons .btn-primary {
  background: #63738C; }
  .new-calculator .radio-button-buttons .btn-primary:hover {
    background: #63738C; }

.new-calculator .stacked-buttons {
  margin-bottom: 18px; }
  .new-calculator .stacked-buttons .radio-button-buttons .btn {
    width: 100%;
    display: block;
    height: 65px;
    padding: 8px 0; }

.new-calculator .error-tooltip {
  position: absolute;
  top: -37px;
  background: #CF4128;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  padding: 2px 5px;
  line-height: 1;
  width: 150px; }
  .new-calculator .error-tooltip:after {
    content: "";
    display: block;
    position: relative;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #CF4128 transparent transparent transparent; }

.new-calculator .form-control {
  height: 36px; }

.new-calculator .results-column {
  background: #fff;
  padding: 24px; }
  .new-calculator .results-column .result-property {
    color: #121712;
    padding: 12px;
    border: 1px solid #EAEAEF;
    border-bottom: none; }
    .new-calculator .results-column .result-property:last-of-type {
      border-bottom: 2px solid #EAEAEF;
      margin-bottom: 12px; }
    .new-calculator .results-column .result-property span:last-of-type {
      float: right; }
  .new-calculator .results-column .info-text {
    text-align: center;
    text-transform: none;
    text-align: center;
    text-transform: none;
    max-width: 269px;
    display: block;
    margin: 0 auto; }
  .new-calculator .results-column .total-fees {
    display: block;
    text-align: center;
    font-size: 52px;
    font-weight: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #121712;
    word-wrap: break-word;
    margin-bottom: 24px;
    margin-top: 2px;
    line-height: 57px; }

.rc-slider {
  margin: 4px 0 36px;
  height: 4px;
  border-radius: 2px;
  background: #F5FAF6;
  box-shadow: inset 0 1px 2px #EAEAEF;
  margin-bottom: 39px; }
  .rc-slider:hover {
    cursor: pointer; }

.rc-slider-track {
  height: 4px;
  border-radius: 2px;
  background-color: #62738D; }

.rc-slider.min, .rc-slider.max > .rc-slider-track {
  background-color: #62738D; }

.rc-slider-mark .rc-slider-mark-text:first-of-type {
  width: 20% !important;
  left: 0 !important;
  margin-left: 0 !important;
  text-align: left; }

.rc-slider-mark .rc-slider-mark-text:last-of-type {
  width: 20% !important;
  left: 80% !important;
  text-align: right; }

.rc-slider-mark {
  top: 7px; }

.rc-slider-mark-text {
  font-size: 11px;
  top: 10px; }
  .rc-slider-mark-text-active {
    color: #999; }

.rc-slider-dot {
  display: none; }

.rc-slider-handle {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  margin-top: -9px;
  background: #fff;
  border-width: 1px;
  border-color: #d9d9e2; }
  .rc-slider-handle:hover {
    background: #f7f7f7;
    border-color: #d3d3dd; }

@media (max-width: 767px) {
  .rc-slider {
    width: 96%; }
  .rc-slider-handle {
    width: 28px;
    height: 28px;
    margin-top: -10px; }
    .rc-slider-handle:after {
      top: 9px;
      left: 9px; }
  .rc-slider-mark-text {
    top: 7px; } }

.input-form {
  float: left; }

.filter-inline-element {
  width: 90%; }

.appender {
  float: left;
  width: 20%;
  height: 45px;
  line-height: 2.2em;
  padding: 6px 0px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc; }
.company-search {
  margin: 12px 0; }
  .company-search .typeahead {
    position: relative; }
  .company-search input {
    width: 100%;
    outline: none;
    margin-top: 3px;
    padding: 3px 7px;
    border: 1px solid #ccc; }
  .company-search ul.typeahead-selector {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    z-index: 5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
    .company-search ul.typeahead-selector li {
      list-style-type: none; }
      .company-search ul.typeahead-selector li.hover a {
        text-decoration: none;
        background: #f1f1f1;
        color: #58677e; }
      .company-search ul.typeahead-selector li a {
        display: block;
        border: 1px solid #ccc;
        border-top: none;
        padding: 5px 8px;
        transition: all 0.15s ease-in-out;
        background: #fff; }
        .company-search ul.typeahead-selector li a:hover {
          text-decoration: none;
          background: #f1f1f1;
          color: #58677e; }
  .company-search .typeahead-token {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    background: #62738D;
    border-radius: 3px;
    font-size: 13px;
    margin-bottom: 3px;
    padding-left: 7px;
    padding-bottom: 2px; }
    .company-search .typeahead-token a.typeahead-token-close {
      color: #fff;
      font-size: 15px;
      display: inline-block;
      padding: 1px 7px 0 5px;
      margin-left: 7px;
      border-left: 1px solid #58677e;
      text-decoration: none;
      transition: all 0.15s ease-in-out; }
      .company-search .typeahead-token a.typeahead-token-close:hover {
        background: #58677e;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-left: 1px solid #55647b; }
.form-group.toggle-group {
  display: inline-block;
  margin-bottom: 3px !important; }
  .form-group.toggle-group div {
    display: inline-block; }
  .form-group.toggle-group .rc-label {
    margin-right: 3px;
    padding: 6px 7px 8px 7px;
    font-size: 12px;
    text-transform: none;
    cursor: pointer; }
    .form-group.toggle-group .rc-label.disabled {
      background: #f5f5f5;
      color: #a0a0a0; }
      .form-group.toggle-group .rc-label.disabled:hover {
        background: #eee;
        color: #313339; }
    .form-group.toggle-group .rc-label.lynch {
      color: #fff; }
.filter-inline-element label {
  font-size: 13px; }

.filter-inline-element .form-control {
  padding: 5px 10px 6px; }

@media (max-width: 767px) {
  .filter-inline-element > div > div:nth-last-child(-n+4) {
    display: none; } }

@media (max-width: 1300px) {
  .new-calculator .input-group .form-control {
    padding: 0;
    text-align: center; } }
.flip-counter-wrapper {
  background: #32a9a8;
  padding: 0.33rem 0.25rem;
  border-radius: 0.25rem;
  display: inline-block; }
  .flip-counter-wrapper ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px; }
    .flip-counter-wrapper ul li {
      float: left;
      color: #fff;
      margin-right: 0.1em;
      font-size: 1em;
      border-radius: 0.1em;
      background: #58dfdf;
      background: linear-gradient(to bottom, #5ae0e1 0%, #29c3c3 50%, #36acae 51%, #41cfd1 52%, #31cbcb 100%);
      /* Chrome10-25,Safari5.1-6 */
      box-shadow: 2px 2px 2px 1px #247b7a;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58dfdf', endColorstr='#32cbcb', GradientType=0 );
      font-weight: bold;
      display: inline-block;
      padding: 0.33em 0.25em;
      font-family: "Helvetica Neue", Arial, sans-serif;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
.time-counter {
  border: 1px solid #ddd;
  padding: 6px 0;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.1); }
  .time-counter li {
    display: inline-block;
    border-right: 1px solid #dedede;
    text-align: center;
    width: 25%; }
    .time-counter li .time-unit {
      font-size: 9px;
      display: block;
      color: #fe1e28;
      font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
      line-height: 1.2; }
    .time-counter li .time {
      font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
      font-size: 19px; }
    .time-counter li:last-child {
      border-right: 0; }
.time-left-counter {
  text-align: left;
  width: 60%; }
  .time-left-counter > p {
    margin-bottom: 5px;
    font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding-left: 10px; }
  .time-left-counter .flip-counter-wrapper {
    float: left; }
    .time-left-counter .flip-counter-wrapper .info {
      display: block;
      font-size: 9px;
      text-align: center; }
.sale-registration-form {
  display: flex; }
  @media (max-width: 767px) {
    .sale-registration-form {
      display: block; } }
  .sale-registration-form .input-wrapper {
    width: 80%; }
    @media (max-width: 767px) {
      .sale-registration-form .input-wrapper {
        width: 100%; } }
    .sale-registration-form .input-wrapper input[type="email"] {
      border: 1px solid #d5d5d5;
      box-shadow: inset 0px 3px 3px 0px rgba(37, 37, 37, 0.33);
      border-radius: 5px; }
      .sale-registration-form .input-wrapper input[type="email"]::-webkit-input-placeholder {
        font-style: italic; }
    .sale-registration-form .input-wrapper .checkbox label {
      padding-left: 0; }
  .sale-registration-form .submit {
    width: 20%;
    padding-left: 20px;
    text-align: right; }
    @media (max-width: 767px) {
      .sale-registration-form .submit {
        width: 50%;
        margin: 0 auto;
        padding-left: 0;
        text-align: center; } }
    .sale-registration-form .submit .btn {
      font-family: "Neue Haas Unica W01 Heavy", Helvetica, Arial, sans-serif;
      font-size: 17px;
      background: #fdff39;
      border: 1px solid #f1f332;
      color: #010101;
      box-shadow: 0px 3px 2px 0px rgba(148, 148, 148, 0.65);
      border-radius: 5px;
      text-transform: uppercase; }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/blaze-assets/ced611daf7709cc778da928fec876475.eot);
    src: url(/blaze-assets/ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format('woff'), url(/blaze-assets/d41f55a78e6f49a5512878df1737e58a.ttf) format('truetype'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.rc-image-showcase {
  max-width: 790px;
  margin: 0 auto 112px; }
  @media (max-width: 767px) {
    .rc-image-showcase {
      margin-bottom: 24px; } }
  .rc-image-showcase .rc-slide {
    position: relative; }
  .rc-image-showcase .caption-background {
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 30px;
    position: absolute;
    bottom: 0;
    width: 100%; }
    @media (max-width: 767px) {
      .rc-image-showcase .caption-background {
        position: static;
        background: #333;
        padding: 10px; } }
    .rc-image-showcase .caption-background .caption {
      color: #fff;
      font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 17px; }
  .rc-image-showcase .slick-next {
    right: 45px; }
    @media (max-width: 767px) {
      .rc-image-showcase .slick-next {
        right: 18px; } }
  .rc-image-showcase .slick-prev {
    left: 25px;
    z-index: 999; }
    @media (max-width: 767px) {
      .rc-image-showcase .slick-prev {
        left: 15px; } }
  @media (max-width: 767px) {
    .rc-image-showcase .slick-next, .rc-image-showcase .slick-prev {
      top: 35%; } }
  .rc-image-showcase .slick-next:before, .rc-image-showcase .slick-prev:before {
    font-size: 40px; }
    @media (max-width: 767px) {
      .rc-image-showcase .slick-next:before, .rc-image-showcase .slick-prev:before {
        font-size: 25px; } }
  .rc-image-showcase .slick-dots {
    bottom: -90px;
    font-size: 0px;
    text-align: left; }
    @media (max-width: 767px) {
      .rc-image-showcase .slick-dots[style] {
        display: none !important; } }
    .rc-image-showcase .slick-dots li {
      width: 12.5%;
      height: auto;
      padding: 0 10px 0 0;
      margin: 0; }
      .rc-image-showcase .slick-dots li:last-child {
        padding-right: 0; }
    .rc-image-showcase .slick-dots img {
      max-width: 100px; }
    .rc-image-showcase .slick-dots .rc-thumbnail {
      background: #333;
      height: 70px;
      width: 100%;
      background-size: cover;
      opacity: 0.6;
      transition: all 0.15s ease-in-out; }
      .rc-image-showcase .slick-dots .rc-thumbnail:hover {
        opacity: 1; }
    .rc-image-showcase .slick-dots li.slick-active .rc-thumbnail {
      opacity: 1; }
.slider {
  margin-bottom: 90px; }
  .slider .rc-image-showcase {
    max-width: 900px;
    margin: 0 auto; }
    .slider .rc-image-showcase .caption {
      font-weight: 600; }
    .slider .rc-image-showcase img {
      width: 100%; }
.broker-form-widget {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #d1d1d1;
  background: #fff;
  box-shadow: 0 3px 6px rgba(40, 63, 69, 0.06);
  padding: 35px 40px; }

.calculator .widget-footer {
  margin-top: 30px; }

.calculator .tip {
  text-align: center;
  margin-bottom: 20px; }

.calculator .disclaimer {
  margin-bottom: 0px; }

.calculator .panel {
  border: none; }
  .calculator .panel .nav li + li {
    border-top: none; }

.calculator .intro {
  padding-left: 5px; }
  .calculator .intro .repayment {
    text-decoration: underline;
    cursor: pointer; }

.calculator .filter-inline-element {
  width: 100%; }
  @media (max-width: 767px) {
    .calculator .filter-inline-element > div > div:nth-last-child(-n+4) {
      display: block; } }
  .calculator .filter-inline-element .filter-element-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .calculator .filter-inline-element .filter-element-wrapper > div {
      padding: 25px 25px 10px 25px;
      width: 100%; }

.calculator .form-group.has-tip {
  margin-bottom: 16px; }

.calculator .form-group .rc-slider {
  margin-top: 16px;
  height: 2px;
  background: #ced0da;
  margin-bottom: 16px; }

.calculator .form-group .rc-slider-track {
  height: 2px; }

.calculator .form-group .rc-slider-track {
  background-color: #63738c; }

.calculator .form-group .rc-slider-handle {
  width: 16px;
  height: 16px;
  margin-top: -7px;
  border-color: #63738c;
  background-color: #63738c; }
  @media (max-width: 767px) {
    .calculator .form-group .rc-slider-handle {
      width: 22px;
      height: 22px;
      margin-top: -10px; } }

.calculator .form-group h4 {
  position: relative;
  top: 7px;
  margin-bottom: 21px; }
  @media (min-width: 992px) {
    .calculator .form-group h4 {
      font-size: 1.5rem; } }

.calculator .form-group.dropdown-group h4 {
  top: 0; }

.calculator .form-group .fa {
  color: #bcbfc8;
  font-size: 14px;
  position: relative;
  top: -1px;
  left: 2px; }

.calculator strong, .calculator .h1, .calculator h3 {
  font-weight: bold;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif; }

.calculator .calculator-product-table {
  border: 1px solid #e7e9ed;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .calculator .h1 {
    margin-bottom: 20px;
    color: #121712; } }

.calculator .no-gutter-xs {
  padding-left: 0px;
  padding-right: 0px; }

.calculator .larger-button {
  padding-left: 0px; }

.calculator .calculator-table {
  padding: 0; }
  @media (min-width: 768px) {
    .calculator .calculator-table {
      padding: 13px 16px; } }
  @media (min-width: 992px) {
    .calculator .calculator-table {
      padding: 13px 32px; } }

.calculator .calculator-graph-container {
  padding: 0; }
  @media (min-width: 768px) {
    .calculator .calculator-graph-container {
      padding: 0px 16px 13px 16px; } }
  @media (min-width: 992px) {
    .calculator .calculator-graph-container {
      padding: 0px 32px 32px 32px; } }

.calculator .result-title {
  border: 1px solid #EAEAEF;
  border-right: 1px solid transparent;
  padding: 13px 0px 0px 16px;
  height: 100%; }
  @media (min-width: 992px) {
    .calculator .result-title {
      padding: 13px 0px 0px 32px; } }
  .calculator .result-title p {
    margin-bottom: 15px;
    color: #858B88;
    font-size: 13px; }

.calculator .results-column {
  background: #fff;
  width: 100%;
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .calculator .results-column {
      border-left: none;
      border-right: none;
      border-bottom: none;
      padding-bottom: 0;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; } }
  .calculator .results-column h4 {
    margin-bottom: 0;
    margin-top: 0; }
    .calculator .results-column h4.product-heading {
      margin-bottom: 15px;
      margin-top: 12px;
      font-weight: 600;
      font-size: 20px; }
      @media (min-width: 768px) {
        .calculator .results-column h4.product-heading {
          margin-top: 0px; } }

.calculator .repayment-results-horizontal {
  margin: 14px 0 21px 0; }
  @media (max-width: 767px) {
    .calculator .repayment-results-horizontal {
      margin: 12px -15px 0 -15px; } }
  .calculator .repayment-results-horizontal > div {
    line-height: 1;
    border: 1px solid #EAEAEF;
    padding: 10px;
    font-size: 13px; }
    .calculator .repayment-results-horizontal > div:first-of-type {
      border-left: none;
      border-right: none; }
    .calculator .repayment-results-horizontal > div:last-of-type {
      border-right: none; }
    .calculator .repayment-results-horizontal > div h3 {
      margin-bottom: 0;
      font-size: 20px; }
      @media (min-width: 768px) {
        .calculator .repayment-results-horizontal > div h3 {
          margin-bottom: 12px; } }

.calculator .repayment-results-vertical {
  border-left: 1px solid #EAEAEF; }
  .calculator .repayment-results-vertical > div {
    padding: 3px 0 0;
    padding-top: 4px;
    font-size: 13px;
    border: 1px solid #EAEAEF;
    border-left: 1px solid transparent; }
    .calculator .repayment-results-vertical > div:first-child {
      border-bottom-color: transparent; }
    @media (max-width: 991px) {
      .calculator .repayment-results-vertical > div {
        font-size: 13px; } }
    .calculator .repayment-results-vertical > div h3 {
      font-size: 20px;
      line-height: 1;
      margin-top: -1px; }
    .calculator .repayment-results-vertical > div:first-of-type {
      padding-top: 17px; }

.calculator #repayment-tabs {
  margin-top: 12px; }
  .calculator #repayment-tabs > div:nth-child(2) {
    margin-top: 10px; }
  .calculator #repayment-tabs .calculator-repayment-table {
    margin-top: 12px;
    border-top: 1px solid #EAEAEF;
    border-bottom: 1px solid #EAEAEF; }

.calculator .product-tabs {
  margin-bottom: 12px; }

.calculator .mobile-monthly-results, .calculator .mobile-monthly-results.affixed[style] {
  position: fixed;
  top: auto !important;
  bottom: 0 !important;
  width: 100% !important;
  z-index: 999;
  margin-left: -15px;
  background: #313339;
  padding: 5px 10px 7px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
  @media (min-width: 768px) {
    .calculator .mobile-monthly-results, .calculator .mobile-monthly-results.affixed[style] {
      display: none; } }
  .calculator .mobile-monthly-results .h1, .calculator .mobile-monthly-results h4, .calculator .mobile-monthly-results span, .calculator .mobile-monthly-results.affixed[style] .h1, .calculator .mobile-monthly-results.affixed[style] h4, .calculator .mobile-monthly-results.affixed[style] span {
    color: #fff; }
  .calculator .mobile-monthly-results .h1, .calculator .mobile-monthly-results.affixed[style] .h1 {
    font-size: 30px;
    margin-bottom: 6px; }
  .calculator .mobile-monthly-results h4, .calculator .mobile-monthly-results.affixed[style] h4 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2; }
  .calculator .mobile-monthly-results span, .calculator .mobile-monthly-results.affixed[style] span {
    line-height: 1; }

.calculator .nav-pills {
  float: right; }
  .calculator .nav-pills > li.active > a {
    font-weight: bold;
    background: #63738c;
    color: #fff; }
  .calculator .nav-pills > li > a {
    border-radius: 15px;
    font-size: 13px;
    padding: 1px 10px 3px;
    color: #63738c; }
    @media (max-width: 767px) {
      .calculator .nav-pills > li > a {
        font-size: 12px;
        padding: 3px 8px; } }

.calculator .micro-product-table .cell-title {
  display: none !important; }

.calculator .micro-product-table .attribute.comparison-rate .cell-value:after {
  content: "comparison rate*";
  display: block;
  font-size: 12px;
  color: #858B88;
  font-weight: normal;
  margin-top: 1px;
  letter-spacing: 0.001em; }

.calculator .micro-product-table .attribute.monthly-repayment:nth-child(3n) {
  margin-bottom: 10px; }

.calculator .micro-product-table img {
  max-width: 100%;
  margin-top: 2px;
  margin-bottom: 14px; }
  @media (min-width: 568px) {
    .calculator .micro-product-table img {
      max-width: 95px; } }
  @media (min-width: 768px) {
    .calculator .micro-product-table img {
      max-width: 74px; } }
  @media (min-width: 1200px) {
    .calculator .micro-product-table img {
      max-width: 88px; } }

.calculator .widget-results {
  display: flex; }
  .calculator .widget-results > div {
    width: 50%; }
  .calculator .widget-results .h1 {
    margin-bottom: 8px;
    font-size: 40px;
    margin-top: 1px;
    color: #121712; }
  .calculator .widget-results .results-title {
    margin-bottom: 6px; }
    @media (max-width: 991px) {
      .calculator .widget-results .results-title {
        font-size: 15px; } }

.calculator .no-results {
  border: 3px #f0f1f4 dashed;
  padding: 24px 20px 36px 20px; }
  @media (min-width: 992px) {
    .calculator .no-results {
      padding: 44px 20px; } }
  @media (min-width: 992px) {
    .calculator .no-results {
      padding: 54px 70px; } }
  .calculator .no-results h4, .calculator .no-results p, .calculator .no-results ul, .calculator .no-results li {
    color: #b3b3b3; }
  .calculator .no-results .no-results-subtitle {
    margin-bottom: 17px; }
  .calculator .no-results .fa {
    font-size: 99px;
    margin-bottom: 16px;
    color: #f1f2f4; }
.comparison-widget-body {
  background: #fff; }

.comparison-widget-container {
  font-family: Helvetica, Arial, sans-serif;
  background: #fff;
  min-width: 320px;
  border: 1px solid #EAEAEF;
  overflow: hidden;
  padding-bottom: 12px; }
  .comparison-widget-container .title-and-tabs {
    padding: 15px;
    background: linear-gradient(to bottom, #fff, #f0f1f3);
    border-bottom: 2px solid #eee; }
    .comparison-widget-container .title-and-tabs h4 {
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .comparison-widget-container .title-and-tabs h4 {
          margin-bottom: 8px; } }
  .comparison-widget-container .assumption-bar {
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    margin-top: 6px; }
    .comparison-widget-container .assumption-bar:after {
      content: "";
      display: table;
      clear: both; }
    .comparison-widget-container .assumption-bar strong {
      color: #62738D; }
  .comparison-widget-container .nav-tabs {
    float: right;
    border-bottom: none; }
    @media (max-width: 767px) {
      .comparison-widget-container .nav-tabs {
        float: none; } }
    .comparison-widget-container .nav-tabs > li > a {
      color: #121712;
      margin-right: 0;
      background: #fff;
      border: 1px solid #EAEAEF;
      border-radius: 0;
      font-weight: bold;
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 14px; }
      @media (max-width: 767px) {
        .comparison-widget-container .nav-tabs > li > a {
          padding-left: 14px;
          padding-right: 14px; } }
    .comparison-widget-container .nav-tabs > li.active a {
      border: 1px solid #B3B3B3;
      color: #fff;
      background: #121712; }
    .comparison-widget-container .nav-tabs > li:first-of-type a {
      border-right: none; }
    .comparison-widget-container .nav-tabs > li:last-of-type a {
      border-left: none; }
  .comparison-widget-container .criteria {
    margin: 0 20px; }
    .comparison-widget-container .criteria p {
      margin: 10px 0; }
  .comparison-widget-container .attribute-table .table {
    margin-bottom: 0; }
  .comparison-widget-container .attribute-table .table-bordered {
    border-bottom: none;
    border-left: none; }
  .comparison-widget-container .attribute-table .table-responsive {
    border: 1px solid #EAEAEF; }
  .comparison-widget-container .attribute-table .cell-title {
    display: none; }
  .comparison-widget-container .attribute-table tbody tr:first-of-type .company {
    border-top: none; }
  .comparison-widget-container .attribute-table td, .comparison-widget-container .attribute-table th {
    padding: 12px;
    text-align: center;
    vertical-align: middle; }
  .comparison-widget-container .attribute-table th {
    line-height: 1.2;
    font-size: 13px; }
    .comparison-widget-container .attribute-table th.goToSite {
      display: none; }
    .comparison-widget-container .attribute-table th.productName {
      text-align: left; }
    .comparison-widget-container .attribute-table th .fa {
      display: none; }
  .comparison-widget-container .attribute-table td {
    padding: 12px; }
    .comparison-widget-container .attribute-table td.company {
      float: left;
      width: 100%;
      display: block; }
      .comparison-widget-container .attribute-table td.company img {
        margin: 0 auto;
        max-width: 75px; }
    .comparison-widget-container .attribute-table td.goToSite {
      border: none;
      display: block;
      white-space: normal; }
      .comparison-widget-container .attribute-table td.goToSite .btn {
        height: 27px;
        padding: 4px 14px; }
    .comparison-widget-container .attribute-table td.productName {
      text-align: left;
      font-size: 13px;
      line-height: 1.3; }
    .comparison-widget-container .attribute-table td .cell-value {
      display: block;
      line-height: 1.3; }
      .comparison-widget-container .attribute-table td .cell-value .fa {
        font-size: 13px; }
    .comparison-widget-container .attribute-table td .cell-details {
      display: block;
      line-height: 1;
      font-size: 12px;
      font-weight: normal; }
  .comparison-widget-container .disclaimer {
    padding: 0 15px;
    margin-top: 12px; }
    .comparison-widget-container .disclaimer > small {
      color: #858B88;
      font-size: 11px;
      line-height: 1.2; }
  .comparison-widget-container span.underlined {
    text-decoration: underline;
    cursor: pointer; }
  .comparison-widget-container small > strong {
    font-weight: bold; }

#compliance-popover {
  max-width: 320px; }
  #compliance-popover ul {
    margin-bottom: 0; }
    #compliance-popover ul > li {
      font-size: 12px;
      line-height: 1.2; }

.tippy-popper .compareTooltip-theme {
  width: 650px;
  background: #fff;
  padding: 10px;
  border: 1px solid #EAEAEF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #333;
  text-align: left;
  line-height: 1.4; }
  .tippy-popper .compareTooltip-theme .first-product {
    border-right: 1px solid #EAEAEF;
    padding-right: 5px; }
  .tippy-popper .compareTooltip-theme .second-product .detail-wrapper {
    margin-left: 6px; }
  .tippy-popper .compareTooltip-theme img {
    max-height: 40px; }
  .tippy-popper .compareTooltip-theme .product-name {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 6px;
    padding-bottom: 6px;
    line-height: 1.2;
    border-bottom: 1px solid #EAEAEF;
    min-height: 35px; }
  .tippy-popper .compareTooltip-theme .attributes {
    text-align: center; }
    .tippy-popper .compareTooltip-theme .attributes > div[class*="col-"] {
      border-right: 1px solid #EAEAEF; }
      .tippy-popper .compareTooltip-theme .attributes > div[class*="col-"]:last-child {
        border-right: none; }
    .tippy-popper .compareTooltip-theme .attributes .title {
      font-size: 10px; }
    .tippy-popper .compareTooltip-theme .attributes .value {
      font-size: 20px;
      font-weight: bold; }
  .tippy-popper .compareTooltip-theme .row {
    margin-left: -5px;
    margin-right: -5px; }
    .tippy-popper .compareTooltip-theme .row > div[class*="col-"] {
      padding-left: 5px;
      padding-right: 5px; }

.tippy-popper[x-placement^=top] .compareTooltip-theme [x-arrow].arrow-big {
  border-top: 9px solid #fff; }

.tippy-popper[x-placement^=bottom] .compareTooltip-theme [x-arrow].arrow-big {
  border-bottom: 9px solid #fff; }

.new-repayment-graph {
  padding: 20px; }
  .new-repayment-graph .x-axis:after {
    content: "";
    display: block;
    clear: both; }
  .new-repayment-graph .x-axis .axis-value.zero {
    font-weight: bold;
    position: relative;
    left: -9px; }
  .new-repayment-graph .axis-row {
    border-bottom: 1px dashed #dcdce4; }
    @media (max-width: 767px) {
      .new-repayment-graph .axis-row {
        border: none; } }
  .new-repayment-graph .axis-col {
    padding-left: 0;
    padding-right: 0; }
  .new-repayment-graph .axis-block {
    width: 25%;
    float: left;
    border-right: 1px solid #d3d3dd;
    font-weight: bold;
    text-align: right;
    height: 8px; }
    .new-repayment-graph .axis-block.first {
      border-left: 1px solid #d3d3dd; }
    .new-repayment-graph .axis-block .axis-value {
      position: relative;
      top: -21px;
      left: 27px; }
      .new-repayment-graph .axis-block .axis-value.zero {
        font-weight: bold;
        position: relative;
        left: -9px; }
  .new-repayment-graph .lender-image-col {
    display: block; }
    .new-repayment-graph .lender-image-col img {
      max-width: 120px; }
      @media (max-width: 991px) {
        .new-repayment-graph .lender-image-col img {
          max-width: 100px; } }
      @media (max-width: 767px) {
        .new-repayment-graph .lender-image-col img {
          max-width: 85px; } }
  .new-repayment-graph div[class*="lender-row"] {
    border-bottom: 1px dashed #dcdce4; }
    .new-repayment-graph div[class*="lender-row"]:first-of-type {
      border-top: 1px dashed #dcdce4; }
      @media (max-width: 767px) {
        .new-repayment-graph div[class*="lender-row"]:first-of-type {
          border: none; } }
    @media (max-width: 767px) {
      .new-repayment-graph div[class*="lender-row"] {
        margin-left: -5px;
        margin-right: -5px;
        border: none; } }
    .new-repayment-graph div[class*="lender-row"] > div[class*="col-"] {
      justify-content: center;
      padding-top: 6px;
      padding-bottom: 6px;
      border-right: 1px solid #e4e4eb; }
      .new-repayment-graph div[class*="lender-row"] > div[class*="col-"]:last-of-type {
        border-right: none; }
      @media (max-width: 767px) {
        .new-repayment-graph div[class*="lender-row"] > div[class*="col-"] {
          padding-left: 5px;
          padding-right: 5px;
          border: none; } }
    .new-repayment-graph div[class*="lender-row"] .bar-col {
      padding-left: 0;
      padding-right: 0; }
  .new-repayment-graph .lender-bar {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    height: 40px;
    background: linear-gradient(to bottom, #a7a7a7, #939393); }
    .new-repayment-graph .lender-bar.commonwealth-bank {
      background: linear-gradient(to bottom, #ffc425, #fbb700); }
    .new-repayment-graph .lender-bar.anz {
      background: linear-gradient(to bottom, #017dba, #016291); }
    .new-repayment-graph .lender-bar.nab {
      background: linear-gradient(to bottom, #ee2e24, #d81b11); }
    .new-repayment-graph .lender-bar.westpac {
      background: linear-gradient(to bottom, #ed1b3b, #cf102d); }
    .new-repayment-graph .lender-bar .bar-value {
      color: #fff;
      text-align: right;
      font-weight: bold;
      padding-top: 15px;
      padding-right: 15px;
      font-size: 24px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); }
  .new-repayment-graph .savings-note {
    border: 2px solid #717774;
    border-radius: 18px;
    padding: 5px 10px;
    margin-left: 15px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15); }
    @media (max-width: 767px) {
      .new-repayment-graph .savings-note {
        margin-left: 8px;
        padding: 5px 5px 5px 15px; } }
    .new-repayment-graph .savings-note > div, .new-repayment-graph .savings-note > img {
      display: block;
      float: left; }
    .new-repayment-graph .savings-note > img {
      height: 27px;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .new-repayment-graph .savings-note > img {
          height: 25px;
          margin-right: 7px;
          display: none; } }
    .new-repayment-graph .savings-note .save-text {
      line-height: 1;
      font-size: 13px;
      margin-right: 8px;
      padding-top: 1px; }
    .new-repayment-graph .savings-note .value {
      font-weight: bold;
      font-size: 20px;
      padding-top: 3px; }
    .new-repayment-graph .savings-note:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 10px 11px 0;
      border-color: transparent #717774 transparent transparent;
      position: absolute;
      left: 22px;
      top: 15px; }
      @media (max-width: 767px) {
        .new-repayment-graph .savings-note:before {
          left: 5px; } }
    .new-repayment-graph .savings-note:after {
      content: "";
      display: block;
      clear: both; }

.main-product-wrapper {
  padding: 10px 20px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #EAEAEF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  text-align: center; }
  @media (max-width: 991px) {
    .main-product-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .main-product-wrapper {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .main-product-wrapper .row.is-flex {
      margin-left: -5px;
      margin-right: -5px; } }
  .main-product-wrapper .row.is-flex div[class*="col-"] {
    display: block; }
    @media (max-width: 767px) {
      .main-product-wrapper .row.is-flex div[class*="col-"] {
        margin-bottom: 12px;
        padding-left: 5px;
        padding-right: 5px; } }
  .main-product-wrapper .row.is-flex > .product-name {
    text-align: left;
    display: flex !important;
    justify-content: center;
    font-size: 13px; }
    @media (max-width: 767px) {
      .main-product-wrapper .row.is-flex > .product-name {
        text-align: center; } }
  .main-product-wrapper img {
    height: 35px; }
    @media (max-width: 767px) {
      .main-product-wrapper img {
        display: block;
        margin: 0 auto; } }
  .main-product-wrapper .title {
    font-size: 12px;
    margin-bottom: 3px; }
  .main-product-wrapper .value {
    font-size: 18px;
    font-weight: bold; }

.repayment-graph-tooltip {
  width: 200px;
  margin: 0;
  border: 1px solid #EAEAEF;
  background-color: #fff;
  font-size: 13px;
  padding: 10px;
  line-height: 1.2; }
  .repayment-graph-tooltip p {
    margin-bottom: 6px; }
  .repayment-graph-tooltip strong {
    font-weight: bold; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after, .rc-ad-leaderboard-multi-hl .body .product:after {
  content: "";
  display: table;
  clear: both; }

.rc-ad-leaderboard-multi-hl {
  border: 1px solid #EAEAEF;
  width: 728px;
  height: 90px;
  position: relative;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
  line-height: 1; }
  .rc-ad-leaderboard-multi-hl.default .header {
    background: #fff;
    color: #121712;
    border-right: 1px solid #EAEAEF; }
  .rc-ad-leaderboard-multi-hl .header {
    float: left;
    background: #62738D;
    color: #fff;
    padding: 9px 8px;
    width: 150px;
    text-align: center;
    height: 88px; }
    .rc-ad-leaderboard-multi-hl .header .ad-title {
      font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
      font-size: 20px; }
    .rc-ad-leaderboard-multi-hl .header img {
      height: 30px;
      margin-top: 15px; }
  .rc-ad-leaderboard-multi-hl .loan-types {
    float: left;
    width: 576px; }
  .rc-ad-leaderboard-multi-hl .body {
    padding: 2px 5px 5px;
    clear: both; }
    .rc-ad-leaderboard-multi-hl .body .rate {
      float: left;
      width: 20%;
      position: relative;
      top: -3px;
      text-align: right;
      padding-right: 3px; }
      .rc-ad-leaderboard-multi-hl .body .rate .number {
        font-size: 18px;
        display: block;
        margin-right: 2px;
        font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif; }
        .rc-ad-leaderboard-multi-hl .body .rate .number .percent {
          display: inline-block;
          margin-left: 1px;
          font-size: 14px;
          position: relative;
          top: -2px; }
      .rc-ad-leaderboard-multi-hl .body .rate .words {
        display: block;
        line-height: 1;
        font-size: 8px;
        color: #858B88;
        margin-bottom: -3px; }
    .rc-ad-leaderboard-multi-hl .body .logo {
      float: left;
      width: 23%;
      padding-left: 5px; }
      .rc-ad-leaderboard-multi-hl .body .logo img {
        max-width: 100%; }
    .rc-ad-leaderboard-multi-hl .body .product {
      text-decoration: none;
      color: inherit;
      border-bottom: 1px solid #EAEAEF;
      float: left;
      width: 50%;
      padding: 6px 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .rc-ad-leaderboard-multi-hl .body .product:nth-child(3), .rc-ad-leaderboard-multi-hl .body .product:nth-child(4) {
        border-bottom: none; }
      .rc-ad-leaderboard-multi-hl .body .product:nth-child(2), .rc-ad-leaderboard-multi-hl .body .product:nth-child(4) {
        border-left: 1px solid #EAEAEF; }
      .rc-ad-leaderboard-multi-hl .body .product .product-title {
        text-align: center;
        font-size: 10px;
        line-height: 1;
        width: 55%;
        float: left;
        padding: 0 6px;
        margin-bottom: 0; }
  .rc-ad-leaderboard-multi-hl .disclaimer {
    clear: both;
    padding: 3px;
    border-top: 1px solid #EAEAEF;
    text-align: right;
    font-size: 8px;
    color: #858B88;
    background: #f7f7f7; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.rc-ad-leaderboard-single {
  border: 1px solid #EAEAEF;
  width: 728px;
  height: 90px;
  position: relative;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
  line-height: 1; }
  .rc-ad-leaderboard-single.default {
    background: #FBFBFC; }
    .rc-ad-leaderboard-single.default .header {
      background: #fff;
      color: #121712;
      border-right: 1px solid #EAEAEF; }
  .rc-ad-leaderboard-single .header {
    float: left;
    background: #62738D;
    color: #fff;
    padding: 9px 8px;
    width: 175px;
    text-align: center;
    height: 88px; }
    .rc-ad-leaderboard-single .header .ad-title {
      font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
      font-size: 20px; }
    .rc-ad-leaderboard-single .header img {
      height: 30px;
      margin-top: 15px; }
  .rc-ad-leaderboard-single .loan-types {
    float: left;
    width: 551px;
    padding: 5px 12px; }
  .rc-ad-leaderboard-single .product-title {
    font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 6px; }
  .rc-ad-leaderboard-single .href-wrapper {
    text-decoration: none;
    color: inherit; }
  .rc-ad-leaderboard-single .body .rate, .rc-ad-leaderboard-single .body .list {
    position: relative; }
    .rc-ad-leaderboard-single .body .rate:after, .rc-ad-leaderboard-single .body .list:after {
      content: "";
      display: block;
      width: 1px;
      height: 33px;
      background: #EAEAEF;
      float: left;
      position: absolute;
      top: 8px;
      right: 10px; }
  .rc-ad-leaderboard-single .body .rate {
    width: 22%;
    float: left;
    position: relative;
    top: -4px;
    text-align: left; }
    .rc-ad-leaderboard-single .body .rate .number {
      font-size: 34px;
      display: block;
      font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
      margin-bottom: -2px; }
      .rc-ad-leaderboard-single .body .rate .number .percent {
        font-size: 24px;
        position: relative;
        top: -4px; }
    .rc-ad-leaderboard-single .body .rate .words {
      font-size: 12px;
      color: #858B88; }
  .rc-ad-leaderboard-single .body .logo {
    float: left;
    width: 26%;
    padding-right: 14px; }
    .rc-ad-leaderboard-single .body .logo img {
      max-width: 100%; }
  .rc-ad-leaderboard-single .body .list {
    float: left;
    font-size: 12px;
    width: 33%; }
    .rc-ad-leaderboard-single .body .list ul {
      padding: 0 0 0 18px;
      margin: 0; }
      .rc-ad-leaderboard-single .body .list ul li {
        list-style-type: none;
        list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAJCAYAAADkZNYtAAAA+UlEQVR42lWQO47CMBCGfYxwinAJyhCtRIkWRE/BAbgBWsQBENIKMA2PCkEqJNjdhkWIGhykRHQEenB+7HF4jTTyeOabf8ZmiAFyvJxkMilJ+KdQRRew652Jn4C2q4r1rbHksLgLT/yBIekmVMo31frqG1bXJc+MKwZuboaY+POHuvb6fxtWJ0tgelDENtqDtTYjGqOT3nah+Au+lm2j2HNh9wsQ55B02CJcUyGli/wD5VnNNHMH6eEnRBQkA2O9hsRE/FDR4jml5qhGB/aghP0xSPY3b2H3L5v6v6ZBTbD1jqfg8Z0Exy+wVpiKOfJeFbvooHISb6aYG6Z1SmnNWkHvAAAAAElFTkSuQmCC);
        line-height: 1.3; }
  .rc-ad-leaderboard-single .body .gotosite {
    float: left;
    text-align: right;
    width: 19%; }
    .rc-ad-leaderboard-single .body .gotosite a {
      position: relative;
      top: -2px;
      display: inline-block;
      text-decoration: none;
      font-weight: normal;
      background: #62738D;
      color: #fff;
      font-size: 14px;
      border-radius: 2px;
      transition: all,.1s,linear;
      border: 0;
      font-weight: normal;
      font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
      padding: 10px 15px;
      height: 43px;
      line-height: 1.55; }
      .rc-ad-leaderboard-single .body .gotosite a:hover {
        color: #fff;
        text-decoration: none;
        background: #51617A; }
  .rc-ad-leaderboard-single .disclaimer {
    position: absolute;
    bottom: 3px;
    right: 12px;
    text-align: right;
    font-size: 8px;
    color: #858B88; }

.mortgage-calculator-2 strong, .mortgage-calculator-2 .h1, .mortgage-calculator-2 h3 {
  font-weight: bold;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif; }

.mortgage-calculator-2 .mortgage-calculator-product-table {
  border: 1px solid #e7e9ed;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .mortgage-calculator-2 .h1 {
    margin-bottom: 20px;
    color: #121712; } }

.mortgage-calculator-2 .no-gutter-xs {
  padding-left: 0px;
  padding-right: 0px; }

.mortgage-calculator-2 .larger-button {
  padding-left: 0px; }

.mortgage-calculator-2 .mortgage-calculator-table {
  padding: 0; }
  @media (min-width: 768px) {
    .mortgage-calculator-2 .mortgage-calculator-table {
      padding: 13px 16px; } }
  @media (min-width: 992px) {
    .mortgage-calculator-2 .mortgage-calculator-table {
      padding: 13px 32px; } }

.mortgage-calculator-2 .mortgage-calculator-graph-container {
  padding: 0; }
  @media (min-width: 768px) {
    .mortgage-calculator-2 .mortgage-calculator-graph-container {
      padding: 0px 16px 13px 16px; } }
  @media (min-width: 992px) {
    .mortgage-calculator-2 .mortgage-calculator-graph-container {
      padding: 0px 32px 32px 32px; } }

.mortgage-calculator-2 .result-title {
  border-bottom: 1px solid #EAEAEF;
  padding: 13px 0px 0px 16px; }
  @media (min-width: 992px) {
    .mortgage-calculator-2 .result-title {
      padding: 13px 0px 0px 32px; } }
  .mortgage-calculator-2 .result-title p {
    margin-bottom: 15px;
    color: #858B88;
    font-size: 13px; }

.mortgage-calculator-2 .results-column {
  background: #fff;
  border: 1px solid #e7e9ed;
  width: 100%;
  margin-bottom: 32px; }
  @media (min-width: 1200px) {
    .mortgage-calculator-2 .results-column {
      width: 545px;
      margin-left: 8px; } }
  @media (max-width: 767px) {
    .mortgage-calculator-2 .results-column {
      border-left: none;
      border-right: none;
      border-bottom: none;
      padding-bottom: 0;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; } }
  .mortgage-calculator-2 .results-column h4 {
    margin-bottom: 0;
    margin-top: 0; }
    .mortgage-calculator-2 .results-column h4.product-heading {
      margin-bottom: 15px;
      margin-top: 12px; }
      @media (min-width: 768px) {
        .mortgage-calculator-2 .results-column h4.product-heading {
          margin-top: 0px; } }

.mortgage-calculator-2 .repayment-results-horizontal {
  margin: 14px 0 21px 0; }
  @media (max-width: 767px) {
    .mortgage-calculator-2 .repayment-results-horizontal {
      margin: 12px -15px 0 -15px; } }
  .mortgage-calculator-2 .repayment-results-horizontal > div {
    line-height: 1;
    border: 1px solid #EAEAEF;
    padding: 10px;
    font-size: 13px; }
    .mortgage-calculator-2 .repayment-results-horizontal > div:first-of-type {
      border-left: none;
      border-right: none; }
    .mortgage-calculator-2 .repayment-results-horizontal > div:last-of-type {
      border-right: none; }
    .mortgage-calculator-2 .repayment-results-horizontal > div h3 {
      margin-bottom: 0;
      font-size: 20px; }
      @media (min-width: 768px) {
        .mortgage-calculator-2 .repayment-results-horizontal > div h3 {
          margin-bottom: 12px; } }

.mortgage-calculator-2 .repayment-results-vertical {
  border-left: 1px solid #EAEAEF; }
  .mortgage-calculator-2 .repayment-results-vertical > div {
    padding: 3px 0 0;
    padding-top: 4px;
    font-size: 13px;
    border-bottom: 1px solid #EAEAEF; }
    @media (max-width: 991px) {
      .mortgage-calculator-2 .repayment-results-vertical > div {
        font-size: 13px; } }
    .mortgage-calculator-2 .repayment-results-vertical > div h3 {
      font-size: 20px;
      line-height: 1;
      margin-top: -1px; }
    .mortgage-calculator-2 .repayment-results-vertical > div:first-of-type {
      padding-top: 17px; }

.mortgage-calculator-2 #repayment-tabs {
  margin-top: 12px; }
  .mortgage-calculator-2 #repayment-tabs .calculator-repayment-table {
    margin-top: 12px;
    border-top: 1px solid #EAEAEF;
    border-bottom: 1px solid #EAEAEF; }

.mortgage-calculator-2 .product-tabs {
  margin-bottom: 12px; }

.mortgage-calculator-2 .mobile-monthly-results, .mortgage-calculator-2 .mobile-monthly-results.affixed[style] {
  position: fixed;
  top: auto !important;
  bottom: 0 !important;
  width: 100% !important;
  z-index: 999;
  margin-left: -15px;
  background: #313339;
  padding: 5px 10px 7px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
  @media (min-width: 768px) {
    .mortgage-calculator-2 .mobile-monthly-results, .mortgage-calculator-2 .mobile-monthly-results.affixed[style] {
      display: none; } }
  .mortgage-calculator-2 .mobile-monthly-results .h1, .mortgage-calculator-2 .mobile-monthly-results h4, .mortgage-calculator-2 .mobile-monthly-results span, .mortgage-calculator-2 .mobile-monthly-results.affixed[style] .h1, .mortgage-calculator-2 .mobile-monthly-results.affixed[style] h4, .mortgage-calculator-2 .mobile-monthly-results.affixed[style] span {
    color: #fff; }
  .mortgage-calculator-2 .mobile-monthly-results .h1, .mortgage-calculator-2 .mobile-monthly-results.affixed[style] .h1 {
    font-size: 30px;
    margin-bottom: 6px; }
  .mortgage-calculator-2 .mobile-monthly-results h4, .mortgage-calculator-2 .mobile-monthly-results.affixed[style] h4 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2; }
  .mortgage-calculator-2 .mobile-monthly-results span, .mortgage-calculator-2 .mobile-monthly-results.affixed[style] span {
    line-height: 1; }

.mortgage-calculator-2 .nav-pills {
  float: right; }
  .mortgage-calculator-2 .nav-pills > li.active > a {
    font-weight: bold;
    background: #63738c;
    color: #fff; }
  .mortgage-calculator-2 .nav-pills > li > a {
    border-radius: 15px;
    font-size: 13px;
    padding: 1px 10px 3px;
    color: #63738c; }
    @media (max-width: 767px) {
      .mortgage-calculator-2 .nav-pills > li > a {
        font-size: 12px;
        padding: 3px 8px; } }

.mortgage-calculator-2 .micro-product-table .cell-title {
  display: none !important; }

.mortgage-calculator-2 .micro-product-table .attribute.comparison-rate .cell-value:after {
  content: "comparison rate*";
  display: block;
  font-size: 12px;
  color: #858B88;
  font-weight: normal;
  margin-top: 1px;
  letter-spacing: 0.001em; }

.mortgage-calculator-2 .micro-product-table .attribute.monthly-repayment:nth-child(3n) {
  margin-bottom: 10px; }

.mortgage-calculator-2 .micro-product-table img {
  max-width: 100%;
  margin-top: 2px;
  margin-bottom: 14px; }
  @media (min-width: 568px) {
    .mortgage-calculator-2 .micro-product-table img {
      max-width: 95px; } }
  @media (min-width: 768px) {
    .mortgage-calculator-2 .micro-product-table img {
      max-width: 74px; } }
  @media (min-width: 1200px) {
    .mortgage-calculator-2 .micro-product-table img {
      max-width: 88px; } }

.mortgage-calculator-2 .button-holder {
  padding: 11px; }
  .mortgage-calculator-2 .button-holder .btn {
    line-height: 0.8;
    font-size: 13px;
    height: 34px; }
    @media (min-width: 768px) {
      .mortgage-calculator-2 .button-holder .btn {
        line-height: 1;
        height: 39px;
        font-size: 15px; } }

.mortgage-calculator-2 .widget-results .h1 {
  margin-bottom: 1px;
  font-size: 40px;
  margin-top: 1px;
  color: #121712; }

.mortgage-calculator-2 .widget-results .results-title {
  margin-top: 6px; }
  @media (max-width: 991px) {
    .mortgage-calculator-2 .widget-results .results-title {
      font-size: 15px; } }
.mortgage-calculator-widget {
  background: #FBFBFC; }
  .mortgage-calculator-widget .mortgage-calculator-2 .disclaimer {
    margin-top: 12px;
    margin-bottom: 0; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after, .rc-ad-mrec-multi-hl .body .product:after, .rc-ad-mrec-multi-hl .nav:after {
  content: "";
  display: table;
  clear: both; }

.rc-ad-mrec-multi-hl {
  width: 300px;
  height: 250px;
  position: relative;
  border: 2px solid #EAEAEF;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
  line-height: 1; }
  .rc-ad-mrec-multi-hl.default .header {
    background: #fff;
    color: #121712;
    border-bottom: 1px solid #EAEAEF; }
  .rc-ad-mrec-multi-hl .header {
    background: #62738D;
    color: #fff;
    padding: 9px 8px; }
    .rc-ad-mrec-multi-hl .header .left-head {
      float: left;
      width: 60%; }
      .rc-ad-mrec-multi-hl .header .left-head .ad-title {
        font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
        font-size: 24px;
        position: relative;
        top: -2px; }
    .rc-ad-mrec-multi-hl .header .right-head {
      float: left;
      width: 40%;
      text-align: right; }
      .rc-ad-mrec-multi-hl .header .right-head img {
        height: 26px;
        margin-bottom: -5px; }
  .rc-ad-mrec-multi-hl .body {
    padding: 2px 5px 5px;
    clear: both; }
    .rc-ad-mrec-multi-hl .body .rate {
      float: left;
      width: 20%;
      position: relative;
      top: -3px;
      text-align: right; }
      .rc-ad-mrec-multi-hl .body .rate .number {
        font-size: 20px;
        display: block;
        margin-right: 2px;
        font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif; }
        .rc-ad-mrec-multi-hl .body .rate .number .percent {
          display: inline-block;
          margin-left: 1px;
          font-size: 14px;
          position: relative;
          top: -2px; }
      .rc-ad-mrec-multi-hl .body .rate .words {
        display: block;
        line-height: 1;
        font-size: 9px;
        color: #858B88;
        margin-bottom: -3px; }
    .rc-ad-mrec-multi-hl .body .logo {
      float: left;
      width: 25%; }
      .rc-ad-mrec-multi-hl .body .logo img {
        max-width: 100%; }
    .rc-ad-mrec-multi-hl .body .product {
      text-decoration: none;
      color: inherit;
      border-bottom: 1px solid #EAEAEF;
      padding: 10px 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .rc-ad-mrec-multi-hl .body .product:last-of-type {
        border-bottom: none; }
      .rc-ad-mrec-multi-hl .body .product .product-title {
        text-align: center;
        font-size: 11px;
        line-height: 1.2;
        width: 55%;
        float: left;
        padding: 0 6px;
        margin-bottom: 0; }
  .rc-ad-mrec-multi-hl .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #EAEAEF;
    padding: 2px;
    font-size: 8px;
    color: #858B88;
    background: #f7f7f7; }
  .rc-ad-mrec-multi-hl .nav {
    margin: 0;
    padding: 5px;
    background: #FBFBFC;
    border-bottom: 1px solid #EAEAEF;
    display: flex;
    justify-content: center;
    align-items: center; }
    .rc-ad-mrec-multi-hl .nav li {
      list-style-type: none;
      display: block;
      float: left; }
      .rc-ad-mrec-multi-hl .nav li:first-of-type a {
        border-right: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .rc-ad-mrec-multi-hl .nav li:last-of-type a {
        border-left: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
      .rc-ad-mrec-multi-hl .nav li a {
        background: #fff;
        display: block;
        float: left;
        font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
        font-size: 12px;
        color: #121712;
        text-decoration: none;
        padding: 5px 9px;
        border: 1px solid #EAEAEF; }
      .rc-ad-mrec-multi-hl .nav li.active a {
        background: #62738D;
        color: #fff; }
  .rc-ad-mrec-multi-hl .tab-content > .tab-pane {
    display: none;
    opacity: 0; }
    .rc-ad-mrec-multi-hl .tab-content > .tab-pane.active {
      display: block;
      opacity: 1; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.rc-ad-mrec-single {
  width: 300px;
  height: 250px;
  position: relative;
  border: 2px solid #EAEAEF;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
  line-height: 1; }
  .rc-ad-mrec-single.default .header {
    background: #fff;
    color: #121712;
    border-bottom: 1px solid #EAEAEF; }
  .rc-ad-mrec-single .header {
    background: #62738D;
    color: #fff;
    padding: 9px 8px; }
    .rc-ad-mrec-single .header .left-head {
      float: left;
      width: 60%; }
      .rc-ad-mrec-single .header .left-head .ad-title {
        font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
        font-size: 24px;
        position: relative;
        top: -2px; }
    .rc-ad-mrec-single .header .right-head {
      float: left;
      width: 40%;
      text-align: right; }
      .rc-ad-mrec-single .header .right-head img {
        height: 26px;
        margin-bottom: -5px; }
  .rc-ad-mrec-single .href-wrapper {
    text-decoration: none;
    color: inherit; }
  .rc-ad-mrec-single .loan-title {
    background: #FBFBFC;
    border-bottom: 1px solid #EAEAEF;
    padding: 10px;
    font-size: 18px;
    font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif; }
  .rc-ad-mrec-single .body {
    padding: 15px 10px; }
    .rc-ad-mrec-single .body .list {
      float: left;
      width: 62%;
      font-size: 13px; }
      .rc-ad-mrec-single .body .list ul {
        padding: 0 0 0 18px;
        margin: 0; }
        .rc-ad-mrec-single .body .list ul li {
          list-style-type: none;
          list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAJCAYAAADkZNYtAAAA+UlEQVR42lWQO47CMBCGfYxwinAJyhCtRIkWRE/BAbgBWsQBENIKMA2PCkEqJNjdhkWIGhykRHQEenB+7HF4jTTyeOabf8ZmiAFyvJxkMilJ+KdQRRew652Jn4C2q4r1rbHksLgLT/yBIekmVMo31frqG1bXJc+MKwZuboaY+POHuvb6fxtWJ0tgelDENtqDtTYjGqOT3nah+Au+lm2j2HNh9wsQ55B02CJcUyGli/wD5VnNNHMH6eEnRBQkA2O9hsRE/FDR4jml5qhGB/aghP0xSPY3b2H3L5v6v6ZBTbD1jqfg8Z0Exy+wVpiKOfJeFbvooHISb6aYG6Z1SmnNWkHvAAAAAElFTkSuQmCC);
          line-height: 1.3; }
    .rc-ad-mrec-single .body .rate {
      float: left;
      width: 35%;
      position: relative;
      top: -7px;
      text-align: right; }
      .rc-ad-mrec-single .body .rate .number {
        font-size: 36px;
        display: block;
        font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif; }
        .rc-ad-mrec-single .body .rate .number .percent {
          font-size: 24px;
          position: relative;
          top: -4px; }
      .rc-ad-mrec-single .body .rate .words {
        font-size: 13px;
        color: #858B88; }
    .rc-ad-mrec-single .body .logo {
      float: left;
      width: 65%;
      padding-right: 20px; }
      .rc-ad-mrec-single .body .logo img {
        max-width: 100%; }
    .rc-ad-mrec-single .body .gotosite {
      width: 35%;
      float: left; }
      .rc-ad-mrec-single .body .gotosite a {
        position: absolute;
        bottom: 25px;
        display: inline-block;
        text-decoration: none;
        font-weight: normal;
        background: #62738D;
        color: #fff;
        font-size: 14px;
        border-radius: 2px;
        transition: all,.1s,linear;
        border: 0;
        font-weight: normal;
        font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
        padding: 10px 15px;
        height: 43px;
        line-height: 1.55; }
        .rc-ad-mrec-single .body .gotosite a:hover {
          color: #fff;
          text-decoration: none;
          background: #51617A; }
  .rc-ad-mrec-single .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #EAEAEF;
    padding: 2px;
    font-size: 8px;
    color: #858B88;
    background: #f7f7f7; }
.popular-products-widget .product-showcase {
  margin-bottom: 0; }
  @media (max-width: 1199px) {
    .popular-products-widget .product-showcase .product-showcase-column:nth-last-child(-n+2) {
      display: none; } }
  @media (min-width: 1199px) {
    .popular-products-widget .product-showcase .product-showcase-column {
      flex: 1 0 calc(100% / 6);
      max-width: calc(100% / 6); } }
.question-wrapper {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #d1d1d1;
  background: #fff;
  box-shadow: 0 3px 6px rgba(40, 63, 69, 0.06);
  display: flex; }
  @media (max-width: 767px) {
    .question-wrapper {
      text-align: left;
      flex-direction: column; } }
  .question-wrapper .question {
    width: 75%;
    padding: 28px 25px 20px 32px; }
    @media (max-width: 991px) {
      .question-wrapper .question {
        width: 80%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .question-wrapper .question {
        order: 2;
        width: 100%; } }
    .question-wrapper .question h3 {
      font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
      font-weight: 600;
      font-size: 17px;
      color: #313339;
      margin: 0; }
    .question-wrapper .question p {
      color: #767676;
      font-size: 15px; }
    .question-wrapper .question hr {
      margin: 15px 0; }
  .question-wrapper .question-logo {
    width: 25%;
    background: #313339;
    color: #ffffff;
    text-align: center;
    padding: 37px 0 37px; }
    @media (max-width: 991px) {
      .question-wrapper .question-logo {
        width: 30%; } }
    @media (max-width: 767px) {
      .question-wrapper .question-logo {
        order: 1;
        width: 100%; } }
    .question-wrapper .question-logo span {
      display: block;
      font-size: 15px; }
    .question-wrapper .question-logo .logo {
      font-size: 40px;
      margin: 16px auto;
      font-family: "Neue Haas Unica W01 Heavy", Helvetica, Arial, sans-serif;
      font-weight: 700; }
.quote-wrapper {
  display: flex;
  align-items: center;
  padding: 0 15px; }
  .quote-wrapper p {
    font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding-left: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0; }
.rate-table-widget-wrapper .visible-xs-ratetable {
  display: none; }
  @media (max-width: 684px) {
    .rate-table-widget-wrapper .visible-xs-ratetable {
      display: none !important; } }
  @media (max-width: 670px) {
    .rate-table-widget-wrapper .visible-xs-ratetable {
      display: block !important; } }

@media (max-width: 684px) {
  .rate-table-widget-wrapper .hidden-xs-ratetable {
    display: block !important; } }

@media (max-width: 670px) {
  .rate-table-widget-wrapper .hidden-xs-ratetable {
    display: none !important; } }

@media (max-width: 1200px) {
  .rate-table-widget-wrapper .radio-button-buttons div {
    display: flex;
    flex-direction: column; }
    .rate-table-widget-wrapper .radio-button-buttons div a {
      width: 100%; } }

@media (max-width: 767px) {
  .rate-table-widget-wrapper .filter-inline-element .filter-element-wrapper {
    display: block; } }

.rate-table-widget-wrapper .filter-inline-element .filter-element-wrapper > div {
  width: 33.33%; }
  @media (max-width: 767px) {
    .rate-table-widget-wrapper .filter-inline-element .filter-element-wrapper > div {
      width: 100%; } }

.rate-table-widget-wrapper .new-mobile-ratetable {
  margin-top: 0; }

.footer-wrapper {
  margin-top: 3rem; }
  .footer-wrapper .new-pagination {
    border: none;
    background: none; }
    .footer-wrapper .new-pagination ul.pagination > li > a {
      padding: 6px 12px; }
.sale-mrec-widget-wrapper {
  height: 250px;
  overflow: hidden;
  background: url("http://production-content-assets.ratecity.com.au/20170424231948/background-gradient-sale.png") repeat;
  line-height: 1; }
  .sale-mrec-widget-wrapper .banner {
    background: url("http://production-content-assets.ratecity.com.au/20170424175140/sale-event-banner.png") no-repeat;
    background-size: 100% 100%;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 0; }
    .sale-mrec-widget-wrapper .banner h2 {
      color: #fff;
      font-family: "Arial Black", Helvetica, sans-serif;
      line-height: 1;
      text-shadow: 0px 2px 1.9px rgba(41, 150, 150, 0.75);
      font-weight: 600;
      font-size: 15px;
      margin-bottom: 3px; }
    .sale-mrec-widget-wrapper .banner .heading-top h3 {
      padding: 1px 10px;
      background: #fdff39;
      color: #010101;
      text-shadow: 0px 4px 3.96px rgba(137, 0, 41, 0.004);
      display: inline-block;
      font-weight: 600;
      font-size: 13px;
      line-height: 1;
      margin-bottom: 3px; }
      @media (min-width: 767px) {
        .sale-mrec-widget-wrapper .banner .heading-top h3 {
          display: block; } }
      .sale-mrec-widget-wrapper .banner .heading-top h3 + h3 {
        display: inline-block;
        font-weight: 600;
        position: relative;
        top: -2px; }
        @media (min-width: 767px) {
          .sale-mrec-widget-wrapper .banner .heading-top h3 + h3 {
            display: block;
            position: static; } }
    .sale-mrec-widget-wrapper .banner h1 {
      background: #ef0048;
      color: #fff;
      font-size: 22px;
      border-radius: 8px;
      text-shadow: rgba(137, 0, 41, 0.6) 0px 4px 4px;
      font-weight: 600;
      font-family: "Arial Black", Helvetica, sans-serif;
      margin-bottom: 4px;
      padding: 5px;
      display: inline-block;
      line-height: 1; }
    .sale-mrec-widget-wrapper .banner p {
      text-shadow: 0px 2px 1.9px rgba(41, 150, 150, 0.75);
      font-size: 12px;
      font-family: "Arial Black", Helvetica, sans-serif;
      color: #fff;
      font-weight: 600;
      margin-bottom: 0; }
    .sale-mrec-widget-wrapper .banner .get-notified {
      border-bottom: 1px dotted #fdff39;
      padding-bottom: 2px;
      font-size: 12px;
      font-family: "Arial Black", Helvetica, sans-serif;
      color: #fff;
      display: inline-block;
      margin-bottom: 4px;
      margin-top: 5px;
      line-height: 1; }
      .sale-mrec-widget-wrapper .banner .get-notified + div .fa {
        border-radius: 50%;
        border: 2px solid #fdff39;
        display: inline-block;
        padding: 2px 3px;
        color: #fff;
        cursor: pointer;
        font-size: 11px; }
    .sale-mrec-widget-wrapper .banner .sale-info span:before {
      font-family: FontAwesome;
      content: "\F111";
      display: inline-block;
      color: #fff;
      font-size: 5px;
      position: relative;
      margin: 1px 3px 0 3px;
      vertical-align: top; }
  .sale-mrec-widget-wrapper .sale-registration-form {
    margin: 6px 0 0 0;
    display: flex; }
    .sale-mrec-widget-wrapper .sale-registration-form .input-wrapper {
      width: 62%; }
      .sale-mrec-widget-wrapper .sale-registration-form .input-wrapper .form-group {
        margin-bottom: 4px; }
      .sale-mrec-widget-wrapper .sale-registration-form .input-wrapper .checkbox {
        margin-bottom: 0;
        display: none; }
      .sale-mrec-widget-wrapper .sale-registration-form .input-wrapper label {
        font-size: 10px;
        line-height: 1; }
    .sale-mrec-widget-wrapper .sale-registration-form .submit {
      width: 30%; }
    .sale-mrec-widget-wrapper .sale-registration-form input[type="email"] {
      border-radius: 2px;
      height: 29px;
      font-size: 13px; }
  .sale-mrec-widget-wrapper .sale-widget-footer {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .sale-mrec-widget-wrapper .sale-widget-footer .logo {
      padding-left: 2px;
      width: 33%; }
    .sale-mrec-widget-wrapper .sale-widget-footer p {
      font-family: "Arial Black", Helvetica, sans-serif;
      font-size: 9px;
      margin: 0;
      text-transform: uppercase;
      width: 40%;
      line-height: 1;
      text-align: center;
      padding: 2px; }
    .sale-mrec-widget-wrapper .sale-widget-footer .flip-counter-wrapper {
      width: 25%;
      padding-bottom: 0; }
    .sale-mrec-widget-wrapper .sale-widget-footer .terms {
      width: 100%;
      font-size: 8px;
      text-transform: none;
      text-align: left;
      padding: 2px; }
  .sale-mrec-widget-wrapper .submit {
    width: auto; }
    .sale-mrec-widget-wrapper .submit .btn-lg {
      padding: 6px 6px;
      height: auto;
      font-size: 10px;
      font-weight: 600; }
  .sale-mrec-widget-wrapper .flip-counter-wrapper {
    background-color: transparent; }
    .sale-mrec-widget-wrapper .flip-counter-wrapper ul {
      font-size: 12px; }
  .sale-mrec-widget-wrapper .notify-me-top .btn-lg {
    padding: 2px 10px;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    background: #fdff39;
    border: 1px solid #f1f332;
    color: #010101;
    box-shadow: 0px 3px 2px 0px rgba(148, 148, 148, 0.65);
    border-radius: 5px;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .sale-mrec-widget-wrapper .notify-me-top .btn-lg:hover {
      background: #fdff39;
      border: 1px solid #f1f332;
      color: #010101; }
  .sale-mrec-widget-wrapper .notify-me-top h1 {
    font-size: 20px;
    margin-bottom: 2px; }
  .sale-mrec-widget-wrapper .notify-me-top p {
    font-size: 14px;
    line-height: 1.4; }
  .sale-mrec-widget-wrapper .form-control {
    padding: 5px 10px 6px; }
  .sale-mrec-widget-wrapper .success-message h1 {
    font-size: 15px; }
  .sale-mrec-widget-wrapper .success-message p {
    font-size: 10px;
    margin-bottom: 8px; }
  .sale-mrec-widget-wrapper .success-message img {
    display: none; }
.sale-mrec-full-width {
  background: #38bcbb;
  height: 250px;
  overflow: hidden;
  position: relative; }
  .sale-mrec-full-width .banner {
    text-transform: uppercase;
    text-align: center; }
    .sale-mrec-full-width .banner h2 {
      color: #fff;
      font-family: "Arial Black", Helvetica, sans-serif;
      font-size: 24px;
      margin-top: 5px;
      line-height: 1;
      margin-bottom: 5px;
      text-shadow: 0px 2px 1.9px rgba(41, 150, 150, 0.75);
      font-weight: 600; }
    .sale-mrec-full-width .banner h1 {
      background: #ef0048;
      color: #fff;
      font-size: 40px;
      padding: 5px 8px;
      border-radius: 8px;
      margin-bottom: 5px;
      text-shadow: rgba(137, 0, 41, 0.6) 0px 4px 4px;
      font-weight: 600;
      font-family: "Arial Black", Helvetica, sans-serif;
      display: inline-block; }
    .sale-mrec-full-width .banner .counter-title {
      font-size: 13px;
      padding-left: 0;
      margin-bottom: 0; }
    .sale-mrec-full-width .banner p {
      text-shadow: 0px 2px 1.9px rgba(41, 150, 150, 0.75);
      font-size: 15px;
      font-family: "Arial Black", Helvetica, sans-serif;
      color: #fff;
      font-weight: 600; }
    .sale-mrec-full-width .banner .pros {
      list-style: none;
      margin: 0;
      padding: 0; }
      .sale-mrec-full-width .banner .pros li {
        display: inline-block;
        font-family: "Arial Black", Helvetica, sans-serif;
        font-weight: 600;
        font-size: 13px;
        margin-left: 5px; }
        .sale-mrec-full-width .banner .pros li:after {
          font-family: FontAwesome;
          content: "\F111";
          display: inline-block;
          color: #fff;
          font-size: 10px;
          position: relative;
          margin-left: 5px;
          vertical-align: top;
          margin-top: 1px; }
        .sale-mrec-full-width .banner .pros li:last-child:after {
          content: none; }
  .sale-mrec-full-width .notify-me-top {
    padding: 10px; }
    .sale-mrec-full-width .notify-me-top .footer {
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .sale-mrec-full-width .notify-me-top .footer .sale-registration-form {
        width: 60%; }
      .sale-mrec-full-width .notify-me-top .footer p {
        width: 20%;
        font-size: 10px;
        text-align: center;
        color: #fff;
        line-height: 1.2; }
      .sale-mrec-full-width .notify-me-top .footer img {
        width: 20%;
        max-width: 100px; }
      .sale-mrec-full-width .notify-me-top .footer .success-message img {
        display: none; }
      .sale-mrec-full-width .notify-me-top .footer .success-message h1 {
        font-size: 22px;
        margin-bottom: -8px; }
      .sale-mrec-full-width .notify-me-top .footer .success-message p {
        width: 100%;
        color: black;
        font-size: 14px;
        margin-top: 8px; }
    .sale-mrec-full-width .notify-me-top .button-cta {
      width: 60%;
      padding-bottom: 5px; }
      .sale-mrec-full-width .notify-me-top .button-cta .btn {
        height: initial;
        background: #fdff39;
        font-family: "Arial Black", Helvetica, sans-serif;
        color: #000;
        font-size: 20px;
        border-radius: 3px;
        box-shadow: 0px 3px 2px 0px rgba(148, 148, 148, 0.65); }
        .sale-mrec-full-width .notify-me-top .button-cta .btn:hover {
          background: #fff600; }
    .sale-mrec-full-width .notify-me-top .registration-form .submit {
      padding-left: 5px; }
  .sale-mrec-full-width .deal {
    font-weight: 800; }
  .sale-mrec-full-width .sale-info {
    display: flex;
    align-items: center;
    justify-content: center; }
    .sale-mrec-full-width .sale-info .sale-message {
      padding: 5px;
      background: #fdff39;
      color: #101010; }
    .sale-mrec-full-width .sale-info .time-left-counter {
      width: auto;
      margin-left: 10px; }
      .sale-mrec-full-width .sale-info .time-left-counter .flip-counter-wrapper:nth-child(3):before, .sale-mrec-full-width .sale-info .time-left-counter .flip-counter-wrapper:nth-child(4):before {
        content: ":";
        color: #fff;
        display: inline-block;
        margin-right: 6px;
        font-size: 30px;
        position: relative;
        top: -9px; }
      .sale-mrec-full-width .sale-info .time-left-counter .flip-counter-wrapper ul {
        margin-bottom: 0; }
      .sale-mrec-full-width .sale-info .time-left-counter .flip-counter-wrapper .info {
        color: #fff; }
  .sale-mrec-full-width .submit {
    width: auto; }
  .sale-mrec-full-width .flip-counter-wrapper {
    background-color: transparent; }
  .sale-mrec-full-width .checkbox {
    display: none; }
  .sale-mrec-full-width .ribbon {
    position: absolute;
    top: 14%;
    right: -41%;
    width: 100%;
    text-align: center;
    text-transform: uppercase; }
    .sale-mrec-full-width .ribbon h2 {
      background: #fdff39;
      padding: 5px;
      font-size: 18px;
      transform: rotate(30deg);
      transform-origin: 50% 50%;
      font-weight: 600; }
.sale-widget-wrapper {
  background: url("http://production-content-assets.ratecity.com.au/20170424231948/background-gradient-sale.png") repeat; }
  .sale-widget-wrapper .banner {
    background: url("http://production-content-assets.ratecity.com.au/20170424175140/sale-event-banner.png") no-repeat;
    background-size: 100% 100%;
    text-transform: uppercase;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .sale-widget-wrapper .banner {
        padding-top: 15px;
        padding-bottom: 15px; } }
    .sale-widget-wrapper .banner h2 {
      color: #fff;
      font-family: "Arial Black", Helvetica, sans-serif;
      font-size: 30px;
      margin-top: 13px;
      line-height: 1;
      margin-bottom: 10px;
      text-shadow: 0px 2px 1.9px rgba(41, 150, 150, 0.75);
      font-weight: 600; }
      @media (max-width: 767px) {
        .sale-widget-wrapper .banner h2 {
          font-size: 25px;
          margin-top: 0; } }
    .sale-widget-wrapper .banner .heading-top {
      max-width: 700px;
      margin: 0 auto; }
      .sale-widget-wrapper .banner .heading-top h3 {
        padding: 0px 10px;
        background: #fdff39;
        font-size: 18px;
        color: #010101;
        text-shadow: 0px 4px 3.96px rgba(137, 0, 41, 0.004);
        display: inline-block;
        margin-bottom: 5px;
        font-weight: 600; }
        .sale-widget-wrapper .banner .heading-top h3 + h3 {
          display: inline-block;
          font-weight: 600; }
        @media (max-width: 767px) {
          .sale-widget-wrapper .banner .heading-top h3 {
            font-size: 13px;
            margin-bottom: 5px; } }
    .sale-widget-wrapper .banner h1 {
      background: #ef0048;
      color: #fff;
      font-size: 60px;
      padding: 20px 15px;
      border-radius: 8px;
      margin-bottom: 10px;
      text-shadow: rgba(137, 0, 41, 0.6) 0px 4px 4px;
      font-weight: 600;
      font-family: "Arial Black", Helvetica, sans-serif; }
      @media (max-width: 767px) {
        .sale-widget-wrapper .banner h1 {
          font-size: 28px;
          width: 100%;
          margin-bottom: 12px;
          padding: 10px;
          line-height: 1.2; } }
    .sale-widget-wrapper .banner .counter-title {
      font-size: 13px;
      padding-left: 0; }
    .sale-widget-wrapper .banner p {
      text-shadow: 0px 2px 1.9px rgba(41, 150, 150, 0.75);
      font-size: 20px;
      font-family: "Arial Black", Helvetica, sans-serif;
      color: #fff;
      font-weight: 600; }
      @media (max-width: 767px) {
        .sale-widget-wrapper .banner p {
          font-size: 15px;
          margin-bottom: 10px; } }
      .sale-widget-wrapper .banner p.sale-message {
        margin-top: 10px;
        padding: 10px;
        background-color: #fdff39;
        color: #101010; }
    .sale-widget-wrapper .banner .pros {
      list-style: none;
      margin: 0 0 20px;
      padding: 0;
      font-size: 22px; }
      .sale-widget-wrapper .banner .pros li {
        display: inline-block;
        font-family: "Arial Black", Helvetica, sans-serif;
        font-weight: 600;
        font-size: 16px;
        margin-left: 5px; }
        @media (max-width: 767px) {
          .sale-widget-wrapper .banner .pros li {
            font-size: 13px; }
            .sale-widget-wrapper .banner .pros li:after {
              font-size: 5px;
              margin-left: 2px; }
            .sale-widget-wrapper .banner .pros li:nth-child(2):after {
              content: none; } }
      .sale-widget-wrapper .banner .pros.pros li:after {
        font-family: FontAwesome;
        content: "\F111";
        display: inline-block;
        color: #fff;
        font-size: 10px;
        position: relative;
        margin-left: 5px;
        vertical-align: top;
        margin-top: 1px; }
      .sale-widget-wrapper .banner .pros.pros li:last-child:after {
        content: none; }
    .sale-widget-wrapper .banner .get-notified {
      border-bottom: 1px dotted #fdff39;
      padding-bottom: 5px;
      font-size: 15px;
      font-family: "Arial Black", Helvetica, sans-serif;
      color: #fff;
      display: inline-block;
      margin-bottom: 12px; }
      @media (max-width: 767px) {
        .sale-widget-wrapper .banner .get-notified {
          font-size: 14px; } }
      .sale-widget-wrapper .banner .get-notified + div .fa {
        border-radius: 50%;
        border: 2px solid #fdff39;
        display: inline-block;
        padding: 5px 6px;
        color: #fff;
        cursor: pointer; }
  .sale-widget-wrapper .notify-me-top {
    padding: 30px 0 36px; }
    @media (max-width: 767px) {
      .sale-widget-wrapper .notify-me-top .dont-miss-out {
        text-align: center;
        margin-bottom: 18px; } }
    .sale-widget-wrapper .notify-me-top .dont-miss-out > div:first-of-type {
      text-transform: uppercase;
      font-size: 32px;
      letter-spacing: -1px;
      margin-top: 3px;
      font-weight: 900; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sale-widget-wrapper .notify-me-top .dont-miss-out > div:first-of-type {
          font-size: 22px;
          margin-top: 6px; } }
      @media (max-width: 767px) {
        .sale-widget-wrapper .notify-me-top .dont-miss-out > div:first-of-type {
          margin-top: 0;
          font-size: 19px; } }
      .sale-widget-wrapper .notify-me-top .dont-miss-out > div:first-of-type.sale-over-message {
        font-size: 27px; }
        @media (max-width: 767px) {
          .sale-widget-wrapper .notify-me-top .dont-miss-out > div:first-of-type.sale-over-message {
            font-size: 22px; } }
    .sale-widget-wrapper .notify-me-top .dont-miss-out > div:last-of-type {
      font-size: 20px;
      margin-top: 4px;
      color: #666;
      letter-spacing: -1px; }
      @media (max-width: 991px) {
        .sale-widget-wrapper .notify-me-top .dont-miss-out > div:last-of-type {
          margin-top: 0;
          font-size: 13px;
          line-height: 1;
          letter-spacing: 0; } }
    .sale-widget-wrapper .notify-me-top .people-counter {
      font-size: 9px;
      text-transform: uppercase;
      line-height: 1.5;
      display: block;
      color: #313339;
      text-align: center; }
    .sale-widget-wrapper .notify-me-top .flip-counter-wrapper {
      text-align: center;
      display: block; }
      .sale-widget-wrapper .notify-me-top .flip-counter-wrapper ul {
        font-size: 18px; }
        @media (max-width: 767px) {
          .sale-widget-wrapper .notify-me-top .flip-counter-wrapper ul {
            font-size: 16px; } }
    .sale-widget-wrapper .notify-me-top ~ p {
      font-size: 8px;
      line-height: 1;
      text-align: center; }
    .sale-widget-wrapper .notify-me-top .button-cta {
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .sale-widget-wrapper .notify-me-top .button-cta {
          margin-bottom: 20px; } }
      .sale-widget-wrapper .notify-me-top .button-cta .btn-primary {
        font-family: "Neue Haas Unica W01 Heavy", Helvetica, Arial, sans-serif;
        font-size: 28px;
        background: #fdff39;
        border: 1px solid #f1f332;
        color: #010101;
        box-shadow: 0px 3px 2px 0px rgba(148, 148, 148, 0.65);
        border-radius: 5px;
        text-transform: uppercase;
        height: initial;
        padding: 10px 30px; }
        .sale-widget-wrapper .notify-me-top .button-cta .btn-primary:hover {
          background: #fff600; }
        @media (max-width: 767px) {
          .sale-widget-wrapper .notify-me-top .button-cta .btn-primary {
            font-size: 18px; } }
        @media (max-width: 991px) {
          .sale-widget-wrapper .notify-me-top .button-cta .btn-primary {
            font-size: 24px; } }
    .sale-widget-wrapper .notify-me-top input[type="checkbox"] + span:before {
      top: 0;
      margin-top: 0; }
    .sale-widget-wrapper .notify-me-top .flip-text {
      text-align: center;
      font-size: 12px;
      line-height: 1.2; }
    @media (min-width: 767px) {
      .sale-widget-wrapper .notify-me-top .registration-form {
        padding-left: 0;
        padding-right: 0; } }
    .sale-widget-wrapper .notify-me-top .registration-form .submit {
      padding-left: 5px; }
  .sale-widget-wrapper .sale-widget-footer {
    background: #000;
    padding: 15px 0;
    color: #fff; }
    .sale-widget-wrapper .sale-widget-footer a {
      display: block;
      font-family: "Arial Black", Helvetica, sans-serif;
      color: #fdff39; }
    .sale-widget-wrapper .sale-widget-footer p {
      font-family: "Arial Black", Helvetica, sans-serif;
      font-size: 15px;
      margin: 0; }
    .sale-widget-wrapper .sale-widget-footer .terms {
      font-size: 12px;
      line-height: 1.2;
      margin-bottom: 5px; }
  .sale-widget-wrapper .sale-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .sale-widget-wrapper .sale-info .time-left-counter {
      width: auto;
      margin-left: 10px; }
      .sale-widget-wrapper .sale-info .time-left-counter .flip-counter-wrapper:nth-child(3):before, .sale-widget-wrapper .sale-info .time-left-counter .flip-counter-wrapper:nth-child(4):before {
        content: ":";
        color: #fff;
        display: inline-block;
        margin-right: 6px;
        font-size: 30px;
        position: relative;
        top: -9px; }
      .sale-widget-wrapper .sale-info .time-left-counter .flip-counter-wrapper ul {
        margin-bottom: 0; }
      .sale-widget-wrapper .sale-info .time-left-counter .flip-counter-wrapper .info {
        color: #fff; }
    @media (max-width: 767px) {
      .sale-widget-wrapper .sale-info .time-left-counter {
        display: inline-block;
        margin: 0; } }
    @media (max-width: 767px) {
      .sale-widget-wrapper .sale-info.ongoing-sale + .pros, .sale-widget-wrapper .sale-info.post-sale + .pros {
        padding-bottom: 40px; } }
  .sale-widget-wrapper .submit {
    width: auto; }
  .sale-widget-wrapper .flip-counter-wrapper {
    background-color: transparent; }
  @media (max-width: 767px) {
    .sale-widget-wrapper .link img {
      max-width: 100px; } }
.subscribe-newsletter {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #d1d1d1;
  padding: 28px 38px 28px 30px;
  box-shadow: 0 3px 6px rgba(40, 63, 69, 0.06); }
  @media (max-width: 767px) {
    .subscribe-newsletter {
      text-align: left; } }
  .subscribe-newsletter h3 {
    font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
    color: #6a6a6a;
    font-size: 15px;
    margin: 0;
    line-height: 1.1; }
    @media (max-width: 767px) {
      .subscribe-newsletter h3 {
        line-height: 1.5; } }
  .subscribe-newsletter h2 {
    color: #313339;
    font-size: 22px;
    font-family: "Neue Haas Unica W01 Heavy", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 1.4; }
    @media (max-width: 767px) {
      .subscribe-newsletter h2 {
        margin-bottom: 15px; } }
  .subscribe-newsletter .form-group {
    display: inline-block;
    width: calc(100% - 134px);
    margin-right: 10px;
    margin-bottom: 0; }
    .subscribe-newsletter .form-group input[type="text"] {
      border: 1px solid #ddd;
      border-radius: 3px;
      color: #767676;
      font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
      padding: 11px 17px;
      vertical-align: top;
      width: 100%;
      height: 45px; }
      @media (max-width: 767px) {
        .subscribe-newsletter .form-group input[type="text"] {
          margin-bottom: 15px; } }
  .subscribe-newsletter .btn-primary {
    display: inline-block;
    vertical-align: top;
    font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif; }
.top-loan-products {
  max-width: 900px;
  margin: 0 auto; }
  .top-loan-products h4 {
    color: #313339;
    font-size: 16px;
    font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #EAEAEF;
    padding-bottom: 8px; }
  .top-loan-products .rc-card {
    margin: 12px 0;
    background: #fff;
    border-color: #EAEAEF;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 3px 6px rgba(40, 63, 69, 0.06);
    position: relative;
    z-index: 1; }
    .top-loan-products .rc-card .product-name {
      font-size: 15px;
      color: #313339;
      font-family: "Neue Haas Unica W01 Bold", Helvetica, Arial, sans-serif;
      font-weight: 600; }
    .top-loan-products .rc-card .rate-value {
      font-size: 23px;
      font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
      font-weight: 600; }
    .top-loan-products .rc-card p {
      font-size: 13px;
      color: #858B88;
      line-height: 20px;
      margin: 0; }
    .top-loan-products .rc-card .btn {
      width: 100%;
      background: transparent;
      color: #313339;
      font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
      font-weight: 600; }
    .top-loan-products .rc-card:hover .image:after {
      opacity: 1; }
    .top-loan-products .rc-card .card-title {
      border-bottom: 1px solid #EAEAEF;
      margin-bottom: 9px;
      margin-top: 2px; }
    .top-loan-products .rc-card .rc {
      font-size: 55px;
      margin-top: 22px; }
      @media (max-width: 767px) {
        .top-loan-products .rc-card .rc {
          margin-top: 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .top-loan-products .rc-card.rc-ad .card-wrapper {
        padding: 0; } }
    .top-loan-products .rc-card .link-row .compareCheckbox, .top-loan-products .rc-card .link-row .info-link {
      display: none; }
    .top-loan-products .rc-card.hvr-shadow:hover,
    .top-loan-products .rc-card .hvr-shadow:focus,
    .top-loan-products .rc-card .hvr-shadow:active {
      box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }
    .top-loan-products .rc-card .pros-cons .pros {
      margin-bottom: 60px; }
      .top-loan-products .rc-card .pros-cons .pros ul li:before {
        color: #313339; }
  .top-loan-products .comparison-disclosure {
    display: none; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after, .rc-ad-mrec-multi .body .product:after, .rc-ad-mrec-multi .nav:after {
  content: "";
  display: table;
  clear: both; }

.rc-ad-mrec-multi {
  width: 300px;
  height: 250px;
  position: relative;
  border: 2px solid #EAEAEF;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
  line-height: 1; }
  .rc-ad-mrec-multi.default .header {
    background: #fff;
    color: #121712;
    border-bottom: 1px solid #EAEAEF; }
  .rc-ad-mrec-multi.default .nav li.active a {
    background: #313339; }
  .rc-ad-mrec-multi .header {
    background: #62738D;
    color: #fff;
    padding: 9px 8px; }
    .rc-ad-mrec-multi .header .left-head {
      float: left;
      width: 60%; }
      .rc-ad-mrec-multi .header .left-head .ad-title {
        font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
        font-size: 24px;
        position: relative;
        top: -2px; }
    .rc-ad-mrec-multi .header .right-head {
      float: left;
      width: 40%;
      text-align: right; }
      .rc-ad-mrec-multi .header .right-head img {
        height: 26px;
        margin-bottom: -5px; }
  .rc-ad-mrec-multi .body {
    padding: 0 5px 5px;
    clear: both; }
    .rc-ad-mrec-multi .body .rate {
      float: left;
      width: 20%;
      position: relative;
      top: -3px;
      text-align: right; }
      .rc-ad-mrec-multi .body .rate .number {
        font-size: 20px;
        display: block;
        margin-right: 2px;
        font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif; }
        .rc-ad-mrec-multi .body .rate .number .percent {
          display: inline-block;
          margin-left: 1px;
          font-size: 14px;
          position: relative;
          top: -2px; }
      .rc-ad-mrec-multi .body .rate .words {
        display: block;
        line-height: 1;
        font-size: 9px;
        color: #858B88;
        margin-bottom: -3px; }
    .rc-ad-mrec-multi .body .logo {
      float: left;
      width: 25%; }
      .rc-ad-mrec-multi .body .logo img {
        max-width: 100%; }
    .rc-ad-mrec-multi .body .product {
      text-decoration: none;
      color: inherit;
      border-bottom: 1px solid #EAEAEF;
      padding: 6px 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .rc-ad-mrec-multi .body .product:last-of-type {
        border-bottom: none; }
      .rc-ad-mrec-multi .body .product .product-title {
        text-align: center;
        font-size: 11px;
        line-height: 1.2;
        width: 55%;
        float: left;
        padding: 0 6px;
        margin-bottom: 0; }
  .rc-ad-mrec-multi .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #EAEAEF;
    padding: 2px;
    font-size: 8px;
    color: #858B88;
    background: #f7f7f7; }
  .rc-ad-mrec-multi .nav {
    margin: 0;
    padding: 5px;
    background: #FBFBFC;
    border-bottom: 1px solid #EAEAEF;
    display: flex;
    justify-content: center;
    align-items: center; }
    .rc-ad-mrec-multi .nav li {
      list-style-type: none;
      display: block;
      float: left; }
      .rc-ad-mrec-multi .nav li:first-of-type a {
        border-right: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .rc-ad-mrec-multi .nav li:last-of-type a {
        border-left: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
      .rc-ad-mrec-multi .nav li a {
        background: #fff;
        display: block;
        float: left;
        font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
        font-size: 12px;
        color: #121712;
        text-decoration: none;
        padding: 5px 9px;
        border: 1px solid #EAEAEF; }
      .rc-ad-mrec-multi .nav li.active a {
        background: #62738D;
        color: #fff; }
  .rc-ad-mrec-multi .tab-content > .tab-pane {
    display: none;
    opacity: 0; }
    .rc-ad-mrec-multi .tab-content > .tab-pane.active {
      display: block;
      opacity: 1; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after, .rc-ad-leaderboard-multi .body .product:after, .rc-ad-leaderboard-multi .nav:after {
  content: "";
  display: table;
  clear: both; }

.rc-ad-leaderboard-multi {
  border: 1px solid #EAEAEF;
  width: 728px;
  height: 90px;
  position: relative;
  font-family: "Neue Haas Unica W01 Regular", Helvetica, Arial, sans-serif;
  line-height: 1; }
  .rc-ad-leaderboard-multi.default .header {
    background: #fff;
    color: #121712;
    border-right: 1px solid #EAEAEF; }
  .rc-ad-leaderboard-multi.default .nav li.active a {
    background: #313339; }
  .rc-ad-leaderboard-multi .header {
    float: left;
    background: #62738D;
    color: #fff;
    padding: 9px 8px;
    width: 150px;
    text-align: center;
    height: 88px; }
    .rc-ad-leaderboard-multi .header .ad-title {
      font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
      font-size: 20px; }
    .rc-ad-leaderboard-multi .header img {
      height: 30px;
      margin-top: 15px; }
  .rc-ad-leaderboard-multi .loan-types {
    float: left;
    width: 576px; }
  .rc-ad-leaderboard-multi .body {
    padding: 0 5px 5px;
    clear: both; }
    .rc-ad-leaderboard-multi .body .rate {
      float: left;
      width: 20%;
      position: relative;
      top: -3px;
      text-align: right;
      padding-right: 3px; }
      .rc-ad-leaderboard-multi .body .rate .number {
        font-size: 18px;
        display: block;
        margin-right: 2px;
        font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif; }
        .rc-ad-leaderboard-multi .body .rate .number .percent {
          display: inline-block;
          margin-left: 1px;
          font-size: 14px;
          position: relative;
          top: -2px; }
      .rc-ad-leaderboard-multi .body .rate .words {
        display: block;
        line-height: 1;
        font-size: 8px;
        color: #858B88;
        margin-bottom: -3px; }
    .rc-ad-leaderboard-multi .body .logo {
      float: left;
      width: 23%;
      padding-left: 5px; }
      .rc-ad-leaderboard-multi .body .logo img {
        max-width: 100%; }
    .rc-ad-leaderboard-multi .body .product {
      text-decoration: none;
      color: inherit;
      border-bottom: 1px solid #EAEAEF;
      float: left;
      width: 50%;
      padding: 2px 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .rc-ad-leaderboard-multi .body .product:nth-child(3), .rc-ad-leaderboard-multi .body .product:nth-child(4) {
        border-bottom: none; }
      .rc-ad-leaderboard-multi .body .product:nth-child(2), .rc-ad-leaderboard-multi .body .product:nth-child(4) {
        border-left: 1px solid #EAEAEF; }
      .rc-ad-leaderboard-multi .body .product .product-title {
        text-align: center;
        font-size: 10px;
        line-height: 1;
        width: 55%;
        float: left;
        padding: 0 6px;
        margin-bottom: 0; }
  .rc-ad-leaderboard-multi .disclaimer {
    position: absolute;
    top: 11px;
    right: 7px;
    text-align: right;
    font-size: 8px;
    color: #858B88; }
  .rc-ad-leaderboard-multi .nav {
    margin: 0 0 0;
    padding: 3px 5px;
    background: #FBFBFC;
    border-bottom: 1px solid #EAEAEF; }
    .rc-ad-leaderboard-multi .nav li {
      list-style-type: none;
      display: block;
      float: left; }
      .rc-ad-leaderboard-multi .nav li:first-of-type a {
        border-right: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .rc-ad-leaderboard-multi .nav li:last-of-type a {
        border-left: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
      .rc-ad-leaderboard-multi .nav li a {
        background: #fff;
        display: block;
        float: left;
        font-family: "Neue Haas Unica W01 Medium It", Helvetica, Arial, sans-serif;
        font-size: 12px;
        color: #121712;
        text-decoration: none;
        padding: 5px 9px;
        border: 1px solid #EAEAEF; }
      .rc-ad-leaderboard-multi .nav li.active a {
        background: #62738D;
        color: #fff; }
  .rc-ad-leaderboard-multi .tab-content > .tab-pane {
    display: none;
    opacity: 0; }
    .rc-ad-leaderboard-multi .tab-content > .tab-pane.active {
      display: block;
      opacity: 1; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.ad-list > div {
  margin-bottom: 24px; }

.rc-ad-mrec-single .list {
  margin-top: -12px; }
