@charset "UTF-8";
/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Tue Apr 13 2021 18:19:57 GMT+0200 (CEST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Back to top
    Header logo
    Quick search
    Secondary nav
    Skip links
    Spritesheet
    S
 */
/* Gets bootstrap variables for media size */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-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;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -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: rgba(0, 0, 0, 0);
}

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

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  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.42857;
  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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.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;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .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: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

h5, .h5 {
  font-size: 14px;
}

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  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 {
  padding: .2em;
  background-color: #fcf8e3;
}

.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: #777777;
}

.text-primary {
  color: #337ab7;
}

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

.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: #337ab7;
}

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

.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

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

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-right: 5px;
  padding-left: 5px;
}

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

.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;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

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.42857;
  color: #777777;
}

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

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

.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: 20px;
  font-style: normal;
  line-height: 1.42857;
}

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: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 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;
}

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

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

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

th {
  text-align: left;
}

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

.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.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

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

.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 #ddd;
}

.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 #ddd;
}

.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 #ddd;
}

.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 > 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 {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

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

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

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;
}

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.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 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 {
  background-color: transparent;
  border: 0;
}

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

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

textarea.form-control {
  height: auto;
}

@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: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .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.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

.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-right: 0;
  padding-left: 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.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  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: 32px;
  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.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  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: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.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;
  background-color: #f2dede;
  border-color: #a94442;
}

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

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

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

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

@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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

.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;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  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: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.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: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.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: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.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: #204d74;
  border-color: #122b40;
}

.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: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.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: #398439;
  border-color: #255625;
}

.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: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.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: #269abc;
  border-color: #1b6d85;
}

.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: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

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

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.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: #d58512;
  border-color: #985f0d;
}

.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: #f0ad4e;
  border-color: #eea236;
}

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

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

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.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: #ac2925;
  border-color: #761c19;
}

.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: #d9534f;
  border-color: #d43f3a;
}

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

.btn-link {
  font-weight: 400;
  color: #337ab7;
  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: #23527c;
  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: #777777;
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  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);
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

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

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

.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 {
  display: table;
  content: " ";
}

.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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 {
  display: table;
  content: " ";
}

.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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-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-left-radius: 0;
  border-top-right-radius: 0;
}

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

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 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: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.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: #eeeeee;
}

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

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

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

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

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

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

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

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

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

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

.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: #337ab7;
}

.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 {
  margin-bottom: 5px;
  text-align: center;
}

.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-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.navbar:after {
  clear: both;
}

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

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

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

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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 {
  display: table;
  content: " ";
}

.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-right: 0;
    padding-left: 0;
  }
}

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

.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;
  }
}

@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;
}

.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-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.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;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  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: 7.5px -15px;
}

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

@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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -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: 8px;
  margin-bottom: 8px;
}

@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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 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: #f8f8f8;
  border-color: #e7e7e7;
}

.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: #333;
  background-color: transparent;
}

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

.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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@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: #333;
    background-color: transparent;
  }
  .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: #555;
    background-color: #e7e7e7;
  }
  .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-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: #e7e7e7;
}

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

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

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

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

.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: #9d9d9d;
}

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

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@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: #9d9d9d;
  }
  .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-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-link {
  color: #9d9d9d;
}

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

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.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: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

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

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

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

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

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

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

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

.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;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

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

.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

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

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

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

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

.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: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  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: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

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

.label-success {
  background-color: #5cb85c;
}

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

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #d9534f;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  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: #337ab7;
  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: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  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-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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: #5cb85c;
}

.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: #5bc0de;
}

.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: #f0ad4e;
}

.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: #d9534f;
}

.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 {
  overflow: hidden;
  zoom: 1;
}

.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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.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: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.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: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

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 {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.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: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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: 15px;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.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: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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-left-radius: 3px;
  border-top-right-radius: 3px;
}

.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: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.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: 3px;
  border-top-right-radius: 3px;
}

.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: 3px;
}

.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: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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: 3px;
}

.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: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.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 {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.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 #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.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;
}

.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  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;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -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;
  background-clip: padding-box;
  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);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.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;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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 > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.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;
  font-family: serif;
  line-height: 1;
}

.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  }
}

/*Gets Font Awesome Full */
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

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

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

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

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

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

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

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

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

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

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

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

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

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

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

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

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

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

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

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

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

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

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

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

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

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

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

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

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

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

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-bell:before {
  content: "\f0f3";
}

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

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

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

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

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

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

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

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

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

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

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

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

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

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

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

.fa-carrot:before {
  content: "\f787";
}

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

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

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

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

.fa-chart-bar:before {
  content: "\f080";
}

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

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

.fa-check:before {
  content: "\f00c";
}

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

.fa-check-double:before {
  content: "\f560";
}

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

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

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

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

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

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

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

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

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

.fa-envelope-open-text:before {
  content: "\f658";
}

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

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

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

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

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

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

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

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

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

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

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

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

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

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

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

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

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

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

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

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

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

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

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

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

.fa-gg:before {
  content: "\f260";
}

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

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

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

.fa-github:before {
  content: "\f09b";
}

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

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

.fa-google-plus-g:before {
  content: "\f0d5";
}

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

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

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

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

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

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

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

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

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

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

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

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

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

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

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

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

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

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

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

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

.fa-map-marker-alt:before {
  content: "\f3c5";
}

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

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

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

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

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

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

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

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

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

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

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

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

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

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

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

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

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

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

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

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

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

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

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

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

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

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

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

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

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

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

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

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

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

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

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

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

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

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

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

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

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

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

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

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

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

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

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

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

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

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

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

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

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

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-steam-symbol:before {
  content: "\f3f6";
}

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

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

.fa-stop:before {
  content: "\f04d";
}

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

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

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

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

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

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

.fa-th:before {
  content: "\f00a";
}

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

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

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

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

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

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

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

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

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

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

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

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

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

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

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

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

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

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

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

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

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

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

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

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

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

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

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

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

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

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

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

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

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

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

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

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

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

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

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

.fa-zhihu:before {
  content: "\f63f";
}

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

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

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

.nav__list,
.nav__sub,
.nav__deep, .skip-links__list, .slick-dots, .search-content ul.main-results, .search-content ul.filters, .red-arrows .arrows__caption .red-arrows_social, .search-overlay .search-overlay-inner .suggestion_list, .search-main-body .search-overlay-inner .suggestion_list, .involved .social, .team-member .accordion .accordion-body .team_social, .team ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.quick-search__input, .quick-search__submit, .nav__item-link,
.nav__sub-item-link,
.nav__deep-item-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.no-js .quick-search__input-group,
.no-flexbox .quick-search__input-group {
  display: table;
}

.flexbox .quick-search__input-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

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;
}

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

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

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-max-width {
  max-width: 1100px;
}

.repsonsive-table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

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

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: #222;
  color: #dddddd;
}

td {
  border: 1px solid #222;
}

ul {
  padding-left: 20px;
}

/* Buttons */
.button, .button_border, .office-content .search-bar .button__search, .form__body fieldset .button__form, .search-bar .button__search, .search-overlay .buttonoverlay, .search-main-body .buttonoverlay, .search-result-bar .button__search {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #222;
  color: #dddddd;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.button, .button_border, .office-content .search-bar .button__search, .form__body fieldset .button__form, .search-bar .button__search, .search-overlay .buttonoverlay, .search-main-body .buttonoverlay, .search-result-bar .button__search, .button:visited, .button_border:visited, .form__body fieldset .button__form:visited, .search-bar .button__search:visited, .search-overlay .buttonoverlay:visited, .search-main-body .buttonoverlay:visited, .search-result-bar .button__search:visited {
  text-decoration: none;
}

.button:focus, .button_border:focus, .form__body fieldset .button__form:focus, .search-bar .button__search:focus, .search-overlay .buttonoverlay:focus, .search-main-body .buttonoverlay:focus, .search-result-bar .button__search:focus, .button:hover, .button_border:hover, .form__body fieldset .button__form:hover, .search-bar .button__search:hover, .search-overlay .buttonoverlay:hover, .search-main-body .buttonoverlay:hover, .search-result-bar .button__search:hover {
  background-color: black;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: #222;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.pull-quote {
  border-top: 1px solid #222;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

.header-404 {
  font-size: 1.5em;
  font-weight: 700;
}

/* page intro text */
.page-header-intro-text {
  line-height: 1.3;
  margin-bottom: 0.75em;
  color: #e22e14;
  max-width: 800px;
  font-weight: 300;
  font-size: 1.5em;
  padding-right: 60px;
}

.gha-cube .page-header-intro-text {
  color: #008675;
}

.gha-wlhp .page-header-intro-text {
  color: #004c97;
}

.dunedin .page-header-intro-text {
  color: #002f6c;
}

.loretto .page-header-intro-text {
  color: #00A9E0;
}

.barony .page-header-intro-text {
  color: #006d7f;
}

.wheatley .page-header-intro-text {
  color: #572932;
}

@font-face {
  font-family: 'FSMe';
  src: url("mysource_files/FSMeWeb-Bold.eot");
  src: url("mysource_files/FSMeWeb-Bold.eot#iefix") format("embedded-opentype"), url("mysource_files/FSMeWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FSMe';
  src: url("mysource_files/FSMeWeb-BoldItalic.eot");
  src: url("mysource_files/FSMeWeb-BoldItalic.eot#iefix") format("embedded-opentype"), url("mysource_files/FSMeWeb-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'FSMe';
  src: url("mysource_files/FSMeWeb-Heavy.eot");
  src: url("mysource_files/FSMeWeb-Heavy.eot#iefix") format("embedded-opentype"), url("mysource_files/FSMeWeb-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'FSMe';
  src: url("mysource_files/FSMeWeb-HeavyItalic.eot");
  src: url("mysource_files/FSMeWeb-HeavyItalic.eot#iefix") format("embedded-opentype"), url("mysource_files/FSMeWeb-HeavyItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'FSMe';
  src: url("mysource_files/FSMeWeb-Italic.eot");
  src: url("mysource_files/FSMeWeb-Italic.eot#iefix") format("embedded-opentype"), url("mysource_files/FSMeWeb-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'FSMe';
  src: url("mysource_files/FSMeWeb-Light.eot");
  src: url("mysource_files/FSMeWeb-Light.eot#iefix") format("embedded-opentype"), url("mysource_files/FSMeWeb-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'FSMe';
  src: url("mysource_files/FSMeWeb-LightItalic.eot");
  src: url("mysource_files/FSMeWeb-LightItalic.eot#iefix") format("embedded-opentype"), url("mysource_files/FSMeWeb-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'FSMe';
  src: url("mysource_files/FSMeWeb-Regular.eot");
  src: url("mysource_files/FSMeWeb-Regular.eot#iefix") format("embedded-opentype"), url("mysource_files/FSMeWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'CoreRhino';
  src: url("mysource_files/CoreRhino35-webfont.eot");
  src: url("mysource_files/CoreRhino35-webfont.eot#iefix") format("embedded-opentype"), url("mysource_files/CoreRhino35-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'CoreRhino';
  src: url("mysource_files/CoreRhino65-webfont.eot");
  src: url("mysource_files/CoreRhino65-webfont.eot#iefix") format("embedded-opentype"), url("mysource_files/CoreRhino65-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Brauer';
  src: url("mysource_files/lineto-brauerneue-regular.eot");
  src: url("mysource_files/lineto-brauerneue-regular.eot#iefix") format("embedded-opentype"), url("mysource_files/lineto-brauerneue-regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Brauer';
  src: url("mysource_files/lineto-brauerneue-italic.eot");
  src: url("mysource_files/lineto-brauerneue-italic.eot#iefix") format("embedded-opentype"), url("mysource_files/lineto-brauerneue-italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Brauer';
  src: url("mysource_files/lineto-brauerneue-bolditalic.eot");
  src: url("mysource_files/lineto-brauerneue-bolditalic.eot#iefix") format("embedded-opentype"), url("mysource_files/lineto-brauerneue-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Brauer';
  src: url("mysource_files/lineto-brauerneue-bold.eot");
  src: url("mysource_files/lineto-brauerneue-bold.eot#iefix") format("embedded-opentype"), url("mysource_files/lineto-brauerneue-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Brauer';
  src: url("mysource_files/lineto-brauerneue-black.eot");
  src: url("mysource_files/lineto-brauerneue-black.eot#iefix") format("embedded-opentype"), url("mysource_files/lineto-brauerneue-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Brauer';
  src: url("mysource_files/lineto-brauerneue-blackItalic.eot");
  src: url("mysource_files/lineto-brauerneue-blackItalic.eot#iefix") format("embedded-opentype"), url("mysource_files/lineto-brauerneue-blackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

h1 {
  font-size: 1.5em;
  font-weight: 700;
}

h2 {
  font-size: 1.125em;
}

h3, h4 {
  font-size: 1em;
}

.yourplace h1, .yourplace h2, .yourplace h3, .yourplace h4 {
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wheatley h1, .wheatley h2, .wheatley h3, .wheatley h4 {
  font-family: Brauer, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
  line-height: 1.5;
  margin-bottom: 1.5em;
  font-weight: 200;
}

.header-404 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .header-404 {
    font-size: 1.6em;
    line-height: 1.4;
  }
}

/* Base Modding from standard bootstrap */
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #222222;
  background-color: #eeeeee;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: FSMe, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

a {
  color: #e22e14;
  text-decoration: none;
}

.gha-cube a {
  color: #a50034;
}

.gha-wlhp a {
  color: #af1685;
}

.dunedin a {
  color: #002E6B;
}

.loretto a {
  color: #007096;
}

.barony a {
  color: #006d7f;
}

.yourplace a {
  color: #00B5E2;
}

.lowther a {
  color: #788600;
  font-weight: normal;
}

.wheatley a {
  color: #572932;
  font-weight: normal;
}

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

.gha-cube a:hover, .gha-cube a:focus {
  color: #a50034;
}

.gha-wlhp a:hover, .gha-wlhp a:focus {
  color: #af1685;
}

.dunedin a:hover, .dunedin a:focus {
  color: #002E6B;
}

.loretto a:hover, .loretto a:focus {
  color: #007096;
}

.barony a:hover, .barony a:focus {
  color: #006d7f;
}

.yourplace a:hover, .yourplace a:focus {
  color: #00B5E2;
}

.lowther a:hover, .lowther a:focus {
  color: #788600;
}

.wheatley a:hover, .wheatley a:focus {
  color: #572932;
}

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

/* Main content area general styles */
img {
  border-radius: 0px;
  margin-bottom: 1.75em;
}

.intro, .office-content .search-bar .office__search, .form .intro__form, .search-bar .intro__search {
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 0.75em;
  color: #e22e14;
}

.gha-cube .intro, .gha-cube .office-content .search-bar .office__search, .office-content .search-bar .gha-cube .office__search, .gha-cube .form .intro__form, .form .gha-cube .intro__form, .gha-cube .search-bar .intro__search, .search-bar .gha-cube .intro__search {
  color: #008675;
}

.gha-wlhp .intro, .gha-wlhp .office-content .search-bar .office__search, .office-content .search-bar .gha-wlhp .office__search, .gha-wlhp .form .intro__form, .form .gha-wlhp .intro__form, .gha-wlhp .search-bar .intro__search, .search-bar .gha-wlhp .intro__search {
  color: #004c97;
}

.dunedin .intro, .dunedin .office-content .search-bar .office__search, .office-content .search-bar .dunedin .office__search, .dunedin .form .intro__form, .form .dunedin .intro__form, .dunedin .search-bar .intro__search, .search-bar .dunedin .intro__search {
  color: #002f6c;
}

.loretto .intro, .loretto .office-content .search-bar .office__search, .office-content .search-bar .loretto .office__search, .loretto .form .intro__form, .form .loretto .intro__form, .loretto .search-bar .intro__search, .search-bar .loretto .intro__search {
  color: #00A9E0;
}

.barony .intro, .barony .office-content .search-bar .office__search, .office-content .search-bar .barony .office__search, .barony .form .intro__form, .form .barony .intro__form, .barony .search-bar .intro__search, .search-bar .barony .intro__search {
  color: #006d7f;
}

.yourplace .intro, .yourplace .office-content .search-bar .office__search, .office-content .search-bar .yourplace .office__search, .yourplace .form .intro__form, .form .yourplace .intro__form, .yourplace .search-bar .intro__search, .search-bar .yourplace .intro__search {
  color: #00558C;
}

.lowther .intro, .lowther .office-content .search-bar .office__search, .office-content .search-bar .lowther .office__search, .lowther .form .intro__form, .form .lowther .intro__form, .lowther .search-bar .intro__search, .search-bar .lowther .intro__search {
  color: #7f7f7f;
}

.wheatley .intro, .wheatley .office-content .search-bar .office__search, .office-content .search-bar .wheatley .office__search, .wheatley .form .intro__form, .form .wheatley .intro__form, .wheatley .search-bar .intro__search, .search-bar .wheatley .intro__search {
  color: #b7a99a;
  font-size: 30px;
  font-weight: 200;
  line-height: 2.25rem;
  font-family: Brauer, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main-header, .search-bar .main-header__search, .search-content .main-header__searchside, .search-result-title .main-header__search, .team .main-header__team, .stats_cta__search {
  border-bottom: 1px solid #ccc;
  color: #7a7a7a;
  padding-bottom: 10px;
}

.gha-cube .main-header, .gha-cube .search-bar .main-header__search, .search-bar .gha-cube .main-header__search, .gha-cube .search-content .main-header__searchside, .search-content .gha-cube .main-header__searchside, .gha-cube .search-result-title .main-header__search, .search-result-title .gha-cube .main-header__search, .gha-cube .team .main-header__team, .team .gha-cube .main-header__team, .gha-cube .stats_cta__search, .gha-wlhp .main-header, .gha-wlhp .search-bar .main-header__search, .search-bar .gha-wlhp .main-header__search, .gha-wlhp .search-content .main-header__searchside, .search-content .gha-wlhp .main-header__searchside, .gha-wlhp .search-result-title .main-header__search, .search-result-title .gha-wlhp .main-header__search, .gha-wlhp .team .main-header__team, .team .gha-wlhp .main-header__team, .gha-wlhp .stats_cta__search, .dunedin .main-header, .dunedin .search-bar .main-header__search, .search-bar .dunedin .main-header__search, .dunedin .search-content .main-header__searchside, .search-content .dunedin .main-header__searchside, .dunedin .search-result-title .main-header__search, .search-result-title .dunedin .main-header__search, .dunedin .team .main-header__team, .team .dunedin .main-header__team, .dunedin .stats_cta__search, .loretto .main-header, .loretto .search-bar .main-header__search, .search-bar .loretto .main-header__search, .loretto .search-content .main-header__searchside, .search-content .loretto .main-header__searchside, .loretto .search-result-title .main-header__search, .search-result-title .loretto .main-header__search, .loretto .team .main-header__team, .team .loretto .main-header__team, .loretto .stats_cta__search, .barony .main-header, .barony .search-bar .main-header__search, .search-bar .barony .main-header__search, .barony .search-content .main-header__searchside, .search-content .barony .main-header__searchside, .barony .search-result-title .main-header__search, .search-result-title .barony .main-header__search, .barony .team .main-header__team, .team .barony .main-header__team, .barony .stats_cta__search {
  color: #7a7a7a;
}

.lowther .main-header, .lowther .search-bar .main-header__search, .search-bar .lowther .main-header__search, .lowther .search-content .main-header__searchside, .search-content .lowther .main-header__searchside, .lowther .search-result-title .main-header__search, .search-result-title .lowther .main-header__search, .lowther .team .main-header__team, .team .lowther .main-header__team, .lowther .stats_cta__search {
  border-bottom: 4px solid #c4d600;
  color: #222;
}

.wheatley .main-header, .wheatley .search-bar .main-header__search, .search-bar .wheatley .main-header__search, .wheatley .search-content .main-header__searchside, .search-content .wheatley .main-header__searchside, .wheatley .search-result-title .main-header__search, .search-result-title .wheatley .main-header__search, .wheatley .team .main-header__team, .team .wheatley .main-header__team, .wheatley .stats_cta__search {
  border-bottom: 1px dotted #b7a99a;
  color: #572932;
  font-size: 2.125em;
}

.main {
  background-color: #fff;
  padding-top: 1.32em;
  padding-bottom: 60px;
}

.download-link {
  background: url("mysource_files/download-link.svg") no-repeat 4px 1px/12px;
  padding-left: 21px;
  display: block;
  font-weight: 200;
}

.gha-cube .download-link {
  background-image: url("mysource_files/gha-cube-download-link.svg");
}

.gha-wlhp .download-link {
  background-image: url("mysource_files/gha-wlhp-download-link.svg");
}

.dunedin .download-link {
  background-image: url("mysource_files/dunedin-download-link.svg");
}

.loretto .download-link {
  background-image: url("mysource_files/loretto-download-link.svg");
}

.barony .download-link {
  background-image: url("mysource_files/barony-download-link.svg");
}

.yourplace .download-link {
  background-image: url("mysource_files/yourplace-download-link.svg");
}

.lowther .download-link {
  background-image: url("mysource_files/lowther-download-link.svg");
}

.wheatley .download-link {
  background-image: url("mysource_files/wheatley-download-link.svg");
}

.download-link .text-muted {
  font-weight: lighter;
}

.external-link {
  background: url("mysource_files/external-link.svg") no-repeat 4px 2px/15px;
  padding-left: 27px;
  display: block;
  font-weight: 200;
}

.gha-cube .external-link {
  background-image: url("mysource_files/gha-cube-external-link.svg");
}

.gha-wlhp .external-link {
  background-image: url("mysource_files/gha-wlhp-external-link.svg");
}

.dunedin .external-link {
  background-image: url("mysource_files/dunedin-external-link.svg");
}

.loretto .external-link {
  background-image: url("mysource_files/loretto-external-link.svg");
}

.barony .external-link {
  background-image: url("mysource_files/barony-external-link.svg");
}

.yourplace .external-link {
  background-image: url("mysource_files/yourplace-external-link.svg");
}

.lowther .external-link {
  background-image: url("mysource_files/lowther-external-link.svg");
}

.wheatley .external-link {
  background-image: url("mysource_files/wheatley-external-link.svg");
}

.internal-link {
  background: url("mysource_files/bullet-arrow.svg") no-repeat 8px 2px/6px;
  padding-left: 27px;
  display: block;
  font-weight: 200;
}

.gha-cube .internal-link {
  background-image: url("mysource_files/gha-cube-bullet-arrow.svg");
}

.gha-wlhp .internal-link {
  background-image: url("mysource_files/gha-wlhp-bullet-arrow.svg");
}

.dunedin .internal-link {
  background-image: url("mysource_files/dunedin-bullet-arrow.svg");
}

.loretto .internal-link {
  background-image: url("mysource_files/loretto-bullet-arrow.svg");
}

.barony .internal-link {
  background-image: url("mysource_files/barony-bullet-arrow.svg");
}

.yourplace .internal-link {
  background-image: url("mysource_files/yourplace-bullet-arrow.svg");
}

.lowther .internal-link {
  background: url("mysource_files/lowther-tick.svg") no-repeat center left;
  background-size: 15px 15px;
}

.wheatley .internal-link {
  background-image: url("mysource_files/wheatley-bullet-arrow.svg");
}

.gha-wlhp .list-unstyled a {
  color: #af1685;
}

.dunedin .list-unstyled a {
  color: #002E6B;
}

.loretto .list-unstyled a {
  color: #007096;
}

.yourplace .list-unstyled a {
  color: #00B5E2;
}

.lowther .list-unstyled a {
  color: #788600;
  font-weight: normal;
}

.wheatley .list-unstyled a {
  color: #572932;
}

.list-arrow {
  list-style: none;
  padding-left: 1px;
}

ul .list-arrow {
  padding-left: 11px;
}

.list-arrow li {
  font-weight: 200;
  background: url("mysource_files/bullet-arrow.svg") no-repeat 0 2px/6px;
  padding-left: 17px;
}

.gha-cube .list-arrow li {
  background-image: url("mysource_files/gha-cube-bullet-arrow.svg");
}

.gha-wlhp .list-arrow li {
  background-image: url("mysource_files/gha-wlhp-bullet-arrow.svg");
}

.dunedin .list-arrow li {
  background-image: url("mysource_files/dunedin-bullet-arrow.svg");
}

.loretto .list-arrow li {
  background-image: url("mysource_files/loretto-bullet-arrow.svg");
}

.barony .list-arrow li {
  background-image: url("mysource_files/barony-bullet-arrow.svg");
}

.yourplace .list-arrow li {
  background-image: url("mysource_files/yourplace-bullet-arrow.svg");
}

.lowther .list-arrow li {
  background: url("mysource_files/lowther-tick.svg") no-repeat center left;
  background-position: 0 3px;
  background-size: 15px 15px;
  padding-left: 20px;
}

.wheatley .list-arrow li {
  background-image: url("mysource_files/wheatley-bullet-arrow.svg");
}

.list-arrow_outside {
  margin-top: -9px;
  padding-left: 0px;
  list-style: none;
}

.list-arrow_outside li {
  font-weight: 200;
  margin-bottom: 1em;
  background: url("mysource_files/bullet-arrow.svg") no-repeat 0 2px/6px;
  padding-left: 17px;
  line-height: 1.5;
}

.gha-cube .list-arrow_outside li {
  background-image: url("mysource_files/gha-cube-bullet-arrow.svg");
}

.gha-wlhp .list-arrow_outside li {
  background-image: url("mysource_files/gha-wlhp-bullet-arrow.svg");
}

.dunedin .list-arrow_outside li {
  background-image: url("mysource_files/dunedin-bullet-arrow.svg");
}

.loretto .list-arrow_outside li {
  background-image: url("mysource_files/loretto-bullet-arrow.svg");
}

.barony .list-arrow_outside li {
  background-image: url("mysource_files/barony-bullet-arrow.svg");
}

.yourplace .list-arrow_outside li {
  background-image: url("mysource_files/yourplace-bullet-arrow.svg");
}

.lowther .list-arrow_outside li {
  background: url("mysource_files/lowther-tick.svg") no-repeat center left;
  background-position: 0 3px;
  background-size: 15px 15px;
  padding-left: 20px;
}

.wheatley .list-arrow_outside li {
  background-image: url("mysource_files/wheatley-bullet-arrow.svg");
}

.list-arrow_outside li:last-child {
  margin-bottom: 1.5em;
}

.list-check_outside {
  margin: 1.5em 0;
  padding-left: 0px;
  list-style: none;
}

.list-check_outside li {
  font-weight: 200;
  margin-bottom: 1em;
  background: url("mysource_files/lowther-check.png") no-repeat 0 2px/21px;
  padding-left: 30px;
  line-height: 1.5;
}

.lowther .list-check_outside li {
  background-image: url("mysource_files/lowther-check.png");
}

.list-check_outside li:last-child {
  margin-bottom: 1.5em;
}

.button, .button_border, .office-content .search-bar .button__search, .form__body fieldset .button__form, .search-bar .button__search, .search-overlay .buttonoverlay, .search-main-body .buttonoverlay, .search-result-bar .button__search {
  background-color: #FFC72C;
  color: #222;
  cursor: pointer;
  padding: 0.5em calc(2.5em - 10px) 0.5em 2.5em;
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.gha-cube .button, .gha-cube .button_border, .gha-cube .form__body fieldset .button__form, .form__body fieldset .gha-cube .button__form, .gha-cube .search-bar .button__search, .search-bar .gha-cube .button__search, .gha-cube .search-overlay .buttonoverlay, .search-overlay .gha-cube .buttonoverlay, .gha-cube .search-main-body .buttonoverlay, .search-main-body .gha-cube .buttonoverlay, .gha-cube .search-result-bar .button__search, .search-result-bar .gha-cube .button__search {
  background-color: #a50034;
  color: #fff !important;
}

.gha-wlhp .button, .gha-wlhp .button_border, .gha-wlhp .form__body fieldset .button__form, .form__body fieldset .gha-wlhp .button__form, .gha-wlhp .search-bar .button__search, .search-bar .gha-wlhp .button__search, .gha-wlhp .search-overlay .buttonoverlay, .search-overlay .gha-wlhp .buttonoverlay, .gha-wlhp .search-main-body .buttonoverlay, .search-main-body .gha-wlhp .buttonoverlay, .gha-wlhp .search-result-bar .button__search, .search-result-bar .gha-wlhp .button__search {
  background-color: #af1685;
  color: #fff !important;
}

.dunedin .button, .dunedin .button_border, .dunedin .form__body fieldset .button__form, .form__body fieldset .dunedin .button__form, .dunedin .search-bar .button__search, .search-bar .dunedin .button__search, .dunedin .search-overlay .buttonoverlay, .search-overlay .dunedin .buttonoverlay, .dunedin .search-main-body .buttonoverlay, .search-main-body .dunedin .buttonoverlay, .dunedin .search-result-bar .button__search, .search-result-bar .dunedin .button__search {
  background-color: #ffc72c;
  color: black !important;
}

.loretto .button, .loretto .button_border, .loretto .form__body fieldset .button__form, .form__body fieldset .loretto .button__form, .loretto .search-bar .button__search, .search-bar .loretto .button__search, .loretto .search-overlay .buttonoverlay, .search-overlay .loretto .buttonoverlay, .loretto .search-main-body .buttonoverlay, .search-main-body .loretto .buttonoverlay, .loretto .search-result-bar .button__search, .search-result-bar .loretto .button__search {
  background-color: #00A9E0;
  color: #fff !important;
}

.barony .button, .barony .button_border, .barony .form__body fieldset .button__form, .form__body fieldset .barony .button__form, .barony .search-bar .button__search, .search-bar .barony .button__search, .barony .search-overlay .buttonoverlay, .search-overlay .barony .buttonoverlay, .barony .search-main-body .buttonoverlay, .search-main-body .barony .buttonoverlay, .barony .search-result-bar .button__search, .search-result-bar .barony .button__search {
  background-color: #FFC72C;
  color: black !important;
}

.yourplace .button, .yourplace .button_border, .yourplace .form__body fieldset .button__form, .form__body fieldset .yourplace .button__form, .yourplace .search-bar .button__search, .search-bar .yourplace .button__search, .yourplace .search-overlay .buttonoverlay, .search-overlay .yourplace .buttonoverlay, .yourplace .search-main-body .buttonoverlay, .search-main-body .yourplace .buttonoverlay, .yourplace .search-result-bar .button__search, .search-result-bar .yourplace .button__search {
  background-color: #00B5E2;
  color: #fff !important;
  padding: 0.5em 2.5em 0.5em 2.5em;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.lowther .button, .lowther .button_border, .lowther .form__body fieldset .button__form, .form__body fieldset .lowther .button__form, .lowther .search-bar .button__search, .search-bar .lowther .button__search, .lowther .search-overlay .buttonoverlay, .search-overlay .lowther .buttonoverlay, .lowther .search-main-body .buttonoverlay, .search-main-body .lowther .buttonoverlay, .lowther .search-result-bar .button__search, .search-result-bar .lowther .button__search {
  background-color: #c4d600;
  color: #000000 !important;
  padding: 0.5em 2.5em 0.5em 2.5em;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.wheatley .button, .wheatley .button_border, .wheatley .form__body fieldset .button__form, .form__body fieldset .wheatley .button__form, .wheatley .search-bar .button__search, .search-bar .wheatley .button__search, .wheatley .search-overlay .buttonoverlay, .search-overlay .wheatley .buttonoverlay, .wheatley .search-main-body .buttonoverlay, .search-main-body .wheatley .buttonoverlay, .wheatley .search-result-bar .button__search, .search-result-bar .wheatley .button__search {
  background-color: #572932;
  color: white !important;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  padding: 14px 2.5em 14px 2.5em;
  font-weight: bold;
}

.button:before, .button_border:before, .office-content .search-bar .button__search:before, .form__body fieldset .button__form:before, .search-bar .button__search:before, .search-overlay .buttonoverlay:before, .search-main-body .buttonoverlay:before, .search-result-bar .button__search:before, .button:after, .button_border:after, .office-content .search-bar .button__search:after, .form__body fieldset .button__form:after, .search-bar .button__search:after, .search-overlay .buttonoverlay:after, .search-main-body .buttonoverlay:after, .search-result-bar .button__search:after {
  box-shadow: -3px 0 0 0 #FFC72C;
  content: '';
  position: absolute;
  right: -10px;
}

.gha-cube .button:before, .gha-cube .button_border:before, .gha-cube .form__body fieldset .button__form:before, .form__body fieldset .gha-cube .button__form:before, .gha-cube .search-bar .button__search:before, .search-bar .gha-cube .button__search:before, .gha-cube .search-overlay .buttonoverlay:before, .search-overlay .gha-cube .buttonoverlay:before, .gha-cube .search-main-body .buttonoverlay:before, .search-main-body .gha-cube .buttonoverlay:before, .gha-cube .search-result-bar .button__search:before, .search-result-bar .gha-cube .button__search:before, .gha-cube .button:after, .gha-cube .button_border:after, .gha-cube .form__body fieldset .button__form:after, .form__body fieldset .gha-cube .button__form:after, .gha-cube .search-bar .button__search:after, .search-bar .gha-cube .button__search:after, .gha-cube .search-overlay .buttonoverlay:after, .search-overlay .gha-cube .buttonoverlay:after, .gha-cube .search-main-body .buttonoverlay:after, .search-main-body .gha-cube .buttonoverlay:after, .gha-cube .search-result-bar .button__search:after, .search-result-bar .gha-cube .button__search:after {
  box-shadow: -3px 0 0 0 #a50034;
}

.gha-wlhp .button:before, .gha-wlhp .button_border:before, .gha-wlhp .form__body fieldset .button__form:before, .form__body fieldset .gha-wlhp .button__form:before, .gha-wlhp .search-bar .button__search:before, .search-bar .gha-wlhp .button__search:before, .gha-wlhp .search-overlay .buttonoverlay:before, .search-overlay .gha-wlhp .buttonoverlay:before, .gha-wlhp .search-main-body .buttonoverlay:before, .search-main-body .gha-wlhp .buttonoverlay:before, .gha-wlhp .search-result-bar .button__search:before, .search-result-bar .gha-wlhp .button__search:before, .gha-wlhp .button:after, .gha-wlhp .button_border:after, .gha-wlhp .form__body fieldset .button__form:after, .form__body fieldset .gha-wlhp .button__form:after, .gha-wlhp .search-bar .button__search:after, .search-bar .gha-wlhp .button__search:after, .gha-wlhp .search-overlay .buttonoverlay:after, .search-overlay .gha-wlhp .buttonoverlay:after, .gha-wlhp .search-main-body .buttonoverlay:after, .search-main-body .gha-wlhp .buttonoverlay:after, .gha-wlhp .search-result-bar .button__search:after, .search-result-bar .gha-wlhp .button__search:after {
  box-shadow: -3px 0 0 0 #af1685;
}

.dunedin .button:before, .dunedin .button_border:before, .dunedin .form__body fieldset .button__form:before, .form__body fieldset .dunedin .button__form:before, .dunedin .search-bar .button__search:before, .search-bar .dunedin .button__search:before, .dunedin .search-overlay .buttonoverlay:before, .search-overlay .dunedin .buttonoverlay:before, .dunedin .search-main-body .buttonoverlay:before, .search-main-body .dunedin .buttonoverlay:before, .dunedin .search-result-bar .button__search:before, .search-result-bar .dunedin .button__search:before, .dunedin .button:after, .dunedin .button_border:after, .dunedin .form__body fieldset .button__form:after, .form__body fieldset .dunedin .button__form:after, .dunedin .search-bar .button__search:after, .search-bar .dunedin .button__search:after, .dunedin .search-overlay .buttonoverlay:after, .search-overlay .dunedin .buttonoverlay:after, .dunedin .search-main-body .buttonoverlay:after, .search-main-body .dunedin .buttonoverlay:after, .dunedin .search-result-bar .button__search:after, .search-result-bar .dunedin .button__search:after {
  box-shadow: -3px 0 0 0 #ffc72c;
}

.loretto .button:before, .loretto .button_border:before, .loretto .form__body fieldset .button__form:before, .form__body fieldset .loretto .button__form:before, .loretto .search-bar .button__search:before, .search-bar .loretto .button__search:before, .loretto .search-overlay .buttonoverlay:before, .search-overlay .loretto .buttonoverlay:before, .loretto .search-main-body .buttonoverlay:before, .search-main-body .loretto .buttonoverlay:before, .loretto .search-result-bar .button__search:before, .search-result-bar .loretto .button__search:before, .loretto .button:after, .loretto .button_border:after, .loretto .form__body fieldset .button__form:after, .form__body fieldset .loretto .button__form:after, .loretto .search-bar .button__search:after, .search-bar .loretto .button__search:after, .loretto .search-overlay .buttonoverlay:after, .search-overlay .loretto .buttonoverlay:after, .loretto .search-main-body .buttonoverlay:after, .search-main-body .loretto .buttonoverlay:after, .loretto .search-result-bar .button__search:after, .search-result-bar .loretto .button__search:after {
  box-shadow: -3px 0 0 0 #00A9E0;
}

.barony .button:before, .barony .button_border:before, .barony .form__body fieldset .button__form:before, .form__body fieldset .barony .button__form:before, .barony .search-bar .button__search:before, .search-bar .barony .button__search:before, .barony .search-overlay .buttonoverlay:before, .search-overlay .barony .buttonoverlay:before, .barony .search-main-body .buttonoverlay:before, .search-main-body .barony .buttonoverlay:before, .barony .search-result-bar .button__search:before, .search-result-bar .barony .button__search:before, .barony .button:after, .barony .button_border:after, .barony .form__body fieldset .button__form:after, .form__body fieldset .barony .button__form:after, .barony .search-bar .button__search:after, .search-bar .barony .button__search:after, .barony .search-overlay .buttonoverlay:after, .search-overlay .barony .buttonoverlay:after, .barony .search-main-body .buttonoverlay:after, .search-main-body .barony .buttonoverlay:after, .barony .search-result-bar .button__search:after, .search-result-bar .barony .button__search:after {
  box-shadow: -3px 0 0 0 #FFC72C;
}

.yourplace .button:before, .yourplace .button_border:before, .yourplace .form__body fieldset .button__form:before, .form__body fieldset .yourplace .button__form:before, .yourplace .search-bar .button__search:before, .search-bar .yourplace .button__search:before, .yourplace .search-overlay .buttonoverlay:before, .search-overlay .yourplace .buttonoverlay:before, .yourplace .search-main-body .buttonoverlay:before, .search-main-body .yourplace .buttonoverlay:before, .yourplace .search-result-bar .button__search:before, .search-result-bar .yourplace .button__search:before, .yourplace .button:after, .yourplace .button_border:after, .yourplace .form__body fieldset .button__form:after, .form__body fieldset .yourplace .button__form:after, .yourplace .search-bar .button__search:after, .search-bar .yourplace .button__search:after, .yourplace .search-overlay .buttonoverlay:after, .search-overlay .yourplace .buttonoverlay:after, .yourplace .search-main-body .buttonoverlay:after, .search-main-body .yourplace .buttonoverlay:after, .yourplace .search-result-bar .button__search:after, .search-result-bar .yourplace .button__search:after {
  box-shadow: 0 0 0 0 #00B5E2;
}

.lowther .button:before, .lowther .button_border:before, .lowther .form__body fieldset .button__form:before, .form__body fieldset .lowther .button__form:before, .lowther .search-bar .button__search:before, .search-bar .lowther .button__search:before, .lowther .search-overlay .buttonoverlay:before, .search-overlay .lowther .buttonoverlay:before, .lowther .search-main-body .buttonoverlay:before, .search-main-body .lowther .buttonoverlay:before, .lowther .search-result-bar .button__search:before, .search-result-bar .lowther .button__search:before, .lowther .button:after, .lowther .button_border:after, .lowther .form__body fieldset .button__form:after, .form__body fieldset .lowther .button__form:after, .lowther .search-bar .button__search:after, .search-bar .lowther .button__search:after, .lowther .search-overlay .buttonoverlay:after, .search-overlay .lowther .buttonoverlay:after, .lowther .search-main-body .buttonoverlay:after, .search-main-body .lowther .buttonoverlay:after, .lowther .search-result-bar .button__search:after, .search-result-bar .lowther .button__search:after {
  box-shadow: 0 0 0 0 #c4d600;
}

.wheatley .button:before, .wheatley .button_border:before, .wheatley .form__body fieldset .button__form:before, .form__body fieldset .wheatley .button__form:before, .wheatley .search-bar .button__search:before, .search-bar .wheatley .button__search:before, .wheatley .search-overlay .buttonoverlay:before, .search-overlay .wheatley .buttonoverlay:before, .wheatley .search-main-body .buttonoverlay:before, .search-main-body .wheatley .buttonoverlay:before, .wheatley .search-result-bar .button__search:before, .search-result-bar .wheatley .button__search:before, .wheatley .button:after, .wheatley .button_border:after, .wheatley .form__body fieldset .button__form:after, .form__body fieldset .wheatley .button__form:after, .wheatley .search-bar .button__search:after, .search-bar .wheatley .button__search:after, .wheatley .search-overlay .buttonoverlay:after, .search-overlay .wheatley .buttonoverlay:after, .wheatley .search-main-body .buttonoverlay:after, .search-main-body .wheatley .buttonoverlay:after, .wheatley .search-result-bar .button__search:after, .search-result-bar .wheatley .button__search:after {
  box-shadow: 0 0 0 0 #572932;
}

.button:before, .button_border:before, .office-content .search-bar .button__search:before, .form__body fieldset .button__form:before, .search-bar .button__search:before, .search-overlay .buttonoverlay:before, .search-main-body .buttonoverlay:before, .search-result-bar .button__search:before {
  background: #FFC72C;
  bottom: 10px;
  top: 0;
  width: 10px;
  border-top-right-radius: 3px;
}

.gha-cube .button:before, .gha-cube .button_border:before, .gha-cube .form__body fieldset .button__form:before, .form__body fieldset .gha-cube .button__form:before, .gha-cube .search-bar .button__search:before, .search-bar .gha-cube .button__search:before, .gha-cube .search-overlay .buttonoverlay:before, .search-overlay .gha-cube .buttonoverlay:before, .gha-cube .search-main-body .buttonoverlay:before, .search-main-body .gha-cube .buttonoverlay:before, .gha-cube .search-result-bar .button__search:before, .search-result-bar .gha-cube .button__search:before {
  background-color: #a50034;
}

.gha-wlhp .button:before, .gha-wlhp .button_border:before, .gha-wlhp .form__body fieldset .button__form:before, .form__body fieldset .gha-wlhp .button__form:before, .gha-wlhp .search-bar .button__search:before, .search-bar .gha-wlhp .button__search:before, .gha-wlhp .search-overlay .buttonoverlay:before, .search-overlay .gha-wlhp .buttonoverlay:before, .gha-wlhp .search-main-body .buttonoverlay:before, .search-main-body .gha-wlhp .buttonoverlay:before, .gha-wlhp .search-result-bar .button__search:before, .search-result-bar .gha-wlhp .button__search:before {
  background-color: #af1685;
}

.dunedin .button:before, .dunedin .button_border:before, .dunedin .form__body fieldset .button__form:before, .form__body fieldset .dunedin .button__form:before, .dunedin .search-bar .button__search:before, .search-bar .dunedin .button__search:before, .dunedin .search-overlay .buttonoverlay:before, .search-overlay .dunedin .buttonoverlay:before, .dunedin .search-main-body .buttonoverlay:before, .search-main-body .dunedin .buttonoverlay:before, .dunedin .search-result-bar .button__search:before, .search-result-bar .dunedin .button__search:before {
  background-color: #ffc72c;
}

.loretto .button:before, .loretto .button_border:before, .loretto .form__body fieldset .button__form:before, .form__body fieldset .loretto .button__form:before, .loretto .search-bar .button__search:before, .search-bar .loretto .button__search:before, .loretto .search-overlay .buttonoverlay:before, .search-overlay .loretto .buttonoverlay:before, .loretto .search-main-body .buttonoverlay:before, .search-main-body .loretto .buttonoverlay:before, .loretto .search-result-bar .button__search:before, .search-result-bar .loretto .button__search:before {
  background-color: #00A9E0;
}

.barony .button:before, .barony .button_border:before, .barony .form__body fieldset .button__form:before, .form__body fieldset .barony .button__form:before, .barony .search-bar .button__search:before, .search-bar .barony .button__search:before, .barony .search-overlay .buttonoverlay:before, .search-overlay .barony .buttonoverlay:before, .barony .search-main-body .buttonoverlay:before, .search-main-body .barony .buttonoverlay:before, .barony .search-result-bar .button__search:before, .search-result-bar .barony .button__search:before {
  background-color: #FFC72C;
}

.yourplace .button:before, .yourplace .button_border:before, .yourplace .form__body fieldset .button__form:before, .form__body fieldset .yourplace .button__form:before, .yourplace .search-bar .button__search:before, .search-bar .yourplace .button__search:before, .yourplace .search-overlay .buttonoverlay:before, .search-overlay .yourplace .buttonoverlay:before, .yourplace .search-main-body .buttonoverlay:before, .search-main-body .yourplace .buttonoverlay:before, .yourplace .search-result-bar .button__search:before, .search-result-bar .yourplace .button__search:before {
  background-color: transparent;
}

.lowther .button:before, .lowther .button_border:before, .lowther .form__body fieldset .button__form:before, .form__body fieldset .lowther .button__form:before, .lowther .search-bar .button__search:before, .search-bar .lowther .button__search:before, .lowther .search-overlay .buttonoverlay:before, .search-overlay .lowther .buttonoverlay:before, .lowther .search-main-body .buttonoverlay:before, .search-main-body .lowther .buttonoverlay:before, .lowther .search-result-bar .button__search:before, .search-result-bar .lowther .button__search:before {
  background-color: transparent;
}

.button:after, .button_border:after, .office-content .search-bar .button__search:after, .form__body fieldset .button__form:after, .search-bar .button__search:after, .search-overlay .buttonoverlay:after, .search-main-body .buttonoverlay:after, .search-result-bar .button__search:after {
  bottom: 0;
  box-shadow: -4px 0 0 0 #FFC72C, 0 -4px 0 0 #FFC72C, -4px -4px 0 0 #FFC72C;
  border-color: #FFC72C transparent transparent #FFC72C;
  border-style: solid;
  border-width: 5px;
}

.gha-cube .button:after, .gha-cube .button_border:after, .gha-cube .form__body fieldset .button__form:after, .form__body fieldset .gha-cube .button__form:after, .gha-cube .search-bar .button__search:after, .search-bar .gha-cube .button__search:after, .gha-cube .search-overlay .buttonoverlay:after, .search-overlay .gha-cube .buttonoverlay:after, .gha-cube .search-main-body .buttonoverlay:after, .search-main-body .gha-cube .buttonoverlay:after, .gha-cube .search-result-bar .button__search:after, .search-result-bar .gha-cube .button__search:after {
  box-shadow: -4px 0 0 0 #a50034, 0 -4px 0 0 #a50034, -4px -4px 0 0 #a50034;
  border-color: #a50034 transparent transparent #a50034;
}

.gha-wlhp .button:after, .gha-wlhp .button_border:after, .gha-wlhp .form__body fieldset .button__form:after, .form__body fieldset .gha-wlhp .button__form:after, .gha-wlhp .search-bar .button__search:after, .search-bar .gha-wlhp .button__search:after, .gha-wlhp .search-overlay .buttonoverlay:after, .search-overlay .gha-wlhp .buttonoverlay:after, .gha-wlhp .search-main-body .buttonoverlay:after, .search-main-body .gha-wlhp .buttonoverlay:after, .gha-wlhp .search-result-bar .button__search:after, .search-result-bar .gha-wlhp .button__search:after {
  box-shadow: -4px 0 0 0 #af1685, 0 -4px 0 0 #af1685, -4px -4px 0 0 #af1685;
  border-color: #af1685 transparent transparent #af1685;
}

.dunedin .button:after, .dunedin .button_border:after, .dunedin .form__body fieldset .button__form:after, .form__body fieldset .dunedin .button__form:after, .dunedin .search-bar .button__search:after, .search-bar .dunedin .button__search:after, .dunedin .search-overlay .buttonoverlay:after, .search-overlay .dunedin .buttonoverlay:after, .dunedin .search-main-body .buttonoverlay:after, .search-main-body .dunedin .buttonoverlay:after, .dunedin .search-result-bar .button__search:after, .search-result-bar .dunedin .button__search:after {
  box-shadow: -4px 0 0 0 #ffc72c, 0 -4px 0 0 #ffc72c, -4px -4px 0 0 #ffc72c;
  border-color: #ffc72c transparent transparent #ffc72c;
}

.loretto .button:after, .loretto .button_border:after, .loretto .form__body fieldset .button__form:after, .form__body fieldset .loretto .button__form:after, .loretto .search-bar .button__search:after, .search-bar .loretto .button__search:after, .loretto .search-overlay .buttonoverlay:after, .search-overlay .loretto .buttonoverlay:after, .loretto .search-main-body .buttonoverlay:after, .search-main-body .loretto .buttonoverlay:after, .loretto .search-result-bar .button__search:after, .search-result-bar .loretto .button__search:after {
  box-shadow: -4px 0 0 0 #00A9E0, 0 -4px 0 0 #00A9E0, -4px -4px 0 0 #00A9E0;
  border-color: #00A9E0 transparent transparent #00A9E0;
}

.barony .button:after, .barony .button_border:after, .barony .form__body fieldset .button__form:after, .form__body fieldset .barony .button__form:after, .barony .search-bar .button__search:after, .search-bar .barony .button__search:after, .barony .search-overlay .buttonoverlay:after, .search-overlay .barony .buttonoverlay:after, .barony .search-main-body .buttonoverlay:after, .search-main-body .barony .buttonoverlay:after, .barony .search-result-bar .button__search:after, .search-result-bar .barony .button__search:after {
  box-shadow: -4px 0 0 0 #FFC72C, 0 -4px 0 0 #FFC72C, -4px -4px 0 0 #FFC72C;
  border-color: #FFC72C transparent transparent #FFC72C;
}

.yourplace .button:after, .yourplace .button_border:after, .yourplace .form__body fieldset .button__form:after, .form__body fieldset .yourplace .button__form:after, .yourplace .search-bar .button__search:after, .search-bar .yourplace .button__search:after, .yourplace .search-overlay .buttonoverlay:after, .search-overlay .yourplace .buttonoverlay:after, .yourplace .search-main-body .buttonoverlay:after, .search-main-body .yourplace .buttonoverlay:after, .yourplace .search-result-bar .button__search:after, .search-result-bar .yourplace .button__search:after {
  box-shadow: 0 0 0 0 #00B5E2, 0 0 0 0 #00B5E2, 0 0 0 0 #00B5E2;
  border-color: transparent;
}

.lowther .button:after, .lowther .button_border:after, .lowther .form__body fieldset .button__form:after, .form__body fieldset .lowther .button__form:after, .lowther .search-bar .button__search:after, .search-bar .lowther .button__search:after, .lowther .search-overlay .buttonoverlay:after, .search-overlay .lowther .buttonoverlay:after, .lowther .search-main-body .buttonoverlay:after, .search-main-body .lowther .buttonoverlay:after, .lowther .search-result-bar .button__search:after, .search-result-bar .lowther .button__search:after {
  box-shadow: 0 0 0 0 #c4d600, 0 0 0 0 #c4d600, 0 0 0 0 #c4d600;
  border-color: transparent;
}

.wheatley .button:after, .wheatley .button_border:after, .wheatley .form__body fieldset .button__form:after, .form__body fieldset .wheatley .button__form:after, .wheatley .search-bar .button__search:after, .search-bar .wheatley .button__search:after, .wheatley .search-overlay .buttonoverlay:after, .search-overlay .wheatley .buttonoverlay:after, .wheatley .search-main-body .buttonoverlay:after, .search-main-body .wheatley .buttonoverlay:after, .wheatley .search-result-bar .button__search:after, .search-result-bar .wheatley .button__search:after {
  transition-duration: 0.5s;
  box-shadow: 0 0 0 0 #572932, 0 0 0 0 #572932, 0 0 0 0 #572932;
  border-color: transparent;
  position: absolute;
  content: " ";
  width: 30px;
  height: 30px;
  background-color: #572932;
  right: -15px;
  bottom: -15px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.button:hover, .button_border:hover, .form__body fieldset .button__form:hover, .search-bar .button__search:hover, .search-overlay .buttonoverlay:hover, .search-main-body .buttonoverlay:hover, .search-result-bar .button__search:hover {
  background-color: #FFC72C;
  color: #222;
}

.gha-cube .button:hover, .gha-cube .button_border:hover, .gha-cube .form__body fieldset .button__form:hover, .form__body fieldset .gha-cube .button__form:hover, .gha-cube .search-bar .button__search:hover, .search-bar .gha-cube .button__search:hover, .gha-cube .search-overlay .buttonoverlay:hover, .search-overlay .gha-cube .buttonoverlay:hover, .gha-cube .search-main-body .buttonoverlay:hover, .search-main-body .gha-cube .buttonoverlay:hover, .gha-cube .search-result-bar .button__search:hover, .search-result-bar .gha-cube .button__search:hover {
  background-color: #a50034;
}

.gha-wlhp .button:hover, .gha-wlhp .button_border:hover, .gha-wlhp .form__body fieldset .button__form:hover, .form__body fieldset .gha-wlhp .button__form:hover, .gha-wlhp .search-bar .button__search:hover, .search-bar .gha-wlhp .button__search:hover, .gha-wlhp .search-overlay .buttonoverlay:hover, .search-overlay .gha-wlhp .buttonoverlay:hover, .gha-wlhp .search-main-body .buttonoverlay:hover, .search-main-body .gha-wlhp .buttonoverlay:hover, .gha-wlhp .search-result-bar .button__search:hover, .search-result-bar .gha-wlhp .button__search:hover {
  background-color: #af1685;
}

.dunedin .button:hover, .dunedin .button_border:hover, .dunedin .form__body fieldset .button__form:hover, .form__body fieldset .dunedin .button__form:hover, .dunedin .search-bar .button__search:hover, .search-bar .dunedin .button__search:hover, .dunedin .search-overlay .buttonoverlay:hover, .search-overlay .dunedin .buttonoverlay:hover, .dunedin .search-main-body .buttonoverlay:hover, .search-main-body .dunedin .buttonoverlay:hover, .dunedin .search-result-bar .button__search:hover, .search-result-bar .dunedin .button__search:hover {
  background-color: #ffc72c;
}

.loretto .button:hover, .loretto .button_border:hover, .loretto .form__body fieldset .button__form:hover, .form__body fieldset .loretto .button__form:hover, .loretto .search-bar .button__search:hover, .search-bar .loretto .button__search:hover, .loretto .search-overlay .buttonoverlay:hover, .search-overlay .loretto .buttonoverlay:hover, .loretto .search-main-body .buttonoverlay:hover, .search-main-body .loretto .buttonoverlay:hover, .loretto .search-result-bar .button__search:hover, .search-result-bar .loretto .button__search:hover {
  background-color: #00A9E0;
}

.barony .button:hover, .barony .button_border:hover, .barony .form__body fieldset .button__form:hover, .form__body fieldset .barony .button__form:hover, .barony .search-bar .button__search:hover, .search-bar .barony .button__search:hover, .barony .search-overlay .buttonoverlay:hover, .search-overlay .barony .buttonoverlay:hover, .barony .search-main-body .buttonoverlay:hover, .search-main-body .barony .buttonoverlay:hover, .barony .search-result-bar .button__search:hover, .search-result-bar .barony .button__search:hover {
  background-color: #FFC72C;
}

.yourplace .button:hover, .yourplace .button_border:hover, .yourplace .form__body fieldset .button__form:hover, .form__body fieldset .yourplace .button__form:hover, .yourplace .search-bar .button__search:hover, .search-bar .yourplace .button__search:hover, .yourplace .search-overlay .buttonoverlay:hover, .search-overlay .yourplace .buttonoverlay:hover, .yourplace .search-main-body .buttonoverlay:hover, .search-main-body .yourplace .buttonoverlay:hover, .yourplace .search-result-bar .button__search:hover, .search-result-bar .yourplace .button__search:hover {
  background-color: #00B5E2;
}

.lowther .button:hover, .lowther .button_border:hover, .lowther .form__body fieldset .button__form:hover, .form__body fieldset .lowther .button__form:hover, .lowther .search-bar .button__search:hover, .search-bar .lowther .button__search:hover, .lowther .search-overlay .buttonoverlay:hover, .search-overlay .lowther .buttonoverlay:hover, .lowther .search-main-body .buttonoverlay:hover, .search-main-body .lowther .buttonoverlay:hover, .lowther .search-result-bar .button__search:hover, .search-result-bar .lowther .button__search:hover {
  background-color: #c4d600;
}

.wheatley .button:hover, .wheatley .button_border:hover, .wheatley .form__body fieldset .button__form:hover, .form__body fieldset .wheatley .button__form:hover, .wheatley .search-bar .button__search:hover, .search-bar .wheatley .button__search:hover, .wheatley .search-overlay .buttonoverlay:hover, .search-overlay .wheatley .buttonoverlay:hover, .wheatley .search-main-body .buttonoverlay:hover, .search-main-body .wheatley .buttonoverlay:hover, .wheatley .search-result-bar .button__search:hover, .search-result-bar .wheatley .button__search:hover {
  background-color: #572932;
}

.wheatley .button:hover a, .wheatley .button_border:hover a, .wheatley .form__body fieldset .button__form:hover a, .form__body fieldset .wheatley .button__form:hover a, .wheatley .search-bar .button__search:hover a, .search-bar .wheatley .button__search:hover a, .wheatley .search-overlay .buttonoverlay:hover a, .search-overlay .wheatley .buttonoverlay:hover a, .wheatley .search-main-body .buttonoverlay:hover a, .search-main-body .wheatley .buttonoverlay:hover a, .wheatley .search-result-bar .button__search:hover a, .search-result-bar .wheatley .button__search:hover a {
  text-decoration: underline;
}

.wheatley .button:hover:after, .wheatley .button_border:hover:after, .wheatley .form__body fieldset .button__form:hover:after, .form__body fieldset .wheatley .button__form:hover:after, .wheatley .search-bar .button__search:hover:after, .search-bar .wheatley .button__search:hover:after, .wheatley .search-overlay .buttonoverlay:hover:after, .search-overlay .wheatley .buttonoverlay:hover:after, .wheatley .search-main-body .buttonoverlay:hover:after, .search-main-body .wheatley .buttonoverlay:hover:after, .wheatley .search-result-bar .button__search:hover:after, .search-result-bar .wheatley .button__search:hover:after {
  background-color: #ffc72c;
}

.gha-cube .button:hover, .gha-cube .button_border:hover, .gha-cube .form__body fieldset .button__form:hover, .form__body fieldset .gha-cube .button__form:hover, .gha-cube .search-bar .button__search:hover, .search-bar .gha-cube .button__search:hover, .gha-cube .search-overlay .buttonoverlay:hover, .search-overlay .gha-cube .buttonoverlay:hover, .gha-cube .search-main-body .buttonoverlay:hover, .search-main-body .gha-cube .buttonoverlay:hover, .gha-cube .search-result-bar .button__search:hover, .search-result-bar .gha-cube .button__search:hover, .gha-wlhp .button:hover, .gha-wlhp .button_border:hover, .gha-wlhp .form__body fieldset .button__form:hover, .form__body fieldset .gha-wlhp .button__form:hover, .gha-wlhp .search-bar .button__search:hover, .search-bar .gha-wlhp .button__search:hover, .gha-wlhp .search-overlay .buttonoverlay:hover, .search-overlay .gha-wlhp .buttonoverlay:hover, .gha-wlhp .search-main-body .buttonoverlay:hover, .search-main-body .gha-wlhp .buttonoverlay:hover, .gha-wlhp .search-result-bar .button__search:hover, .search-result-bar .gha-wlhp .button__search:hover, .loretto .button:hover, .loretto .button_border:hover, .loretto .form__body fieldset .button__form:hover, .form__body fieldset .loretto .button__form:hover, .loretto .search-bar .button__search:hover, .search-bar .loretto .button__search:hover, .loretto .search-overlay .buttonoverlay:hover, .search-overlay .loretto .buttonoverlay:hover, .loretto .search-main-body .buttonoverlay:hover, .search-main-body .loretto .buttonoverlay:hover, .loretto .search-result-bar .button__search:hover, .search-result-bar .loretto .button__search:hover, .youplace .button:hover, .youplace .button_border:hover, .youplace .form__body fieldset .button__form:hover, .form__body fieldset .youplace .button__form:hover, .youplace .search-bar .button__search:hover, .search-bar .youplace .button__search:hover, .youplace .search-overlay .buttonoverlay:hover, .search-overlay .youplace .buttonoverlay:hover, .youplace .search-main-body .buttonoverlay:hover, .search-main-body .youplace .buttonoverlay:hover, .youplace .search-result-bar .button__search:hover, .search-result-bar .youplace .button__search:hover {
  color: #fff !important;
}

.dunedin .button:hover, .dunedin .button_border:hover, .dunedin .form__body fieldset .button__form:hover, .form__body fieldset .dunedin .button__form:hover, .dunedin .search-bar .button__search:hover, .search-bar .dunedin .button__search:hover, .dunedin .search-overlay .buttonoverlay:hover, .search-overlay .dunedin .buttonoverlay:hover, .dunedin .search-main-body .buttonoverlay:hover, .search-main-body .dunedin .buttonoverlay:hover, .dunedin .search-result-bar .button__search:hover, .search-result-bar .dunedin .button__search:hover, .barony .button:hover, .barony .button_border:hover, .barony .form__body fieldset .button__form:hover, .form__body fieldset .barony .button__form:hover, .barony .search-bar .button__search:hover, .search-bar .barony .button__search:hover, .barony .search-overlay .buttonoverlay:hover, .search-overlay .barony .buttonoverlay:hover, .barony .search-main-body .buttonoverlay:hover, .search-main-body .barony .buttonoverlay:hover, .barony .search-result-bar .button__search:hover, .search-result-bar .barony .button__search:hover, .lowther .button:hover, .lowther .button_border:hover, .lowther .form__body fieldset .button__form:hover, .form__body fieldset .lowther .button__form:hover, .lowther .search-bar .button__search:hover, .search-bar .lowther .button__search:hover, .lowther .search-overlay .buttonoverlay:hover, .search-overlay .lowther .buttonoverlay:hover, .lowther .search-main-body .buttonoverlay:hover, .search-main-body .lowther .buttonoverlay:hover, .lowther .search-result-bar .button__search:hover, .search-result-bar .lowther .button__search:hover {
  color: #000 !important;
}

.button:focus, .button_border:focus, .form__body fieldset .button__form:focus, .search-bar .button__search:focus, .search-overlay .buttonoverlay:focus, .search-main-body .buttonoverlay:focus, .search-result-bar .button__search:focus {
  background: #e22e14;
  color: #fff;
}

.gha-cube .button:focus, .gha-cube .button_border:focus, .gha-cube .form__body fieldset .button__form:focus, .form__body fieldset .gha-cube .button__form:focus, .gha-cube .search-bar .button__search:focus, .search-bar .gha-cube .button__search:focus, .gha-cube .search-overlay .buttonoverlay:focus, .search-overlay .gha-cube .buttonoverlay:focus, .gha-cube .search-main-body .buttonoverlay:focus, .search-main-body .gha-cube .buttonoverlay:focus, .gha-cube .search-result-bar .button__search:focus, .search-result-bar .gha-cube .button__search:focus {
  background-color: #a50034;
}

.gha-wlhp .button:focus, .gha-wlhp .button_border:focus, .gha-wlhp .form__body fieldset .button__form:focus, .form__body fieldset .gha-wlhp .button__form:focus, .gha-wlhp .search-bar .button__search:focus, .search-bar .gha-wlhp .button__search:focus, .gha-wlhp .search-overlay .buttonoverlay:focus, .search-overlay .gha-wlhp .buttonoverlay:focus, .gha-wlhp .search-main-body .buttonoverlay:focus, .search-main-body .gha-wlhp .buttonoverlay:focus, .gha-wlhp .search-result-bar .button__search:focus, .search-result-bar .gha-wlhp .button__search:focus {
  background-color: #af1685;
}

.dunedin .button:focus, .dunedin .button_border:focus, .dunedin .form__body fieldset .button__form:focus, .form__body fieldset .dunedin .button__form:focus, .dunedin .search-bar .button__search:focus, .search-bar .dunedin .button__search:focus, .dunedin .search-overlay .buttonoverlay:focus, .search-overlay .dunedin .buttonoverlay:focus, .dunedin .search-main-body .buttonoverlay:focus, .search-main-body .dunedin .buttonoverlay:focus, .dunedin .search-result-bar .button__search:focus, .search-result-bar .dunedin .button__search:focus {
  background-color: #ffc72c;
}

.loretto .button:focus, .loretto .button_border:focus, .loretto .form__body fieldset .button__form:focus, .form__body fieldset .loretto .button__form:focus, .loretto .search-bar .button__search:focus, .search-bar .loretto .button__search:focus, .loretto .search-overlay .buttonoverlay:focus, .search-overlay .loretto .buttonoverlay:focus, .loretto .search-main-body .buttonoverlay:focus, .search-main-body .loretto .buttonoverlay:focus, .loretto .search-result-bar .button__search:focus, .search-result-bar .loretto .button__search:focus {
  background-color: #00A9E0;
}

.barony .button:focus, .barony .button_border:focus, .barony .form__body fieldset .button__form:focus, .form__body fieldset .barony .button__form:focus, .barony .search-bar .button__search:focus, .search-bar .barony .button__search:focus, .barony .search-overlay .buttonoverlay:focus, .search-overlay .barony .buttonoverlay:focus, .barony .search-main-body .buttonoverlay:focus, .search-main-body .barony .buttonoverlay:focus, .barony .search-result-bar .button__search:focus, .search-result-bar .barony .button__search:focus {
  background-color: #FFC72C;
}

.yourplace .button:focus, .yourplace .button_border:focus, .yourplace .form__body fieldset .button__form:focus, .form__body fieldset .yourplace .button__form:focus, .yourplace .search-bar .button__search:focus, .search-bar .yourplace .button__search:focus, .yourplace .search-overlay .buttonoverlay:focus, .search-overlay .yourplace .buttonoverlay:focus, .yourplace .search-main-body .buttonoverlay:focus, .search-main-body .yourplace .buttonoverlay:focus, .yourplace .search-result-bar .button__search:focus, .search-result-bar .yourplace .button__search:focus {
  background-color: #00B5E2;
}

.lowther .button:focus, .lowther .button_border:focus, .lowther .form__body fieldset .button__form:focus, .form__body fieldset .lowther .button__form:focus, .lowther .search-bar .button__search:focus, .search-bar .lowther .button__search:focus, .lowther .search-overlay .buttonoverlay:focus, .search-overlay .lowther .buttonoverlay:focus, .lowther .search-main-body .buttonoverlay:focus, .search-main-body .lowther .buttonoverlay:focus, .lowther .search-result-bar .button__search:focus, .search-result-bar .lowther .button__search:focus {
  background-color: #c4d600;
}

.wheatley .button:focus, .wheatley .button_border:focus, .wheatley .form__body fieldset .button__form:focus, .form__body fieldset .wheatley .button__form:focus, .wheatley .search-bar .button__search:focus, .search-bar .wheatley .button__search:focus, .wheatley .search-overlay .buttonoverlay:focus, .search-overlay .wheatley .buttonoverlay:focus, .wheatley .search-main-body .buttonoverlay:focus, .search-main-body .wheatley .buttonoverlay:focus, .wheatley .search-result-bar .button__search:focus, .search-result-bar .wheatley .button__search:focus {
  background-color: #572932;
}

.wheatley .button:focus a, .wheatley .button_border:focus a, .wheatley .form__body fieldset .button__form:focus a, .form__body fieldset .wheatley .button__form:focus a, .wheatley .search-bar .button__search:focus a, .search-bar .wheatley .button__search:focus a, .wheatley .search-overlay .buttonoverlay:focus a, .search-overlay .wheatley .buttonoverlay:focus a, .wheatley .search-main-body .buttonoverlay:focus a, .search-main-body .wheatley .buttonoverlay:focus a, .wheatley .search-result-bar .button__search:focus a, .search-result-bar .wheatley .button__search:focus a {
  text-decoration: underline;
}

.wheatley .button:focus:after, .wheatley .button_border:focus:after, .wheatley .form__body fieldset .button__form:focus:after, .form__body fieldset .wheatley .button__form:focus:after, .wheatley .search-bar .button__search:focus:after, .search-bar .wheatley .button__search:focus:after, .wheatley .search-overlay .buttonoverlay:focus:after, .search-overlay .wheatley .buttonoverlay:focus:after, .wheatley .search-main-body .buttonoverlay:focus:after, .search-main-body .wheatley .buttonoverlay:focus:after, .wheatley .search-result-bar .button__search:focus:after, .search-result-bar .wheatley .button__search:focus:after {
  background-color: #ffc72c;
}

.button_border {
  border: 2px solid #fff;
}

/* Links */
.link-arrow, .search-content ul.main-results li .link-arrow__result, .tile-item a, .tile-item2 a {
  padding-left: 0.875em;
  position: relative;
  display: block;
}

.link-arrow:before, .search-content ul.main-results li .link-arrow__result:before, .tile-item a:before, .tile-item2 a:before {
  content: ">";
  position: absolute;
  left: 0px;
  top: 0px;
}

/* Backgrounds */
.background-digonal-stripes {
  height: 215px;
  width: 1020px;
  background: linear-gradient(-45deg, transparent 80px, transparent 160px, #f2f2f2 160px, #f2f2f2 240px, transparent 240px, transparent 320px, #f2f2f2 320px, #f2f2f2 400px, transparent 400px, transparent 480px, #f2f2f2 480px, #f2f2f2 560px, transparent 560px, transparent 640px, #f2f2f2 640px, #f2f2f2 720px, transparent 720px, transparent 800px), linear-gradient(-135deg, transparent 0, transparent 8px, #eeeeee 8px, #eeeeee 88px, transparent 88px, transparent 168px, #eeeeee 168px, #eeeeee 248px, transparent 248px, transparent 328px, #eeeeee 328px, #eeeeee 408px, transparent 408px, transparent 488px, #eeeeee 488px, #eeeeee 568px, transparent 568px, transparent 648px);
}

.wheatley .background-digonal-stripes {
  height: 300px;
  background: linear-gradient(-45deg, transparent -85px, transparent -5px, #79545b -5px, #79545b 75px, transparent 75px, transparent 135px, #79545b 135px, #79545b 215px, transparent 215px, transparent 295px), linear-gradient(-135deg, transparent -20px, transparent 60px, #683f47 60px, #683f47 140px, transparent 140px, transparent 220px), linear-gradient(-45deg, transparent 240px, transparent 275px, #79545b 275px, #79545b 355px, transparent 355px, transparent 435px), linear-gradient(-135deg, transparent 125px, transparent 205px, #683f47 205px, #683f47 285px, transparent 285px, transparent 365px), linear-gradient(-45deg, transparent 340px, transparent 420px, #79545b 420px, #79545b 500px, transparent 500px, transparent 580px);
}

.icon-facebook {
  background: url("mysource_files/icon-facebook.png") no-repeat;
  background: url("mysource_files/icon-facebook.svg") no-repeat;
  background-size: contain;
}

.wheatley .icon-facebook {
  background: url("mysource_files/wheatley-icon-facebook.svg") no-repeat;
  background-size: contain;
}

.icon-twitter {
  background: url("mysource_files/icon-twitter.png") no-repeat;
  background: url("mysource_files/icon-twitter.svg") no-repeat;
  background-size: contain;
}

.wheatley .icon-twitter {
  background: url("mysource_files/wheatley-icon-twitter.svg") no-repeat;
  background-size: contain;
}

.icon-linkedin {
  background: url("mysource_files/icon-linkedin.png") no-repeat;
  background: url("mysource_files/icon-linkedin.svg") no-repeat;
  background-size: contain;
}

.wheatley .icon-linkedin {
  background: url("mysource_files/wheatley-icon-linkedin.svg") no-repeat;
  background-size: contain;
}

.icon-info {
  background: url("mysource_files/icon-info.png") no-repeat;
  background-size: contain;
}

.icon-arrow-left, .carousel .slick-prev {
  background: url("mysource_files/icon-arrow-left.png") no-repeat;
  background-size: contain;
}

.icon-arrow-right, .carousel .slick-next {
  background: url("mysource_files/icon-arrow-right.png") no-repeat;
  background-size: contain;
}

.clearfix {
  clear: both;
}

.homepage {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

@media (max-width: 767px) {
  .homepage {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.homepagetiles {
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 8px !important;
}

@media (max-width: 768px) {
  .homepagetiles {
    padding-bottom: 0 !important;
  }
}

.nogutter {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.is-flex:before {
  content: none;
}

.row.is-flex:after {
  content: '';
}

.news-listing img {
  border-radius: 2px 2px 0 0;
  margin: 0;
  width: 100%;
}

.news-listing .text {
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 0 0 2px 2px;
  height: 245px;
}

.news-listing h3 {
  font-size: 1.1em;
  margin-top: 0;
  font-weight: 600;
  line-height: 26px;
  min-height: 52px;
}

.news-listing hr {
  border-top: 1px solid #bfbfbf;
  margin-top: 12px;
  margin-bottom: 5px;
}

.img-wrapper-news {
  position: relative;
  padding-bottom: 49.3%;
  height: 0;
  overflow: hidden;
}

.news-listing.newswide .text {
  background-color: #FCEEED;
}

.news-listing.newswide hr {
  border-top: 1px solid #F6C0B8;
  margin-top: 12px;
  margin-bottom: 5px;
}

select::-ms-expand {
  display: none;
}

@media (max-width: 768px) {
  .resmarg {
    margin-bottom: 8px;
  }
}

.sr-only {
  color: #000;
}

table {
  border: 0px;
  margin-bottom: 24px;
}

table thead tr th {
  background-color: #666666;
  color: #fff;
  font-weight: 500;
  font-size: 1em;
  padding: 1em;
  margin: 0;
  border: 1px solid #666666;
  border-right: 1px solid #dfdfdf;
}

table thead tr th:last-child {
  border-right: 1px solid #666666;
}

table tbody tr th {
  background-color: #666;
  border: 1px solid #666;
  border-right: 1px solid #dfdfdf;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  margin: 0;
  padding: 1em;
}

table tbody tr td {
  color: #666666;
  font-weight: 200;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  padding: 0.5em 1em;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

table tbody tr td:last-child {
  border-right: 1px solid #f8f8f8;
}

table tbody tr:last-child td {
  border-bottom: 3px solid #dfdfdf;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-menu {
  background-color: #fff;
  width: 200px;
  border: solid 1px #ccc;
}

.ui-menu,
.ui-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ui-menu-item a {
  background-color: #fff;
  color: #222;
  display: block;
  padding: 4px 8px;
  cursor: pointer;
}

.ui-menu-item a:hover,
.ui-menu-item a:focus {
  text-decoration: none;
}

.ui-menu-item a.ui-state-focus,
.ui-menu-item a.ui-state-active {
  background-color: #e22e14;
  color: #fff;
}

.gha-cube .ui-menu-item a.ui-state-focus, .gha-cube
.ui-menu-item a.ui-state-active {
  background-color: #008675;
}

.gha-wlhp .ui-menu-item a.ui-state-focus, .gha-wlhp
.ui-menu-item a.ui-state-active {
  background-color: #004c97;
}

.ui-menu li:first-child:before {
  content: 'Search suggestions';
  text-align: right;
  display: block;
  font-size: 0.75em;
  color: #7a7a7a;
  padding: 4px 8px;
}

/*
--------------------
Modules
--------------------
*/
.grid-sizer--news,
.grid-item--news {
  width: 100%;
}

.grid-sizer--news.half,
.grid-item--news.half {
  width: 100%;
}

.gha-wlhp section a {
  color: #af1685;
}

.row__flex-stretch {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/*
--------------------
Bootstrap overrides
--------------------
*/
@media screen and (min-width: 1170px) {
  .home-wrapper .main .container {
    width: 95%;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media screen and (min-width: 576px) {
  .grid-sizer--news,
  .grid-item--news {
    width: 50%;
  }
  .grid-sizer--news.half,
  .grid-item--news.half {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .home-wrapper .main .container {
    width: 95%;
    padding-left: 45px;
    padding-right: 45px;
  }
  .grid-sizer--news,
  .grid-item--news {
    width: 25%;
  }
  .grid-sizer--news.half,
  .grid-item--news.half {
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .home-wrapper .main .container {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Module: Back to top */
.back-to-top {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 2em;
  height: 2em;
  text-decoration: none;
}

.back-to-top:hover, .back-to-top:focus {
  text-decoration: none;
}

/* Module: Header logo */
.header-logo {
  border: 0;
  background: transparent url("mysource_files/logo.png") 0 0 no-repeat;
  width: 135px;
  height: 79px;
  display: block;
}

/* Module: Quick search */
.quick-search__form {
  padding: 0;
  margin: 0;
}

.quick-search__input {
  border: 1px solid #bdbdbd;
}

.quick-search__submit {
  display: block;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  line-height: 0;
  cursor: pointer;
  user-select: none;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.quick-search__submit:hover, .quick-search__submit:focus {
  background-color: #ddd;
}

.quick-search__submit {
  border-left: none;
}

.quick-search__input-wrapper {
  margin: 0 auto;
}

.quick-search__input,
.quick-search__submit {
  padding: 8px 2%;
}

.flexbox .quick-search__input, .flexbox
.quick-search__submit {
  -webkit-box-flex: 0 0 1;
  -moz-box-flex: 0 0 1;
  -webkit-flex: 0 0 1;
  -ms-flex: 0 0 1;
  flex: 0 0 1;
}

.no-js .quick-search__input,
.no-flexbox .quick-search__input, .no-js
.quick-search__submit,
.no-flexbox
.quick-search__submit {
  display: table-cell;
  vertical-align: top;
}

/* Module: Secondary nav */
.nav__item,
.nav__sub-item,
.nav__deep-item {
  display: block;
}

.nav__item-link,
.nav__sub-item-link,
.nav__deep-item-link {
  display: block;
  padding: .5em 1em;
}

.nav__deep-item-link {
  padding-left: 1.5em;
}

.nav__item--active .nav__item-link:after,
.nav__sub-item--active .nav__sub-item-link:after,
.nav__deep-item--active .nav__deep-item-link:after {
  content: " (ACTIVE)";
}

.nav__item--current .nav__item-link:after,
.nav__sub-item--current .nav__sub-item-link:after,
.nav__deep-item--current .nav__deep-item-link:after {
  content: " (CURRENT)";
}

/* Module: Skip links */
/* Module: Spritesheet */
.sq-icon {
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 400px 1000px;
  background-image: url(mysource_files/sprites.svg);
}

.no-svg .sq-icon {
  background-image: url(mysource_files/sprites.png);
}

.sq-icon__search {
  width: 23px;
  height: 23px;
  background-position: 0px 0px;
}

.sq-icon__home {
  width: 26px;
  height: 24px;
  background-position: -50px 0px;
}

.sq-icon__play {
  width: 11px;
  height: 13px;
  background-position: -100px 0px;
}

.sq-icon__pause {
  width: 11px;
  height: 13px;
  background-position: -150px 0px;
}

.sq-icon__prev {
  width: 10px;
  height: 13px;
  background-position: -200px 0px;
}

.sq-icon__next {
  width: 10px;
  height: 13px;
  background-position: -250px 0px;
}

.sq-icon__burger {
  width: 31px;
  height: 24px;
  background-position: -300px 0px;
}

.sq-icon__close {
  width: 19px;
  height: 19px;
  background-position: -350px 0px;
}

.sq-icon__youtube {
  width: 41px;
  height: 41px;
  background-position: 0px -50px;
}

.sq-icon__facebook {
  width: 41px;
  height: 41px;
  background-position: -50px -50px;
}

.sq-icon__twitter {
  width: 41px;
  height: 41px;
  background-position: -100px -50px;
}

.sq-icon__linkedin {
  width: 41px;
  height: 41px;
  background-position: -150px -50px;
}

.sq-icon__map-marker {
  width: 13px;
  height: 17px;
  background-position: -200px -50px;
}

.sq-icon__external-link {
  width: 16px;
  height: 17px;
  background-position: -250px -50px;
}

.sq-icon__pdf {
  width: 29px;
  height: 31px;
  background-position: 0px -100px;
}

.sq-icon__doc {
  width: 29px;
  height: 31px;
  background-position: -50px -100px;
}

.sq-icon__xls {
  width: 29px;
  height: 31px;
  background-position: -100px -100px;
}

/* Module: S */
.accordion {
  background-color: #f8f8f8;
  border-bottom: 3px solid #e4e4e4;
  margin-bottom: 1em;
  padding-bottom: 0;
}

.wheatley .accordion {
  border-bottom: 0px solid #572932;
}

.lowther .accordion {
  border-bottom: 0;
}

.accordion ul {
  margin-top: -10px;
  list-style: none;
  padding-left: 1px;
}

.accordion ul ul {
  padding-left: 11px;
}

.accordion ul ul li:first-child {
  background: url("mysource_files/bullet-arrow.svg") no-repeat 0 2px/6px;
  padding-left: 17px;
  font-weight: 200;
}

.gha-cube .accordion ul ul li:first-child {
  background-image: url("mysource_files/gha-cube-bullet-arrow.svg");
}

.gha-wlhp .accordion ul ul li:first-child {
  background-image: url("mysource_files/gha-wlhp-bullet-arrow.svg");
}

.dunedin .accordion ul ul li:first-child {
  background-image: url("mysource_files/dunedin-bullet-arrow.svg");
}

.loretto .accordion ul ul li:first-child {
  background-image: url("mysource_files/loretto-bullet-arrow.svg");
}

.barony .accordion ul ul li:first-child {
  background-image: url("mysource_files/barony-bullet-arrow.svg");
}

.yourplace .accordion ul ul li:first-child {
  background-image: url("mysource_files/yourplace-bullet-arrow.svg");
}

.lowther .accordion ul ul li:first-child {
  background-image: url("mysource_files/lowther-bullet-arrow.svg");
}

.wheatley .accordion ul ul li:first-child {
  background-image: url("mysource_files/wheatley-bullet-arrow.svg");
}

.accordion ul li {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 200;
}

.accordion ul li:last-child {
  margin-bottom: 1.5em;
}

.accordion h2 {
  background-color: #e4e4e4;
  color: #222222;
  font-size: 1.125em;
  padding: 21px 55px 16px 20px;
  margin: 0;
  cursor: pointer;
  position: relative;
  line-height: 1.3;
}

.lowther .accordion h2 {
  background: #444444;
  color: #fff;
}

.wheatley .accordion h2 {
  background-color: #572932;
  color: white;
  font-family: FSMe, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.accordion h2 .sq-open,
.accordion h2 .sq-close {
  min-width: 20px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -10px;
}

.accordion h2 .sq-close {
  background: url("mysource_files/expand.png") no-repeat 50% 50%;
}

.lowther .accordion h2 .sq-close, .wheatley .accordion h2 .sq-close {
  background: url("mysource_files/expand-white.png") no-repeat 50% 50%;
}

.accordion h2 .sq-open {
  background: url("mysource_files/collapse.png") no-repeat 50% 50%;
}

.lowther .accordion h2 .sq-open, .wheatley .accordion h2 .sq-open {
  background: url("mysource_files/collapse-white.png") no-repeat 50% 50%;
}

.accordion > .row {
  padding: 0 3%;
}

.lowther .accordion > .row {
  padding: 5px 1% 0 1%;
  border-bottom: 3px solid #e4e4e4;
  margin: 0;
}

.accordion h3 {
  font-size: 1.25em;
  margin: 1em 0;
  margin-bottom: 1.5em;
  font-weight: lighter;
  color: #222;
}

.accordion li {
  margin-bottom: 1em;
}

.accordion li > ul {
  margin-top: 1em;
}

.lowther .col-sm-3 .accordion > .row {
  padding: 30px 1% 0 1%;
}

/* Module: S */
.budget-calculator {
  /*
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
  /* Accessibility - hides the forward slash */
  /* Clearing Styles */
  /* Foundation Dropdowns */
  /* Standard Forms */
  /* Using forms within rows, we need to set some defaults */
  /* Label Styles */
  /* Attach elements to the beginning or end of an input */
  /* Adjust padding, alignment and radius if pre/post element is a button */
  /* Separate prefix and postfix styles when on span or label so buttons keep their own */
  /* We use this to get basic styling on all basic form elements */
  /* Respect enforced amount of rows for textarea */
  /* Not allow resize out of parent */
  /* Add height value for select elements to match text input height */
  /* Adjust margin for form elements below */
  /* Normalize file input width */
  /* HTML5 Number spinners settings */
  /* We add basic fieldset styling */
  /* Error Handling */
  /* Foundation Joyride */
  /* Default styles for the container */
  /* Add a little css triangle pip, older browser just miss out on the fanciness of it */
  /* Typography */
  /* Styles for screens that are at least 768px; */
  /* Orbit Graceful Loading */
  /* Pagination centred wrapper */
  /* Panels */
  /* Pricing Tables */
  /* Progress Bar */
  /* Image Thumbnails */
  /* Tooltips */
  /* Wrapped around .top-bar to contain to grid width */
  /* Typography resets */
  /* Default Link Styles */
  /* Default paragraph styles */
  /* Default header styles */
  /* Helpful Typography Defaults */
  /* Lists */
  /* Unordered Lists */
  /* Ordered Lists */
  /* Definition Lists */
  /* Abbreviations */
  /* Blockquotes */
  /* Microformats */
  /* small displays */
  /* medium displays */
  /* large displays */
  /* xlarge displays */
  /* xxlarge displays */
  /* Orientation targeting */
  /* Specific visibility for tables */
  /* Touch-enabled device targeting */
  /* Specific visibility for tables */
  /* Screen reader-specific classes */
  /*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
  /* Print visibility */
}

@font-face {
  .budget-calculator {
    font-family: "foundation-icons";
    src: url("./foundation-icons.eot");
    src: url("./foundation-icons.eot?#iefix") format("embedded-opentype"), url("./foundation-icons.woff") format("woff"), url("./foundation-icons.ttf") format("truetype"), url("./foundation-icons.svg#fontcustom") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

.budget-calculator .fi-address-book:before,
.budget-calculator .fi-alert:before,
.budget-calculator .fi-align-center:before,
.budget-calculator .fi-align-justify:before,
.budget-calculator .fi-align-left:before,
.budget-calculator .fi-align-right:before,
.budget-calculator .fi-anchor:before,
.budget-calculator .fi-annotate:before,
.budget-calculator .fi-archive:before,
.budget-calculator .fi-arrow-down:before,
.budget-calculator .fi-arrow-left:before,
.budget-calculator .fi-arrow-right:before,
.budget-calculator .fi-arrow-up:before,
.budget-calculator .fi-arrows-compress:before,
.budget-calculator .fi-arrows-expand:before,
.budget-calculator .fi-arrows-in:before,
.budget-calculator .fi-arrows-out:before,
.budget-calculator .fi-asl:before,
.budget-calculator .fi-asterisk:before,
.budget-calculator .fi-at-sign:before,
.budget-calculator .fi-background-color:before,
.budget-calculator .fi-battery-empty:before,
.budget-calculator .fi-battery-full:before,
.budget-calculator .fi-battery-half:before,
.budget-calculator .fi-bitcoin-circle:before,
.budget-calculator .fi-bitcoin:before,
.budget-calculator .fi-blind:before,
.budget-calculator .fi-bluetooth:before,
.budget-calculator .fi-bold:before,
.budget-calculator .fi-book-bookmark:before,
.budget-calculator .fi-book:before,
.budget-calculator .fi-bookmark:before,
.budget-calculator .fi-braille:before,
.budget-calculator .fi-burst-new:before,
.budget-calculator .fi-burst-sale:before,
.budget-calculator .fi-burst:before,
.budget-calculator .fi-calendar:before,
.budget-calculator .fi-camera:before,
.budget-calculator .fi-check:before,
.budget-calculator .fi-checkbox:before,
.budget-calculator .fi-clipboard-notes:before,
.budget-calculator .fi-clipboard-pencil:before,
.budget-calculator .fi-clipboard:before,
.budget-calculator .fi-clock:before,
.budget-calculator .fi-closed-caption:before,
.budget-calculator .fi-cloud:before,
.budget-calculator .fi-comment-minus:before,
.budget-calculator .fi-comment-quotes:before,
.budget-calculator .fi-comment-video:before,
.budget-calculator .fi-comment:before,
.budget-calculator .fi-comments:before,
.budget-calculator .fi-compass:before,
.budget-calculator .fi-contrast:before,
.budget-calculator .fi-credit-card:before,
.budget-calculator .fi-crop:before,
.budget-calculator .fi-crown:before,
.budget-calculator .fi-css3:before,
.budget-calculator .fi-database:before,
.budget-calculator .fi-die-five:before,
.budget-calculator .fi-die-four:before,
.budget-calculator .fi-die-one:before,
.budget-calculator .fi-die-six:before,
.budget-calculator .fi-die-three:before,
.budget-calculator .fi-die-two:before,
.budget-calculator .fi-dislike:before,
.budget-calculator .fi-dollar-bill:before,
.budget-calculator .fi-dollar:before,
.budget-calculator .fi-download:before,
.budget-calculator .fi-eject:before,
.budget-calculator .fi-elevator:before,
.budget-calculator .fi-euro:before,
.budget-calculator .fi-eye:before,
.budget-calculator .fi-fast-forward:before,
.budget-calculator .fi-female-symbol:before,
.budget-calculator .fi-female:before,
.budget-calculator .fi-filter:before,
.budget-calculator .fi-first-aid:before,
.budget-calculator .fi-flag:before,
.budget-calculator .fi-folder-add:before,
.budget-calculator .fi-folder-lock:before,
.budget-calculator .fi-folder:before,
.budget-calculator .fi-foot:before,
.budget-calculator .fi-foundation:before,
.budget-calculator .fi-graph-bar:before,
.budget-calculator .fi-graph-horizontal:before,
.budget-calculator .fi-graph-pie:before,
.budget-calculator .fi-graph-trend:before,
.budget-calculator .fi-guide-dog:before,
.budget-calculator .fi-hearing-aid:before,
.budget-calculator .fi-heart:before,
.budget-calculator .fi-home:before,
.budget-calculator .fi-html5:before,
.budget-calculator .fi-indent-less:before,
.budget-calculator .fi-indent-more:before,
.budget-calculator .fi-info:before,
.budget-calculator .fi-italic:before,
.budget-calculator .fi-key:before,
.budget-calculator .fi-laptop:before,
.budget-calculator .fi-layout:before,
.budget-calculator .fi-lightbulb:before,
.budget-calculator .fi-like:before,
.budget-calculator .fi-link:before,
.budget-calculator .fi-list-bullet:before,
.budget-calculator .fi-list-number:before,
.budget-calculator .fi-list-thumbnails:before,
.budget-calculator .fi-list:before,
.budget-calculator .fi-lock:before,
.budget-calculator .fi-loop:before,
.budget-calculator .fi-magnifying-glass:before,
.budget-calculator .fi-mail:before,
.budget-calculator .fi-male-female:before,
.budget-calculator .fi-male-symbol:before,
.budget-calculator .fi-male:before,
.budget-calculator .fi-map:before,
.budget-calculator .fi-marker:before,
.budget-calculator .fi-megaphone:before,
.budget-calculator .fi-microphone:before,
.budget-calculator .fi-minus-circle:before,
.budget-calculator .fi-minus:before,
.budget-calculator .fi-mobile-signal:before,
.budget-calculator .fi-mobile:before,
.budget-calculator .fi-monitor:before,
.budget-calculator .fi-mountains:before,
.budget-calculator .fi-music:before,
.budget-calculator .fi-next:before,
.budget-calculator .fi-no-dogs:before,
.budget-calculator .fi-no-smoking:before,
.budget-calculator .fi-page-add:before,
.budget-calculator .fi-page-copy:before,
.budget-calculator .fi-page-csv:before,
.budget-calculator .fi-page-delete:before,
.budget-calculator .fi-page-doc:before,
.budget-calculator .fi-page-edit:before,
.budget-calculator .fi-page-export-csv:before,
.budget-calculator .fi-page-export-doc:before,
.budget-calculator .fi-page-export-pdf:before,
.budget-calculator .fi-page-export:before,
.budget-calculator .fi-page-filled:before,
.budget-calculator .fi-page-multiple:before,
.budget-calculator .fi-page-pdf:before,
.budget-calculator .fi-page-remove:before,
.budget-calculator .fi-page-search:before,
.budget-calculator .fi-page:before,
.budget-calculator .fi-paint-bucket:before,
.budget-calculator .fi-paperclip:before,
.budget-calculator .fi-pause:before,
.budget-calculator .fi-paw:before,
.budget-calculator .fi-paypal:before,
.budget-calculator .fi-pencil:before,
.budget-calculator .fi-photo:before,
.budget-calculator .fi-play-circle:before,
.budget-calculator .fi-play-video:before,
.budget-calculator .fi-play:before,
.budget-calculator .fi-plus:before,
.budget-calculator .fi-pound:before,
.budget-calculator .fi-power:before,
.budget-calculator .fi-previous:before,
.budget-calculator .fi-price-tag:before,
.budget-calculator .fi-pricetag-multiple:before,
.budget-calculator .fi-print:before,
.budget-calculator .fi-prohibited:before,
.budget-calculator .fi-projection-screen:before,
.budget-calculator .fi-puzzle:before,
.budget-calculator .fi-quote:before,
.budget-calculator .fi-record:before,
.budget-calculator .fi-refresh:before,
.budget-calculator .fi-results-demographics:before,
.budget-calculator .fi-results:before,
.budget-calculator .fi-rewind-ten:before,
.budget-calculator .fi-rewind:before,
.budget-calculator .fi-rss:before,
.budget-calculator .fi-safety-cone:before,
.budget-calculator .fi-save:before,
.budget-calculator .fi-share:before,
.budget-calculator .fi-sheriff-badge:before,
.budget-calculator .fi-shield:before,
.budget-calculator .fi-shopping-bag:before,
.budget-calculator .fi-shopping-cart:before,
.budget-calculator .fi-shuffle:before,
.budget-calculator .fi-skull:before,
.budget-calculator .fi-social-500px:before,
.budget-calculator .fi-social-adobe:before,
.budget-calculator .fi-social-amazon:before,
.budget-calculator .fi-social-android:before,
.budget-calculator .fi-social-apple:before,
.budget-calculator .fi-social-behance:before,
.budget-calculator .fi-social-bing:before,
.budget-calculator .fi-social-blogger:before,
.budget-calculator .fi-social-delicious:before,
.budget-calculator .fi-social-designer-news:before,
.budget-calculator .fi-social-deviant-art:before,
.budget-calculator .fi-social-digg:before,
.budget-calculator .fi-social-dribbble:before,
.budget-calculator .fi-social-drive:before,
.budget-calculator .fi-social-dropbox:before,
.budget-calculator .fi-social-evernote:before,
.budget-calculator .fi-social-facebook:before,
.budget-calculator .fi-social-flickr:before,
.budget-calculator .fi-social-forrst:before,
.budget-calculator .fi-social-foursquare:before,
.budget-calculator .fi-social-game-center:before,
.budget-calculator .fi-social-github:before,
.budget-calculator .fi-social-google-plus:before,
.budget-calculator .fi-social-hacker-news:before,
.budget-calculator .fi-social-hi5:before,
.budget-calculator .fi-social-instagram:before,
.budget-calculator .fi-social-joomla:before,
.budget-calculator .fi-social-lastfm:before,
.budget-calculator .fi-social-linkedin:before,
.budget-calculator .fi-social-medium:before,
.budget-calculator .fi-social-myspace:before,
.budget-calculator .fi-social-orkut:before,
.budget-calculator .fi-social-path:before,
.budget-calculator .fi-social-picasa:before,
.budget-calculator .fi-social-pinterest:before,
.budget-calculator .fi-social-rdio:before,
.budget-calculator .fi-social-reddit:before,
.budget-calculator .fi-social-skillshare:before,
.budget-calculator .fi-social-skype:before,
.budget-calculator .fi-social-smashing-mag:before,
.budget-calculator .fi-social-snapchat:before,
.budget-calculator .fi-social-spotify:before,
.budget-calculator .fi-social-squidoo:before,
.budget-calculator .fi-social-stack-overflow:before,
.budget-calculator .fi-social-steam:before,
.budget-calculator .fi-social-stumbleupon:before,
.budget-calculator .fi-social-treehouse:before,
.budget-calculator .fi-social-tumblr:before,
.budget-calculator .fi-social-twitter:before,
.budget-calculator .fi-social-vimeo:before,
.budget-calculator .fi-social-windows:before,
.budget-calculator .fi-social-xbox:before,
.budget-calculator .fi-social-yahoo:before,
.budget-calculator .fi-social-yelp:before,
.budget-calculator .fi-social-youtube:before,
.budget-calculator .fi-social-zerply:before,
.budget-calculator .fi-social-zurb:before,
.budget-calculator .fi-sound:before,
.budget-calculator .fi-star:before,
.budget-calculator .fi-stop:before,
.budget-calculator .fi-strikethrough:before,
.budget-calculator .fi-subscript:before,
.budget-calculator .fi-superscript:before,
.budget-calculator .fi-tablet-landscape:before,
.budget-calculator .fi-tablet-portrait:before,
.budget-calculator .fi-target-two:before,
.budget-calculator .fi-target:before,
.budget-calculator .fi-telephone-accessible:before,
.budget-calculator .fi-telephone:before,
.budget-calculator .fi-text-color:before,
.budget-calculator .fi-thumbnails:before,
.budget-calculator .fi-ticket:before,
.budget-calculator .fi-torso-business:before,
.budget-calculator .fi-torso-female:before,
.budget-calculator .fi-torso:before,
.budget-calculator .fi-torsos-all-female:before,
.budget-calculator .fi-torsos-all:before,
.budget-calculator .fi-torsos-female-male:before,
.budget-calculator .fi-torsos-male-female:before,
.budget-calculator .fi-torsos:before,
.budget-calculator .fi-trash:before,
.budget-calculator .fi-trees:before,
.budget-calculator .fi-trophy:before,
.budget-calculator .fi-underline:before,
.budget-calculator .fi-universal-access:before,
.budget-calculator .fi-unlink:before,
.budget-calculator .fi-unlock:before,
.budget-calculator .fi-upload-cloud:before,
.budget-calculator .fi-upload:before,
.budget-calculator .fi-usb:before,
.budget-calculator .fi-video:before,
.budget-calculator .fi-volume-none:before,
.budget-calculator .fi-volume-strike:before,
.budget-calculator .fi-volume:before,
.budget-calculator .fi-web:before,
.budget-calculator .fi-wheelchair:before,
.budget-calculator .fi-widget:before,
.budget-calculator .fi-wrench:before,
.budget-calculator .fi-x-circle:before,
.budget-calculator .fi-x:before,
.budget-calculator .fi-yen:before,
.budget-calculator .fi-zoom-in:before,
.budget-calculator .fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.budget-calculator .fi-address-book:before {
  content: "\f100";
}

.budget-calculator .fi-alert:before {
  content: "\f101";
}

.budget-calculator .fi-align-center:before {
  content: "\f102";
}

.budget-calculator .fi-align-justify:before {
  content: "\f103";
}

.budget-calculator .fi-align-left:before {
  content: "\f104";
}

.budget-calculator .fi-align-right:before {
  content: "\f105";
}

.budget-calculator .fi-anchor:before {
  content: "\f106";
}

.budget-calculator .fi-annotate:before {
  content: "\f107";
}

.budget-calculator .fi-archive:before {
  content: "\f108";
}

.budget-calculator .fi-arrow-down:before {
  content: "\f109";
}

.budget-calculator .fi-arrow-left:before {
  content: "\f10a";
}

.budget-calculator .fi-arrow-right:before {
  content: "\f10b";
}

.budget-calculator .fi-arrow-up:before {
  content: "\f10c";
}

.budget-calculator .fi-arrows-compress:before {
  content: "\f10d";
}

.budget-calculator .fi-arrows-expand:before {
  content: "\f10e";
}

.budget-calculator .fi-arrows-in:before {
  content: "\f10f";
}

.budget-calculator .fi-arrows-out:before {
  content: "\f110";
}

.budget-calculator .fi-asl:before {
  content: "\f111";
}

.budget-calculator .fi-asterisk:before {
  content: "\f112";
}

.budget-calculator .fi-at-sign:before {
  content: "\f113";
}

.budget-calculator .fi-background-color:before {
  content: "\f114";
}

.budget-calculator .fi-battery-empty:before {
  content: "\f115";
}

.budget-calculator .fi-battery-full:before {
  content: "\f116";
}

.budget-calculator .fi-battery-half:before {
  content: "\f117";
}

.budget-calculator .fi-bitcoin-circle:before {
  content: "\f118";
}

.budget-calculator .fi-bitcoin:before {
  content: "\f119";
}

.budget-calculator .fi-blind:before {
  content: "\f11a";
}

.budget-calculator .fi-bluetooth:before {
  content: "\f11b";
}

.budget-calculator .fi-bold:before {
  content: "\f11c";
}

.budget-calculator .fi-book-bookmark:before {
  content: "\f11d";
}

.budget-calculator .fi-book:before {
  content: "\f11e";
}

.budget-calculator .fi-bookmark:before {
  content: "\f11f";
}

.budget-calculator .fi-braille:before {
  content: "\f120";
}

.budget-calculator .fi-burst-new:before {
  content: "\f121";
}

.budget-calculator .fi-burst-sale:before {
  content: "\f122";
}

.budget-calculator .fi-burst:before {
  content: "\f123";
}

.budget-calculator .fi-calendar:before {
  content: "\f124";
}

.budget-calculator .fi-camera:before {
  content: "\f125";
}

.budget-calculator .fi-check:before {
  content: "\f126";
}

.budget-calculator .fi-checkbox:before {
  content: "\f127";
}

.budget-calculator .fi-clipboard-notes:before {
  content: "\f128";
}

.budget-calculator .fi-clipboard-pencil:before {
  content: "\f129";
}

.budget-calculator .fi-clipboard:before {
  content: "\f12a";
}

.budget-calculator .fi-clock:before {
  content: "\f12b";
}

.budget-calculator .fi-closed-caption:before {
  content: "\f12c";
}

.budget-calculator .fi-cloud:before {
  content: "\f12d";
}

.budget-calculator .fi-comment-minus:before {
  content: "\f12e";
}

.budget-calculator .fi-comment-quotes:before {
  content: "\f12f";
}

.budget-calculator .fi-comment-video:before {
  content: "\f130";
}

.budget-calculator .fi-comment:before {
  content: "\f131";
}

.budget-calculator .fi-comments:before {
  content: "\f132";
}

.budget-calculator .fi-compass:before {
  content: "\f133";
}

.budget-calculator .fi-contrast:before {
  content: "\f134";
}

.budget-calculator .fi-credit-card:before {
  content: "\f135";
}

.budget-calculator .fi-crop:before {
  content: "\f136";
}

.budget-calculator .fi-crown:before {
  content: "\f137";
}

.budget-calculator .fi-css3:before {
  content: "\f138";
}

.budget-calculator .fi-database:before {
  content: "\f139";
}

.budget-calculator .fi-die-five:before {
  content: "\f13a";
}

.budget-calculator .fi-die-four:before {
  content: "\f13b";
}

.budget-calculator .fi-die-one:before {
  content: "\f13c";
}

.budget-calculator .fi-die-six:before {
  content: "\f13d";
}

.budget-calculator .fi-die-three:before {
  content: "\f13e";
}

.budget-calculator .fi-die-two:before {
  content: "\f13f";
}

.budget-calculator .fi-dislike:before {
  content: "\f140";
}

.budget-calculator .fi-dollar-bill:before {
  content: "\f141";
}

.budget-calculator .fi-dollar:before {
  content: "\f142";
}

.budget-calculator .fi-download:before {
  content: "\f143";
}

.budget-calculator .fi-eject:before {
  content: "\f144";
}

.budget-calculator .fi-elevator:before {
  content: "\f145";
}

.budget-calculator .fi-euro:before {
  content: "\f146";
}

.budget-calculator .fi-eye:before {
  content: "\f147";
}

.budget-calculator .fi-fast-forward:before {
  content: "\f148";
}

.budget-calculator .fi-female-symbol:before {
  content: "\f149";
}

.budget-calculator .fi-female:before {
  content: "\f14a";
}

.budget-calculator .fi-filter:before {
  content: "\f14b";
}

.budget-calculator .fi-first-aid:before {
  content: "\f14c";
}

.budget-calculator .fi-flag:before {
  content: "\f14d";
}

.budget-calculator .fi-folder-add:before {
  content: "\f14e";
}

.budget-calculator .fi-folder-lock:before {
  content: "\f14f";
}

.budget-calculator .fi-folder:before {
  content: "\f150";
}

.budget-calculator .fi-foot:before {
  content: "\f151";
}

.budget-calculator .fi-foundation:before {
  content: "\f152";
}

.budget-calculator .fi-graph-bar:before {
  content: "\f153";
}

.budget-calculator .fi-graph-horizontal:before {
  content: "\f154";
}

.budget-calculator .fi-graph-pie:before {
  content: "\f155";
}

.budget-calculator .fi-graph-trend:before {
  content: "\f156";
}

.budget-calculator .fi-guide-dog:before {
  content: "\f157";
}

.budget-calculator .fi-hearing-aid:before {
  content: "\f158";
}

.budget-calculator .fi-heart:before {
  content: "\f159";
}

.budget-calculator .fi-home:before {
  content: "\f15a";
}

.budget-calculator .fi-html5:before {
  content: "\f15b";
}

.budget-calculator .fi-indent-less:before {
  content: "\f15c";
}

.budget-calculator .fi-indent-more:before {
  content: "\f15d";
}

.budget-calculator .fi-info:before {
  content: "\f15e";
}

.budget-calculator .fi-italic:before {
  content: "\f15f";
}

.budget-calculator .fi-key:before {
  content: "\f160";
}

.budget-calculator .fi-laptop:before {
  content: "\f161";
}

.budget-calculator .fi-layout:before {
  content: "\f162";
}

.budget-calculator .fi-lightbulb:before {
  content: "\f163";
}

.budget-calculator .fi-like:before {
  content: "\f164";
}

.budget-calculator .fi-link:before {
  content: "\f165";
}

.budget-calculator .fi-list-bullet:before {
  content: "\f166";
}

.budget-calculator .fi-list-number:before {
  content: "\f167";
}

.budget-calculator .fi-list-thumbnails:before {
  content: "\f168";
}

.budget-calculator .fi-list:before {
  content: "\f169";
}

.budget-calculator .fi-lock:before {
  content: "\f16a";
}

.budget-calculator .fi-loop:before {
  content: "\f16b";
}

.budget-calculator .fi-magnifying-glass:before {
  content: "\f16c";
}

.budget-calculator .fi-mail:before {
  content: "\f16d";
}

.budget-calculator .fi-male-female:before {
  content: "\f16e";
}

.budget-calculator .fi-male-symbol:before {
  content: "\f16f";
}

.budget-calculator .fi-male:before {
  content: "\f170";
}

.budget-calculator .fi-map:before {
  content: "\f171";
}

.budget-calculator .fi-marker:before {
  content: "\f172";
}

.budget-calculator .fi-megaphone:before {
  content: "\f173";
}

.budget-calculator .fi-microphone:before {
  content: "\f174";
}

.budget-calculator .fi-minus-circle:before {
  content: "\f175";
}

.budget-calculator .fi-minus:before {
  content: "\f176";
}

.budget-calculator .fi-mobile-signal:before {
  content: "\f177";
}

.budget-calculator .fi-mobile:before {
  content: "\f178";
}

.budget-calculator .fi-monitor:before {
  content: "\f179";
}

.budget-calculator .fi-mountains:before {
  content: "\f17a";
}

.budget-calculator .fi-music:before {
  content: "\f17b";
}

.budget-calculator .fi-next:before {
  content: "\f17c";
}

.budget-calculator .fi-no-dogs:before {
  content: "\f17d";
}

.budget-calculator .fi-no-smoking:before {
  content: "\f17e";
}

.budget-calculator .fi-page-add:before {
  content: "\f17f";
}

.budget-calculator .fi-page-copy:before {
  content: "\f180";
}

.budget-calculator .fi-page-csv:before {
  content: "\f181";
}

.budget-calculator .fi-page-delete:before {
  content: "\f182";
}

.budget-calculator .fi-page-doc:before {
  content: "\f183";
}

.budget-calculator .fi-page-edit:before {
  content: "\f184";
}

.budget-calculator .fi-page-export-csv:before {
  content: "\f185";
}

.budget-calculator .fi-page-export-doc:before {
  content: "\f186";
}

.budget-calculator .fi-page-export-pdf:before {
  content: "\f187";
}

.budget-calculator .fi-page-export:before {
  content: "\f188";
}

.budget-calculator .fi-page-filled:before {
  content: "\f189";
}

.budget-calculator .fi-page-multiple:before {
  content: "\f18a";
}

.budget-calculator .fi-page-pdf:before {
  content: "\f18b";
}

.budget-calculator .fi-page-remove:before {
  content: "\f18c";
}

.budget-calculator .fi-page-search:before {
  content: "\f18d";
}

.budget-calculator .fi-page:before {
  content: "\f18e";
}

.budget-calculator .fi-paint-bucket:before {
  content: "\f18f";
}

.budget-calculator .fi-paperclip:before {
  content: "\f190";
}

.budget-calculator .fi-pause:before {
  content: "\f191";
}

.budget-calculator .fi-paw:before {
  content: "\f192";
}

.budget-calculator .fi-paypal:before {
  content: "\f193";
}

.budget-calculator .fi-pencil:before {
  content: "\f194";
}

.budget-calculator .fi-photo:before {
  content: "\f195";
}

.budget-calculator .fi-play-circle:before {
  content: "\f196";
}

.budget-calculator .fi-play-video:before {
  content: "\f197";
}

.budget-calculator .fi-play:before {
  content: "\f198";
}

.budget-calculator .fi-plus:before {
  content: "\f199";
}

.budget-calculator .fi-pound:before {
  content: "\f19a";
}

.budget-calculator .fi-power:before {
  content: "\f19b";
}

.budget-calculator .fi-previous:before {
  content: "\f19c";
}

.budget-calculator .fi-price-tag:before {
  content: "\f19d";
}

.budget-calculator .fi-pricetag-multiple:before {
  content: "\f19e";
}

.budget-calculator .fi-print:before {
  content: "\f19f";
}

.budget-calculator .fi-prohibited:before {
  content: "\f1a0";
}

.budget-calculator .fi-projection-screen:before {
  content: "\f1a1";
}

.budget-calculator .fi-puzzle:before {
  content: "\f1a2";
}

.budget-calculator .fi-quote:before {
  content: "\f1a3";
}

.budget-calculator .fi-record:before {
  content: "\f1a4";
}

.budget-calculator .fi-refresh:before {
  content: "\f1a5";
}

.budget-calculator .fi-results-demographics:before {
  content: "\f1a6";
}

.budget-calculator .fi-results:before {
  content: "\f1a7";
}

.budget-calculator .fi-rewind-ten:before {
  content: "\f1a8";
}

.budget-calculator .fi-rewind:before {
  content: "\f1a9";
}

.budget-calculator .fi-rss:before {
  content: "\f1aa";
}

.budget-calculator .fi-safety-cone:before {
  content: "\f1ab";
}

.budget-calculator .fi-save:before {
  content: "\f1ac";
}

.budget-calculator .fi-share:before {
  content: "\f1ad";
}

.budget-calculator .fi-sheriff-badge:before {
  content: "\f1ae";
}

.budget-calculator .fi-shield:before {
  content: "\f1af";
}

.budget-calculator .fi-shopping-bag:before {
  content: "\f1b0";
}

.budget-calculator .fi-shopping-cart:before {
  content: "\f1b1";
}

.budget-calculator .fi-shuffle:before {
  content: "\f1b2";
}

.budget-calculator .fi-skull:before {
  content: "\f1b3";
}

.budget-calculator .fi-social-500px:before {
  content: "\f1b4";
}

.budget-calculator .fi-social-adobe:before {
  content: "\f1b5";
}

.budget-calculator .fi-social-amazon:before {
  content: "\f1b6";
}

.budget-calculator .fi-social-android:before {
  content: "\f1b7";
}

.budget-calculator .fi-social-apple:before {
  content: "\f1b8";
}

.budget-calculator .fi-social-behance:before {
  content: "\f1b9";
}

.budget-calculator .fi-social-bing:before {
  content: "\f1ba";
}

.budget-calculator .fi-social-blogger:before {
  content: "\f1bb";
}

.budget-calculator .fi-social-delicious:before {
  content: "\f1bc";
}

.budget-calculator .fi-social-designer-news:before {
  content: "\f1bd";
}

.budget-calculator .fi-social-deviant-art:before {
  content: "\f1be";
}

.budget-calculator .fi-social-digg:before {
  content: "\f1bf";
}

.budget-calculator .fi-social-dribbble:before {
  content: "\f1c0";
}

.budget-calculator .fi-social-drive:before {
  content: "\f1c1";
}

.budget-calculator .fi-social-dropbox:before {
  content: "\f1c2";
}

.budget-calculator .fi-social-evernote:before {
  content: "\f1c3";
}

.budget-calculator .fi-social-facebook:before {
  content: "\f1c4";
}

.budget-calculator .fi-social-flickr:before {
  content: "\f1c5";
}

.budget-calculator .fi-social-forrst:before {
  content: "\f1c6";
}

.budget-calculator .fi-social-foursquare:before {
  content: "\f1c7";
}

.budget-calculator .fi-social-game-center:before {
  content: "\f1c8";
}

.budget-calculator .fi-social-github:before {
  content: "\f1c9";
}

.budget-calculator .fi-social-google-plus:before {
  content: "\f1ca";
}

.budget-calculator .fi-social-hacker-news:before {
  content: "\f1cb";
}

.budget-calculator .fi-social-hi5:before {
  content: "\f1cc";
}

.budget-calculator .fi-social-instagram:before {
  content: "\f1cd";
}

.budget-calculator .fi-social-joomla:before {
  content: "\f1ce";
}

.budget-calculator .fi-social-lastfm:before {
  content: "\f1cf";
}

.budget-calculator .fi-social-linkedin:before {
  content: "\f1d0";
}

.budget-calculator .fi-social-medium:before {
  content: "\f1d1";
}

.budget-calculator .fi-social-myspace:before {
  content: "\f1d2";
}

.budget-calculator .fi-social-orkut:before {
  content: "\f1d3";
}

.budget-calculator .fi-social-path:before {
  content: "\f1d4";
}

.budget-calculator .fi-social-picasa:before {
  content: "\f1d5";
}

.budget-calculator .fi-social-pinterest:before {
  content: "\f1d6";
}

.budget-calculator .fi-social-rdio:before {
  content: "\f1d7";
}

.budget-calculator .fi-social-reddit:before {
  content: "\f1d8";
}

.budget-calculator .fi-social-skillshare:before {
  content: "\f1d9";
}

.budget-calculator .fi-social-skype:before {
  content: "\f1da";
}

.budget-calculator .fi-social-smashing-mag:before {
  content: "\f1db";
}

.budget-calculator .fi-social-snapchat:before {
  content: "\f1dc";
}

.budget-calculator .fi-social-spotify:before {
  content: "\f1dd";
}

.budget-calculator .fi-social-squidoo:before {
  content: "\f1de";
}

.budget-calculator .fi-social-stack-overflow:before {
  content: "\f1df";
}

.budget-calculator .fi-social-steam:before {
  content: "\f1e0";
}

.budget-calculator .fi-social-stumbleupon:before {
  content: "\f1e1";
}

.budget-calculator .fi-social-treehouse:before {
  content: "\f1e2";
}

.budget-calculator .fi-social-tumblr:before {
  content: "\f1e3";
}

.budget-calculator .fi-social-twitter:before {
  content: "\f1e4";
}

.budget-calculator .fi-social-vimeo:before {
  content: "\f1e5";
}

.budget-calculator .fi-social-windows:before {
  content: "\f1e6";
}

.budget-calculator .fi-social-xbox:before {
  content: "\f1e7";
}

.budget-calculator .fi-social-yahoo:before {
  content: "\f1e8";
}

.budget-calculator .fi-social-yelp:before {
  content: "\f1e9";
}

.budget-calculator .fi-social-youtube:before {
  content: "\f1ea";
}

.budget-calculator .fi-social-zerply:before {
  content: "\f1eb";
}

.budget-calculator .fi-social-zurb:before {
  content: "\f1ec";
}

.budget-calculator .fi-sound:before {
  content: "\f1ed";
}

.budget-calculator .fi-star:before {
  content: "\f1ee";
}

.budget-calculator .fi-stop:before {
  content: "\f1ef";
}

.budget-calculator .fi-strikethrough:before {
  content: "\f1f0";
}

.budget-calculator .fi-subscript:before {
  content: "\f1f1";
}

.budget-calculator .fi-superscript:before {
  content: "\f1f2";
}

.budget-calculator .fi-tablet-landscape:before {
  content: "\f1f3";
}

.budget-calculator .fi-tablet-portrait:before {
  content: "\f1f4";
}

.budget-calculator .fi-target-two:before {
  content: "\f1f5";
}

.budget-calculator .fi-target:before {
  content: "\f1f6";
}

.budget-calculator .fi-telephone-accessible:before {
  content: "\f1f7";
}

.budget-calculator .fi-telephone:before {
  content: "\f1f8";
}

.budget-calculator .fi-text-color:before {
  content: "\f1f9";
}

.budget-calculator .fi-thumbnails:before {
  content: "\f1fa";
}

.budget-calculator .fi-ticket:before {
  content: "\f1fb";
}

.budget-calculator .fi-torso-business:before {
  content: "\f1fc";
}

.budget-calculator .fi-torso-female:before {
  content: "\f1fd";
}

.budget-calculator .fi-torso:before {
  content: "\f1fe";
}

.budget-calculator .fi-torsos-all-female:before {
  content: "\f1ff";
}

.budget-calculator .fi-torsos-all:before {
  content: "\f200";
}

.budget-calculator .fi-torsos-female-male:before {
  content: "\f201";
}

.budget-calculator .fi-torsos-male-female:before {
  content: "\f202";
}

.budget-calculator .fi-torsos:before {
  content: "\f203";
}

.budget-calculator .fi-trash:before {
  content: "\f204";
}

.budget-calculator .fi-trees:before {
  content: "\f205";
}

.budget-calculator .fi-trophy:before {
  content: "\f206";
}

.budget-calculator .fi-underline:before {
  content: "\f207";
}

.budget-calculator .fi-universal-access:before {
  content: "\f208";
}

.budget-calculator .fi-unlink:before {
  content: "\f209";
}

.budget-calculator .fi-unlock:before {
  content: "\f20a";
}

.budget-calculator .fi-upload-cloud:before {
  content: "\f20b";
}

.budget-calculator .fi-upload:before {
  content: "\f20c";
}

.budget-calculator .fi-usb:before {
  content: "\f20d";
}

.budget-calculator .fi-video:before {
  content: "\f20e";
}

.budget-calculator .fi-volume-none:before {
  content: "\f20f";
}

.budget-calculator .fi-volume-strike:before {
  content: "\f210";
}

.budget-calculator .fi-volume:before {
  content: "\f211";
}

.budget-calculator .fi-web:before {
  content: "\f212";
}

.budget-calculator .fi-wheelchair:before {
  content: "\f213";
}

.budget-calculator .fi-widget:before {
  content: "\f214";
}

.budget-calculator .fi-wrench:before {
  content: "\f215";
}

.budget-calculator .fi-x-circle:before {
  content: "\f216";
}

.budget-calculator .fi-x:before {
  content: "\f217";
}

.budget-calculator .fi-yen:before {
  content: "\f218";
}

.budget-calculator .fi-zoom-in:before {
  content: "\f219";
}

.budget-calculator .fi-zoom-out:before {
  content: "\f21a";
}

.budget-calculator meta.foundation-version {
  font-family: "/5.5.2/";
}

.budget-calculator meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

.budget-calculator meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

.budget-calculator meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

.budget-calculator meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

.budget-calculator meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

.budget-calculator meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

.budget-calculator meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

.budget-calculator meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

.budget-calculator meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

.budget-calculator meta.foundation-data-attribute-namespace {
  font-family: false;
}

.budget-calculator html, .budget-calculator body {
  height: 100%;
}

.budget-calculator html {
  box-sizing: border-box;
}

.budget-calculator *,
.budget-calculator *:before,
.budget-calculator *:after {
  box-sizing: inherit;
}

.budget-calculator html, .budget-calculator body {
  font-size: 100%;
}

.budget-calculator body {
  background: #FFFFFF;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

.budget-calculator a:hover {
  cursor: pointer;
}

.budget-calculator img {
  max-width: 100%;
  height: auto;
}

.budget-calculator img {
  -ms-interpolation-mode: bicubic;
}

.budget-calculator #map_canvas img,
.budget-calculator #map_canvas embed,
.budget-calculator #map_canvas object,
.budget-calculator .map_canvas img,
.budget-calculator .map_canvas embed,
.budget-calculator .map_canvas object,
.budget-calculator .mqa-display img,
.budget-calculator .mqa-display embed,
.budget-calculator .mqa-display object {
  max-width: none !important;
}

.budget-calculator .left {
  float: left !important;
}

.budget-calculator .right {
  float: right !important;
}

.budget-calculator .clearfix:before, .budget-calculator .clearfix:after {
  content: " ";
  display: table;
}

.budget-calculator .clearfix:after {
  clear: both;
}

.budget-calculator .hide {
  display: none;
}

.budget-calculator .invisible {
  visibility: hidden;
}

.budget-calculator .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.budget-calculator img {
  display: inline-block;
  vertical-align: middle;
}

.budget-calculator textarea {
  height: auto;
  min-height: 50px;
}

.budget-calculator select {
  width: 100%;
}

.budget-calculator .row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

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

.budget-calculator .row:after {
  clear: both;
}

.budget-calculator .row.collapse > .column,
.budget-calculator .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.budget-calculator .row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.budget-calculator .row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

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

.budget-calculator .row .row:after {
  clear: both;
}

.budget-calculator .row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

.budget-calculator .row .row.collapse:before, .budget-calculator .row .row.collapse:after {
  content: " ";
  display: table;
}

.budget-calculator .row .row.collapse:after {
  clear: both;
}

.budget-calculator .column,
.budget-calculator .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.budget-calculator .column + .column:last-child,
.budget-calculator .columns + .column:last-child, .budget-calculator .column +
.columns:last-child,
.budget-calculator .columns +
.columns:last-child {
  float: right;
}

.budget-calculator .column + .column.end,
.budget-calculator .columns + .column.end, .budget-calculator .column +
.columns.end,
.budget-calculator .columns +
.columns.end {
  float: left;
}

@media only screen {
  .budget-calculator .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .budget-calculator .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .budget-calculator .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .budget-calculator .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .budget-calculator .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .budget-calculator .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .budget-calculator .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .budget-calculator .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .budget-calculator .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .budget-calculator .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .budget-calculator .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .budget-calculator .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .budget-calculator .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .budget-calculator .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .budget-calculator .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .budget-calculator .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .budget-calculator .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .budget-calculator .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .budget-calculator .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .budget-calculator .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .budget-calculator .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .budget-calculator .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .budget-calculator .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .budget-calculator .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .budget-calculator .column,
  .budget-calculator .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .budget-calculator .small-1 {
    width: 8.3333333333%;
  }
  .budget-calculator .small-2 {
    width: 16.6666666667%;
  }
  .budget-calculator .small-3 {
    width: 25%;
  }
  .budget-calculator .small-4 {
    width: 33.3333333333%;
  }
  .budget-calculator .small-5 {
    width: 41.6666666667%;
  }
  .budget-calculator .small-6 {
    width: 50%;
  }
  .budget-calculator .small-7 {
    width: 58.3333333333%;
  }
  .budget-calculator .small-8 {
    width: 66.6666666667%;
  }
  .budget-calculator .small-9 {
    width: 75%;
  }
  .budget-calculator .small-10 {
    width: 83.3333333333%;
  }
  .budget-calculator .small-11 {
    width: 91.6666666667%;
  }
  .budget-calculator .small-12 {
    width: 100%;
  }
  .budget-calculator .small-offset-0 {
    margin-left: 0 !important;
  }
  .budget-calculator .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .budget-calculator .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .budget-calculator .small-offset-3 {
    margin-left: 25% !important;
  }
  .budget-calculator .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .budget-calculator .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .budget-calculator .small-offset-6 {
    margin-left: 50% !important;
  }
  .budget-calculator .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .budget-calculator .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .budget-calculator .small-offset-9 {
    margin-left: 75% !important;
  }
  .budget-calculator .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .budget-calculator .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .budget-calculator .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .budget-calculator .column.small-centered,
  .budget-calculator .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .budget-calculator .column.small-uncentered,
  .budget-calculator .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .budget-calculator .column.small-centered:last-child,
  .budget-calculator .columns.small-centered:last-child {
    float: none;
  }
  .budget-calculator .column.small-uncentered:last-child,
  .budget-calculator .columns.small-uncentered:last-child {
    float: left;
  }
  .budget-calculator .column.small-uncentered.opposite,
  .budget-calculator .columns.small-uncentered.opposite {
    float: right;
  }
  .budget-calculator .row.small-collapse > .column,
  .budget-calculator .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .budget-calculator .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .budget-calculator .row.small-uncollapse > .column,
  .budget-calculator .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .budget-calculator .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .budget-calculator .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .budget-calculator .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .budget-calculator .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .budget-calculator .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .budget-calculator .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .budget-calculator .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .budget-calculator .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .budget-calculator .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .budget-calculator .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .budget-calculator .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .budget-calculator .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .budget-calculator .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .budget-calculator .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .budget-calculator .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .budget-calculator .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .budget-calculator .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .budget-calculator .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .budget-calculator .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .budget-calculator .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .budget-calculator .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .budget-calculator .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .budget-calculator .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .budget-calculator .column,
  .budget-calculator .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .budget-calculator .medium-1 {
    width: 8.3333333333%;
  }
  .budget-calculator .medium-2 {
    width: 16.6666666667%;
  }
  .budget-calculator .medium-3 {
    width: 25%;
  }
  .budget-calculator .medium-4 {
    width: 33.3333333333%;
  }
  .budget-calculator .medium-5 {
    width: 41.6666666667%;
  }
  .budget-calculator .medium-6 {
    width: 50%;
  }
  .budget-calculator .medium-7 {
    width: 58.3333333333%;
  }
  .budget-calculator .medium-8 {
    width: 66.6666666667%;
  }
  .budget-calculator .medium-9 {
    width: 75%;
  }
  .budget-calculator .medium-10 {
    width: 83.3333333333%;
  }
  .budget-calculator .medium-11 {
    width: 91.6666666667%;
  }
  .budget-calculator .medium-12 {
    width: 100%;
  }
  .budget-calculator .medium-offset-0 {
    margin-left: 0 !important;
  }
  .budget-calculator .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .budget-calculator .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .budget-calculator .medium-offset-3 {
    margin-left: 25% !important;
  }
  .budget-calculator .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .budget-calculator .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .budget-calculator .medium-offset-6 {
    margin-left: 50% !important;
  }
  .budget-calculator .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .budget-calculator .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .budget-calculator .medium-offset-9 {
    margin-left: 75% !important;
  }
  .budget-calculator .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .budget-calculator .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .budget-calculator .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .budget-calculator .column.medium-centered,
  .budget-calculator .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .budget-calculator .column.medium-uncentered,
  .budget-calculator .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .budget-calculator .column.medium-centered:last-child,
  .budget-calculator .columns.medium-centered:last-child {
    float: none;
  }
  .budget-calculator .column.medium-uncentered:last-child,
  .budget-calculator .columns.medium-uncentered:last-child {
    float: left;
  }
  .budget-calculator .column.medium-uncentered.opposite,
  .budget-calculator .columns.medium-uncentered.opposite {
    float: right;
  }
  .budget-calculator .row.medium-collapse > .column,
  .budget-calculator .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .budget-calculator .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .budget-calculator .row.medium-uncollapse > .column,
  .budget-calculator .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .budget-calculator .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .budget-calculator .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .budget-calculator .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .budget-calculator .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .budget-calculator .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .budget-calculator .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .budget-calculator .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .budget-calculator .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .budget-calculator .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .budget-calculator .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .budget-calculator .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .budget-calculator .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .budget-calculator .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .budget-calculator .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .budget-calculator .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .budget-calculator .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .budget-calculator .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .budget-calculator .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .budget-calculator .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .budget-calculator .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .budget-calculator .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .budget-calculator .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .budget-calculator .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .budget-calculator .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .budget-calculator .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .budget-calculator .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .budget-calculator .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .budget-calculator .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .budget-calculator .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .budget-calculator .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .budget-calculator .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .budget-calculator .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .budget-calculator .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .budget-calculator .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .budget-calculator .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .budget-calculator .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .budget-calculator .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .budget-calculator .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .budget-calculator .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .budget-calculator .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .budget-calculator .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .budget-calculator .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .budget-calculator .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .budget-calculator .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .budget-calculator .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .budget-calculator .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .budget-calculator .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .budget-calculator .column,
  .budget-calculator .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .budget-calculator .large-1 {
    width: 8.3333333333%;
  }
  .budget-calculator .large-2 {
    width: 16.6666666667%;
  }
  .budget-calculator .large-3 {
    width: 25%;
  }
  .budget-calculator .large-4 {
    width: 33.3333333333%;
  }
  .budget-calculator .large-5 {
    width: 41.6666666667%;
  }
  .budget-calculator .large-6 {
    width: 50%;
  }
  .budget-calculator .large-7 {
    width: 58.3333333333%;
  }
  .budget-calculator .large-8 {
    width: 66.6666666667%;
  }
  .budget-calculator .large-9 {
    width: 75%;
  }
  .budget-calculator .large-10 {
    width: 83.3333333333%;
  }
  .budget-calculator .large-11 {
    width: 91.6666666667%;
  }
  .budget-calculator .large-12 {
    width: 100%;
  }
  .budget-calculator .large-offset-0 {
    margin-left: 0 !important;
  }
  .budget-calculator .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .budget-calculator .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .budget-calculator .large-offset-3 {
    margin-left: 25% !important;
  }
  .budget-calculator .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .budget-calculator .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .budget-calculator .large-offset-6 {
    margin-left: 50% !important;
  }
  .budget-calculator .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .budget-calculator .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .budget-calculator .large-offset-9 {
    margin-left: 75% !important;
  }
  .budget-calculator .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .budget-calculator .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .budget-calculator .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .budget-calculator .column.large-centered,
  .budget-calculator .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .budget-calculator .column.large-uncentered,
  .budget-calculator .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .budget-calculator .column.large-centered:last-child,
  .budget-calculator .columns.large-centered:last-child {
    float: none;
  }
  .budget-calculator .column.large-uncentered:last-child,
  .budget-calculator .columns.large-uncentered:last-child {
    float: left;
  }
  .budget-calculator .column.large-uncentered.opposite,
  .budget-calculator .columns.large-uncentered.opposite {
    float: right;
  }
  .budget-calculator .row.large-collapse > .column,
  .budget-calculator .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .budget-calculator .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .budget-calculator .row.large-uncollapse > .column,
  .budget-calculator .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .budget-calculator .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .budget-calculator .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .budget-calculator .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .budget-calculator .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .budget-calculator .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .budget-calculator .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .budget-calculator .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .budget-calculator .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .budget-calculator .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .budget-calculator .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .budget-calculator .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .budget-calculator .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .budget-calculator .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .budget-calculator .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .budget-calculator .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .budget-calculator .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .budget-calculator .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .budget-calculator .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .budget-calculator .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .budget-calculator .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .budget-calculator .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .budget-calculator .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .budget-calculator .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .budget-calculator .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

.budget-calculator .accordion {
  margin-bottom: 0;
}

.budget-calculator .accordion:before, .budget-calculator .accordion:after {
  content: " ";
  display: table;
}

.budget-calculator .accordion:after {
  clear: both;
}

.budget-calculator .accordion .accordion-navigation, .budget-calculator .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.budget-calculator .accordion .accordion-navigation.active > a, .budget-calculator .accordion dd.active > a {
  background: #e1e1e1;
}

.budget-calculator .accordion .accordion-navigation > a, .budget-calculator .accordion dd > a {
  background: #e8e8e8;
  color: #222222;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem;
}

.budget-calculator .accordion .accordion-navigation > a:hover, .budget-calculator .accordion dd > a:hover {
  background: gainsboro;
}

.budget-calculator .accordion .accordion-navigation > .content, .budget-calculator .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}

.budget-calculator .accordion .accordion-navigation > .content.active, .budget-calculator .accordion dd > .content.active {
  background: #FFFFFF;
  display: block;
}

.budget-calculator .alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #9a0000;
  border-color: #840000;
  color: #FFFFFF;
}

.budget-calculator .alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #333333;
  font-size: 1.375rem;
  line-height: .9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}

.budget-calculator .alert-box .close:hover, .budget-calculator .alert-box .close:focus {
  opacity: 0.5;
}

.budget-calculator .alert-box.radius {
  border-radius: 3px;
}

.budget-calculator .alert-box.round {
  border-radius: 1000px;
}

.budget-calculator .alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}

.budget-calculator .alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}

.budget-calculator .alert-box.secondary {
  background-color: #e22e14;
  border-color: #c22811;
  color: #FFFFFF;
}

.budget-calculator .alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}

.budget-calculator .alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4d1007;
}

.budget-calculator .alert-box.alert-close {
  opacity: 0;
}

.budget-calculator [class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

.budget-calculator [class*="block-grid-"]:before, .budget-calculator [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

.budget-calculator [class*="block-grid-"]:after {
  clear: both;
}

.budget-calculator [class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .budget-calculator .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .budget-calculator .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .budget-calculator .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .budget-calculator .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .budget-calculator .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .budget-calculator .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .budget-calculator .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .budget-calculator .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .budget-calculator .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .budget-calculator .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .budget-calculator .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .budget-calculator .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .budget-calculator .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .budget-calculator .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .budget-calculator .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .budget-calculator .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .budget-calculator .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .budget-calculator .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .budget-calculator .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .budget-calculator .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .budget-calculator .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .budget-calculator .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .budget-calculator .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .budget-calculator .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .budget-calculator .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .budget-calculator .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .budget-calculator .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .budget-calculator .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .budget-calculator .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .budget-calculator .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .budget-calculator .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .budget-calculator .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .budget-calculator .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .budget-calculator .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .budget-calculator .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .budget-calculator .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .budget-calculator .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .budget-calculator .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .budget-calculator .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .budget-calculator .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .budget-calculator .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .budget-calculator .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .budget-calculator .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .budget-calculator .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .budget-calculator .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .budget-calculator .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .budget-calculator .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .budget-calculator .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .budget-calculator .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .budget-calculator .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .budget-calculator .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .budget-calculator .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .budget-calculator .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .budget-calculator .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .budget-calculator .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .budget-calculator .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .budget-calculator .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .budget-calculator .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .budget-calculator .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .budget-calculator .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .budget-calculator .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .budget-calculator .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .budget-calculator .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .budget-calculator .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .budget-calculator .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .budget-calculator .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .budget-calculator .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .budget-calculator .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .budget-calculator .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .budget-calculator .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .budget-calculator .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

.budget-calculator .breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #f59e92;
  border-color: #f27f6e;
  border-radius: 3px;
}

.budget-calculator .breadcrumbs > * {
  color: #9a0000;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  margin: 0;
  text-transform: uppercase;
}

.budget-calculator .breadcrumbs > *:hover a, .budget-calculator .breadcrumbs > *:focus a {
  text-decoration: underline;
}

.budget-calculator .breadcrumbs > * a {
  color: #9a0000;
}

.budget-calculator .breadcrumbs > *.current {
  color: #333333;
  cursor: default;
}

.budget-calculator .breadcrumbs > *.current a {
  color: #333333;
  cursor: default;
}

.budget-calculator .breadcrumbs > *.current:hover, .budget-calculator .breadcrumbs > *.current:hover a, .budget-calculator .breadcrumbs > *.current:focus, .budget-calculator .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.budget-calculator .breadcrumbs > *.unavailable {
  color: #999999;
}

.budget-calculator .breadcrumbs > *.unavailable a {
  color: #999999;
}

.budget-calculator .breadcrumbs > *.unavailable:hover,
.budget-calculator .breadcrumbs > *.unavailable:hover a, .budget-calculator .breadcrumbs > *.unavailable:focus,
.budget-calculator .breadcrumbs > *.unavailable a:focus {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}

.budget-calculator .breadcrumbs > *:before {
  color: #AAAAAA;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

.budget-calculator .breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

.budget-calculator [aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

.budget-calculator button, .budget-calculator .button, .budget-calculator .button_border, .budget-calculator .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button__form, .budget-calculator .search-bar .button__search, .search-bar .budget-calculator .button__search, .budget-calculator .search-overlay .buttonoverlay, .search-overlay .budget-calculator .buttonoverlay, .budget-calculator .search-main-body .buttonoverlay, .search-main-body .budget-calculator .buttonoverlay, .budget-calculator .search-result-bar .button__search, .search-result-bar .budget-calculator .button__search {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #e22e14;
  border-color: #b52510;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.budget-calculator button:hover, .budget-calculator button:focus, .budget-calculator .button:hover, .budget-calculator .button_border:hover, .budget-calculator .form__body fieldset .button__form:hover, .form__body fieldset .budget-calculator .button__form:hover, .budget-calculator .search-bar .button__search:hover, .search-bar .budget-calculator .button__search:hover, .budget-calculator .search-overlay .buttonoverlay:hover, .search-overlay .budget-calculator .buttonoverlay:hover, .budget-calculator .search-main-body .buttonoverlay:hover, .search-main-body .budget-calculator .buttonoverlay:hover, .budget-calculator .search-result-bar .button__search:hover, .search-result-bar .budget-calculator .button__search:hover, .budget-calculator .button:focus, .budget-calculator .button_border:focus, .budget-calculator .form__body fieldset .button__form:focus, .form__body fieldset .budget-calculator .button__form:focus, .budget-calculator .search-bar .button__search:focus, .search-bar .budget-calculator .button__search:focus, .budget-calculator .search-overlay .buttonoverlay:focus, .search-overlay .budget-calculator .buttonoverlay:focus, .budget-calculator .search-main-body .buttonoverlay:focus, .search-main-body .budget-calculator .buttonoverlay:focus, .budget-calculator .search-result-bar .button__search:focus, .search-result-bar .budget-calculator .button__search:focus {
  background-color: #b52510;
}

.budget-calculator button:hover, .budget-calculator button:focus, .budget-calculator .button:hover, .budget-calculator .button_border:hover, .budget-calculator .form__body fieldset .button__form:hover, .form__body fieldset .budget-calculator .button__form:hover, .budget-calculator .search-bar .button__search:hover, .search-bar .budget-calculator .button__search:hover, .budget-calculator .search-overlay .buttonoverlay:hover, .search-overlay .budget-calculator .buttonoverlay:hover, .budget-calculator .search-main-body .buttonoverlay:hover, .search-main-body .budget-calculator .buttonoverlay:hover, .budget-calculator .search-result-bar .button__search:hover, .search-result-bar .budget-calculator .button__search:hover, .budget-calculator .button:focus, .budget-calculator .button_border:focus, .budget-calculator .form__body fieldset .button__form:focus, .form__body fieldset .budget-calculator .button__form:focus, .budget-calculator .search-bar .button__search:focus, .search-bar .budget-calculator .button__search:focus, .budget-calculator .search-overlay .buttonoverlay:focus, .search-overlay .budget-calculator .buttonoverlay:focus, .budget-calculator .search-main-body .buttonoverlay:focus, .search-main-body .budget-calculator .buttonoverlay:focus, .budget-calculator .search-result-bar .button__search:focus, .search-result-bar .budget-calculator .button__search:focus {
  color: #FFFFFF;
}

.budget-calculator button.secondary, .budget-calculator .button.secondary, .budget-calculator .secondary.button_border, .budget-calculator .form__body fieldset .secondary.button__form, .form__body fieldset .budget-calculator .secondary.button__form, .budget-calculator .search-bar .secondary.button__search, .search-bar .budget-calculator .secondary.button__search, .budget-calculator .search-overlay .secondary.buttonoverlay, .search-overlay .budget-calculator .secondary.buttonoverlay, .budget-calculator .search-main-body .secondary.buttonoverlay, .search-main-body .budget-calculator .secondary.buttonoverlay, .budget-calculator .search-result-bar .secondary.button__search, .search-result-bar .budget-calculator .secondary.button__search {
  background-color: #e22e14;
  border-color: #b52510;
  color: #FFFFFF;
}

.budget-calculator button.secondary:hover, .budget-calculator button.secondary:focus, .budget-calculator .button.secondary:hover, .budget-calculator .secondary.button_border:hover, .budget-calculator .form__body fieldset .secondary.button__form:hover, .form__body fieldset .budget-calculator .secondary.button__form:hover, .budget-calculator .search-bar .secondary.button__search:hover, .search-bar .budget-calculator .secondary.button__search:hover, .budget-calculator .search-overlay .secondary.buttonoverlay:hover, .search-overlay .budget-calculator .secondary.buttonoverlay:hover, .budget-calculator .search-main-body .secondary.buttonoverlay:hover, .search-main-body .budget-calculator .secondary.buttonoverlay:hover, .budget-calculator .search-result-bar .secondary.button__search:hover, .search-result-bar .budget-calculator .secondary.button__search:hover, .budget-calculator .button.secondary:focus, .budget-calculator .secondary.button_border:focus, .budget-calculator .form__body fieldset .secondary.button__form:focus, .form__body fieldset .budget-calculator .secondary.button__form:focus, .budget-calculator .search-bar .secondary.button__search:focus, .search-bar .budget-calculator .secondary.button__search:focus, .budget-calculator .search-overlay .secondary.buttonoverlay:focus, .search-overlay .budget-calculator .secondary.buttonoverlay:focus, .budget-calculator .search-main-body .secondary.buttonoverlay:focus, .search-main-body .budget-calculator .secondary.buttonoverlay:focus, .budget-calculator .search-result-bar .secondary.button__search:focus, .search-result-bar .budget-calculator .secondary.button__search:focus {
  background-color: #b52510;
}

.budget-calculator button.secondary:hover, .budget-calculator button.secondary:focus, .budget-calculator .button.secondary:hover, .budget-calculator .secondary.button_border:hover, .budget-calculator .form__body fieldset .secondary.button__form:hover, .form__body fieldset .budget-calculator .secondary.button__form:hover, .budget-calculator .search-bar .secondary.button__search:hover, .search-bar .budget-calculator .secondary.button__search:hover, .budget-calculator .search-overlay .secondary.buttonoverlay:hover, .search-overlay .budget-calculator .secondary.buttonoverlay:hover, .budget-calculator .search-main-body .secondary.buttonoverlay:hover, .search-main-body .budget-calculator .secondary.buttonoverlay:hover, .budget-calculator .search-result-bar .secondary.button__search:hover, .search-result-bar .budget-calculator .secondary.button__search:hover, .budget-calculator .button.secondary:focus, .budget-calculator .secondary.button_border:focus, .budget-calculator .form__body fieldset .secondary.button__form:focus, .form__body fieldset .budget-calculator .secondary.button__form:focus, .budget-calculator .search-bar .secondary.button__search:focus, .search-bar .budget-calculator .secondary.button__search:focus, .budget-calculator .search-overlay .secondary.buttonoverlay:focus, .search-overlay .budget-calculator .secondary.buttonoverlay:focus, .budget-calculator .search-main-body .secondary.buttonoverlay:focus, .search-main-body .budget-calculator .secondary.buttonoverlay:focus, .budget-calculator .search-result-bar .secondary.button__search:focus, .search-result-bar .budget-calculator .secondary.button__search:focus {
  color: #FFFFFF;
}

.budget-calculator button.success, .budget-calculator .button.success, .budget-calculator .success.button_border, .budget-calculator .form__body fieldset .success.button__form, .form__body fieldset .budget-calculator .success.button__form, .budget-calculator .search-bar .success.button__search, .search-bar .budget-calculator .success.button__search, .budget-calculator .search-overlay .success.buttonoverlay, .search-overlay .budget-calculator .success.buttonoverlay, .budget-calculator .search-main-body .success.buttonoverlay, .search-main-body .budget-calculator .success.buttonoverlay, .budget-calculator .search-result-bar .success.button__search, .search-result-bar .budget-calculator .success.button__search {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

.budget-calculator button.success:hover, .budget-calculator button.success:focus, .budget-calculator .button.success:hover, .budget-calculator .success.button_border:hover, .budget-calculator .form__body fieldset .success.button__form:hover, .form__body fieldset .budget-calculator .success.button__form:hover, .budget-calculator .search-bar .success.button__search:hover, .search-bar .budget-calculator .success.button__search:hover, .budget-calculator .search-overlay .success.buttonoverlay:hover, .search-overlay .budget-calculator .success.buttonoverlay:hover, .budget-calculator .search-main-body .success.buttonoverlay:hover, .search-main-body .budget-calculator .success.buttonoverlay:hover, .budget-calculator .search-result-bar .success.button__search:hover, .search-result-bar .budget-calculator .success.button__search:hover, .budget-calculator .button.success:focus, .budget-calculator .success.button_border:focus, .budget-calculator .form__body fieldset .success.button__form:focus, .form__body fieldset .budget-calculator .success.button__form:focus, .budget-calculator .search-bar .success.button__search:focus, .search-bar .budget-calculator .success.button__search:focus, .budget-calculator .search-overlay .success.buttonoverlay:focus, .search-overlay .budget-calculator .success.buttonoverlay:focus, .budget-calculator .search-main-body .success.buttonoverlay:focus, .search-main-body .budget-calculator .success.buttonoverlay:focus, .budget-calculator .search-result-bar .success.button__search:focus, .search-result-bar .budget-calculator .success.button__search:focus {
  background-color: #368a55;
}

.budget-calculator button.success:hover, .budget-calculator button.success:focus, .budget-calculator .button.success:hover, .budget-calculator .success.button_border:hover, .budget-calculator .form__body fieldset .success.button__form:hover, .form__body fieldset .budget-calculator .success.button__form:hover, .budget-calculator .search-bar .success.button__search:hover, .search-bar .budget-calculator .success.button__search:hover, .budget-calculator .search-overlay .success.buttonoverlay:hover, .search-overlay .budget-calculator .success.buttonoverlay:hover, .budget-calculator .search-main-body .success.buttonoverlay:hover, .search-main-body .budget-calculator .success.buttonoverlay:hover, .budget-calculator .search-result-bar .success.button__search:hover, .search-result-bar .budget-calculator .success.button__search:hover, .budget-calculator .button.success:focus, .budget-calculator .success.button_border:focus, .budget-calculator .form__body fieldset .success.button__form:focus, .form__body fieldset .budget-calculator .success.button__form:focus, .budget-calculator .search-bar .success.button__search:focus, .search-bar .budget-calculator .success.button__search:focus, .budget-calculator .search-overlay .success.buttonoverlay:focus, .search-overlay .budget-calculator .success.buttonoverlay:focus, .budget-calculator .search-main-body .success.buttonoverlay:focus, .search-main-body .budget-calculator .success.buttonoverlay:focus, .budget-calculator .search-result-bar .success.button__search:focus, .search-result-bar .budget-calculator .success.button__search:focus {
  color: #FFFFFF;
}

.budget-calculator button.alert, .budget-calculator .button.alert, .budget-calculator .alert.button_border, .budget-calculator .form__body fieldset .alert.button__form, .form__body fieldset .budget-calculator .alert.button__form, .budget-calculator .search-bar .alert.button__search, .search-bar .budget-calculator .alert.button__search, .budget-calculator .search-overlay .alert.buttonoverlay, .search-overlay .budget-calculator .alert.buttonoverlay, .budget-calculator .search-main-body .alert.buttonoverlay, .search-main-body .budget-calculator .alert.buttonoverlay, .budget-calculator .search-result-bar .alert.button__search, .search-result-bar .budget-calculator .alert.button__search {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

.budget-calculator button.alert:hover, .budget-calculator button.alert:focus, .budget-calculator .button.alert:hover, .budget-calculator .alert.button_border:hover, .budget-calculator .form__body fieldset .alert.button__form:hover, .form__body fieldset .budget-calculator .alert.button__form:hover, .budget-calculator .search-bar .alert.button__search:hover, .search-bar .budget-calculator .alert.button__search:hover, .budget-calculator .search-overlay .alert.buttonoverlay:hover, .search-overlay .budget-calculator .alert.buttonoverlay:hover, .budget-calculator .search-main-body .alert.buttonoverlay:hover, .search-main-body .budget-calculator .alert.buttonoverlay:hover, .budget-calculator .search-result-bar .alert.button__search:hover, .search-result-bar .budget-calculator .alert.button__search:hover, .budget-calculator .button.alert:focus, .budget-calculator .alert.button_border:focus, .budget-calculator .form__body fieldset .alert.button__form:focus, .form__body fieldset .budget-calculator .alert.button__form:focus, .budget-calculator .search-bar .alert.button__search:focus, .search-bar .budget-calculator .alert.button__search:focus, .budget-calculator .search-overlay .alert.buttonoverlay:focus, .search-overlay .budget-calculator .alert.buttonoverlay:focus, .budget-calculator .search-main-body .alert.buttonoverlay:focus, .search-main-body .budget-calculator .alert.buttonoverlay:focus, .budget-calculator .search-result-bar .alert.button__search:focus, .search-result-bar .budget-calculator .alert.button__search:focus {
  background-color: #cf2a0e;
}

.budget-calculator button.alert:hover, .budget-calculator button.alert:focus, .budget-calculator .button.alert:hover, .budget-calculator .alert.button_border:hover, .budget-calculator .form__body fieldset .alert.button__form:hover, .form__body fieldset .budget-calculator .alert.button__form:hover, .budget-calculator .search-bar .alert.button__search:hover, .search-bar .budget-calculator .alert.button__search:hover, .budget-calculator .search-overlay .alert.buttonoverlay:hover, .search-overlay .budget-calculator .alert.buttonoverlay:hover, .budget-calculator .search-main-body .alert.buttonoverlay:hover, .search-main-body .budget-calculator .alert.buttonoverlay:hover, .budget-calculator .search-result-bar .alert.button__search:hover, .search-result-bar .budget-calculator .alert.button__search:hover, .budget-calculator .button.alert:focus, .budget-calculator .alert.button_border:focus, .budget-calculator .form__body fieldset .alert.button__form:focus, .form__body fieldset .budget-calculator .alert.button__form:focus, .budget-calculator .search-bar .alert.button__search:focus, .search-bar .budget-calculator .alert.button__search:focus, .budget-calculator .search-overlay .alert.buttonoverlay:focus, .search-overlay .budget-calculator .alert.buttonoverlay:focus, .budget-calculator .search-main-body .alert.buttonoverlay:focus, .search-main-body .budget-calculator .alert.buttonoverlay:focus, .budget-calculator .search-result-bar .alert.button__search:focus, .search-result-bar .budget-calculator .alert.button__search:focus {
  color: #FFFFFF;
}

.budget-calculator button.warning, .budget-calculator .button.warning, .budget-calculator .warning.button_border, .budget-calculator .form__body fieldset .warning.button__form, .form__body fieldset .budget-calculator .warning.button__form, .budget-calculator .search-bar .warning.button__search, .search-bar .budget-calculator .warning.button__search, .budget-calculator .search-overlay .warning.buttonoverlay, .search-overlay .budget-calculator .warning.buttonoverlay, .budget-calculator .search-main-body .warning.buttonoverlay, .search-main-body .budget-calculator .warning.buttonoverlay, .budget-calculator .search-result-bar .warning.button__search, .search-result-bar .budget-calculator .warning.button__search {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

.budget-calculator button.warning:hover, .budget-calculator button.warning:focus, .budget-calculator .button.warning:hover, .budget-calculator .warning.button_border:hover, .budget-calculator .form__body fieldset .warning.button__form:hover, .form__body fieldset .budget-calculator .warning.button__form:hover, .budget-calculator .search-bar .warning.button__search:hover, .search-bar .budget-calculator .warning.button__search:hover, .budget-calculator .search-overlay .warning.buttonoverlay:hover, .search-overlay .budget-calculator .warning.buttonoverlay:hover, .budget-calculator .search-main-body .warning.buttonoverlay:hover, .search-main-body .budget-calculator .warning.buttonoverlay:hover, .budget-calculator .search-result-bar .warning.button__search:hover, .search-result-bar .budget-calculator .warning.button__search:hover, .budget-calculator .button.warning:focus, .budget-calculator .warning.button_border:focus, .budget-calculator .form__body fieldset .warning.button__form:focus, .form__body fieldset .budget-calculator .warning.button__form:focus, .budget-calculator .search-bar .warning.button__search:focus, .search-bar .budget-calculator .warning.button__search:focus, .budget-calculator .search-overlay .warning.buttonoverlay:focus, .search-overlay .budget-calculator .warning.buttonoverlay:focus, .budget-calculator .search-main-body .warning.buttonoverlay:focus, .search-main-body .budget-calculator .warning.buttonoverlay:focus, .budget-calculator .search-result-bar .warning.button__search:focus, .search-result-bar .budget-calculator .warning.button__search:focus {
  background-color: #cf6e0e;
}

.budget-calculator button.warning:hover, .budget-calculator button.warning:focus, .budget-calculator .button.warning:hover, .budget-calculator .warning.button_border:hover, .budget-calculator .form__body fieldset .warning.button__form:hover, .form__body fieldset .budget-calculator .warning.button__form:hover, .budget-calculator .search-bar .warning.button__search:hover, .search-bar .budget-calculator .warning.button__search:hover, .budget-calculator .search-overlay .warning.buttonoverlay:hover, .search-overlay .budget-calculator .warning.buttonoverlay:hover, .budget-calculator .search-main-body .warning.buttonoverlay:hover, .search-main-body .budget-calculator .warning.buttonoverlay:hover, .budget-calculator .search-result-bar .warning.button__search:hover, .search-result-bar .budget-calculator .warning.button__search:hover, .budget-calculator .button.warning:focus, .budget-calculator .warning.button_border:focus, .budget-calculator .form__body fieldset .warning.button__form:focus, .form__body fieldset .budget-calculator .warning.button__form:focus, .budget-calculator .search-bar .warning.button__search:focus, .search-bar .budget-calculator .warning.button__search:focus, .budget-calculator .search-overlay .warning.buttonoverlay:focus, .search-overlay .budget-calculator .warning.buttonoverlay:focus, .budget-calculator .search-main-body .warning.buttonoverlay:focus, .search-main-body .budget-calculator .warning.buttonoverlay:focus, .budget-calculator .search-result-bar .warning.button__search:focus, .search-result-bar .budget-calculator .warning.button__search:focus {
  color: #FFFFFF;
}

.budget-calculator button.info, .budget-calculator .button.info, .budget-calculator .info.button_border, .budget-calculator .form__body fieldset .info.button__form, .form__body fieldset .budget-calculator .info.button__form, .budget-calculator .search-bar .info.button__search, .search-bar .budget-calculator .info.button__search, .budget-calculator .search-overlay .info.buttonoverlay, .search-overlay .budget-calculator .info.buttonoverlay, .budget-calculator .search-main-body .info.buttonoverlay, .search-main-body .budget-calculator .info.buttonoverlay, .budget-calculator .search-result-bar .info.button__search, .search-result-bar .budget-calculator .info.button__search {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

.budget-calculator button.info:hover, .budget-calculator button.info:focus, .budget-calculator .button.info:hover, .budget-calculator .info.button_border:hover, .budget-calculator .form__body fieldset .info.button__form:hover, .form__body fieldset .budget-calculator .info.button__form:hover, .budget-calculator .search-bar .info.button__search:hover, .search-bar .budget-calculator .info.button__search:hover, .budget-calculator .search-overlay .info.buttonoverlay:hover, .search-overlay .budget-calculator .info.buttonoverlay:hover, .budget-calculator .search-main-body .info.buttonoverlay:hover, .search-main-body .budget-calculator .info.buttonoverlay:hover, .budget-calculator .search-result-bar .info.button__search:hover, .search-result-bar .budget-calculator .info.button__search:hover, .budget-calculator .button.info:focus, .budget-calculator .info.button_border:focus, .budget-calculator .form__body fieldset .info.button__form:focus, .form__body fieldset .budget-calculator .info.button__form:focus, .budget-calculator .search-bar .info.button__search:focus, .search-bar .budget-calculator .info.button__search:focus, .budget-calculator .search-overlay .info.buttonoverlay:focus, .search-overlay .budget-calculator .info.buttonoverlay:focus, .budget-calculator .search-main-body .info.buttonoverlay:focus, .search-main-body .budget-calculator .info.buttonoverlay:focus, .budget-calculator .search-result-bar .info.button__search:focus, .search-result-bar .budget-calculator .info.button__search:focus {
  background-color: #61b6d9;
}

.budget-calculator button.info:hover, .budget-calculator button.info:focus, .budget-calculator .button.info:hover, .budget-calculator .info.button_border:hover, .budget-calculator .form__body fieldset .info.button__form:hover, .form__body fieldset .budget-calculator .info.button__form:hover, .budget-calculator .search-bar .info.button__search:hover, .search-bar .budget-calculator .info.button__search:hover, .budget-calculator .search-overlay .info.buttonoverlay:hover, .search-overlay .budget-calculator .info.buttonoverlay:hover, .budget-calculator .search-main-body .info.buttonoverlay:hover, .search-main-body .budget-calculator .info.buttonoverlay:hover, .budget-calculator .search-result-bar .info.button__search:hover, .search-result-bar .budget-calculator .info.button__search:hover, .budget-calculator .button.info:focus, .budget-calculator .info.button_border:focus, .budget-calculator .form__body fieldset .info.button__form:focus, .form__body fieldset .budget-calculator .info.button__form:focus, .budget-calculator .search-bar .info.button__search:focus, .search-bar .budget-calculator .info.button__search:focus, .budget-calculator .search-overlay .info.buttonoverlay:focus, .search-overlay .budget-calculator .info.buttonoverlay:focus, .budget-calculator .search-main-body .info.buttonoverlay:focus, .search-main-body .budget-calculator .info.buttonoverlay:focus, .budget-calculator .search-result-bar .info.button__search:focus, .search-result-bar .budget-calculator .info.button__search:focus {
  color: #FFFFFF;
}

.budget-calculator button.large, .budget-calculator .button.large, .budget-calculator .large.button_border, .budget-calculator .form__body fieldset .large.button__form, .form__body fieldset .budget-calculator .large.button__form, .budget-calculator .search-bar .large.button__search, .search-bar .budget-calculator .large.button__search, .budget-calculator .search-overlay .large.buttonoverlay, .search-overlay .budget-calculator .large.buttonoverlay, .budget-calculator .search-main-body .large.buttonoverlay, .search-main-body .budget-calculator .large.buttonoverlay, .budget-calculator .search-result-bar .large.button__search, .search-result-bar .budget-calculator .large.button__search {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}

.budget-calculator button.small, .budget-calculator .button.small, .budget-calculator .small.button_border, .budget-calculator .form__body fieldset .small.button__form, .form__body fieldset .budget-calculator .small.button__form, .budget-calculator .search-bar .small.button__search, .search-bar .budget-calculator .small.button__search, .budget-calculator .search-overlay .small.buttonoverlay, .search-overlay .budget-calculator .small.buttonoverlay, .budget-calculator .search-main-body .small.buttonoverlay, .search-main-body .budget-calculator .small.buttonoverlay, .budget-calculator .search-result-bar .small.button__search, .search-result-bar .budget-calculator .small.button__search {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}

.budget-calculator button.tiny, .budget-calculator .button.tiny, .budget-calculator .tiny.button_border, .budget-calculator .form__body fieldset .tiny.button__form, .form__body fieldset .budget-calculator .tiny.button__form, .budget-calculator .search-bar .tiny.button__search, .search-bar .budget-calculator .tiny.button__search, .budget-calculator .search-overlay .tiny.buttonoverlay, .search-overlay .budget-calculator .tiny.buttonoverlay, .budget-calculator .search-main-body .tiny.buttonoverlay, .search-main-body .budget-calculator .tiny.buttonoverlay, .budget-calculator .search-result-bar .tiny.button__search, .search-result-bar .budget-calculator .tiny.button__search {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}

.budget-calculator button.expand, .budget-calculator .button.expand, .budget-calculator .expand.button_border, .budget-calculator .form__body fieldset .expand.button__form, .form__body fieldset .budget-calculator .expand.button__form, .budget-calculator .search-bar .expand.button__search, .search-bar .budget-calculator .expand.button__search, .budget-calculator .search-overlay .expand.buttonoverlay, .search-overlay .budget-calculator .expand.buttonoverlay, .budget-calculator .search-main-body .expand.buttonoverlay, .search-main-body .budget-calculator .expand.buttonoverlay, .budget-calculator .search-result-bar .expand.button__search, .search-result-bar .budget-calculator .expand.button__search {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.budget-calculator button.left-align, .budget-calculator .button.left-align, .budget-calculator .left-align.button_border, .budget-calculator .form__body fieldset .left-align.button__form, .form__body fieldset .budget-calculator .left-align.button__form, .budget-calculator .search-bar .left-align.button__search, .search-bar .budget-calculator .left-align.button__search, .budget-calculator .search-overlay .left-align.buttonoverlay, .search-overlay .budget-calculator .left-align.buttonoverlay, .budget-calculator .search-main-body .left-align.buttonoverlay, .search-main-body .budget-calculator .left-align.buttonoverlay, .budget-calculator .search-result-bar .left-align.button__search, .search-result-bar .budget-calculator .left-align.button__search {
  text-align: left;
  text-indent: 0.75rem;
}

.budget-calculator button.right-align, .budget-calculator .button.right-align, .budget-calculator .right-align.button_border, .budget-calculator .form__body fieldset .right-align.button__form, .form__body fieldset .budget-calculator .right-align.button__form, .budget-calculator .search-bar .right-align.button__search, .search-bar .budget-calculator .right-align.button__search, .budget-calculator .search-overlay .right-align.buttonoverlay, .search-overlay .budget-calculator .right-align.buttonoverlay, .budget-calculator .search-main-body .right-align.buttonoverlay, .search-main-body .budget-calculator .right-align.buttonoverlay, .budget-calculator .search-result-bar .right-align.button__search, .search-result-bar .budget-calculator .right-align.button__search {
  text-align: right;
  padding-right: 0.75rem;
}

.budget-calculator button.radius, .budget-calculator .button.radius, .budget-calculator .radius.button_border, .budget-calculator .form__body fieldset .radius.button__form, .form__body fieldset .budget-calculator .radius.button__form, .budget-calculator .search-bar .radius.button__search, .search-bar .budget-calculator .radius.button__search, .budget-calculator .search-overlay .radius.buttonoverlay, .search-overlay .budget-calculator .radius.buttonoverlay, .budget-calculator .search-main-body .radius.buttonoverlay, .search-main-body .budget-calculator .radius.buttonoverlay, .budget-calculator .search-result-bar .radius.button__search, .search-result-bar .budget-calculator .radius.button__search {
  border-radius: 3px;
}

.budget-calculator button.round, .budget-calculator .button.round, .budget-calculator .round.button_border, .budget-calculator .form__body fieldset .round.button__form, .form__body fieldset .budget-calculator .round.button__form, .budget-calculator .search-bar .round.button__search, .search-bar .budget-calculator .round.button__search, .budget-calculator .search-overlay .round.buttonoverlay, .search-overlay .budget-calculator .round.buttonoverlay, .budget-calculator .search-main-body .round.buttonoverlay, .search-main-body .budget-calculator .round.buttonoverlay, .budget-calculator .search-result-bar .round.button__search, .search-result-bar .budget-calculator .round.button__search {
  border-radius: 1000px;
}

.budget-calculator button.disabled, .budget-calculator button[disabled], .budget-calculator .button.disabled, .budget-calculator .disabled.button_border, .budget-calculator .form__body fieldset .disabled.button__form, .form__body fieldset .budget-calculator .disabled.button__form, .budget-calculator .search-bar .disabled.button__search, .search-bar .budget-calculator .disabled.button__search, .budget-calculator .search-overlay .disabled.buttonoverlay, .search-overlay .budget-calculator .disabled.buttonoverlay, .budget-calculator .search-main-body .disabled.buttonoverlay, .search-main-body .budget-calculator .disabled.buttonoverlay, .budget-calculator .search-result-bar .disabled.button__search, .search-result-bar .budget-calculator .disabled.button__search, .budget-calculator .button[disabled], .budget-calculator .button_border[disabled], .budget-calculator .form__body fieldset .button__form[disabled], .form__body fieldset .budget-calculator .button__form[disabled], .budget-calculator .search-bar .button__search[disabled], .search-bar .budget-calculator .button__search[disabled], .budget-calculator .search-overlay .buttonoverlay[disabled], .search-overlay .budget-calculator .buttonoverlay[disabled], .budget-calculator .search-main-body .buttonoverlay[disabled], .search-main-body .budget-calculator .buttonoverlay[disabled], .budget-calculator .search-result-bar .button__search[disabled], .search-result-bar .budget-calculator .button__search[disabled] {
  background-color: #e22e14;
  border-color: #b52510;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.budget-calculator button.disabled:hover, .budget-calculator button.disabled:focus, .budget-calculator button[disabled]:hover, .budget-calculator button[disabled]:focus, .budget-calculator .button.disabled:hover, .budget-calculator .disabled.button_border:hover, .budget-calculator .form__body fieldset .disabled.button__form:hover, .form__body fieldset .budget-calculator .disabled.button__form:hover, .budget-calculator .search-bar .disabled.button__search:hover, .search-bar .budget-calculator .disabled.button__search:hover, .budget-calculator .search-overlay .disabled.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.button__search:hover, .search-result-bar .budget-calculator .disabled.button__search:hover, .budget-calculator .button.disabled:focus, .budget-calculator .disabled.button_border:focus, .budget-calculator .form__body fieldset .disabled.button__form:focus, .form__body fieldset .budget-calculator .disabled.button__form:focus, .budget-calculator .search-bar .disabled.button__search:focus, .search-bar .budget-calculator .disabled.button__search:focus, .budget-calculator .search-overlay .disabled.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.button__search:focus, .search-result-bar .budget-calculator .disabled.button__search:focus, .budget-calculator .button[disabled]:hover, .budget-calculator .button_border[disabled]:hover, .budget-calculator .form__body fieldset .button__form[disabled]:hover, .form__body fieldset .budget-calculator .button__form[disabled]:hover, .budget-calculator .search-bar .button__search[disabled]:hover, .search-bar .budget-calculator .button__search[disabled]:hover, .budget-calculator .search-overlay .buttonoverlay[disabled]:hover, .search-overlay .budget-calculator .buttonoverlay[disabled]:hover, .budget-calculator .search-main-body .buttonoverlay[disabled]:hover, .search-main-body .budget-calculator .buttonoverlay[disabled]:hover, .budget-calculator .search-result-bar .button__search[disabled]:hover, .search-result-bar .budget-calculator .button__search[disabled]:hover, .budget-calculator .button[disabled]:focus, .budget-calculator .button_border[disabled]:focus, .budget-calculator .form__body fieldset .button__form[disabled]:focus, .form__body fieldset .budget-calculator .button__form[disabled]:focus, .budget-calculator .search-bar .button__search[disabled]:focus, .search-bar .budget-calculator .button__search[disabled]:focus, .budget-calculator .search-overlay .buttonoverlay[disabled]:focus, .search-overlay .budget-calculator .buttonoverlay[disabled]:focus, .budget-calculator .search-main-body .buttonoverlay[disabled]:focus, .search-main-body .budget-calculator .buttonoverlay[disabled]:focus, .budget-calculator .search-result-bar .button__search[disabled]:focus, .search-result-bar .budget-calculator .button__search[disabled]:focus {
  background-color: #b52510;
}

.budget-calculator button.disabled:hover, .budget-calculator button.disabled:focus, .budget-calculator button[disabled]:hover, .budget-calculator button[disabled]:focus, .budget-calculator .button.disabled:hover, .budget-calculator .disabled.button_border:hover, .budget-calculator .form__body fieldset .disabled.button__form:hover, .form__body fieldset .budget-calculator .disabled.button__form:hover, .budget-calculator .search-bar .disabled.button__search:hover, .search-bar .budget-calculator .disabled.button__search:hover, .budget-calculator .search-overlay .disabled.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.button__search:hover, .search-result-bar .budget-calculator .disabled.button__search:hover, .budget-calculator .button.disabled:focus, .budget-calculator .disabled.button_border:focus, .budget-calculator .form__body fieldset .disabled.button__form:focus, .form__body fieldset .budget-calculator .disabled.button__form:focus, .budget-calculator .search-bar .disabled.button__search:focus, .search-bar .budget-calculator .disabled.button__search:focus, .budget-calculator .search-overlay .disabled.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.button__search:focus, .search-result-bar .budget-calculator .disabled.button__search:focus, .budget-calculator .button[disabled]:hover, .budget-calculator .button_border[disabled]:hover, .budget-calculator .form__body fieldset .button__form[disabled]:hover, .form__body fieldset .budget-calculator .button__form[disabled]:hover, .budget-calculator .search-bar .button__search[disabled]:hover, .search-bar .budget-calculator .button__search[disabled]:hover, .budget-calculator .search-overlay .buttonoverlay[disabled]:hover, .search-overlay .budget-calculator .buttonoverlay[disabled]:hover, .budget-calculator .search-main-body .buttonoverlay[disabled]:hover, .search-main-body .budget-calculator .buttonoverlay[disabled]:hover, .budget-calculator .search-result-bar .button__search[disabled]:hover, .search-result-bar .budget-calculator .button__search[disabled]:hover, .budget-calculator .button[disabled]:focus, .budget-calculator .button_border[disabled]:focus, .budget-calculator .form__body fieldset .button__form[disabled]:focus, .form__body fieldset .budget-calculator .button__form[disabled]:focus, .budget-calculator .search-bar .button__search[disabled]:focus, .search-bar .budget-calculator .button__search[disabled]:focus, .budget-calculator .search-overlay .buttonoverlay[disabled]:focus, .search-overlay .budget-calculator .buttonoverlay[disabled]:focus, .budget-calculator .search-main-body .buttonoverlay[disabled]:focus, .search-main-body .budget-calculator .buttonoverlay[disabled]:focus, .budget-calculator .search-result-bar .button__search[disabled]:focus, .search-result-bar .budget-calculator .button__search[disabled]:focus {
  color: #FFFFFF;
}

.budget-calculator button.disabled:hover, .budget-calculator button.disabled:focus, .budget-calculator button[disabled]:hover, .budget-calculator button[disabled]:focus, .budget-calculator .button.disabled:hover, .budget-calculator .disabled.button_border:hover, .budget-calculator .form__body fieldset .disabled.button__form:hover, .form__body fieldset .budget-calculator .disabled.button__form:hover, .budget-calculator .search-bar .disabled.button__search:hover, .search-bar .budget-calculator .disabled.button__search:hover, .budget-calculator .search-overlay .disabled.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.button__search:hover, .search-result-bar .budget-calculator .disabled.button__search:hover, .budget-calculator .button.disabled:focus, .budget-calculator .disabled.button_border:focus, .budget-calculator .form__body fieldset .disabled.button__form:focus, .form__body fieldset .budget-calculator .disabled.button__form:focus, .budget-calculator .search-bar .disabled.button__search:focus, .search-bar .budget-calculator .disabled.button__search:focus, .budget-calculator .search-overlay .disabled.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.button__search:focus, .search-result-bar .budget-calculator .disabled.button__search:focus, .budget-calculator .button[disabled]:hover, .budget-calculator .button_border[disabled]:hover, .budget-calculator .form__body fieldset .button__form[disabled]:hover, .form__body fieldset .budget-calculator .button__form[disabled]:hover, .budget-calculator .search-bar .button__search[disabled]:hover, .search-bar .budget-calculator .button__search[disabled]:hover, .budget-calculator .search-overlay .buttonoverlay[disabled]:hover, .search-overlay .budget-calculator .buttonoverlay[disabled]:hover, .budget-calculator .search-main-body .buttonoverlay[disabled]:hover, .search-main-body .budget-calculator .buttonoverlay[disabled]:hover, .budget-calculator .search-result-bar .button__search[disabled]:hover, .search-result-bar .budget-calculator .button__search[disabled]:hover, .budget-calculator .button[disabled]:focus, .budget-calculator .button_border[disabled]:focus, .budget-calculator .form__body fieldset .button__form[disabled]:focus, .form__body fieldset .budget-calculator .button__form[disabled]:focus, .budget-calculator .search-bar .button__search[disabled]:focus, .search-bar .budget-calculator .button__search[disabled]:focus, .budget-calculator .search-overlay .buttonoverlay[disabled]:focus, .search-overlay .budget-calculator .buttonoverlay[disabled]:focus, .budget-calculator .search-main-body .buttonoverlay[disabled]:focus, .search-main-body .budget-calculator .buttonoverlay[disabled]:focus, .budget-calculator .search-result-bar .button__search[disabled]:focus, .search-result-bar .budget-calculator .button__search[disabled]:focus {
  background-color: #e22e14;
}

.budget-calculator button.disabled.secondary, .budget-calculator button[disabled].secondary, .budget-calculator .button.disabled.secondary, .budget-calculator .disabled.secondary.button_border, .budget-calculator .form__body fieldset .disabled.secondary.button__form, .form__body fieldset .budget-calculator .disabled.secondary.button__form, .budget-calculator .search-bar .disabled.secondary.button__search, .search-bar .budget-calculator .disabled.secondary.button__search, .budget-calculator .search-overlay .disabled.secondary.buttonoverlay, .search-overlay .budget-calculator .disabled.secondary.buttonoverlay, .budget-calculator .search-main-body .disabled.secondary.buttonoverlay, .search-main-body .budget-calculator .disabled.secondary.buttonoverlay, .budget-calculator .search-result-bar .disabled.secondary.button__search, .search-result-bar .budget-calculator .disabled.secondary.button__search, .budget-calculator .button[disabled].secondary, .budget-calculator .button_border[disabled].secondary, .budget-calculator .form__body fieldset .button__form[disabled].secondary, .form__body fieldset .budget-calculator .button__form[disabled].secondary, .budget-calculator .search-bar .button__search[disabled].secondary, .search-bar .budget-calculator .button__search[disabled].secondary, .budget-calculator .search-overlay .buttonoverlay[disabled].secondary, .search-overlay .budget-calculator .buttonoverlay[disabled].secondary, .budget-calculator .search-main-body .buttonoverlay[disabled].secondary, .search-main-body .budget-calculator .buttonoverlay[disabled].secondary, .budget-calculator .search-result-bar .button__search[disabled].secondary, .search-result-bar .budget-calculator .button__search[disabled].secondary {
  background-color: #e22e14;
  border-color: #b52510;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.budget-calculator button.disabled.secondary:hover, .budget-calculator button.disabled.secondary:focus, .budget-calculator button[disabled].secondary:hover, .budget-calculator button[disabled].secondary:focus, .budget-calculator .button.disabled.secondary:hover, .budget-calculator .disabled.secondary.button_border:hover, .budget-calculator .form__body fieldset .disabled.secondary.button__form:hover, .form__body fieldset .budget-calculator .disabled.secondary.button__form:hover, .budget-calculator .search-bar .disabled.secondary.button__search:hover, .search-bar .budget-calculator .disabled.secondary.button__search:hover, .budget-calculator .search-overlay .disabled.secondary.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.secondary.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.secondary.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.secondary.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.secondary.button__search:hover, .search-result-bar .budget-calculator .disabled.secondary.button__search:hover, .budget-calculator .button.disabled.secondary:focus, .budget-calculator .disabled.secondary.button_border:focus, .budget-calculator .form__body fieldset .disabled.secondary.button__form:focus, .form__body fieldset .budget-calculator .disabled.secondary.button__form:focus, .budget-calculator .search-bar .disabled.secondary.button__search:focus, .search-bar .budget-calculator .disabled.secondary.button__search:focus, .budget-calculator .search-overlay .disabled.secondary.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.secondary.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.secondary.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.secondary.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.secondary.button__search:focus, .search-result-bar .budget-calculator .disabled.secondary.button__search:focus, .budget-calculator .button[disabled].secondary:hover, .budget-calculator .button_border[disabled].secondary:hover, .budget-calculator .form__body fieldset .button__form[disabled].secondary:hover, .form__body fieldset .budget-calculator .button__form[disabled].secondary:hover, .budget-calculator .search-bar .button__search[disabled].secondary:hover, .search-bar .budget-calculator .button__search[disabled].secondary:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].secondary:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].secondary:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].secondary:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].secondary:hover, .budget-calculator .search-result-bar .button__search[disabled].secondary:hover, .search-result-bar .budget-calculator .button__search[disabled].secondary:hover, .budget-calculator .button[disabled].secondary:focus, .budget-calculator .button_border[disabled].secondary:focus, .budget-calculator .form__body fieldset .button__form[disabled].secondary:focus, .form__body fieldset .budget-calculator .button__form[disabled].secondary:focus, .budget-calculator .search-bar .button__search[disabled].secondary:focus, .search-bar .budget-calculator .button__search[disabled].secondary:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].secondary:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].secondary:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].secondary:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].secondary:focus, .budget-calculator .search-result-bar .button__search[disabled].secondary:focus, .search-result-bar .budget-calculator .button__search[disabled].secondary:focus {
  background-color: #b52510;
}

.budget-calculator button.disabled.secondary:hover, .budget-calculator button.disabled.secondary:focus, .budget-calculator button[disabled].secondary:hover, .budget-calculator button[disabled].secondary:focus, .budget-calculator .button.disabled.secondary:hover, .budget-calculator .disabled.secondary.button_border:hover, .budget-calculator .form__body fieldset .disabled.secondary.button__form:hover, .form__body fieldset .budget-calculator .disabled.secondary.button__form:hover, .budget-calculator .search-bar .disabled.secondary.button__search:hover, .search-bar .budget-calculator .disabled.secondary.button__search:hover, .budget-calculator .search-overlay .disabled.secondary.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.secondary.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.secondary.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.secondary.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.secondary.button__search:hover, .search-result-bar .budget-calculator .disabled.secondary.button__search:hover, .budget-calculator .button.disabled.secondary:focus, .budget-calculator .disabled.secondary.button_border:focus, .budget-calculator .form__body fieldset .disabled.secondary.button__form:focus, .form__body fieldset .budget-calculator .disabled.secondary.button__form:focus, .budget-calculator .search-bar .disabled.secondary.button__search:focus, .search-bar .budget-calculator .disabled.secondary.button__search:focus, .budget-calculator .search-overlay .disabled.secondary.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.secondary.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.secondary.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.secondary.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.secondary.button__search:focus, .search-result-bar .budget-calculator .disabled.secondary.button__search:focus, .budget-calculator .button[disabled].secondary:hover, .budget-calculator .button_border[disabled].secondary:hover, .budget-calculator .form__body fieldset .button__form[disabled].secondary:hover, .form__body fieldset .budget-calculator .button__form[disabled].secondary:hover, .budget-calculator .search-bar .button__search[disabled].secondary:hover, .search-bar .budget-calculator .button__search[disabled].secondary:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].secondary:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].secondary:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].secondary:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].secondary:hover, .budget-calculator .search-result-bar .button__search[disabled].secondary:hover, .search-result-bar .budget-calculator .button__search[disabled].secondary:hover, .budget-calculator .button[disabled].secondary:focus, .budget-calculator .button_border[disabled].secondary:focus, .budget-calculator .form__body fieldset .button__form[disabled].secondary:focus, .form__body fieldset .budget-calculator .button__form[disabled].secondary:focus, .budget-calculator .search-bar .button__search[disabled].secondary:focus, .search-bar .budget-calculator .button__search[disabled].secondary:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].secondary:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].secondary:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].secondary:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].secondary:focus, .budget-calculator .search-result-bar .button__search[disabled].secondary:focus, .search-result-bar .budget-calculator .button__search[disabled].secondary:focus {
  color: #FFFFFF;
}

.budget-calculator button.disabled.secondary:hover, .budget-calculator button.disabled.secondary:focus, .budget-calculator button[disabled].secondary:hover, .budget-calculator button[disabled].secondary:focus, .budget-calculator .button.disabled.secondary:hover, .budget-calculator .disabled.secondary.button_border:hover, .budget-calculator .form__body fieldset .disabled.secondary.button__form:hover, .form__body fieldset .budget-calculator .disabled.secondary.button__form:hover, .budget-calculator .search-bar .disabled.secondary.button__search:hover, .search-bar .budget-calculator .disabled.secondary.button__search:hover, .budget-calculator .search-overlay .disabled.secondary.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.secondary.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.secondary.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.secondary.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.secondary.button__search:hover, .search-result-bar .budget-calculator .disabled.secondary.button__search:hover, .budget-calculator .button.disabled.secondary:focus, .budget-calculator .disabled.secondary.button_border:focus, .budget-calculator .form__body fieldset .disabled.secondary.button__form:focus, .form__body fieldset .budget-calculator .disabled.secondary.button__form:focus, .budget-calculator .search-bar .disabled.secondary.button__search:focus, .search-bar .budget-calculator .disabled.secondary.button__search:focus, .budget-calculator .search-overlay .disabled.secondary.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.secondary.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.secondary.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.secondary.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.secondary.button__search:focus, .search-result-bar .budget-calculator .disabled.secondary.button__search:focus, .budget-calculator .button[disabled].secondary:hover, .budget-calculator .button_border[disabled].secondary:hover, .budget-calculator .form__body fieldset .button__form[disabled].secondary:hover, .form__body fieldset .budget-calculator .button__form[disabled].secondary:hover, .budget-calculator .search-bar .button__search[disabled].secondary:hover, .search-bar .budget-calculator .button__search[disabled].secondary:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].secondary:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].secondary:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].secondary:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].secondary:hover, .budget-calculator .search-result-bar .button__search[disabled].secondary:hover, .search-result-bar .budget-calculator .button__search[disabled].secondary:hover, .budget-calculator .button[disabled].secondary:focus, .budget-calculator .button_border[disabled].secondary:focus, .budget-calculator .form__body fieldset .button__form[disabled].secondary:focus, .form__body fieldset .budget-calculator .button__form[disabled].secondary:focus, .budget-calculator .search-bar .button__search[disabled].secondary:focus, .search-bar .budget-calculator .button__search[disabled].secondary:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].secondary:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].secondary:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].secondary:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].secondary:focus, .budget-calculator .search-result-bar .button__search[disabled].secondary:focus, .search-result-bar .budget-calculator .button__search[disabled].secondary:focus {
  background-color: #e22e14;
}

.budget-calculator button.disabled.success, .budget-calculator button[disabled].success, .budget-calculator .button.disabled.success, .budget-calculator .disabled.success.button_border, .budget-calculator .form__body fieldset .disabled.success.button__form, .form__body fieldset .budget-calculator .disabled.success.button__form, .budget-calculator .search-bar .disabled.success.button__search, .search-bar .budget-calculator .disabled.success.button__search, .budget-calculator .search-overlay .disabled.success.buttonoverlay, .search-overlay .budget-calculator .disabled.success.buttonoverlay, .budget-calculator .search-main-body .disabled.success.buttonoverlay, .search-main-body .budget-calculator .disabled.success.buttonoverlay, .budget-calculator .search-result-bar .disabled.success.button__search, .search-result-bar .budget-calculator .disabled.success.button__search, .budget-calculator .button[disabled].success, .budget-calculator .button_border[disabled].success, .budget-calculator .form__body fieldset .button__form[disabled].success, .form__body fieldset .budget-calculator .button__form[disabled].success, .budget-calculator .search-bar .button__search[disabled].success, .search-bar .budget-calculator .button__search[disabled].success, .budget-calculator .search-overlay .buttonoverlay[disabled].success, .search-overlay .budget-calculator .buttonoverlay[disabled].success, .budget-calculator .search-main-body .buttonoverlay[disabled].success, .search-main-body .budget-calculator .buttonoverlay[disabled].success, .budget-calculator .search-result-bar .button__search[disabled].success, .search-result-bar .budget-calculator .button__search[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.budget-calculator button.disabled.success:hover, .budget-calculator button.disabled.success:focus, .budget-calculator button[disabled].success:hover, .budget-calculator button[disabled].success:focus, .budget-calculator .button.disabled.success:hover, .budget-calculator .disabled.success.button_border:hover, .budget-calculator .form__body fieldset .disabled.success.button__form:hover, .form__body fieldset .budget-calculator .disabled.success.button__form:hover, .budget-calculator .search-bar .disabled.success.button__search:hover, .search-bar .budget-calculator .disabled.success.button__search:hover, .budget-calculator .search-overlay .disabled.success.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.success.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.success.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.success.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.success.button__search:hover, .search-result-bar .budget-calculator .disabled.success.button__search:hover, .budget-calculator .button.disabled.success:focus, .budget-calculator .disabled.success.button_border:focus, .budget-calculator .form__body fieldset .disabled.success.button__form:focus, .form__body fieldset .budget-calculator .disabled.success.button__form:focus, .budget-calculator .search-bar .disabled.success.button__search:focus, .search-bar .budget-calculator .disabled.success.button__search:focus, .budget-calculator .search-overlay .disabled.success.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.success.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.success.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.success.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.success.button__search:focus, .search-result-bar .budget-calculator .disabled.success.button__search:focus, .budget-calculator .button[disabled].success:hover, .budget-calculator .button_border[disabled].success:hover, .budget-calculator .form__body fieldset .button__form[disabled].success:hover, .form__body fieldset .budget-calculator .button__form[disabled].success:hover, .budget-calculator .search-bar .button__search[disabled].success:hover, .search-bar .budget-calculator .button__search[disabled].success:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].success:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].success:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].success:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].success:hover, .budget-calculator .search-result-bar .button__search[disabled].success:hover, .search-result-bar .budget-calculator .button__search[disabled].success:hover, .budget-calculator .button[disabled].success:focus, .budget-calculator .button_border[disabled].success:focus, .budget-calculator .form__body fieldset .button__form[disabled].success:focus, .form__body fieldset .budget-calculator .button__form[disabled].success:focus, .budget-calculator .search-bar .button__search[disabled].success:focus, .search-bar .budget-calculator .button__search[disabled].success:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].success:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].success:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].success:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].success:focus, .budget-calculator .search-result-bar .button__search[disabled].success:focus, .search-result-bar .budget-calculator .button__search[disabled].success:focus {
  background-color: #368a55;
}

.budget-calculator button.disabled.success:hover, .budget-calculator button.disabled.success:focus, .budget-calculator button[disabled].success:hover, .budget-calculator button[disabled].success:focus, .budget-calculator .button.disabled.success:hover, .budget-calculator .disabled.success.button_border:hover, .budget-calculator .form__body fieldset .disabled.success.button__form:hover, .form__body fieldset .budget-calculator .disabled.success.button__form:hover, .budget-calculator .search-bar .disabled.success.button__search:hover, .search-bar .budget-calculator .disabled.success.button__search:hover, .budget-calculator .search-overlay .disabled.success.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.success.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.success.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.success.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.success.button__search:hover, .search-result-bar .budget-calculator .disabled.success.button__search:hover, .budget-calculator .button.disabled.success:focus, .budget-calculator .disabled.success.button_border:focus, .budget-calculator .form__body fieldset .disabled.success.button__form:focus, .form__body fieldset .budget-calculator .disabled.success.button__form:focus, .budget-calculator .search-bar .disabled.success.button__search:focus, .search-bar .budget-calculator .disabled.success.button__search:focus, .budget-calculator .search-overlay .disabled.success.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.success.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.success.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.success.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.success.button__search:focus, .search-result-bar .budget-calculator .disabled.success.button__search:focus, .budget-calculator .button[disabled].success:hover, .budget-calculator .button_border[disabled].success:hover, .budget-calculator .form__body fieldset .button__form[disabled].success:hover, .form__body fieldset .budget-calculator .button__form[disabled].success:hover, .budget-calculator .search-bar .button__search[disabled].success:hover, .search-bar .budget-calculator .button__search[disabled].success:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].success:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].success:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].success:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].success:hover, .budget-calculator .search-result-bar .button__search[disabled].success:hover, .search-result-bar .budget-calculator .button__search[disabled].success:hover, .budget-calculator .button[disabled].success:focus, .budget-calculator .button_border[disabled].success:focus, .budget-calculator .form__body fieldset .button__form[disabled].success:focus, .form__body fieldset .budget-calculator .button__form[disabled].success:focus, .budget-calculator .search-bar .button__search[disabled].success:focus, .search-bar .budget-calculator .button__search[disabled].success:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].success:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].success:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].success:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].success:focus, .budget-calculator .search-result-bar .button__search[disabled].success:focus, .search-result-bar .budget-calculator .button__search[disabled].success:focus {
  color: #FFFFFF;
}

.budget-calculator button.disabled.success:hover, .budget-calculator button.disabled.success:focus, .budget-calculator button[disabled].success:hover, .budget-calculator button[disabled].success:focus, .budget-calculator .button.disabled.success:hover, .budget-calculator .disabled.success.button_border:hover, .budget-calculator .form__body fieldset .disabled.success.button__form:hover, .form__body fieldset .budget-calculator .disabled.success.button__form:hover, .budget-calculator .search-bar .disabled.success.button__search:hover, .search-bar .budget-calculator .disabled.success.button__search:hover, .budget-calculator .search-overlay .disabled.success.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.success.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.success.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.success.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.success.button__search:hover, .search-result-bar .budget-calculator .disabled.success.button__search:hover, .budget-calculator .button.disabled.success:focus, .budget-calculator .disabled.success.button_border:focus, .budget-calculator .form__body fieldset .disabled.success.button__form:focus, .form__body fieldset .budget-calculator .disabled.success.button__form:focus, .budget-calculator .search-bar .disabled.success.button__search:focus, .search-bar .budget-calculator .disabled.success.button__search:focus, .budget-calculator .search-overlay .disabled.success.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.success.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.success.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.success.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.success.button__search:focus, .search-result-bar .budget-calculator .disabled.success.button__search:focus, .budget-calculator .button[disabled].success:hover, .budget-calculator .button_border[disabled].success:hover, .budget-calculator .form__body fieldset .button__form[disabled].success:hover, .form__body fieldset .budget-calculator .button__form[disabled].success:hover, .budget-calculator .search-bar .button__search[disabled].success:hover, .search-bar .budget-calculator .button__search[disabled].success:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].success:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].success:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].success:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].success:hover, .budget-calculator .search-result-bar .button__search[disabled].success:hover, .search-result-bar .budget-calculator .button__search[disabled].success:hover, .budget-calculator .button[disabled].success:focus, .budget-calculator .button_border[disabled].success:focus, .budget-calculator .form__body fieldset .button__form[disabled].success:focus, .form__body fieldset .budget-calculator .button__form[disabled].success:focus, .budget-calculator .search-bar .button__search[disabled].success:focus, .search-bar .budget-calculator .button__search[disabled].success:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].success:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].success:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].success:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].success:focus, .budget-calculator .search-result-bar .button__search[disabled].success:focus, .search-result-bar .budget-calculator .button__search[disabled].success:focus {
  background-color: #43AC6A;
}

.budget-calculator button.disabled.alert, .budget-calculator button[disabled].alert, .budget-calculator .button.disabled.alert, .budget-calculator .disabled.alert.button_border, .budget-calculator .form__body fieldset .disabled.alert.button__form, .form__body fieldset .budget-calculator .disabled.alert.button__form, .budget-calculator .search-bar .disabled.alert.button__search, .search-bar .budget-calculator .disabled.alert.button__search, .budget-calculator .search-overlay .disabled.alert.buttonoverlay, .search-overlay .budget-calculator .disabled.alert.buttonoverlay, .budget-calculator .search-main-body .disabled.alert.buttonoverlay, .search-main-body .budget-calculator .disabled.alert.buttonoverlay, .budget-calculator .search-result-bar .disabled.alert.button__search, .search-result-bar .budget-calculator .disabled.alert.button__search, .budget-calculator .button[disabled].alert, .budget-calculator .button_border[disabled].alert, .budget-calculator .form__body fieldset .button__form[disabled].alert, .form__body fieldset .budget-calculator .button__form[disabled].alert, .budget-calculator .search-bar .button__search[disabled].alert, .search-bar .budget-calculator .button__search[disabled].alert, .budget-calculator .search-overlay .buttonoverlay[disabled].alert, .search-overlay .budget-calculator .buttonoverlay[disabled].alert, .budget-calculator .search-main-body .buttonoverlay[disabled].alert, .search-main-body .budget-calculator .buttonoverlay[disabled].alert, .budget-calculator .search-result-bar .button__search[disabled].alert, .search-result-bar .budget-calculator .button__search[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.budget-calculator button.disabled.alert:hover, .budget-calculator button.disabled.alert:focus, .budget-calculator button[disabled].alert:hover, .budget-calculator button[disabled].alert:focus, .budget-calculator .button.disabled.alert:hover, .budget-calculator .disabled.alert.button_border:hover, .budget-calculator .form__body fieldset .disabled.alert.button__form:hover, .form__body fieldset .budget-calculator .disabled.alert.button__form:hover, .budget-calculator .search-bar .disabled.alert.button__search:hover, .search-bar .budget-calculator .disabled.alert.button__search:hover, .budget-calculator .search-overlay .disabled.alert.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.alert.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.alert.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.alert.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.alert.button__search:hover, .search-result-bar .budget-calculator .disabled.alert.button__search:hover, .budget-calculator .button.disabled.alert:focus, .budget-calculator .disabled.alert.button_border:focus, .budget-calculator .form__body fieldset .disabled.alert.button__form:focus, .form__body fieldset .budget-calculator .disabled.alert.button__form:focus, .budget-calculator .search-bar .disabled.alert.button__search:focus, .search-bar .budget-calculator .disabled.alert.button__search:focus, .budget-calculator .search-overlay .disabled.alert.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.alert.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.alert.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.alert.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.alert.button__search:focus, .search-result-bar .budget-calculator .disabled.alert.button__search:focus, .budget-calculator .button[disabled].alert:hover, .budget-calculator .button_border[disabled].alert:hover, .budget-calculator .form__body fieldset .button__form[disabled].alert:hover, .form__body fieldset .budget-calculator .button__form[disabled].alert:hover, .budget-calculator .search-bar .button__search[disabled].alert:hover, .search-bar .budget-calculator .button__search[disabled].alert:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].alert:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].alert:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].alert:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].alert:hover, .budget-calculator .search-result-bar .button__search[disabled].alert:hover, .search-result-bar .budget-calculator .button__search[disabled].alert:hover, .budget-calculator .button[disabled].alert:focus, .budget-calculator .button_border[disabled].alert:focus, .budget-calculator .form__body fieldset .button__form[disabled].alert:focus, .form__body fieldset .budget-calculator .button__form[disabled].alert:focus, .budget-calculator .search-bar .button__search[disabled].alert:focus, .search-bar .budget-calculator .button__search[disabled].alert:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].alert:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].alert:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].alert:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].alert:focus, .budget-calculator .search-result-bar .button__search[disabled].alert:focus, .search-result-bar .budget-calculator .button__search[disabled].alert:focus {
  background-color: #cf2a0e;
}

.budget-calculator button.disabled.alert:hover, .budget-calculator button.disabled.alert:focus, .budget-calculator button[disabled].alert:hover, .budget-calculator button[disabled].alert:focus, .budget-calculator .button.disabled.alert:hover, .budget-calculator .disabled.alert.button_border:hover, .budget-calculator .form__body fieldset .disabled.alert.button__form:hover, .form__body fieldset .budget-calculator .disabled.alert.button__form:hover, .budget-calculator .search-bar .disabled.alert.button__search:hover, .search-bar .budget-calculator .disabled.alert.button__search:hover, .budget-calculator .search-overlay .disabled.alert.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.alert.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.alert.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.alert.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.alert.button__search:hover, .search-result-bar .budget-calculator .disabled.alert.button__search:hover, .budget-calculator .button.disabled.alert:focus, .budget-calculator .disabled.alert.button_border:focus, .budget-calculator .form__body fieldset .disabled.alert.button__form:focus, .form__body fieldset .budget-calculator .disabled.alert.button__form:focus, .budget-calculator .search-bar .disabled.alert.button__search:focus, .search-bar .budget-calculator .disabled.alert.button__search:focus, .budget-calculator .search-overlay .disabled.alert.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.alert.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.alert.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.alert.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.alert.button__search:focus, .search-result-bar .budget-calculator .disabled.alert.button__search:focus, .budget-calculator .button[disabled].alert:hover, .budget-calculator .button_border[disabled].alert:hover, .budget-calculator .form__body fieldset .button__form[disabled].alert:hover, .form__body fieldset .budget-calculator .button__form[disabled].alert:hover, .budget-calculator .search-bar .button__search[disabled].alert:hover, .search-bar .budget-calculator .button__search[disabled].alert:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].alert:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].alert:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].alert:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].alert:hover, .budget-calculator .search-result-bar .button__search[disabled].alert:hover, .search-result-bar .budget-calculator .button__search[disabled].alert:hover, .budget-calculator .button[disabled].alert:focus, .budget-calculator .button_border[disabled].alert:focus, .budget-calculator .form__body fieldset .button__form[disabled].alert:focus, .form__body fieldset .budget-calculator .button__form[disabled].alert:focus, .budget-calculator .search-bar .button__search[disabled].alert:focus, .search-bar .budget-calculator .button__search[disabled].alert:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].alert:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].alert:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].alert:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].alert:focus, .budget-calculator .search-result-bar .button__search[disabled].alert:focus, .search-result-bar .budget-calculator .button__search[disabled].alert:focus {
  color: #FFFFFF;
}

.budget-calculator button.disabled.alert:hover, .budget-calculator button.disabled.alert:focus, .budget-calculator button[disabled].alert:hover, .budget-calculator button[disabled].alert:focus, .budget-calculator .button.disabled.alert:hover, .budget-calculator .disabled.alert.button_border:hover, .budget-calculator .form__body fieldset .disabled.alert.button__form:hover, .form__body fieldset .budget-calculator .disabled.alert.button__form:hover, .budget-calculator .search-bar .disabled.alert.button__search:hover, .search-bar .budget-calculator .disabled.alert.button__search:hover, .budget-calculator .search-overlay .disabled.alert.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.alert.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.alert.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.alert.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.alert.button__search:hover, .search-result-bar .budget-calculator .disabled.alert.button__search:hover, .budget-calculator .button.disabled.alert:focus, .budget-calculator .disabled.alert.button_border:focus, .budget-calculator .form__body fieldset .disabled.alert.button__form:focus, .form__body fieldset .budget-calculator .disabled.alert.button__form:focus, .budget-calculator .search-bar .disabled.alert.button__search:focus, .search-bar .budget-calculator .disabled.alert.button__search:focus, .budget-calculator .search-overlay .disabled.alert.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.alert.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.alert.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.alert.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.alert.button__search:focus, .search-result-bar .budget-calculator .disabled.alert.button__search:focus, .budget-calculator .button[disabled].alert:hover, .budget-calculator .button_border[disabled].alert:hover, .budget-calculator .form__body fieldset .button__form[disabled].alert:hover, .form__body fieldset .budget-calculator .button__form[disabled].alert:hover, .budget-calculator .search-bar .button__search[disabled].alert:hover, .search-bar .budget-calculator .button__search[disabled].alert:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].alert:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].alert:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].alert:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].alert:hover, .budget-calculator .search-result-bar .button__search[disabled].alert:hover, .search-result-bar .budget-calculator .button__search[disabled].alert:hover, .budget-calculator .button[disabled].alert:focus, .budget-calculator .button_border[disabled].alert:focus, .budget-calculator .form__body fieldset .button__form[disabled].alert:focus, .form__body fieldset .budget-calculator .button__form[disabled].alert:focus, .budget-calculator .search-bar .button__search[disabled].alert:focus, .search-bar .budget-calculator .button__search[disabled].alert:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].alert:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].alert:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].alert:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].alert:focus, .budget-calculator .search-result-bar .button__search[disabled].alert:focus, .search-result-bar .budget-calculator .button__search[disabled].alert:focus {
  background-color: #f04124;
}

.budget-calculator button.disabled.warning, .budget-calculator button[disabled].warning, .budget-calculator .button.disabled.warning, .budget-calculator .disabled.warning.button_border, .budget-calculator .form__body fieldset .disabled.warning.button__form, .form__body fieldset .budget-calculator .disabled.warning.button__form, .budget-calculator .search-bar .disabled.warning.button__search, .search-bar .budget-calculator .disabled.warning.button__search, .budget-calculator .search-overlay .disabled.warning.buttonoverlay, .search-overlay .budget-calculator .disabled.warning.buttonoverlay, .budget-calculator .search-main-body .disabled.warning.buttonoverlay, .search-main-body .budget-calculator .disabled.warning.buttonoverlay, .budget-calculator .search-result-bar .disabled.warning.button__search, .search-result-bar .budget-calculator .disabled.warning.button__search, .budget-calculator .button[disabled].warning, .budget-calculator .button_border[disabled].warning, .budget-calculator .form__body fieldset .button__form[disabled].warning, .form__body fieldset .budget-calculator .button__form[disabled].warning, .budget-calculator .search-bar .button__search[disabled].warning, .search-bar .budget-calculator .button__search[disabled].warning, .budget-calculator .search-overlay .buttonoverlay[disabled].warning, .search-overlay .budget-calculator .buttonoverlay[disabled].warning, .budget-calculator .search-main-body .buttonoverlay[disabled].warning, .search-main-body .budget-calculator .buttonoverlay[disabled].warning, .budget-calculator .search-result-bar .button__search[disabled].warning, .search-result-bar .budget-calculator .button__search[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.budget-calculator button.disabled.warning:hover, .budget-calculator button.disabled.warning:focus, .budget-calculator button[disabled].warning:hover, .budget-calculator button[disabled].warning:focus, .budget-calculator .button.disabled.warning:hover, .budget-calculator .disabled.warning.button_border:hover, .budget-calculator .form__body fieldset .disabled.warning.button__form:hover, .form__body fieldset .budget-calculator .disabled.warning.button__form:hover, .budget-calculator .search-bar .disabled.warning.button__search:hover, .search-bar .budget-calculator .disabled.warning.button__search:hover, .budget-calculator .search-overlay .disabled.warning.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.warning.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.warning.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.warning.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.warning.button__search:hover, .search-result-bar .budget-calculator .disabled.warning.button__search:hover, .budget-calculator .button.disabled.warning:focus, .budget-calculator .disabled.warning.button_border:focus, .budget-calculator .form__body fieldset .disabled.warning.button__form:focus, .form__body fieldset .budget-calculator .disabled.warning.button__form:focus, .budget-calculator .search-bar .disabled.warning.button__search:focus, .search-bar .budget-calculator .disabled.warning.button__search:focus, .budget-calculator .search-overlay .disabled.warning.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.warning.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.warning.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.warning.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.warning.button__search:focus, .search-result-bar .budget-calculator .disabled.warning.button__search:focus, .budget-calculator .button[disabled].warning:hover, .budget-calculator .button_border[disabled].warning:hover, .budget-calculator .form__body fieldset .button__form[disabled].warning:hover, .form__body fieldset .budget-calculator .button__form[disabled].warning:hover, .budget-calculator .search-bar .button__search[disabled].warning:hover, .search-bar .budget-calculator .button__search[disabled].warning:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].warning:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].warning:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].warning:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].warning:hover, .budget-calculator .search-result-bar .button__search[disabled].warning:hover, .search-result-bar .budget-calculator .button__search[disabled].warning:hover, .budget-calculator .button[disabled].warning:focus, .budget-calculator .button_border[disabled].warning:focus, .budget-calculator .form__body fieldset .button__form[disabled].warning:focus, .form__body fieldset .budget-calculator .button__form[disabled].warning:focus, .budget-calculator .search-bar .button__search[disabled].warning:focus, .search-bar .budget-calculator .button__search[disabled].warning:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].warning:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].warning:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].warning:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].warning:focus, .budget-calculator .search-result-bar .button__search[disabled].warning:focus, .search-result-bar .budget-calculator .button__search[disabled].warning:focus {
  background-color: #cf6e0e;
}

.budget-calculator button.disabled.warning:hover, .budget-calculator button.disabled.warning:focus, .budget-calculator button[disabled].warning:hover, .budget-calculator button[disabled].warning:focus, .budget-calculator .button.disabled.warning:hover, .budget-calculator .disabled.warning.button_border:hover, .budget-calculator .form__body fieldset .disabled.warning.button__form:hover, .form__body fieldset .budget-calculator .disabled.warning.button__form:hover, .budget-calculator .search-bar .disabled.warning.button__search:hover, .search-bar .budget-calculator .disabled.warning.button__search:hover, .budget-calculator .search-overlay .disabled.warning.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.warning.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.warning.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.warning.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.warning.button__search:hover, .search-result-bar .budget-calculator .disabled.warning.button__search:hover, .budget-calculator .button.disabled.warning:focus, .budget-calculator .disabled.warning.button_border:focus, .budget-calculator .form__body fieldset .disabled.warning.button__form:focus, .form__body fieldset .budget-calculator .disabled.warning.button__form:focus, .budget-calculator .search-bar .disabled.warning.button__search:focus, .search-bar .budget-calculator .disabled.warning.button__search:focus, .budget-calculator .search-overlay .disabled.warning.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.warning.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.warning.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.warning.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.warning.button__search:focus, .search-result-bar .budget-calculator .disabled.warning.button__search:focus, .budget-calculator .button[disabled].warning:hover, .budget-calculator .button_border[disabled].warning:hover, .budget-calculator .form__body fieldset .button__form[disabled].warning:hover, .form__body fieldset .budget-calculator .button__form[disabled].warning:hover, .budget-calculator .search-bar .button__search[disabled].warning:hover, .search-bar .budget-calculator .button__search[disabled].warning:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].warning:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].warning:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].warning:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].warning:hover, .budget-calculator .search-result-bar .button__search[disabled].warning:hover, .search-result-bar .budget-calculator .button__search[disabled].warning:hover, .budget-calculator .button[disabled].warning:focus, .budget-calculator .button_border[disabled].warning:focus, .budget-calculator .form__body fieldset .button__form[disabled].warning:focus, .form__body fieldset .budget-calculator .button__form[disabled].warning:focus, .budget-calculator .search-bar .button__search[disabled].warning:focus, .search-bar .budget-calculator .button__search[disabled].warning:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].warning:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].warning:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].warning:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].warning:focus, .budget-calculator .search-result-bar .button__search[disabled].warning:focus, .search-result-bar .budget-calculator .button__search[disabled].warning:focus {
  color: #FFFFFF;
}

.budget-calculator button.disabled.warning:hover, .budget-calculator button.disabled.warning:focus, .budget-calculator button[disabled].warning:hover, .budget-calculator button[disabled].warning:focus, .budget-calculator .button.disabled.warning:hover, .budget-calculator .disabled.warning.button_border:hover, .budget-calculator .form__body fieldset .disabled.warning.button__form:hover, .form__body fieldset .budget-calculator .disabled.warning.button__form:hover, .budget-calculator .search-bar .disabled.warning.button__search:hover, .search-bar .budget-calculator .disabled.warning.button__search:hover, .budget-calculator .search-overlay .disabled.warning.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.warning.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.warning.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.warning.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.warning.button__search:hover, .search-result-bar .budget-calculator .disabled.warning.button__search:hover, .budget-calculator .button.disabled.warning:focus, .budget-calculator .disabled.warning.button_border:focus, .budget-calculator .form__body fieldset .disabled.warning.button__form:focus, .form__body fieldset .budget-calculator .disabled.warning.button__form:focus, .budget-calculator .search-bar .disabled.warning.button__search:focus, .search-bar .budget-calculator .disabled.warning.button__search:focus, .budget-calculator .search-overlay .disabled.warning.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.warning.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.warning.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.warning.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.warning.button__search:focus, .search-result-bar .budget-calculator .disabled.warning.button__search:focus, .budget-calculator .button[disabled].warning:hover, .budget-calculator .button_border[disabled].warning:hover, .budget-calculator .form__body fieldset .button__form[disabled].warning:hover, .form__body fieldset .budget-calculator .button__form[disabled].warning:hover, .budget-calculator .search-bar .button__search[disabled].warning:hover, .search-bar .budget-calculator .button__search[disabled].warning:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].warning:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].warning:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].warning:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].warning:hover, .budget-calculator .search-result-bar .button__search[disabled].warning:hover, .search-result-bar .budget-calculator .button__search[disabled].warning:hover, .budget-calculator .button[disabled].warning:focus, .budget-calculator .button_border[disabled].warning:focus, .budget-calculator .form__body fieldset .button__form[disabled].warning:focus, .form__body fieldset .budget-calculator .button__form[disabled].warning:focus, .budget-calculator .search-bar .button__search[disabled].warning:focus, .search-bar .budget-calculator .button__search[disabled].warning:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].warning:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].warning:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].warning:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].warning:focus, .budget-calculator .search-result-bar .button__search[disabled].warning:focus, .search-result-bar .budget-calculator .button__search[disabled].warning:focus {
  background-color: #f08a24;
}

.budget-calculator button.disabled.info, .budget-calculator button[disabled].info, .budget-calculator .button.disabled.info, .budget-calculator .disabled.info.button_border, .budget-calculator .form__body fieldset .disabled.info.button__form, .form__body fieldset .budget-calculator .disabled.info.button__form, .budget-calculator .search-bar .disabled.info.button__search, .search-bar .budget-calculator .disabled.info.button__search, .budget-calculator .search-overlay .disabled.info.buttonoverlay, .search-overlay .budget-calculator .disabled.info.buttonoverlay, .budget-calculator .search-main-body .disabled.info.buttonoverlay, .search-main-body .budget-calculator .disabled.info.buttonoverlay, .budget-calculator .search-result-bar .disabled.info.button__search, .search-result-bar .budget-calculator .disabled.info.button__search, .budget-calculator .button[disabled].info, .budget-calculator .button_border[disabled].info, .budget-calculator .form__body fieldset .button__form[disabled].info, .form__body fieldset .budget-calculator .button__form[disabled].info, .budget-calculator .search-bar .button__search[disabled].info, .search-bar .budget-calculator .button__search[disabled].info, .budget-calculator .search-overlay .buttonoverlay[disabled].info, .search-overlay .budget-calculator .buttonoverlay[disabled].info, .budget-calculator .search-main-body .buttonoverlay[disabled].info, .search-main-body .budget-calculator .buttonoverlay[disabled].info, .budget-calculator .search-result-bar .button__search[disabled].info, .search-result-bar .budget-calculator .button__search[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.budget-calculator button.disabled.info:hover, .budget-calculator button.disabled.info:focus, .budget-calculator button[disabled].info:hover, .budget-calculator button[disabled].info:focus, .budget-calculator .button.disabled.info:hover, .budget-calculator .disabled.info.button_border:hover, .budget-calculator .form__body fieldset .disabled.info.button__form:hover, .form__body fieldset .budget-calculator .disabled.info.button__form:hover, .budget-calculator .search-bar .disabled.info.button__search:hover, .search-bar .budget-calculator .disabled.info.button__search:hover, .budget-calculator .search-overlay .disabled.info.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.info.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.info.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.info.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.info.button__search:hover, .search-result-bar .budget-calculator .disabled.info.button__search:hover, .budget-calculator .button.disabled.info:focus, .budget-calculator .disabled.info.button_border:focus, .budget-calculator .form__body fieldset .disabled.info.button__form:focus, .form__body fieldset .budget-calculator .disabled.info.button__form:focus, .budget-calculator .search-bar .disabled.info.button__search:focus, .search-bar .budget-calculator .disabled.info.button__search:focus, .budget-calculator .search-overlay .disabled.info.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.info.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.info.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.info.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.info.button__search:focus, .search-result-bar .budget-calculator .disabled.info.button__search:focus, .budget-calculator .button[disabled].info:hover, .budget-calculator .button_border[disabled].info:hover, .budget-calculator .form__body fieldset .button__form[disabled].info:hover, .form__body fieldset .budget-calculator .button__form[disabled].info:hover, .budget-calculator .search-bar .button__search[disabled].info:hover, .search-bar .budget-calculator .button__search[disabled].info:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].info:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].info:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].info:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].info:hover, .budget-calculator .search-result-bar .button__search[disabled].info:hover, .search-result-bar .budget-calculator .button__search[disabled].info:hover, .budget-calculator .button[disabled].info:focus, .budget-calculator .button_border[disabled].info:focus, .budget-calculator .form__body fieldset .button__form[disabled].info:focus, .form__body fieldset .budget-calculator .button__form[disabled].info:focus, .budget-calculator .search-bar .button__search[disabled].info:focus, .search-bar .budget-calculator .button__search[disabled].info:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].info:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].info:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].info:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].info:focus, .budget-calculator .search-result-bar .button__search[disabled].info:focus, .search-result-bar .budget-calculator .button__search[disabled].info:focus {
  background-color: #61b6d9;
}

.budget-calculator button.disabled.info:hover, .budget-calculator button.disabled.info:focus, .budget-calculator button[disabled].info:hover, .budget-calculator button[disabled].info:focus, .budget-calculator .button.disabled.info:hover, .budget-calculator .disabled.info.button_border:hover, .budget-calculator .form__body fieldset .disabled.info.button__form:hover, .form__body fieldset .budget-calculator .disabled.info.button__form:hover, .budget-calculator .search-bar .disabled.info.button__search:hover, .search-bar .budget-calculator .disabled.info.button__search:hover, .budget-calculator .search-overlay .disabled.info.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.info.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.info.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.info.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.info.button__search:hover, .search-result-bar .budget-calculator .disabled.info.button__search:hover, .budget-calculator .button.disabled.info:focus, .budget-calculator .disabled.info.button_border:focus, .budget-calculator .form__body fieldset .disabled.info.button__form:focus, .form__body fieldset .budget-calculator .disabled.info.button__form:focus, .budget-calculator .search-bar .disabled.info.button__search:focus, .search-bar .budget-calculator .disabled.info.button__search:focus, .budget-calculator .search-overlay .disabled.info.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.info.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.info.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.info.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.info.button__search:focus, .search-result-bar .budget-calculator .disabled.info.button__search:focus, .budget-calculator .button[disabled].info:hover, .budget-calculator .button_border[disabled].info:hover, .budget-calculator .form__body fieldset .button__form[disabled].info:hover, .form__body fieldset .budget-calculator .button__form[disabled].info:hover, .budget-calculator .search-bar .button__search[disabled].info:hover, .search-bar .budget-calculator .button__search[disabled].info:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].info:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].info:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].info:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].info:hover, .budget-calculator .search-result-bar .button__search[disabled].info:hover, .search-result-bar .budget-calculator .button__search[disabled].info:hover, .budget-calculator .button[disabled].info:focus, .budget-calculator .button_border[disabled].info:focus, .budget-calculator .form__body fieldset .button__form[disabled].info:focus, .form__body fieldset .budget-calculator .button__form[disabled].info:focus, .budget-calculator .search-bar .button__search[disabled].info:focus, .search-bar .budget-calculator .button__search[disabled].info:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].info:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].info:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].info:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].info:focus, .budget-calculator .search-result-bar .button__search[disabled].info:focus, .search-result-bar .budget-calculator .button__search[disabled].info:focus {
  color: #FFFFFF;
}

.budget-calculator button.disabled.info:hover, .budget-calculator button.disabled.info:focus, .budget-calculator button[disabled].info:hover, .budget-calculator button[disabled].info:focus, .budget-calculator .button.disabled.info:hover, .budget-calculator .disabled.info.button_border:hover, .budget-calculator .form__body fieldset .disabled.info.button__form:hover, .form__body fieldset .budget-calculator .disabled.info.button__form:hover, .budget-calculator .search-bar .disabled.info.button__search:hover, .search-bar .budget-calculator .disabled.info.button__search:hover, .budget-calculator .search-overlay .disabled.info.buttonoverlay:hover, .search-overlay .budget-calculator .disabled.info.buttonoverlay:hover, .budget-calculator .search-main-body .disabled.info.buttonoverlay:hover, .search-main-body .budget-calculator .disabled.info.buttonoverlay:hover, .budget-calculator .search-result-bar .disabled.info.button__search:hover, .search-result-bar .budget-calculator .disabled.info.button__search:hover, .budget-calculator .button.disabled.info:focus, .budget-calculator .disabled.info.button_border:focus, .budget-calculator .form__body fieldset .disabled.info.button__form:focus, .form__body fieldset .budget-calculator .disabled.info.button__form:focus, .budget-calculator .search-bar .disabled.info.button__search:focus, .search-bar .budget-calculator .disabled.info.button__search:focus, .budget-calculator .search-overlay .disabled.info.buttonoverlay:focus, .search-overlay .budget-calculator .disabled.info.buttonoverlay:focus, .budget-calculator .search-main-body .disabled.info.buttonoverlay:focus, .search-main-body .budget-calculator .disabled.info.buttonoverlay:focus, .budget-calculator .search-result-bar .disabled.info.button__search:focus, .search-result-bar .budget-calculator .disabled.info.button__search:focus, .budget-calculator .button[disabled].info:hover, .budget-calculator .button_border[disabled].info:hover, .budget-calculator .form__body fieldset .button__form[disabled].info:hover, .form__body fieldset .budget-calculator .button__form[disabled].info:hover, .budget-calculator .search-bar .button__search[disabled].info:hover, .search-bar .budget-calculator .button__search[disabled].info:hover, .budget-calculator .search-overlay .buttonoverlay[disabled].info:hover, .search-overlay .budget-calculator .buttonoverlay[disabled].info:hover, .budget-calculator .search-main-body .buttonoverlay[disabled].info:hover, .search-main-body .budget-calculator .buttonoverlay[disabled].info:hover, .budget-calculator .search-result-bar .button__search[disabled].info:hover, .search-result-bar .budget-calculator .button__search[disabled].info:hover, .budget-calculator .button[disabled].info:focus, .budget-calculator .button_border[disabled].info:focus, .budget-calculator .form__body fieldset .button__form[disabled].info:focus, .form__body fieldset .budget-calculator .button__form[disabled].info:focus, .budget-calculator .search-bar .button__search[disabled].info:focus, .search-bar .budget-calculator .button__search[disabled].info:focus, .budget-calculator .search-overlay .buttonoverlay[disabled].info:focus, .search-overlay .budget-calculator .buttonoverlay[disabled].info:focus, .budget-calculator .search-main-body .buttonoverlay[disabled].info:focus, .search-main-body .budget-calculator .buttonoverlay[disabled].info:focus, .budget-calculator .search-result-bar .button__search[disabled].info:focus, .search-result-bar .budget-calculator .button__search[disabled].info:focus {
  background-color: #a0d3e8;
}

.budget-calculator button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator button, .budget-calculator .button, .budget-calculator .button_border, .budget-calculator .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button__form, .budget-calculator .search-bar .button__search, .search-bar .budget-calculator .button__search, .budget-calculator .search-overlay .buttonoverlay, .search-overlay .budget-calculator .buttonoverlay, .budget-calculator .search-main-body .buttonoverlay, .search-main-body .budget-calculator .buttonoverlay, .budget-calculator .search-result-bar .button__search, .search-result-bar .budget-calculator .button__search {
    display: inline-block;
  }
}

.budget-calculator .button-group {
  list-style: none;
  margin: 0;
  left: 0;
}

.budget-calculator .button-group:before, .budget-calculator .button-group:after {
  content: " ";
  display: table;
}

.budget-calculator .button-group:after {
  clear: both;
}

.budget-calculator .button-group.even-2 li {
  display: inline-block;
  margin: 0 -2px;
  width: 50%;
}

.budget-calculator .button-group.even-2 li > button, .budget-calculator .button-group.even-2 li .button, .budget-calculator .button-group.even-2 li .button_border, .budget-calculator .button-group.even-2 li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-2 li .button__form, .budget-calculator .button-group.even-2 li .search-bar .button__search, .search-bar .budget-calculator .button-group.even-2 li .button__search, .budget-calculator .button-group.even-2 li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-2 li .buttonoverlay, .budget-calculator .button-group.even-2 li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-2 li .buttonoverlay, .budget-calculator .button-group.even-2 li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-2 li .button__search {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .button-group.even-2 li:first-child button, .budget-calculator .button-group.even-2 li:first-child .button, .budget-calculator .button-group.even-2 li:first-child .button_border, .budget-calculator .button-group.even-2 li:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-2 li:first-child .button__form, .budget-calculator .button-group.even-2 li:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.even-2 li:first-child .button__search, .budget-calculator .button-group.even-2 li:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-2 li:first-child .buttonoverlay, .budget-calculator .button-group.even-2 li:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-2 li:first-child .buttonoverlay, .budget-calculator .button-group.even-2 li:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-2 li:first-child .button__search {
  border-left: 0;
}

.budget-calculator .button-group.even-2 li button, .budget-calculator .button-group.even-2 li .button, .budget-calculator .button-group.even-2 li .button_border, .budget-calculator .button-group.even-2 li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-2 li .button__form, .budget-calculator .button-group.even-2 li .search-bar .button__search, .search-bar .budget-calculator .button-group.even-2 li .button__search, .budget-calculator .button-group.even-2 li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-2 li .buttonoverlay, .budget-calculator .button-group.even-2 li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-2 li .buttonoverlay, .budget-calculator .button-group.even-2 li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-2 li .button__search {
  width: 100%;
}

.budget-calculator .button-group.even-3 li {
  display: inline-block;
  margin: 0 -2px;
  width: 33.3333333333%;
}

.budget-calculator .button-group.even-3 li > button, .budget-calculator .button-group.even-3 li .button, .budget-calculator .button-group.even-3 li .button_border, .budget-calculator .button-group.even-3 li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-3 li .button__form, .budget-calculator .button-group.even-3 li .search-bar .button__search, .search-bar .budget-calculator .button-group.even-3 li .button__search, .budget-calculator .button-group.even-3 li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-3 li .buttonoverlay, .budget-calculator .button-group.even-3 li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-3 li .buttonoverlay, .budget-calculator .button-group.even-3 li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-3 li .button__search {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .button-group.even-3 li:first-child button, .budget-calculator .button-group.even-3 li:first-child .button, .budget-calculator .button-group.even-3 li:first-child .button_border, .budget-calculator .button-group.even-3 li:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-3 li:first-child .button__form, .budget-calculator .button-group.even-3 li:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.even-3 li:first-child .button__search, .budget-calculator .button-group.even-3 li:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-3 li:first-child .buttonoverlay, .budget-calculator .button-group.even-3 li:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-3 li:first-child .buttonoverlay, .budget-calculator .button-group.even-3 li:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-3 li:first-child .button__search {
  border-left: 0;
}

.budget-calculator .button-group.even-3 li button, .budget-calculator .button-group.even-3 li .button, .budget-calculator .button-group.even-3 li .button_border, .budget-calculator .button-group.even-3 li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-3 li .button__form, .budget-calculator .button-group.even-3 li .search-bar .button__search, .search-bar .budget-calculator .button-group.even-3 li .button__search, .budget-calculator .button-group.even-3 li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-3 li .buttonoverlay, .budget-calculator .button-group.even-3 li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-3 li .buttonoverlay, .budget-calculator .button-group.even-3 li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-3 li .button__search {
  width: 100%;
}

.budget-calculator .button-group.even-4 li {
  display: inline-block;
  margin: 0 -2px;
  width: 25%;
}

.budget-calculator .button-group.even-4 li > button, .budget-calculator .button-group.even-4 li .button, .budget-calculator .button-group.even-4 li .button_border, .budget-calculator .button-group.even-4 li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-4 li .button__form, .budget-calculator .button-group.even-4 li .search-bar .button__search, .search-bar .budget-calculator .button-group.even-4 li .button__search, .budget-calculator .button-group.even-4 li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-4 li .buttonoverlay, .budget-calculator .button-group.even-4 li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-4 li .buttonoverlay, .budget-calculator .button-group.even-4 li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-4 li .button__search {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .button-group.even-4 li:first-child button, .budget-calculator .button-group.even-4 li:first-child .button, .budget-calculator .button-group.even-4 li:first-child .button_border, .budget-calculator .button-group.even-4 li:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-4 li:first-child .button__form, .budget-calculator .button-group.even-4 li:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.even-4 li:first-child .button__search, .budget-calculator .button-group.even-4 li:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-4 li:first-child .buttonoverlay, .budget-calculator .button-group.even-4 li:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-4 li:first-child .buttonoverlay, .budget-calculator .button-group.even-4 li:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-4 li:first-child .button__search {
  border-left: 0;
}

.budget-calculator .button-group.even-4 li button, .budget-calculator .button-group.even-4 li .button, .budget-calculator .button-group.even-4 li .button_border, .budget-calculator .button-group.even-4 li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-4 li .button__form, .budget-calculator .button-group.even-4 li .search-bar .button__search, .search-bar .budget-calculator .button-group.even-4 li .button__search, .budget-calculator .button-group.even-4 li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-4 li .buttonoverlay, .budget-calculator .button-group.even-4 li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-4 li .buttonoverlay, .budget-calculator .button-group.even-4 li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-4 li .button__search {
  width: 100%;
}

.budget-calculator .button-group.even-5 li {
  display: inline-block;
  margin: 0 -2px;
  width: 20%;
}

.budget-calculator .button-group.even-5 li > button, .budget-calculator .button-group.even-5 li .button, .budget-calculator .button-group.even-5 li .button_border, .budget-calculator .button-group.even-5 li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-5 li .button__form, .budget-calculator .button-group.even-5 li .search-bar .button__search, .search-bar .budget-calculator .button-group.even-5 li .button__search, .budget-calculator .button-group.even-5 li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-5 li .buttonoverlay, .budget-calculator .button-group.even-5 li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-5 li .buttonoverlay, .budget-calculator .button-group.even-5 li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-5 li .button__search {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .button-group.even-5 li:first-child button, .budget-calculator .button-group.even-5 li:first-child .button, .budget-calculator .button-group.even-5 li:first-child .button_border, .budget-calculator .button-group.even-5 li:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-5 li:first-child .button__form, .budget-calculator .button-group.even-5 li:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.even-5 li:first-child .button__search, .budget-calculator .button-group.even-5 li:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-5 li:first-child .buttonoverlay, .budget-calculator .button-group.even-5 li:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-5 li:first-child .buttonoverlay, .budget-calculator .button-group.even-5 li:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-5 li:first-child .button__search {
  border-left: 0;
}

.budget-calculator .button-group.even-5 li button, .budget-calculator .button-group.even-5 li .button, .budget-calculator .button-group.even-5 li .button_border, .budget-calculator .button-group.even-5 li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-5 li .button__form, .budget-calculator .button-group.even-5 li .search-bar .button__search, .search-bar .budget-calculator .button-group.even-5 li .button__search, .budget-calculator .button-group.even-5 li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-5 li .buttonoverlay, .budget-calculator .button-group.even-5 li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-5 li .buttonoverlay, .budget-calculator .button-group.even-5 li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-5 li .button__search {
  width: 100%;
}

.budget-calculator .button-group.even-6 li {
  display: inline-block;
  margin: 0 -2px;
  width: 16.6666666667%;
}

.budget-calculator .button-group.even-6 li > button, .budget-calculator .button-group.even-6 li .button, .budget-calculator .button-group.even-6 li .button_border, .budget-calculator .button-group.even-6 li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-6 li .button__form, .budget-calculator .button-group.even-6 li .search-bar .button__search, .search-bar .budget-calculator .button-group.even-6 li .button__search, .budget-calculator .button-group.even-6 li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-6 li .buttonoverlay, .budget-calculator .button-group.even-6 li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-6 li .buttonoverlay, .budget-calculator .button-group.even-6 li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-6 li .button__search {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .button-group.even-6 li:first-child button, .budget-calculator .button-group.even-6 li:first-child .button, .budget-calculator .button-group.even-6 li:first-child .button_border, .budget-calculator .button-group.even-6 li:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-6 li:first-child .button__form, .budget-calculator .button-group.even-6 li:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.even-6 li:first-child .button__search, .budget-calculator .button-group.even-6 li:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-6 li:first-child .buttonoverlay, .budget-calculator .button-group.even-6 li:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-6 li:first-child .buttonoverlay, .budget-calculator .button-group.even-6 li:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-6 li:first-child .button__search {
  border-left: 0;
}

.budget-calculator .button-group.even-6 li button, .budget-calculator .button-group.even-6 li .button, .budget-calculator .button-group.even-6 li .button_border, .budget-calculator .button-group.even-6 li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-6 li .button__form, .budget-calculator .button-group.even-6 li .search-bar .button__search, .search-bar .budget-calculator .button-group.even-6 li .button__search, .budget-calculator .button-group.even-6 li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-6 li .buttonoverlay, .budget-calculator .button-group.even-6 li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-6 li .buttonoverlay, .budget-calculator .button-group.even-6 li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-6 li .button__search {
  width: 100%;
}

.budget-calculator .button-group.even-7 li {
  display: inline-block;
  margin: 0 -2px;
  width: 14.2857142857%;
}

.budget-calculator .button-group.even-7 li > button, .budget-calculator .button-group.even-7 li .button, .budget-calculator .button-group.even-7 li .button_border, .budget-calculator .button-group.even-7 li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-7 li .button__form, .budget-calculator .button-group.even-7 li .search-bar .button__search, .search-bar .budget-calculator .button-group.even-7 li .button__search, .budget-calculator .button-group.even-7 li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-7 li .buttonoverlay, .budget-calculator .button-group.even-7 li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-7 li .buttonoverlay, .budget-calculator .button-group.even-7 li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-7 li .button__search {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .button-group.even-7 li:first-child button, .budget-calculator .button-group.even-7 li:first-child .button, .budget-calculator .button-group.even-7 li:first-child .button_border, .budget-calculator .button-group.even-7 li:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-7 li:first-child .button__form, .budget-calculator .button-group.even-7 li:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.even-7 li:first-child .button__search, .budget-calculator .button-group.even-7 li:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-7 li:first-child .buttonoverlay, .budget-calculator .button-group.even-7 li:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-7 li:first-child .buttonoverlay, .budget-calculator .button-group.even-7 li:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-7 li:first-child .button__search {
  border-left: 0;
}

.budget-calculator .button-group.even-7 li button, .budget-calculator .button-group.even-7 li .button, .budget-calculator .button-group.even-7 li .button_border, .budget-calculator .button-group.even-7 li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-7 li .button__form, .budget-calculator .button-group.even-7 li .search-bar .button__search, .search-bar .budget-calculator .button-group.even-7 li .button__search, .budget-calculator .button-group.even-7 li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-7 li .buttonoverlay, .budget-calculator .button-group.even-7 li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-7 li .buttonoverlay, .budget-calculator .button-group.even-7 li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-7 li .button__search {
  width: 100%;
}

.budget-calculator .button-group.even-8 li {
  display: inline-block;
  margin: 0 -2px;
  width: 12.5%;
}

.budget-calculator .button-group.even-8 li > button, .budget-calculator .button-group.even-8 li .button, .budget-calculator .button-group.even-8 li .button_border, .budget-calculator .button-group.even-8 li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-8 li .button__form, .budget-calculator .button-group.even-8 li .search-bar .button__search, .search-bar .budget-calculator .button-group.even-8 li .button__search, .budget-calculator .button-group.even-8 li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-8 li .buttonoverlay, .budget-calculator .button-group.even-8 li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-8 li .buttonoverlay, .budget-calculator .button-group.even-8 li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-8 li .button__search {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .button-group.even-8 li:first-child button, .budget-calculator .button-group.even-8 li:first-child .button, .budget-calculator .button-group.even-8 li:first-child .button_border, .budget-calculator .button-group.even-8 li:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-8 li:first-child .button__form, .budget-calculator .button-group.even-8 li:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.even-8 li:first-child .button__search, .budget-calculator .button-group.even-8 li:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-8 li:first-child .buttonoverlay, .budget-calculator .button-group.even-8 li:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-8 li:first-child .buttonoverlay, .budget-calculator .button-group.even-8 li:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-8 li:first-child .button__search {
  border-left: 0;
}

.budget-calculator .button-group.even-8 li button, .budget-calculator .button-group.even-8 li .button, .budget-calculator .button-group.even-8 li .button_border, .budget-calculator .button-group.even-8 li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.even-8 li .button__form, .budget-calculator .button-group.even-8 li .search-bar .button__search, .search-bar .budget-calculator .button-group.even-8 li .button__search, .budget-calculator .button-group.even-8 li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.even-8 li .buttonoverlay, .budget-calculator .button-group.even-8 li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.even-8 li .buttonoverlay, .budget-calculator .button-group.even-8 li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.even-8 li .button__search {
  width: 100%;
}

.budget-calculator .button-group > li {
  display: inline-block;
  margin: 0 -2px;
}

.budget-calculator .button-group > li > button, .budget-calculator .button-group > li .button, .budget-calculator .button-group > li .button_border, .budget-calculator .button-group > li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group > li .button__form, .budget-calculator .button-group > li .search-bar .button__search, .search-bar .budget-calculator .button-group > li .button__search, .budget-calculator .button-group > li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group > li .buttonoverlay, .budget-calculator .button-group > li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group > li .buttonoverlay, .budget-calculator .button-group > li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group > li .button__search {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .button-group > li:first-child button, .budget-calculator .button-group > li:first-child .button, .budget-calculator .button-group > li:first-child .button_border, .budget-calculator .button-group > li:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group > li:first-child .button__form, .budget-calculator .button-group > li:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group > li:first-child .button__search, .budget-calculator .button-group > li:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group > li:first-child .buttonoverlay, .budget-calculator .button-group > li:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group > li:first-child .buttonoverlay, .budget-calculator .button-group > li:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group > li:first-child .button__search {
  border-left: 0;
}

.budget-calculator .button-group.stack > li {
  display: block;
  margin: 0;
  float: none;
}

.budget-calculator .button-group.stack > li > button, .budget-calculator .button-group.stack > li .button, .budget-calculator .button-group.stack > li .button_border, .budget-calculator .button-group.stack > li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.stack > li .button__form, .budget-calculator .button-group.stack > li .search-bar .button__search, .search-bar .budget-calculator .button-group.stack > li .button__search, .budget-calculator .button-group.stack > li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.stack > li .buttonoverlay, .budget-calculator .button-group.stack > li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.stack > li .buttonoverlay, .budget-calculator .button-group.stack > li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.stack > li .button__search {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .button-group.stack > li:first-child button, .budget-calculator .button-group.stack > li:first-child .button, .budget-calculator .button-group.stack > li:first-child .button_border, .budget-calculator .button-group.stack > li:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.stack > li:first-child .button__form, .budget-calculator .button-group.stack > li:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.stack > li:first-child .button__search, .budget-calculator .button-group.stack > li:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.stack > li:first-child .buttonoverlay, .budget-calculator .button-group.stack > li:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.stack > li:first-child .buttonoverlay, .budget-calculator .button-group.stack > li:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.stack > li:first-child .button__search {
  border-left: 0;
}

.budget-calculator .button-group.stack > li > button, .budget-calculator .button-group.stack > li .button, .budget-calculator .button-group.stack > li .button_border, .budget-calculator .button-group.stack > li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.stack > li .button__form, .budget-calculator .button-group.stack > li .search-bar .button__search, .search-bar .budget-calculator .button-group.stack > li .button__search, .budget-calculator .button-group.stack > li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.stack > li .buttonoverlay, .budget-calculator .button-group.stack > li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.stack > li .buttonoverlay, .budget-calculator .button-group.stack > li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.stack > li .button__search {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

.budget-calculator .button-group.stack > li > button {
  width: 100%;
}

.budget-calculator .button-group.stack > li:first-child button, .budget-calculator .button-group.stack > li:first-child .button, .budget-calculator .button-group.stack > li:first-child .button_border, .budget-calculator .button-group.stack > li:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.stack > li:first-child .button__form, .budget-calculator .button-group.stack > li:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.stack > li:first-child .button__search, .budget-calculator .button-group.stack > li:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.stack > li:first-child .buttonoverlay, .budget-calculator .button-group.stack > li:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.stack > li:first-child .buttonoverlay, .budget-calculator .button-group.stack > li:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.stack > li:first-child .button__search {
  border-top: 0;
}

.budget-calculator .button-group.stack-for-small > li {
  display: inline-block;
  margin: 0 -2px;
}

.budget-calculator .button-group.stack-for-small > li > button, .budget-calculator .button-group.stack-for-small > li .button, .budget-calculator .button-group.stack-for-small > li .button_border, .budget-calculator .button-group.stack-for-small > li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.stack-for-small > li .button__form, .budget-calculator .button-group.stack-for-small > li .search-bar .button__search, .search-bar .budget-calculator .button-group.stack-for-small > li .button__search, .budget-calculator .button-group.stack-for-small > li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.stack-for-small > li .buttonoverlay, .budget-calculator .button-group.stack-for-small > li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.stack-for-small > li .buttonoverlay, .budget-calculator .button-group.stack-for-small > li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.stack-for-small > li .button__search {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .button-group.stack-for-small > li:first-child button, .budget-calculator .button-group.stack-for-small > li:first-child .button, .budget-calculator .button-group.stack-for-small > li:first-child .button_border, .budget-calculator .button-group.stack-for-small > li:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.stack-for-small > li:first-child .button__form, .budget-calculator .button-group.stack-for-small > li:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.stack-for-small > li:first-child .button__search, .budget-calculator .button-group.stack-for-small > li:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.stack-for-small > li:first-child .buttonoverlay, .budget-calculator .button-group.stack-for-small > li:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.stack-for-small > li:first-child .buttonoverlay, .budget-calculator .button-group.stack-for-small > li:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.stack-for-small > li:first-child .button__search {
  border-left: 0;
}

@media only screen and (max-width: 40em) {
  .budget-calculator .button-group.stack-for-small > li {
    display: block;
    margin: 0;
  }
  .budget-calculator .button-group.stack-for-small > li > button, .budget-calculator .button-group.stack-for-small > li .button, .budget-calculator .button-group.stack-for-small > li .button_border, .budget-calculator .button-group.stack-for-small > li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.stack-for-small > li .button__form, .budget-calculator .button-group.stack-for-small > li .search-bar .button__search, .search-bar .budget-calculator .button-group.stack-for-small > li .button__search, .budget-calculator .button-group.stack-for-small > li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.stack-for-small > li .buttonoverlay, .budget-calculator .button-group.stack-for-small > li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.stack-for-small > li .buttonoverlay, .budget-calculator .button-group.stack-for-small > li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.stack-for-small > li .button__search {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .budget-calculator .button-group.stack-for-small > li:first-child button, .budget-calculator .button-group.stack-for-small > li:first-child .button, .budget-calculator .button-group.stack-for-small > li:first-child .button_border, .budget-calculator .button-group.stack-for-small > li:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.stack-for-small > li:first-child .button__form, .budget-calculator .button-group.stack-for-small > li:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.stack-for-small > li:first-child .button__search, .budget-calculator .button-group.stack-for-small > li:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.stack-for-small > li:first-child .buttonoverlay, .budget-calculator .button-group.stack-for-small > li:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.stack-for-small > li:first-child .buttonoverlay, .budget-calculator .button-group.stack-for-small > li:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.stack-for-small > li:first-child .button__search {
    border-left: 0;
  }
  .budget-calculator .button-group.stack-for-small > li > button, .budget-calculator .button-group.stack-for-small > li .button, .budget-calculator .button-group.stack-for-small > li .button_border, .budget-calculator .button-group.stack-for-small > li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.stack-for-small > li .button__form, .budget-calculator .button-group.stack-for-small > li .search-bar .button__search, .search-bar .budget-calculator .button-group.stack-for-small > li .button__search, .budget-calculator .button-group.stack-for-small > li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.stack-for-small > li .buttonoverlay, .budget-calculator .button-group.stack-for-small > li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.stack-for-small > li .buttonoverlay, .budget-calculator .button-group.stack-for-small > li .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.stack-for-small > li .button__search {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .budget-calculator .button-group.stack-for-small > li > button {
    width: 100%;
  }
  .budget-calculator .button-group.stack-for-small > li:first-child button, .budget-calculator .button-group.stack-for-small > li:first-child .button, .budget-calculator .button-group.stack-for-small > li:first-child .button_border, .budget-calculator .button-group.stack-for-small > li:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.stack-for-small > li:first-child .button__form, .budget-calculator .button-group.stack-for-small > li:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.stack-for-small > li:first-child .button__search, .budget-calculator .button-group.stack-for-small > li:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.stack-for-small > li:first-child .buttonoverlay, .budget-calculator .button-group.stack-for-small > li:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.stack-for-small > li:first-child .buttonoverlay, .budget-calculator .button-group.stack-for-small > li:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.stack-for-small > li:first-child .button__search {
    border-top: 0;
  }
}

.budget-calculator .button-group.radius > * {
  display: inline-block;
  margin: 0 -2px;
}

.budget-calculator .button-group.radius > * > button, .budget-calculator .button-group.radius > * .button, .budget-calculator .button-group.radius > * .button_border, .budget-calculator .button-group.radius > * .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.radius > * .button__form, .budget-calculator .button-group.radius > * .search-bar .button__search, .search-bar .budget-calculator .button-group.radius > * .button__search, .budget-calculator .button-group.radius > * .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.radius > * .buttonoverlay, .budget-calculator .button-group.radius > * .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.radius > * .buttonoverlay, .budget-calculator .button-group.radius > * .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.radius > * .button__search {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .button-group.radius > *:first-child button, .budget-calculator .button-group.radius > *:first-child .button, .budget-calculator .button-group.radius > *:first-child .button_border, .budget-calculator .button-group.radius > *:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.radius > *:first-child .button__form, .budget-calculator .button-group.radius > *:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.radius > *:first-child .button__search, .budget-calculator .button-group.radius > *:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.radius > *:first-child .buttonoverlay, .budget-calculator .button-group.radius > *:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.radius > *:first-child .buttonoverlay, .budget-calculator .button-group.radius > *:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.radius > *:first-child .button__search {
  border-left: 0;
}

.budget-calculator .button-group.radius > *,
.budget-calculator .button-group.radius > * > a,
.budget-calculator .button-group.radius > * > button,
.budget-calculator .button-group.radius > * > .button,
.budget-calculator .button-group.radius > * > .button_border,
.budget-calculator .form__body fieldset .button-group.radius > * > .button__form,
.form__body fieldset .budget-calculator .button-group.radius > * > .button__form,
.budget-calculator .search-bar .button-group.radius > * > .button__search,
.search-bar .budget-calculator .button-group.radius > * > .button__search,
.budget-calculator .search-overlay .button-group.radius > * > .buttonoverlay,
.search-overlay .budget-calculator .button-group.radius > * > .buttonoverlay,
.budget-calculator .search-main-body .button-group.radius > * > .buttonoverlay,
.search-main-body .budget-calculator .button-group.radius > * > .buttonoverlay,
.budget-calculator .search-result-bar .button-group.radius > * > .button__search,
.search-result-bar .budget-calculator .button-group.radius > * > .button__search {
  border-radius: 0;
}

.budget-calculator .button-group.radius > *:first-child,
.budget-calculator .button-group.radius > *:first-child > a,
.budget-calculator .button-group.radius > *:first-child > button,
.budget-calculator .button-group.radius > *:first-child > .button,
.budget-calculator .button-group.radius > *:first-child > .button_border,
.budget-calculator .form__body fieldset .button-group.radius > *:first-child > .button__form,
.form__body fieldset .budget-calculator .button-group.radius > *:first-child > .button__form,
.budget-calculator .search-bar .button-group.radius > *:first-child > .button__search,
.search-bar .budget-calculator .button-group.radius > *:first-child > .button__search,
.budget-calculator .search-overlay .button-group.radius > *:first-child > .buttonoverlay,
.search-overlay .budget-calculator .button-group.radius > *:first-child > .buttonoverlay,
.budget-calculator .search-main-body .button-group.radius > *:first-child > .buttonoverlay,
.search-main-body .budget-calculator .button-group.radius > *:first-child > .buttonoverlay,
.budget-calculator .search-result-bar .button-group.radius > *:first-child > .button__search,
.search-result-bar .budget-calculator .button-group.radius > *:first-child > .button__search {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.budget-calculator .button-group.radius > *:last-child,
.budget-calculator .button-group.radius > *:last-child > a,
.budget-calculator .button-group.radius > *:last-child > button,
.budget-calculator .button-group.radius > *:last-child > .button,
.budget-calculator .button-group.radius > *:last-child > .button_border,
.budget-calculator .form__body fieldset .button-group.radius > *:last-child > .button__form,
.form__body fieldset .budget-calculator .button-group.radius > *:last-child > .button__form,
.budget-calculator .search-bar .button-group.radius > *:last-child > .button__search,
.search-bar .budget-calculator .button-group.radius > *:last-child > .button__search,
.budget-calculator .search-overlay .button-group.radius > *:last-child > .buttonoverlay,
.search-overlay .budget-calculator .button-group.radius > *:last-child > .buttonoverlay,
.budget-calculator .search-main-body .button-group.radius > *:last-child > .buttonoverlay,
.search-main-body .budget-calculator .button-group.radius > *:last-child > .buttonoverlay,
.budget-calculator .search-result-bar .button-group.radius > *:last-child > .button__search,
.search-result-bar .budget-calculator .button-group.radius > *:last-child > .button__search {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.budget-calculator .button-group.radius.stack > * {
  display: block;
  margin: 0;
}

.budget-calculator .button-group.radius.stack > * > button, .budget-calculator .button-group.radius.stack > * .button, .budget-calculator .button-group.radius.stack > * .button_border, .budget-calculator .button-group.radius.stack > * .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.radius.stack > * .button__form, .budget-calculator .button-group.radius.stack > * .search-bar .button__search, .search-bar .budget-calculator .button-group.radius.stack > * .button__search, .budget-calculator .button-group.radius.stack > * .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.radius.stack > * .buttonoverlay, .budget-calculator .button-group.radius.stack > * .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.radius.stack > * .buttonoverlay, .budget-calculator .button-group.radius.stack > * .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.radius.stack > * .button__search {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .button-group.radius.stack > *:first-child button, .budget-calculator .button-group.radius.stack > *:first-child .button, .budget-calculator .button-group.radius.stack > *:first-child .button_border, .budget-calculator .button-group.radius.stack > *:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.radius.stack > *:first-child .button__form, .budget-calculator .button-group.radius.stack > *:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.radius.stack > *:first-child .button__search, .budget-calculator .button-group.radius.stack > *:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.radius.stack > *:first-child .buttonoverlay, .budget-calculator .button-group.radius.stack > *:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.radius.stack > *:first-child .buttonoverlay, .budget-calculator .button-group.radius.stack > *:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.radius.stack > *:first-child .button__search {
  border-left: 0;
}

.budget-calculator .button-group.radius.stack > * > button, .budget-calculator .button-group.radius.stack > * .button, .budget-calculator .button-group.radius.stack > * .button_border, .budget-calculator .button-group.radius.stack > * .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.radius.stack > * .button__form, .budget-calculator .button-group.radius.stack > * .search-bar .button__search, .search-bar .budget-calculator .button-group.radius.stack > * .button__search, .budget-calculator .button-group.radius.stack > * .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.radius.stack > * .buttonoverlay, .budget-calculator .button-group.radius.stack > * .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.radius.stack > * .buttonoverlay, .budget-calculator .button-group.radius.stack > * .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.radius.stack > * .button__search {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

.budget-calculator .button-group.radius.stack > * > button {
  width: 100%;
}

.budget-calculator .button-group.radius.stack > *:first-child button, .budget-calculator .button-group.radius.stack > *:first-child .button, .budget-calculator .button-group.radius.stack > *:first-child .button_border, .budget-calculator .button-group.radius.stack > *:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.radius.stack > *:first-child .button__form, .budget-calculator .button-group.radius.stack > *:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.radius.stack > *:first-child .button__search, .budget-calculator .button-group.radius.stack > *:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.radius.stack > *:first-child .buttonoverlay, .budget-calculator .button-group.radius.stack > *:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.radius.stack > *:first-child .buttonoverlay, .budget-calculator .button-group.radius.stack > *:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.radius.stack > *:first-child .button__search {
  border-top: 0;
}

.budget-calculator .button-group.radius.stack > *,
.budget-calculator .button-group.radius.stack > * > a,
.budget-calculator .button-group.radius.stack > * > button,
.budget-calculator .button-group.radius.stack > * > .button,
.budget-calculator .button-group.radius.stack > * > .button_border,
.budget-calculator .form__body fieldset .button-group.radius.stack > * > .button__form,
.form__body fieldset .budget-calculator .button-group.radius.stack > * > .button__form,
.budget-calculator .search-bar .button-group.radius.stack > * > .button__search,
.search-bar .budget-calculator .button-group.radius.stack > * > .button__search,
.budget-calculator .search-overlay .button-group.radius.stack > * > .buttonoverlay,
.search-overlay .budget-calculator .button-group.radius.stack > * > .buttonoverlay,
.budget-calculator .search-main-body .button-group.radius.stack > * > .buttonoverlay,
.search-main-body .budget-calculator .button-group.radius.stack > * > .buttonoverlay,
.budget-calculator .search-result-bar .button-group.radius.stack > * > .button__search,
.search-result-bar .budget-calculator .button-group.radius.stack > * > .button__search {
  border-radius: 0;
}

.budget-calculator .button-group.radius.stack > *:first-child,
.budget-calculator .button-group.radius.stack > *:first-child > a,
.budget-calculator .button-group.radius.stack > *:first-child > button,
.budget-calculator .button-group.radius.stack > *:first-child > .button,
.budget-calculator .button-group.radius.stack > *:first-child > .button_border,
.budget-calculator .form__body fieldset .button-group.radius.stack > *:first-child > .button__form,
.form__body fieldset .budget-calculator .button-group.radius.stack > *:first-child > .button__form,
.budget-calculator .search-bar .button-group.radius.stack > *:first-child > .button__search,
.search-bar .budget-calculator .button-group.radius.stack > *:first-child > .button__search,
.budget-calculator .search-overlay .button-group.radius.stack > *:first-child > .buttonoverlay,
.search-overlay .budget-calculator .button-group.radius.stack > *:first-child > .buttonoverlay,
.budget-calculator .search-main-body .button-group.radius.stack > *:first-child > .buttonoverlay,
.search-main-body .budget-calculator .button-group.radius.stack > *:first-child > .buttonoverlay,
.budget-calculator .search-result-bar .button-group.radius.stack > *:first-child > .button__search,
.search-result-bar .budget-calculator .button-group.radius.stack > *:first-child > .button__search {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.budget-calculator .button-group.radius.stack > *:last-child,
.budget-calculator .button-group.radius.stack > *:last-child > a,
.budget-calculator .button-group.radius.stack > *:last-child > button,
.budget-calculator .button-group.radius.stack > *:last-child > .button,
.budget-calculator .button-group.radius.stack > *:last-child > .button_border,
.budget-calculator .form__body fieldset .button-group.radius.stack > *:last-child > .button__form,
.form__body fieldset .budget-calculator .button-group.radius.stack > *:last-child > .button__form,
.budget-calculator .search-bar .button-group.radius.stack > *:last-child > .button__search,
.search-bar .budget-calculator .button-group.radius.stack > *:last-child > .button__search,
.budget-calculator .search-overlay .button-group.radius.stack > *:last-child > .buttonoverlay,
.search-overlay .budget-calculator .button-group.radius.stack > *:last-child > .buttonoverlay,
.budget-calculator .search-main-body .button-group.radius.stack > *:last-child > .buttonoverlay,
.search-main-body .budget-calculator .button-group.radius.stack > *:last-child > .buttonoverlay,
.budget-calculator .search-result-bar .button-group.radius.stack > *:last-child > .button__search,
.search-result-bar .budget-calculator .button-group.radius.stack > *:last-child > .button__search {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .button-group.radius.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .budget-calculator .button-group.radius.stack-for-small > * > button, .budget-calculator .button-group.radius.stack-for-small > * .button, .budget-calculator .button-group.radius.stack-for-small > * .button_border, .budget-calculator .button-group.radius.stack-for-small > * .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.radius.stack-for-small > * .button__form, .budget-calculator .button-group.radius.stack-for-small > * .search-bar .button__search, .search-bar .budget-calculator .button-group.radius.stack-for-small > * .button__search, .budget-calculator .button-group.radius.stack-for-small > * .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.radius.stack-for-small > * .buttonoverlay, .budget-calculator .button-group.radius.stack-for-small > * .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.radius.stack-for-small > * .buttonoverlay, .budget-calculator .button-group.radius.stack-for-small > * .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.radius.stack-for-small > * .button__search {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .budget-calculator .button-group.radius.stack-for-small > *:first-child button, .budget-calculator .button-group.radius.stack-for-small > *:first-child .button, .budget-calculator .button-group.radius.stack-for-small > *:first-child .button_border, .budget-calculator .button-group.radius.stack-for-small > *:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.radius.stack-for-small > *:first-child .button__form, .budget-calculator .button-group.radius.stack-for-small > *:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.radius.stack-for-small > *:first-child .button__search, .budget-calculator .button-group.radius.stack-for-small > *:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.radius.stack-for-small > *:first-child .buttonoverlay, .budget-calculator .button-group.radius.stack-for-small > *:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.radius.stack-for-small > *:first-child .buttonoverlay, .budget-calculator .button-group.radius.stack-for-small > *:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.radius.stack-for-small > *:first-child .button__search {
    border-left: 0;
  }
  .budget-calculator .button-group.radius.stack-for-small > *,
  .budget-calculator .button-group.radius.stack-for-small > * > a,
  .budget-calculator .button-group.radius.stack-for-small > * > button,
  .budget-calculator .button-group.radius.stack-for-small > * > .button,
  .budget-calculator .button-group.radius.stack-for-small > * > .button_border,
  .budget-calculator .form__body fieldset .button-group.radius.stack-for-small > * > .button__form,
  .form__body fieldset .budget-calculator .button-group.radius.stack-for-small > * > .button__form,
  .budget-calculator .search-bar .button-group.radius.stack-for-small > * > .button__search,
  .search-bar .budget-calculator .button-group.radius.stack-for-small > * > .button__search,
  .budget-calculator .search-overlay .button-group.radius.stack-for-small > * > .buttonoverlay,
  .search-overlay .budget-calculator .button-group.radius.stack-for-small > * > .buttonoverlay,
  .budget-calculator .search-main-body .button-group.radius.stack-for-small > * > .buttonoverlay,
  .search-main-body .budget-calculator .button-group.radius.stack-for-small > * > .buttonoverlay,
  .budget-calculator .search-result-bar .button-group.radius.stack-for-small > * > .button__search,
  .search-result-bar .budget-calculator .button-group.radius.stack-for-small > * > .button__search {
    border-radius: 0;
  }
  .budget-calculator .button-group.radius.stack-for-small > *:first-child,
  .budget-calculator .button-group.radius.stack-for-small > *:first-child > a,
  .budget-calculator .button-group.radius.stack-for-small > *:first-child > button,
  .budget-calculator .button-group.radius.stack-for-small > *:first-child > .button,
  .budget-calculator .button-group.radius.stack-for-small > *:first-child > .button_border,
  .budget-calculator .form__body fieldset .button-group.radius.stack-for-small > *:first-child > .button__form,
  .form__body fieldset .budget-calculator .button-group.radius.stack-for-small > *:first-child > .button__form,
  .budget-calculator .search-bar .button-group.radius.stack-for-small > *:first-child > .button__search,
  .search-bar .budget-calculator .button-group.radius.stack-for-small > *:first-child > .button__search,
  .budget-calculator .search-overlay .button-group.radius.stack-for-small > *:first-child > .buttonoverlay,
  .search-overlay .budget-calculator .button-group.radius.stack-for-small > *:first-child > .buttonoverlay,
  .budget-calculator .search-main-body .button-group.radius.stack-for-small > *:first-child > .buttonoverlay,
  .search-main-body .budget-calculator .button-group.radius.stack-for-small > *:first-child > .buttonoverlay,
  .budget-calculator .search-result-bar .button-group.radius.stack-for-small > *:first-child > .button__search,
  .search-result-bar .budget-calculator .button-group.radius.stack-for-small > *:first-child > .button__search {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .budget-calculator .button-group.radius.stack-for-small > *:last-child,
  .budget-calculator .button-group.radius.stack-for-small > *:last-child > a,
  .budget-calculator .button-group.radius.stack-for-small > *:last-child > button,
  .budget-calculator .button-group.radius.stack-for-small > *:last-child > .button,
  .budget-calculator .button-group.radius.stack-for-small > *:last-child > .button_border,
  .budget-calculator .form__body fieldset .button-group.radius.stack-for-small > *:last-child > .button__form,
  .form__body fieldset .budget-calculator .button-group.radius.stack-for-small > *:last-child > .button__form,
  .budget-calculator .search-bar .button-group.radius.stack-for-small > *:last-child > .button__search,
  .search-bar .budget-calculator .button-group.radius.stack-for-small > *:last-child > .button__search,
  .budget-calculator .search-overlay .button-group.radius.stack-for-small > *:last-child > .buttonoverlay,
  .search-overlay .budget-calculator .button-group.radius.stack-for-small > *:last-child > .buttonoverlay,
  .budget-calculator .search-main-body .button-group.radius.stack-for-small > *:last-child > .buttonoverlay,
  .search-main-body .budget-calculator .button-group.radius.stack-for-small > *:last-child > .buttonoverlay,
  .budget-calculator .search-result-bar .button-group.radius.stack-for-small > *:last-child > .button__search,
  .search-result-bar .budget-calculator .button-group.radius.stack-for-small > *:last-child > .button__search {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}

@media only screen and (max-width: 40em) {
  .budget-calculator .button-group.radius.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .budget-calculator .button-group.radius.stack-for-small > * > button, .budget-calculator .button-group.radius.stack-for-small > * .button, .budget-calculator .button-group.radius.stack-for-small > * .button_border, .budget-calculator .button-group.radius.stack-for-small > * .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.radius.stack-for-small > * .button__form, .budget-calculator .button-group.radius.stack-for-small > * .search-bar .button__search, .search-bar .budget-calculator .button-group.radius.stack-for-small > * .button__search, .budget-calculator .button-group.radius.stack-for-small > * .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.radius.stack-for-small > * .buttonoverlay, .budget-calculator .button-group.radius.stack-for-small > * .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.radius.stack-for-small > * .buttonoverlay, .budget-calculator .button-group.radius.stack-for-small > * .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.radius.stack-for-small > * .button__search {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .budget-calculator .button-group.radius.stack-for-small > *:first-child button, .budget-calculator .button-group.radius.stack-for-small > *:first-child .button, .budget-calculator .button-group.radius.stack-for-small > *:first-child .button_border, .budget-calculator .button-group.radius.stack-for-small > *:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.radius.stack-for-small > *:first-child .button__form, .budget-calculator .button-group.radius.stack-for-small > *:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.radius.stack-for-small > *:first-child .button__search, .budget-calculator .button-group.radius.stack-for-small > *:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.radius.stack-for-small > *:first-child .buttonoverlay, .budget-calculator .button-group.radius.stack-for-small > *:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.radius.stack-for-small > *:first-child .buttonoverlay, .budget-calculator .button-group.radius.stack-for-small > *:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.radius.stack-for-small > *:first-child .button__search {
    border-left: 0;
  }
  .budget-calculator .button-group.radius.stack-for-small > * > button, .budget-calculator .button-group.radius.stack-for-small > * .button, .budget-calculator .button-group.radius.stack-for-small > * .button_border, .budget-calculator .button-group.radius.stack-for-small > * .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.radius.stack-for-small > * .button__form, .budget-calculator .button-group.radius.stack-for-small > * .search-bar .button__search, .search-bar .budget-calculator .button-group.radius.stack-for-small > * .button__search, .budget-calculator .button-group.radius.stack-for-small > * .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.radius.stack-for-small > * .buttonoverlay, .budget-calculator .button-group.radius.stack-for-small > * .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.radius.stack-for-small > * .buttonoverlay, .budget-calculator .button-group.radius.stack-for-small > * .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.radius.stack-for-small > * .button__search {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .budget-calculator .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  .budget-calculator .button-group.radius.stack-for-small > *:first-child button, .budget-calculator .button-group.radius.stack-for-small > *:first-child .button, .budget-calculator .button-group.radius.stack-for-small > *:first-child .button_border, .budget-calculator .button-group.radius.stack-for-small > *:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.radius.stack-for-small > *:first-child .button__form, .budget-calculator .button-group.radius.stack-for-small > *:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.radius.stack-for-small > *:first-child .button__search, .budget-calculator .button-group.radius.stack-for-small > *:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.radius.stack-for-small > *:first-child .buttonoverlay, .budget-calculator .button-group.radius.stack-for-small > *:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.radius.stack-for-small > *:first-child .buttonoverlay, .budget-calculator .button-group.radius.stack-for-small > *:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.radius.stack-for-small > *:first-child .button__search {
    border-top: 0;
  }
  .budget-calculator .button-group.radius.stack-for-small > *,
  .budget-calculator .button-group.radius.stack-for-small > * > a,
  .budget-calculator .button-group.radius.stack-for-small > * > button,
  .budget-calculator .button-group.radius.stack-for-small > * > .button,
  .budget-calculator .button-group.radius.stack-for-small > * > .button_border,
  .budget-calculator .form__body fieldset .button-group.radius.stack-for-small > * > .button__form,
  .form__body fieldset .budget-calculator .button-group.radius.stack-for-small > * > .button__form,
  .budget-calculator .search-bar .button-group.radius.stack-for-small > * > .button__search,
  .search-bar .budget-calculator .button-group.radius.stack-for-small > * > .button__search,
  .budget-calculator .search-overlay .button-group.radius.stack-for-small > * > .buttonoverlay,
  .search-overlay .budget-calculator .button-group.radius.stack-for-small > * > .buttonoverlay,
  .budget-calculator .search-main-body .button-group.radius.stack-for-small > * > .buttonoverlay,
  .search-main-body .budget-calculator .button-group.radius.stack-for-small > * > .buttonoverlay,
  .budget-calculator .search-result-bar .button-group.radius.stack-for-small > * > .button__search,
  .search-result-bar .budget-calculator .button-group.radius.stack-for-small > * > .button__search {
    border-radius: 0;
  }
  .budget-calculator .button-group.radius.stack-for-small > *:first-child,
  .budget-calculator .button-group.radius.stack-for-small > *:first-child > a,
  .budget-calculator .button-group.radius.stack-for-small > *:first-child > button,
  .budget-calculator .button-group.radius.stack-for-small > *:first-child > .button,
  .budget-calculator .button-group.radius.stack-for-small > *:first-child > .button_border,
  .budget-calculator .form__body fieldset .button-group.radius.stack-for-small > *:first-child > .button__form,
  .form__body fieldset .budget-calculator .button-group.radius.stack-for-small > *:first-child > .button__form,
  .budget-calculator .search-bar .button-group.radius.stack-for-small > *:first-child > .button__search,
  .search-bar .budget-calculator .button-group.radius.stack-for-small > *:first-child > .button__search,
  .budget-calculator .search-overlay .button-group.radius.stack-for-small > *:first-child > .buttonoverlay,
  .search-overlay .budget-calculator .button-group.radius.stack-for-small > *:first-child > .buttonoverlay,
  .budget-calculator .search-main-body .button-group.radius.stack-for-small > *:first-child > .buttonoverlay,
  .search-main-body .budget-calculator .button-group.radius.stack-for-small > *:first-child > .buttonoverlay,
  .budget-calculator .search-result-bar .button-group.radius.stack-for-small > *:first-child > .button__search,
  .search-result-bar .budget-calculator .button-group.radius.stack-for-small > *:first-child > .button__search {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .budget-calculator .button-group.radius.stack-for-small > *:last-child,
  .budget-calculator .button-group.radius.stack-for-small > *:last-child > a,
  .budget-calculator .button-group.radius.stack-for-small > *:last-child > button,
  .budget-calculator .button-group.radius.stack-for-small > *:last-child > .button,
  .budget-calculator .button-group.radius.stack-for-small > *:last-child > .button_border,
  .budget-calculator .form__body fieldset .button-group.radius.stack-for-small > *:last-child > .button__form,
  .form__body fieldset .budget-calculator .button-group.radius.stack-for-small > *:last-child > .button__form,
  .budget-calculator .search-bar .button-group.radius.stack-for-small > *:last-child > .button__search,
  .search-bar .budget-calculator .button-group.radius.stack-for-small > *:last-child > .button__search,
  .budget-calculator .search-overlay .button-group.radius.stack-for-small > *:last-child > .buttonoverlay,
  .search-overlay .budget-calculator .button-group.radius.stack-for-small > *:last-child > .buttonoverlay,
  .budget-calculator .search-main-body .button-group.radius.stack-for-small > *:last-child > .buttonoverlay,
  .search-main-body .budget-calculator .button-group.radius.stack-for-small > *:last-child > .buttonoverlay,
  .budget-calculator .search-result-bar .button-group.radius.stack-for-small > *:last-child > .button__search,
  .search-result-bar .budget-calculator .button-group.radius.stack-for-small > *:last-child > .button__search {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}

.budget-calculator .button-group.round > * {
  display: inline-block;
  margin: 0 -2px;
}

.budget-calculator .button-group.round > * > button, .budget-calculator .button-group.round > * .button, .budget-calculator .button-group.round > * .button_border, .budget-calculator .button-group.round > * .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.round > * .button__form, .budget-calculator .button-group.round > * .search-bar .button__search, .search-bar .budget-calculator .button-group.round > * .button__search, .budget-calculator .button-group.round > * .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.round > * .buttonoverlay, .budget-calculator .button-group.round > * .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.round > * .buttonoverlay, .budget-calculator .button-group.round > * .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.round > * .button__search {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .button-group.round > *:first-child button, .budget-calculator .button-group.round > *:first-child .button, .budget-calculator .button-group.round > *:first-child .button_border, .budget-calculator .button-group.round > *:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.round > *:first-child .button__form, .budget-calculator .button-group.round > *:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.round > *:first-child .button__search, .budget-calculator .button-group.round > *:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.round > *:first-child .buttonoverlay, .budget-calculator .button-group.round > *:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.round > *:first-child .buttonoverlay, .budget-calculator .button-group.round > *:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.round > *:first-child .button__search {
  border-left: 0;
}

.budget-calculator .button-group.round > *,
.budget-calculator .button-group.round > * > a,
.budget-calculator .button-group.round > * > button,
.budget-calculator .button-group.round > * > .button,
.budget-calculator .button-group.round > * > .button_border,
.budget-calculator .form__body fieldset .button-group.round > * > .button__form,
.form__body fieldset .budget-calculator .button-group.round > * > .button__form,
.budget-calculator .search-bar .button-group.round > * > .button__search,
.search-bar .budget-calculator .button-group.round > * > .button__search,
.budget-calculator .search-overlay .button-group.round > * > .buttonoverlay,
.search-overlay .budget-calculator .button-group.round > * > .buttonoverlay,
.budget-calculator .search-main-body .button-group.round > * > .buttonoverlay,
.search-main-body .budget-calculator .button-group.round > * > .buttonoverlay,
.budget-calculator .search-result-bar .button-group.round > * > .button__search,
.search-result-bar .budget-calculator .button-group.round > * > .button__search {
  border-radius: 0;
}

.budget-calculator .button-group.round > *:first-child,
.budget-calculator .button-group.round > *:first-child > a,
.budget-calculator .button-group.round > *:first-child > button,
.budget-calculator .button-group.round > *:first-child > .button,
.budget-calculator .button-group.round > *:first-child > .button_border,
.budget-calculator .form__body fieldset .button-group.round > *:first-child > .button__form,
.form__body fieldset .budget-calculator .button-group.round > *:first-child > .button__form,
.budget-calculator .search-bar .button-group.round > *:first-child > .button__search,
.search-bar .budget-calculator .button-group.round > *:first-child > .button__search,
.budget-calculator .search-overlay .button-group.round > *:first-child > .buttonoverlay,
.search-overlay .budget-calculator .button-group.round > *:first-child > .buttonoverlay,
.budget-calculator .search-main-body .button-group.round > *:first-child > .buttonoverlay,
.search-main-body .budget-calculator .button-group.round > *:first-child > .buttonoverlay,
.budget-calculator .search-result-bar .button-group.round > *:first-child > .button__search,
.search-result-bar .budget-calculator .button-group.round > *:first-child > .button__search {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.budget-calculator .button-group.round > *:last-child,
.budget-calculator .button-group.round > *:last-child > a,
.budget-calculator .button-group.round > *:last-child > button,
.budget-calculator .button-group.round > *:last-child > .button,
.budget-calculator .button-group.round > *:last-child > .button_border,
.budget-calculator .form__body fieldset .button-group.round > *:last-child > .button__form,
.form__body fieldset .budget-calculator .button-group.round > *:last-child > .button__form,
.budget-calculator .search-bar .button-group.round > *:last-child > .button__search,
.search-bar .budget-calculator .button-group.round > *:last-child > .button__search,
.budget-calculator .search-overlay .button-group.round > *:last-child > .buttonoverlay,
.search-overlay .budget-calculator .button-group.round > *:last-child > .buttonoverlay,
.budget-calculator .search-main-body .button-group.round > *:last-child > .buttonoverlay,
.search-main-body .budget-calculator .button-group.round > *:last-child > .buttonoverlay,
.budget-calculator .search-result-bar .button-group.round > *:last-child > .button__search,
.search-result-bar .budget-calculator .button-group.round > *:last-child > .button__search {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.budget-calculator .button-group.round.stack > * {
  display: block;
  margin: 0;
}

.budget-calculator .button-group.round.stack > * > button, .budget-calculator .button-group.round.stack > * .button, .budget-calculator .button-group.round.stack > * .button_border, .budget-calculator .button-group.round.stack > * .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.round.stack > * .button__form, .budget-calculator .button-group.round.stack > * .search-bar .button__search, .search-bar .budget-calculator .button-group.round.stack > * .button__search, .budget-calculator .button-group.round.stack > * .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.round.stack > * .buttonoverlay, .budget-calculator .button-group.round.stack > * .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.round.stack > * .buttonoverlay, .budget-calculator .button-group.round.stack > * .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.round.stack > * .button__search {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .button-group.round.stack > *:first-child button, .budget-calculator .button-group.round.stack > *:first-child .button, .budget-calculator .button-group.round.stack > *:first-child .button_border, .budget-calculator .button-group.round.stack > *:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.round.stack > *:first-child .button__form, .budget-calculator .button-group.round.stack > *:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.round.stack > *:first-child .button__search, .budget-calculator .button-group.round.stack > *:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.round.stack > *:first-child .buttonoverlay, .budget-calculator .button-group.round.stack > *:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.round.stack > *:first-child .buttonoverlay, .budget-calculator .button-group.round.stack > *:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.round.stack > *:first-child .button__search {
  border-left: 0;
}

.budget-calculator .button-group.round.stack > * > button, .budget-calculator .button-group.round.stack > * .button, .budget-calculator .button-group.round.stack > * .button_border, .budget-calculator .button-group.round.stack > * .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.round.stack > * .button__form, .budget-calculator .button-group.round.stack > * .search-bar .button__search, .search-bar .budget-calculator .button-group.round.stack > * .button__search, .budget-calculator .button-group.round.stack > * .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.round.stack > * .buttonoverlay, .budget-calculator .button-group.round.stack > * .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.round.stack > * .buttonoverlay, .budget-calculator .button-group.round.stack > * .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.round.stack > * .button__search {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

.budget-calculator .button-group.round.stack > * > button {
  width: 100%;
}

.budget-calculator .button-group.round.stack > *:first-child button, .budget-calculator .button-group.round.stack > *:first-child .button, .budget-calculator .button-group.round.stack > *:first-child .button_border, .budget-calculator .button-group.round.stack > *:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.round.stack > *:first-child .button__form, .budget-calculator .button-group.round.stack > *:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.round.stack > *:first-child .button__search, .budget-calculator .button-group.round.stack > *:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.round.stack > *:first-child .buttonoverlay, .budget-calculator .button-group.round.stack > *:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.round.stack > *:first-child .buttonoverlay, .budget-calculator .button-group.round.stack > *:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.round.stack > *:first-child .button__search {
  border-top: 0;
}

.budget-calculator .button-group.round.stack > *,
.budget-calculator .button-group.round.stack > * > a,
.budget-calculator .button-group.round.stack > * > button,
.budget-calculator .button-group.round.stack > * > .button,
.budget-calculator .button-group.round.stack > * > .button_border,
.budget-calculator .form__body fieldset .button-group.round.stack > * > .button__form,
.form__body fieldset .budget-calculator .button-group.round.stack > * > .button__form,
.budget-calculator .search-bar .button-group.round.stack > * > .button__search,
.search-bar .budget-calculator .button-group.round.stack > * > .button__search,
.budget-calculator .search-overlay .button-group.round.stack > * > .buttonoverlay,
.search-overlay .budget-calculator .button-group.round.stack > * > .buttonoverlay,
.budget-calculator .search-main-body .button-group.round.stack > * > .buttonoverlay,
.search-main-body .budget-calculator .button-group.round.stack > * > .buttonoverlay,
.budget-calculator .search-result-bar .button-group.round.stack > * > .button__search,
.search-result-bar .budget-calculator .button-group.round.stack > * > .button__search {
  border-radius: 0;
}

.budget-calculator .button-group.round.stack > *:first-child,
.budget-calculator .button-group.round.stack > *:first-child > a,
.budget-calculator .button-group.round.stack > *:first-child > button,
.budget-calculator .button-group.round.stack > *:first-child > .button,
.budget-calculator .button-group.round.stack > *:first-child > .button_border,
.budget-calculator .form__body fieldset .button-group.round.stack > *:first-child > .button__form,
.form__body fieldset .budget-calculator .button-group.round.stack > *:first-child > .button__form,
.budget-calculator .search-bar .button-group.round.stack > *:first-child > .button__search,
.search-bar .budget-calculator .button-group.round.stack > *:first-child > .button__search,
.budget-calculator .search-overlay .button-group.round.stack > *:first-child > .buttonoverlay,
.search-overlay .budget-calculator .button-group.round.stack > *:first-child > .buttonoverlay,
.budget-calculator .search-main-body .button-group.round.stack > *:first-child > .buttonoverlay,
.search-main-body .budget-calculator .button-group.round.stack > *:first-child > .buttonoverlay,
.budget-calculator .search-result-bar .button-group.round.stack > *:first-child > .button__search,
.search-result-bar .budget-calculator .button-group.round.stack > *:first-child > .button__search {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.budget-calculator .button-group.round.stack > *:last-child,
.budget-calculator .button-group.round.stack > *:last-child > a,
.budget-calculator .button-group.round.stack > *:last-child > button,
.budget-calculator .button-group.round.stack > *:last-child > .button,
.budget-calculator .button-group.round.stack > *:last-child > .button_border,
.budget-calculator .form__body fieldset .button-group.round.stack > *:last-child > .button__form,
.form__body fieldset .budget-calculator .button-group.round.stack > *:last-child > .button__form,
.budget-calculator .search-bar .button-group.round.stack > *:last-child > .button__search,
.search-bar .budget-calculator .button-group.round.stack > *:last-child > .button__search,
.budget-calculator .search-overlay .button-group.round.stack > *:last-child > .buttonoverlay,
.search-overlay .budget-calculator .button-group.round.stack > *:last-child > .buttonoverlay,
.budget-calculator .search-main-body .button-group.round.stack > *:last-child > .buttonoverlay,
.search-main-body .budget-calculator .button-group.round.stack > *:last-child > .buttonoverlay,
.budget-calculator .search-result-bar .button-group.round.stack > *:last-child > .button__search,
.search-result-bar .budget-calculator .button-group.round.stack > *:last-child > .button__search {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .button-group.round.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .budget-calculator .button-group.round.stack-for-small > * > button, .budget-calculator .button-group.round.stack-for-small > * .button, .budget-calculator .button-group.round.stack-for-small > * .button_border, .budget-calculator .button-group.round.stack-for-small > * .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.round.stack-for-small > * .button__form, .budget-calculator .button-group.round.stack-for-small > * .search-bar .button__search, .search-bar .budget-calculator .button-group.round.stack-for-small > * .button__search, .budget-calculator .button-group.round.stack-for-small > * .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.round.stack-for-small > * .buttonoverlay, .budget-calculator .button-group.round.stack-for-small > * .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.round.stack-for-small > * .buttonoverlay, .budget-calculator .button-group.round.stack-for-small > * .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.round.stack-for-small > * .button__search {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .budget-calculator .button-group.round.stack-for-small > *:first-child button, .budget-calculator .button-group.round.stack-for-small > *:first-child .button, .budget-calculator .button-group.round.stack-for-small > *:first-child .button_border, .budget-calculator .button-group.round.stack-for-small > *:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.round.stack-for-small > *:first-child .button__form, .budget-calculator .button-group.round.stack-for-small > *:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.round.stack-for-small > *:first-child .button__search, .budget-calculator .button-group.round.stack-for-small > *:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.round.stack-for-small > *:first-child .buttonoverlay, .budget-calculator .button-group.round.stack-for-small > *:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.round.stack-for-small > *:first-child .buttonoverlay, .budget-calculator .button-group.round.stack-for-small > *:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.round.stack-for-small > *:first-child .button__search {
    border-left: 0;
  }
  .budget-calculator .button-group.round.stack-for-small > *,
  .budget-calculator .button-group.round.stack-for-small > * > a,
  .budget-calculator .button-group.round.stack-for-small > * > button,
  .budget-calculator .button-group.round.stack-for-small > * > .button,
  .budget-calculator .button-group.round.stack-for-small > * > .button_border,
  .budget-calculator .form__body fieldset .button-group.round.stack-for-small > * > .button__form,
  .form__body fieldset .budget-calculator .button-group.round.stack-for-small > * > .button__form,
  .budget-calculator .search-bar .button-group.round.stack-for-small > * > .button__search,
  .search-bar .budget-calculator .button-group.round.stack-for-small > * > .button__search,
  .budget-calculator .search-overlay .button-group.round.stack-for-small > * > .buttonoverlay,
  .search-overlay .budget-calculator .button-group.round.stack-for-small > * > .buttonoverlay,
  .budget-calculator .search-main-body .button-group.round.stack-for-small > * > .buttonoverlay,
  .search-main-body .budget-calculator .button-group.round.stack-for-small > * > .buttonoverlay,
  .budget-calculator .search-result-bar .button-group.round.stack-for-small > * > .button__search,
  .search-result-bar .budget-calculator .button-group.round.stack-for-small > * > .button__search {
    border-radius: 0;
  }
  .budget-calculator .button-group.round.stack-for-small > *:first-child,
  .budget-calculator .button-group.round.stack-for-small > *:first-child > a,
  .budget-calculator .button-group.round.stack-for-small > *:first-child > button,
  .budget-calculator .button-group.round.stack-for-small > *:first-child > .button,
  .budget-calculator .button-group.round.stack-for-small > *:first-child > .button_border,
  .budget-calculator .form__body fieldset .button-group.round.stack-for-small > *:first-child > .button__form,
  .form__body fieldset .budget-calculator .button-group.round.stack-for-small > *:first-child > .button__form,
  .budget-calculator .search-bar .button-group.round.stack-for-small > *:first-child > .button__search,
  .search-bar .budget-calculator .button-group.round.stack-for-small > *:first-child > .button__search,
  .budget-calculator .search-overlay .button-group.round.stack-for-small > *:first-child > .buttonoverlay,
  .search-overlay .budget-calculator .button-group.round.stack-for-small > *:first-child > .buttonoverlay,
  .budget-calculator .search-main-body .button-group.round.stack-for-small > *:first-child > .buttonoverlay,
  .search-main-body .budget-calculator .button-group.round.stack-for-small > *:first-child > .buttonoverlay,
  .budget-calculator .search-result-bar .button-group.round.stack-for-small > *:first-child > .button__search,
  .search-result-bar .budget-calculator .button-group.round.stack-for-small > *:first-child > .button__search {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .budget-calculator .button-group.round.stack-for-small > *:last-child,
  .budget-calculator .button-group.round.stack-for-small > *:last-child > a,
  .budget-calculator .button-group.round.stack-for-small > *:last-child > button,
  .budget-calculator .button-group.round.stack-for-small > *:last-child > .button,
  .budget-calculator .button-group.round.stack-for-small > *:last-child > .button_border,
  .budget-calculator .form__body fieldset .button-group.round.stack-for-small > *:last-child > .button__form,
  .form__body fieldset .budget-calculator .button-group.round.stack-for-small > *:last-child > .button__form,
  .budget-calculator .search-bar .button-group.round.stack-for-small > *:last-child > .button__search,
  .search-bar .budget-calculator .button-group.round.stack-for-small > *:last-child > .button__search,
  .budget-calculator .search-overlay .button-group.round.stack-for-small > *:last-child > .buttonoverlay,
  .search-overlay .budget-calculator .button-group.round.stack-for-small > *:last-child > .buttonoverlay,
  .budget-calculator .search-main-body .button-group.round.stack-for-small > *:last-child > .buttonoverlay,
  .search-main-body .budget-calculator .button-group.round.stack-for-small > *:last-child > .buttonoverlay,
  .budget-calculator .search-result-bar .button-group.round.stack-for-small > *:last-child > .button__search,
  .search-result-bar .budget-calculator .button-group.round.stack-for-small > *:last-child > .button__search {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}

@media only screen and (max-width: 40em) {
  .budget-calculator .button-group.round.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .budget-calculator .button-group.round.stack-for-small > * > button, .budget-calculator .button-group.round.stack-for-small > * .button, .budget-calculator .button-group.round.stack-for-small > * .button_border, .budget-calculator .button-group.round.stack-for-small > * .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.round.stack-for-small > * .button__form, .budget-calculator .button-group.round.stack-for-small > * .search-bar .button__search, .search-bar .budget-calculator .button-group.round.stack-for-small > * .button__search, .budget-calculator .button-group.round.stack-for-small > * .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.round.stack-for-small > * .buttonoverlay, .budget-calculator .button-group.round.stack-for-small > * .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.round.stack-for-small > * .buttonoverlay, .budget-calculator .button-group.round.stack-for-small > * .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.round.stack-for-small > * .button__search {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .budget-calculator .button-group.round.stack-for-small > *:first-child button, .budget-calculator .button-group.round.stack-for-small > *:first-child .button, .budget-calculator .button-group.round.stack-for-small > *:first-child .button_border, .budget-calculator .button-group.round.stack-for-small > *:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.round.stack-for-small > *:first-child .button__form, .budget-calculator .button-group.round.stack-for-small > *:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.round.stack-for-small > *:first-child .button__search, .budget-calculator .button-group.round.stack-for-small > *:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.round.stack-for-small > *:first-child .buttonoverlay, .budget-calculator .button-group.round.stack-for-small > *:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.round.stack-for-small > *:first-child .buttonoverlay, .budget-calculator .button-group.round.stack-for-small > *:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.round.stack-for-small > *:first-child .button__search {
    border-left: 0;
  }
  .budget-calculator .button-group.round.stack-for-small > * > button, .budget-calculator .button-group.round.stack-for-small > * .button, .budget-calculator .button-group.round.stack-for-small > * .button_border, .budget-calculator .button-group.round.stack-for-small > * .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.round.stack-for-small > * .button__form, .budget-calculator .button-group.round.stack-for-small > * .search-bar .button__search, .search-bar .budget-calculator .button-group.round.stack-for-small > * .button__search, .budget-calculator .button-group.round.stack-for-small > * .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.round.stack-for-small > * .buttonoverlay, .budget-calculator .button-group.round.stack-for-small > * .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.round.stack-for-small > * .buttonoverlay, .budget-calculator .button-group.round.stack-for-small > * .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.round.stack-for-small > * .button__search {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .budget-calculator .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  .budget-calculator .button-group.round.stack-for-small > *:first-child button, .budget-calculator .button-group.round.stack-for-small > *:first-child .button, .budget-calculator .button-group.round.stack-for-small > *:first-child .button_border, .budget-calculator .button-group.round.stack-for-small > *:first-child .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button-group.round.stack-for-small > *:first-child .button__form, .budget-calculator .button-group.round.stack-for-small > *:first-child .search-bar .button__search, .search-bar .budget-calculator .button-group.round.stack-for-small > *:first-child .button__search, .budget-calculator .button-group.round.stack-for-small > *:first-child .search-overlay .buttonoverlay, .search-overlay .budget-calculator .button-group.round.stack-for-small > *:first-child .buttonoverlay, .budget-calculator .button-group.round.stack-for-small > *:first-child .search-main-body .buttonoverlay, .search-main-body .budget-calculator .button-group.round.stack-for-small > *:first-child .buttonoverlay, .budget-calculator .button-group.round.stack-for-small > *:first-child .search-result-bar .button__search, .search-result-bar .budget-calculator .button-group.round.stack-for-small > *:first-child .button__search {
    border-top: 0;
  }
  .budget-calculator .button-group.round.stack-for-small > *,
  .budget-calculator .button-group.round.stack-for-small > * > a,
  .budget-calculator .button-group.round.stack-for-small > * > button,
  .budget-calculator .button-group.round.stack-for-small > * > .button,
  .budget-calculator .button-group.round.stack-for-small > * > .button_border,
  .budget-calculator .form__body fieldset .button-group.round.stack-for-small > * > .button__form,
  .form__body fieldset .budget-calculator .button-group.round.stack-for-small > * > .button__form,
  .budget-calculator .search-bar .button-group.round.stack-for-small > * > .button__search,
  .search-bar .budget-calculator .button-group.round.stack-for-small > * > .button__search,
  .budget-calculator .search-overlay .button-group.round.stack-for-small > * > .buttonoverlay,
  .search-overlay .budget-calculator .button-group.round.stack-for-small > * > .buttonoverlay,
  .budget-calculator .search-main-body .button-group.round.stack-for-small > * > .buttonoverlay,
  .search-main-body .budget-calculator .button-group.round.stack-for-small > * > .buttonoverlay,
  .budget-calculator .search-result-bar .button-group.round.stack-for-small > * > .button__search,
  .search-result-bar .budget-calculator .button-group.round.stack-for-small > * > .button__search {
    border-radius: 0;
  }
  .budget-calculator .button-group.round.stack-for-small > *:first-child,
  .budget-calculator .button-group.round.stack-for-small > *:first-child > a,
  .budget-calculator .button-group.round.stack-for-small > *:first-child > button,
  .budget-calculator .button-group.round.stack-for-small > *:first-child > .button,
  .budget-calculator .button-group.round.stack-for-small > *:first-child > .button_border,
  .budget-calculator .form__body fieldset .button-group.round.stack-for-small > *:first-child > .button__form,
  .form__body fieldset .budget-calculator .button-group.round.stack-for-small > *:first-child > .button__form,
  .budget-calculator .search-bar .button-group.round.stack-for-small > *:first-child > .button__search,
  .search-bar .budget-calculator .button-group.round.stack-for-small > *:first-child > .button__search,
  .budget-calculator .search-overlay .button-group.round.stack-for-small > *:first-child > .buttonoverlay,
  .search-overlay .budget-calculator .button-group.round.stack-for-small > *:first-child > .buttonoverlay,
  .budget-calculator .search-main-body .button-group.round.stack-for-small > *:first-child > .buttonoverlay,
  .search-main-body .budget-calculator .button-group.round.stack-for-small > *:first-child > .buttonoverlay,
  .budget-calculator .search-result-bar .button-group.round.stack-for-small > *:first-child > .button__search,
  .search-result-bar .budget-calculator .button-group.round.stack-for-small > *:first-child > .button__search {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .budget-calculator .button-group.round.stack-for-small > *:last-child,
  .budget-calculator .button-group.round.stack-for-small > *:last-child > a,
  .budget-calculator .button-group.round.stack-for-small > *:last-child > button,
  .budget-calculator .button-group.round.stack-for-small > *:last-child > .button,
  .budget-calculator .button-group.round.stack-for-small > *:last-child > .button_border,
  .budget-calculator .form__body fieldset .button-group.round.stack-for-small > *:last-child > .button__form,
  .form__body fieldset .budget-calculator .button-group.round.stack-for-small > *:last-child > .button__form,
  .budget-calculator .search-bar .button-group.round.stack-for-small > *:last-child > .button__search,
  .search-bar .budget-calculator .button-group.round.stack-for-small > *:last-child > .button__search,
  .budget-calculator .search-overlay .button-group.round.stack-for-small > *:last-child > .buttonoverlay,
  .search-overlay .budget-calculator .button-group.round.stack-for-small > *:last-child > .buttonoverlay,
  .budget-calculator .search-main-body .button-group.round.stack-for-small > *:last-child > .buttonoverlay,
  .search-main-body .budget-calculator .button-group.round.stack-for-small > *:last-child > .buttonoverlay,
  .budget-calculator .search-result-bar .button-group.round.stack-for-small > *:last-child > .button__search,
  .search-result-bar .budget-calculator .button-group.round.stack-for-small > *:last-child > .button__search {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

.budget-calculator .button-bar:before, .budget-calculator .button-bar:after {
  content: " ";
  display: table;
}

.budget-calculator .button-bar:after {
  clear: both;
}

.budget-calculator .button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}

.budget-calculator .button-bar .button-group div {
  overflow: hidden;
}

.budget-calculator .clearing-thumbs, .budget-calculator [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.budget-calculator .clearing-thumbs:before, .budget-calculator .clearing-thumbs:after, .budget-calculator [data-clearing]:before, .budget-calculator [data-clearing]:after {
  content: " ";
  display: table;
}

.budget-calculator .clearing-thumbs:after, .budget-calculator [data-clearing]:after {
  clear: both;
}

.budget-calculator .clearing-thumbs li, .budget-calculator [data-clearing] li {
  float: left;
  margin-right: 10px;
}

.budget-calculator .clearing-thumbs[class*="block-grid-"] li, .budget-calculator [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

.budget-calculator .clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}

.budget-calculator .clearing-blackout .clearing-close {
  display: block;
}

.budget-calculator .clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

.budget-calculator .clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

.budget-calculator .visible-img {
  height: 95%;
  position: relative;
}

.budget-calculator .visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

.budget-calculator .clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

.budget-calculator .clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}

.budget-calculator .clearing-close:hover, .budget-calculator .clearing-close:focus {
  color: #CCCCCC;
}

.budget-calculator .clearing-assembled .clearing-container {
  height: 100%;
}

.budget-calculator .clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.budget-calculator .clearing-feature li {
  display: none;
}

.budget-calculator .clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .clearing-main-prev,
  .budget-calculator .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .budget-calculator .clearing-main-prev > span,
  .budget-calculator .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .budget-calculator .clearing-main-prev > span:hover,
  .budget-calculator .clearing-main-next > span:hover {
    opacity: .8;
  }
  .budget-calculator .clearing-main-prev {
    left: 0;
  }
  .budget-calculator .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  .budget-calculator .clearing-main-next {
    right: 0;
  }
  .budget-calculator .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  .budget-calculator .clearing-main-prev.disabled,
  .budget-calculator .clearing-main-next.disabled {
    opacity: .3;
  }
  .budget-calculator .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .budget-calculator .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .budget-calculator .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: .4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  .budget-calculator .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .budget-calculator .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .budget-calculator .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .budget-calculator .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .budget-calculator .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: .8;
  }
  .budget-calculator .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }
  .budget-calculator .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}

.budget-calculator .f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

.budget-calculator .f-dropdown.open {
  display: block;
}

.budget-calculator .f-dropdown > *:first-child {
  margin-top: 0;
}

.budget-calculator .f-dropdown > *:last-child {
  margin-bottom: 0;
}

.budget-calculator .f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

.budget-calculator .f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

.budget-calculator .f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.budget-calculator .f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.budget-calculator .f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

.budget-calculator .f-dropdown.drop-right.open {
  display: block;
}

.budget-calculator .f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

.budget-calculator .f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

.budget-calculator .f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

.budget-calculator .f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

.budget-calculator .f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

.budget-calculator .f-dropdown.drop-left.open {
  display: block;
}

.budget-calculator .f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

.budget-calculator .f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

.budget-calculator .f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

.budget-calculator .f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

.budget-calculator .f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}

.budget-calculator .f-dropdown.drop-top.open {
  display: block;
}

.budget-calculator .f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

.budget-calculator .f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

.budget-calculator .f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}

.budget-calculator .f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}

.budget-calculator .f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}

.budget-calculator .f-dropdown li:hover, .budget-calculator .f-dropdown li:focus {
  background: #EEEEEE;
}

.budget-calculator .f-dropdown li.radius {
  border-radius: 3px;
}

.budget-calculator .f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

.budget-calculator .f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}

.budget-calculator .f-dropdown.content.open {
  display: block;
}

.budget-calculator .f-dropdown.content > *:first-child {
  margin-top: 0;
}

.budget-calculator .f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.budget-calculator .f-dropdown.tiny {
  max-width: 200px;
}

.budget-calculator .f-dropdown.small {
  max-width: 300px;
}

.budget-calculator .f-dropdown.medium {
  max-width: 500px;
}

.budget-calculator .f-dropdown.large {
  max-width: 800px;
}

.budget-calculator .f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

.budget-calculator .f-dropdown.mega.open {
  left: 0 !important;
}

.budget-calculator .dropdown.button, .budget-calculator .dropdown.button_border, .budget-calculator .form__body fieldset .dropdown.button__form, .form__body fieldset .budget-calculator .dropdown.button__form, .budget-calculator .search-bar .dropdown.button__search, .search-bar .budget-calculator .dropdown.button__search, .budget-calculator .search-overlay .dropdown.buttonoverlay, .search-overlay .budget-calculator .dropdown.buttonoverlay, .budget-calculator .search-main-body .dropdown.buttonoverlay, .search-main-body .budget-calculator .dropdown.buttonoverlay, .budget-calculator .search-result-bar .dropdown.button__search, .search-result-bar .budget-calculator .dropdown.button__search, .budget-calculator button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}

.budget-calculator .dropdown.button::after, .budget-calculator .dropdown.button_border::after, .budget-calculator .form__body fieldset .dropdown.button__form::after, .form__body fieldset .budget-calculator .dropdown.button__form::after, .budget-calculator .search-bar .dropdown.button__search::after, .search-bar .budget-calculator .dropdown.button__search::after, .budget-calculator .search-overlay .dropdown.buttonoverlay::after, .search-overlay .budget-calculator .dropdown.buttonoverlay::after, .budget-calculator .search-main-body .dropdown.buttonoverlay::after, .search-main-body .budget-calculator .dropdown.buttonoverlay::after, .budget-calculator .search-result-bar .dropdown.button__search::after, .search-result-bar .budget-calculator .dropdown.button__search::after, .budget-calculator button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}

.budget-calculator .dropdown.button::after, .budget-calculator .dropdown.button_border::after, .budget-calculator .form__body fieldset .dropdown.button__form::after, .form__body fieldset .budget-calculator .dropdown.button__form::after, .budget-calculator .search-bar .dropdown.button__search::after, .search-bar .budget-calculator .dropdown.button__search::after, .budget-calculator .search-overlay .dropdown.buttonoverlay::after, .search-overlay .budget-calculator .dropdown.buttonoverlay::after, .budget-calculator .search-main-body .dropdown.buttonoverlay::after, .search-main-body .budget-calculator .dropdown.buttonoverlay::after, .budget-calculator .search-result-bar .dropdown.button__search::after, .search-result-bar .budget-calculator .dropdown.button__search::after, .budget-calculator button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

.budget-calculator .dropdown.button::after, .budget-calculator .dropdown.button_border::after, .budget-calculator .form__body fieldset .dropdown.button__form::after, .form__body fieldset .budget-calculator .dropdown.button__form::after, .budget-calculator .search-bar .dropdown.button__search::after, .search-bar .budget-calculator .dropdown.button__search::after, .budget-calculator .search-overlay .dropdown.buttonoverlay::after, .search-overlay .budget-calculator .dropdown.buttonoverlay::after, .budget-calculator .search-main-body .dropdown.buttonoverlay::after, .search-main-body .budget-calculator .dropdown.buttonoverlay::after, .budget-calculator .search-result-bar .dropdown.button__search::after, .search-result-bar .budget-calculator .dropdown.button__search::after, .budget-calculator button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}

.budget-calculator .dropdown.button.tiny, .budget-calculator .dropdown.tiny.button_border, .budget-calculator .form__body fieldset .dropdown.tiny.button__form, .form__body fieldset .budget-calculator .dropdown.tiny.button__form, .budget-calculator .search-bar .dropdown.tiny.button__search, .search-bar .budget-calculator .dropdown.tiny.button__search, .budget-calculator .search-overlay .dropdown.tiny.buttonoverlay, .search-overlay .budget-calculator .dropdown.tiny.buttonoverlay, .budget-calculator .search-main-body .dropdown.tiny.buttonoverlay, .search-main-body .budget-calculator .dropdown.tiny.buttonoverlay, .budget-calculator .search-result-bar .dropdown.tiny.button__search, .search-result-bar .budget-calculator .dropdown.tiny.button__search, .budget-calculator button.dropdown.tiny {
  padding-right: 2.625rem;
}

.budget-calculator .dropdown.button.tiny:after, .budget-calculator .dropdown.tiny.button_border:after, .budget-calculator .form__body fieldset .dropdown.tiny.button__form:after, .form__body fieldset .budget-calculator .dropdown.tiny.button__form:after, .budget-calculator .search-bar .dropdown.tiny.button__search:after, .search-bar .budget-calculator .dropdown.tiny.button__search:after, .budget-calculator .search-overlay .dropdown.tiny.buttonoverlay:after, .search-overlay .budget-calculator .dropdown.tiny.buttonoverlay:after, .budget-calculator .search-main-body .dropdown.tiny.buttonoverlay:after, .search-main-body .budget-calculator .dropdown.tiny.buttonoverlay:after, .budget-calculator .search-result-bar .dropdown.tiny.button__search:after, .search-result-bar .budget-calculator .dropdown.tiny.button__search:after, .budget-calculator button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

.budget-calculator .dropdown.button.tiny::after, .budget-calculator .dropdown.tiny.button_border::after, .budget-calculator .form__body fieldset .dropdown.tiny.button__form::after, .form__body fieldset .budget-calculator .dropdown.tiny.button__form::after, .budget-calculator .search-bar .dropdown.tiny.button__search::after, .search-bar .budget-calculator .dropdown.tiny.button__search::after, .budget-calculator .search-overlay .dropdown.tiny.buttonoverlay::after, .search-overlay .budget-calculator .dropdown.tiny.buttonoverlay::after, .budget-calculator .search-main-body .dropdown.tiny.buttonoverlay::after, .search-main-body .budget-calculator .dropdown.tiny.buttonoverlay::after, .budget-calculator .search-result-bar .dropdown.tiny.button__search::after, .search-result-bar .budget-calculator .dropdown.tiny.button__search::after, .budget-calculator button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}

.budget-calculator .dropdown.button.small, .budget-calculator .dropdown.small.button_border, .budget-calculator .form__body fieldset .dropdown.small.button__form, .form__body fieldset .budget-calculator .dropdown.small.button__form, .budget-calculator .search-bar .dropdown.small.button__search, .search-bar .budget-calculator .dropdown.small.button__search, .budget-calculator .search-overlay .dropdown.small.buttonoverlay, .search-overlay .budget-calculator .dropdown.small.buttonoverlay, .budget-calculator .search-main-body .dropdown.small.buttonoverlay, .search-main-body .budget-calculator .dropdown.small.buttonoverlay, .budget-calculator .search-result-bar .dropdown.small.button__search, .search-result-bar .budget-calculator .dropdown.small.button__search, .budget-calculator button.dropdown.small {
  padding-right: 3.0625rem;
}

.budget-calculator .dropdown.button.small::after, .budget-calculator .dropdown.small.button_border::after, .budget-calculator .form__body fieldset .dropdown.small.button__form::after, .form__body fieldset .budget-calculator .dropdown.small.button__form::after, .budget-calculator .search-bar .dropdown.small.button__search::after, .search-bar .budget-calculator .dropdown.small.button__search::after, .budget-calculator .search-overlay .dropdown.small.buttonoverlay::after, .search-overlay .budget-calculator .dropdown.small.buttonoverlay::after, .budget-calculator .search-main-body .dropdown.small.buttonoverlay::after, .search-main-body .budget-calculator .dropdown.small.buttonoverlay::after, .budget-calculator .search-result-bar .dropdown.small.button__search::after, .search-result-bar .budget-calculator .dropdown.small.button__search::after, .budget-calculator button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

.budget-calculator .dropdown.button.small::after, .budget-calculator .dropdown.small.button_border::after, .budget-calculator .form__body fieldset .dropdown.small.button__form::after, .form__body fieldset .budget-calculator .dropdown.small.button__form::after, .budget-calculator .search-bar .dropdown.small.button__search::after, .search-bar .budget-calculator .dropdown.small.button__search::after, .budget-calculator .search-overlay .dropdown.small.buttonoverlay::after, .search-overlay .budget-calculator .dropdown.small.buttonoverlay::after, .budget-calculator .search-main-body .dropdown.small.buttonoverlay::after, .search-main-body .budget-calculator .dropdown.small.buttonoverlay::after, .budget-calculator .search-result-bar .dropdown.small.button__search::after, .search-result-bar .budget-calculator .dropdown.small.button__search::after, .budget-calculator button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}

.budget-calculator .dropdown.button.large, .budget-calculator .dropdown.large.button_border, .budget-calculator .form__body fieldset .dropdown.large.button__form, .form__body fieldset .budget-calculator .dropdown.large.button__form, .budget-calculator .search-bar .dropdown.large.button__search, .search-bar .budget-calculator .dropdown.large.button__search, .budget-calculator .search-overlay .dropdown.large.buttonoverlay, .search-overlay .budget-calculator .dropdown.large.buttonoverlay, .budget-calculator .search-main-body .dropdown.large.buttonoverlay, .search-main-body .budget-calculator .dropdown.large.buttonoverlay, .budget-calculator .search-result-bar .dropdown.large.button__search, .search-result-bar .budget-calculator .dropdown.large.button__search, .budget-calculator button.dropdown.large {
  padding-right: 3.625rem;
}

.budget-calculator .dropdown.button.large::after, .budget-calculator .dropdown.large.button_border::after, .budget-calculator .form__body fieldset .dropdown.large.button__form::after, .form__body fieldset .budget-calculator .dropdown.large.button__form::after, .budget-calculator .search-bar .dropdown.large.button__search::after, .search-bar .budget-calculator .dropdown.large.button__search::after, .budget-calculator .search-overlay .dropdown.large.buttonoverlay::after, .search-overlay .budget-calculator .dropdown.large.buttonoverlay::after, .budget-calculator .search-main-body .dropdown.large.buttonoverlay::after, .search-main-body .budget-calculator .dropdown.large.buttonoverlay::after, .budget-calculator .search-result-bar .dropdown.large.button__search::after, .search-result-bar .budget-calculator .dropdown.large.button__search::after, .budget-calculator button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

.budget-calculator .dropdown.button.large::after, .budget-calculator .dropdown.large.button_border::after, .budget-calculator .form__body fieldset .dropdown.large.button__form::after, .form__body fieldset .budget-calculator .dropdown.large.button__form::after, .budget-calculator .search-bar .dropdown.large.button__search::after, .search-bar .budget-calculator .dropdown.large.button__search::after, .budget-calculator .search-overlay .dropdown.large.buttonoverlay::after, .search-overlay .budget-calculator .dropdown.large.buttonoverlay::after, .budget-calculator .search-main-body .dropdown.large.buttonoverlay::after, .search-main-body .budget-calculator .dropdown.large.buttonoverlay::after, .budget-calculator .search-result-bar .dropdown.large.button__search::after, .search-result-bar .budget-calculator .dropdown.large.button__search::after, .budget-calculator button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}

.budget-calculator .dropdown.button.secondary:after, .budget-calculator .dropdown.secondary.button_border:after, .budget-calculator .form__body fieldset .dropdown.secondary.button__form:after, .form__body fieldset .budget-calculator .dropdown.secondary.button__form:after, .budget-calculator .search-bar .dropdown.secondary.button__search:after, .search-bar .budget-calculator .dropdown.secondary.button__search:after, .budget-calculator .search-overlay .dropdown.secondary.buttonoverlay:after, .search-overlay .budget-calculator .dropdown.secondary.buttonoverlay:after, .budget-calculator .search-main-body .dropdown.secondary.buttonoverlay:after, .search-main-body .budget-calculator .dropdown.secondary.buttonoverlay:after, .budget-calculator .search-result-bar .dropdown.secondary.button__search:after, .search-result-bar .budget-calculator .dropdown.secondary.button__search:after, .budget-calculator button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

.budget-calculator .flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}

.budget-calculator .flex-video.widescreen {
  padding-bottom: 56.34%;
}

.budget-calculator .flex-video.vimeo {
  padding-top: 0;
}

.budget-calculator .flex-video iframe,
.budget-calculator .flex-video object,
.budget-calculator .flex-video embed,
.budget-calculator .flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.budget-calculator form {
  margin: 0 0 1.25rem;
}

.budget-calculator form .row .row {
  margin: 0 -0.625rem;
}

.budget-calculator form .row .row .column,
.budget-calculator form .row .row .columns {
  padding: 0 0.625rem;
}

.budget-calculator form .row .row.collapse {
  margin: 0;
}

.budget-calculator form .row .row.collapse .column,
.budget-calculator form .row .row.collapse .columns {
  padding: 0;
}

.budget-calculator form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.budget-calculator form .row input.column,
.budget-calculator form .row input.columns,
.budget-calculator form .row textarea.column,
.budget-calculator form .row textarea.columns {
  padding-left: 0.625rem;
}

.budget-calculator label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

.budget-calculator label.right {
  float: none !important;
  text-align: right;
}

.budget-calculator label.inline {
  margin: 0 0 1.25rem 0;
  padding: 0.6875rem 0;
}

.budget-calculator label small {
  text-transform: capitalize;
  color: #676767;
}

.budget-calculator .prefix,
.budget-calculator .postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.5625rem;
  line-height: 2.5625rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.budget-calculator .postfix.button, .budget-calculator .postfix.button_border, .budget-calculator .form__body fieldset .postfix.button__form, .form__body fieldset .budget-calculator .postfix.button__form, .budget-calculator .search-bar .postfix.button__search, .search-bar .budget-calculator .postfix.button__search, .budget-calculator .search-overlay .postfix.buttonoverlay, .search-overlay .budget-calculator .postfix.buttonoverlay, .budget-calculator .search-main-body .postfix.buttonoverlay, .search-main-body .budget-calculator .postfix.buttonoverlay, .budget-calculator .search-result-bar .postfix.button__search, .search-result-bar .budget-calculator .postfix.button__search {
  border-color: true;
}

.budget-calculator .prefix.button, .budget-calculator .prefix.button_border, .budget-calculator .form__body fieldset .prefix.button__form, .form__body fieldset .budget-calculator .prefix.button__form, .budget-calculator .search-bar .prefix.button__search, .search-bar .budget-calculator .prefix.button__search, .budget-calculator .search-overlay .prefix.buttonoverlay, .search-overlay .budget-calculator .prefix.buttonoverlay, .budget-calculator .search-main-body .prefix.buttonoverlay, .search-main-body .budget-calculator .prefix.buttonoverlay, .budget-calculator .search-result-bar .prefix.button__search, .search-result-bar .budget-calculator .prefix.button__search {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.budget-calculator .prefix.button.radius, .budget-calculator .prefix.radius.button_border, .budget-calculator .form__body fieldset .prefix.radius.button__form, .form__body fieldset .budget-calculator .prefix.radius.button__form, .budget-calculator .search-bar .prefix.radius.button__search, .search-bar .budget-calculator .prefix.radius.button__search, .budget-calculator .search-overlay .prefix.radius.buttonoverlay, .search-overlay .budget-calculator .prefix.radius.buttonoverlay, .budget-calculator .search-main-body .prefix.radius.buttonoverlay, .search-main-body .budget-calculator .prefix.radius.buttonoverlay, .budget-calculator .search-result-bar .prefix.radius.button__search, .search-result-bar .budget-calculator .prefix.radius.button__search {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.budget-calculator .postfix.button.radius, .budget-calculator .postfix.radius.button_border, .budget-calculator .form__body fieldset .postfix.radius.button__form, .form__body fieldset .budget-calculator .postfix.radius.button__form, .budget-calculator .search-bar .postfix.radius.button__search, .search-bar .budget-calculator .postfix.radius.button__search, .budget-calculator .search-overlay .postfix.radius.buttonoverlay, .search-overlay .budget-calculator .postfix.radius.buttonoverlay, .budget-calculator .search-main-body .postfix.radius.buttonoverlay, .search-main-body .budget-calculator .postfix.radius.buttonoverlay, .budget-calculator .search-result-bar .postfix.radius.button__search, .search-result-bar .budget-calculator .postfix.radius.button__search {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.budget-calculator .prefix.button.round, .budget-calculator .prefix.round.button_border, .budget-calculator .form__body fieldset .prefix.round.button__form, .form__body fieldset .budget-calculator .prefix.round.button__form, .budget-calculator .search-bar .prefix.round.button__search, .search-bar .budget-calculator .prefix.round.button__search, .budget-calculator .search-overlay .prefix.round.buttonoverlay, .search-overlay .budget-calculator .prefix.round.buttonoverlay, .budget-calculator .search-main-body .prefix.round.buttonoverlay, .search-main-body .budget-calculator .prefix.round.buttonoverlay, .budget-calculator .search-result-bar .prefix.round.button__search, .search-result-bar .budget-calculator .prefix.round.button__search {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.budget-calculator .postfix.button.round, .budget-calculator .postfix.round.button_border, .budget-calculator .form__body fieldset .postfix.round.button__form, .form__body fieldset .budget-calculator .postfix.round.button__form, .budget-calculator .search-bar .postfix.round.button__search, .search-bar .budget-calculator .postfix.round.button__search, .budget-calculator .search-overlay .postfix.round.buttonoverlay, .search-overlay .budget-calculator .postfix.round.buttonoverlay, .budget-calculator .search-main-body .postfix.round.buttonoverlay, .search-main-body .budget-calculator .postfix.round.buttonoverlay, .budget-calculator .search-result-bar .postfix.round.button__search, .search-result-bar .budget-calculator .postfix.round.button__search {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.budget-calculator span.prefix, .budget-calculator label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

.budget-calculator span.postfix, .budget-calculator label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc;
}

.budget-calculator input[type="text"], .budget-calculator input[type="password"], .budget-calculator input[type="date"], .budget-calculator input[type="datetime"], .budget-calculator input[type="datetime-local"], .budget-calculator input[type="month"], .budget-calculator input[type="week"], .budget-calculator input[type="email"], .budget-calculator input[type="number"], .budget-calculator input[type="search"], .budget-calculator input[type="tel"], .budget-calculator input[type="time"], .budget-calculator input[type="url"], .budget-calculator input[type="color"], .budget-calculator textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.75rem;
  height: 2.5625rem;
  margin: 0 0 1.25rem 0;
  padding: 0.625rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

.budget-calculator input[type="text"]:focus, .budget-calculator input[type="password"]:focus, .budget-calculator input[type="date"]:focus, .budget-calculator input[type="datetime"]:focus, .budget-calculator input[type="datetime-local"]:focus, .budget-calculator input[type="month"]:focus, .budget-calculator input[type="week"]:focus, .budget-calculator input[type="email"]:focus, .budget-calculator input[type="number"]:focus, .budget-calculator input[type="search"]:focus, .budget-calculator input[type="tel"]:focus, .budget-calculator input[type="time"]:focus, .budget-calculator input[type="url"]:focus, .budget-calculator input[type="color"]:focus, .budget-calculator textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

.budget-calculator input[type="text"]:disabled, .budget-calculator input[type="password"]:disabled, .budget-calculator input[type="date"]:disabled, .budget-calculator input[type="datetime"]:disabled, .budget-calculator input[type="datetime-local"]:disabled, .budget-calculator input[type="month"]:disabled, .budget-calculator input[type="week"]:disabled, .budget-calculator input[type="email"]:disabled, .budget-calculator input[type="number"]:disabled, .budget-calculator input[type="search"]:disabled, .budget-calculator input[type="tel"]:disabled, .budget-calculator input[type="time"]:disabled, .budget-calculator input[type="url"]:disabled, .budget-calculator input[type="color"]:disabled, .budget-calculator textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

.budget-calculator input[type="text"][disabled], .budget-calculator input[type="text"][readonly],
.budget-calculator fieldset[disabled] input[type="text"], .budget-calculator input[type="password"][disabled], .budget-calculator input[type="password"][readonly],
.budget-calculator fieldset[disabled] input[type="password"], .budget-calculator input[type="date"][disabled], .budget-calculator input[type="date"][readonly],
.budget-calculator fieldset[disabled] input[type="date"], .budget-calculator input[type="datetime"][disabled], .budget-calculator input[type="datetime"][readonly],
.budget-calculator fieldset[disabled] input[type="datetime"], .budget-calculator input[type="datetime-local"][disabled], .budget-calculator input[type="datetime-local"][readonly],
.budget-calculator fieldset[disabled] input[type="datetime-local"], .budget-calculator input[type="month"][disabled], .budget-calculator input[type="month"][readonly],
.budget-calculator fieldset[disabled] input[type="month"], .budget-calculator input[type="week"][disabled], .budget-calculator input[type="week"][readonly],
.budget-calculator fieldset[disabled] input[type="week"], .budget-calculator input[type="email"][disabled], .budget-calculator input[type="email"][readonly],
.budget-calculator fieldset[disabled] input[type="email"], .budget-calculator input[type="number"][disabled], .budget-calculator input[type="number"][readonly],
.budget-calculator fieldset[disabled] input[type="number"], .budget-calculator input[type="search"][disabled], .budget-calculator input[type="search"][readonly],
.budget-calculator fieldset[disabled] input[type="search"], .budget-calculator input[type="tel"][disabled], .budget-calculator input[type="tel"][readonly],
.budget-calculator fieldset[disabled] input[type="tel"], .budget-calculator input[type="time"][disabled], .budget-calculator input[type="time"][readonly],
.budget-calculator fieldset[disabled] input[type="time"], .budget-calculator input[type="url"][disabled], .budget-calculator input[type="url"][readonly],
.budget-calculator fieldset[disabled] input[type="url"], .budget-calculator input[type="color"][disabled], .budget-calculator input[type="color"][readonly],
.budget-calculator fieldset[disabled] input[type="color"], .budget-calculator textarea[disabled], .budget-calculator textarea[readonly],
.budget-calculator fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

.budget-calculator input[type="text"].radius, .budget-calculator input[type="password"].radius, .budget-calculator input[type="date"].radius, .budget-calculator input[type="datetime"].radius, .budget-calculator input[type="datetime-local"].radius, .budget-calculator input[type="month"].radius, .budget-calculator input[type="week"].radius, .budget-calculator input[type="email"].radius, .budget-calculator input[type="number"].radius, .budget-calculator input[type="search"].radius, .budget-calculator input[type="tel"].radius, .budget-calculator input[type="time"].radius, .budget-calculator input[type="url"].radius, .budget-calculator input[type="color"].radius, .budget-calculator textarea.radius {
  border-radius: 3px;
}

.budget-calculator form .row .prefix-radius.row.collapse input,
.budget-calculator form .row .prefix-radius.row.collapse textarea,
.budget-calculator form .row .prefix-radius.row.collapse select,
.budget-calculator form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.budget-calculator form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.budget-calculator form .row .postfix-radius.row.collapse input,
.budget-calculator form .row .postfix-radius.row.collapse textarea,
.budget-calculator form .row .postfix-radius.row.collapse select,
.budget-calculator form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.budget-calculator form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.budget-calculator form .row .prefix-round.row.collapse input,
.budget-calculator form .row .prefix-round.row.collapse textarea,
.budget-calculator form .row .prefix-round.row.collapse select,
.budget-calculator form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.budget-calculator form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.budget-calculator form .row .postfix-round.row.collapse input,
.budget-calculator form .row .postfix-round.row.collapse textarea,
.budget-calculator form .row .postfix-round.row.collapse select,
.budget-calculator form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.budget-calculator form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.budget-calculator input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

.budget-calculator textarea[rows] {
  height: auto;
}

.budget-calculator textarea {
  max-width: 100%;
}

.budget-calculator ::-webkit-input-placeholder {
  color: #cccccc;
}

.budget-calculator :-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

.budget-calculator ::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

.budget-calculator :-ms-input-placeholder {
  color: #cccccc;
}

.budget-calculator select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.75rem;
  line-height: normal;
  padding: 0.625rem;
  border-radius: 0;
  height: 2.5625rem;
}

.budget-calculator select::-ms-expand {
  display: none;
}

.budget-calculator select.radius {
  border-radius: 3px;
}

.budget-calculator select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

.budget-calculator select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

.budget-calculator select[multiple] {
  height: auto;
}

.budget-calculator input[type="file"],
.budget-calculator input[type="checkbox"],
.budget-calculator input[type="radio"],
.budget-calculator select {
  margin: 0 0 1.25rem 0;
}

.budget-calculator input[type="checkbox"] + label,
.budget-calculator input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.625rem;
  margin-right: 1.25rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

.budget-calculator input[type="file"] {
  width: 100%;
}

.budget-calculator fieldset {
  border: 0px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 0;
}

.budget-calculator fieldset legend {
  background: #FFFFFF;
  font-weight: bold;
  margin-left: -0.1875rem;
  margin: 0;
  padding: 0 0.1875rem;
}

.budget-calculator [data-abide] .error small.error, .budget-calculator [data-abide] .error span.error, .budget-calculator [data-abide] span.error, .budget-calculator [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.25rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

.budget-calculator [data-abide] span.error, .budget-calculator [data-abide] small.error {
  display: none;
}

.budget-calculator span.error, .budget-calculator small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.25rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

.budget-calculator .error input,
.budget-calculator .error textarea,
.budget-calculator .error select {
  margin-bottom: 0;
}

.budget-calculator .error input[type="checkbox"],
.budget-calculator .error input[type="radio"] {
  margin-bottom: 1.25rem;
}

.budget-calculator .error label,
.budget-calculator .error label.error {
  color: #f04124;
}

.budget-calculator .error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.25rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

.budget-calculator .error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.budget-calculator .error span.error-message {
  display: block;
}

.budget-calculator input.error,
.budget-calculator textarea.error,
.budget-calculator select.error {
  margin-bottom: 0;
}

.budget-calculator label.error {
  color: #f04124;
}

.budget-calculator .icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333;
}

.budget-calculator .icon-bar > * {
  display: block;
  float: left;
  font-size: 1rem;
  margin: 0 auto;
  padding: 1.25rem;
  text-align: center;
  width: 25%;
}

.budget-calculator .icon-bar > * i, .budget-calculator .icon-bar > * img {
  display: block;
  margin: 0 auto;
}

.budget-calculator .icon-bar > * i + label, .budget-calculator .icon-bar > * img + label {
  margin-top: .0625rem;
}

.budget-calculator .icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}

.budget-calculator .icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}

.budget-calculator .icon-bar.label-right > * i, .budget-calculator .icon-bar.label-right > * img {
  display: inline-block;
  margin: 0 .0625rem 0 0;
}

.budget-calculator .icon-bar.label-right > * i + label, .budget-calculator .icon-bar.label-right > * img + label {
  margin-top: 0;
}

.budget-calculator .icon-bar.label-right > * label {
  display: inline-block;
}

.budget-calculator .icon-bar.vertical.label-right > * {
  text-align: left;
}

.budget-calculator .icon-bar.vertical, .budget-calculator .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}

.budget-calculator .icon-bar.vertical .item, .budget-calculator .icon-bar.small-vertical .item {
  float: none;
  margin: auto;
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  .budget-calculator .icon-bar.medium-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  .budget-calculator .icon-bar.large-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}

.budget-calculator .icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}

.budget-calculator .icon-bar > * i + label, .budget-calculator .icon-bar > * img + label {
  margin-top: .0625rem;
  font-size: 1rem;
}

.budget-calculator .icon-bar > * i {
  font-size: 1.875rem;
}

.budget-calculator .icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}

.budget-calculator .icon-bar > * label {
  color: #FFFFFF;
}

.budget-calculator .icon-bar > * i {
  color: #FFFFFF;
}

.budget-calculator .icon-bar > a:hover {
  background: #9a0000;
}

.budget-calculator .icon-bar > a:hover label {
  color: #FFFFFF;
}

.budget-calculator .icon-bar > a:hover i {
  color: #FFFFFF;
}

.budget-calculator .icon-bar > a.active {
  background: #9a0000;
}

.budget-calculator .icon-bar > a.active label {
  color: #FFFFFF;
}

.budget-calculator .icon-bar > a.active i {
  color: #FFFFFF;
}

.budget-calculator .icon-bar .item.disabled {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

.budget-calculator .icon-bar .item.disabled > * {
  opacity: 0.7;
  cursor: not-allowed;
}

.budget-calculator .icon-bar.two-up .item {
  width: 50%;
}

.budget-calculator .icon-bar.two-up.vertical .item, .budget-calculator .icon-bar.two-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}

.budget-calculator .icon-bar.three-up .item {
  width: 33.3333%;
}

.budget-calculator .icon-bar.three-up.vertical .item, .budget-calculator .icon-bar.three-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}

.budget-calculator .icon-bar.four-up .item {
  width: 25%;
}

.budget-calculator .icon-bar.four-up.vertical .item, .budget-calculator .icon-bar.four-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}

.budget-calculator .icon-bar.five-up .item {
  width: 20%;
}

.budget-calculator .icon-bar.five-up.vertical .item, .budget-calculator .icon-bar.five-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}

.budget-calculator .icon-bar.six-up .item {
  width: 16.66667%;
}

.budget-calculator .icon-bar.six-up.vertical .item, .budget-calculator .icon-bar.six-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

.budget-calculator .icon-bar.seven-up .item {
  width: 14.28571%;
}

.budget-calculator .icon-bar.seven-up.vertical .item, .budget-calculator .icon-bar.seven-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}

.budget-calculator .icon-bar.eight-up .item {
  width: 12.5%;
}

.budget-calculator .icon-bar.eight-up.vertical .item, .budget-calculator .icon-bar.eight-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}

.budget-calculator .icon-bar.two-up .item {
  width: 50%;
}

.budget-calculator .icon-bar.two-up.vertical .item, .budget-calculator .icon-bar.two-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}

.budget-calculator .icon-bar.three-up .item {
  width: 33.3333%;
}

.budget-calculator .icon-bar.three-up.vertical .item, .budget-calculator .icon-bar.three-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}

.budget-calculator .icon-bar.four-up .item {
  width: 25%;
}

.budget-calculator .icon-bar.four-up.vertical .item, .budget-calculator .icon-bar.four-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}

.budget-calculator .icon-bar.five-up .item {
  width: 20%;
}

.budget-calculator .icon-bar.five-up.vertical .item, .budget-calculator .icon-bar.five-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}

.budget-calculator .icon-bar.six-up .item {
  width: 16.66667%;
}

.budget-calculator .icon-bar.six-up.vertical .item, .budget-calculator .icon-bar.six-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

.budget-calculator .icon-bar.seven-up .item {
  width: 14.28571%;
}

.budget-calculator .icon-bar.seven-up.vertical .item, .budget-calculator .icon-bar.seven-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}

.budget-calculator .icon-bar.eight-up .item {
  width: 12.5%;
}

.budget-calculator .icon-bar.eight-up.vertical .item, .budget-calculator .icon-bar.eight-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}

.budget-calculator .inline-list {
  list-style: none;
  margin-left: -1.375rem;
  margin-right: 0;
  margin: 0 auto 1.0625rem auto;
  overflow: hidden;
  padding: 0;
}

.budget-calculator .inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}

.budget-calculator .inline-list > li > * {
  display: block;
}

.budget-calculator .joyride-list {
  display: none;
}

.budget-calculator .joyride-tip-guide {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-family: inherit;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 101;
  left: 2.5%;
}

.budget-calculator .lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%;
}

.budget-calculator .joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem;
  width: 100%;
}

.budget-calculator .joyride-content-wrapper .button, .budget-calculator .joyride-content-wrapper .button_border, .budget-calculator .joyride-content-wrapper .form__body fieldset .button__form, .form__body fieldset .budget-calculator .joyride-content-wrapper .button__form, .budget-calculator .joyride-content-wrapper .search-bar .button__search, .search-bar .budget-calculator .joyride-content-wrapper .button__search, .budget-calculator .joyride-content-wrapper .search-overlay .buttonoverlay, .search-overlay .budget-calculator .joyride-content-wrapper .buttonoverlay, .budget-calculator .joyride-content-wrapper .search-main-body .buttonoverlay, .search-main-body .budget-calculator .joyride-content-wrapper .buttonoverlay, .budget-calculator .joyride-content-wrapper .search-result-bar .button__search, .search-result-bar .budget-calculator .joyride-content-wrapper .button__search {
  margin-bottom: 0 !important;
}

.budget-calculator .joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

.budget-calculator .joyride-tip-guide .joyride-nub {
  border: 10px solid #333333;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px;
}

.budget-calculator .joyride-tip-guide .joyride-nub.top {
  border-color: #333333;
  border-top-color: transparent !important;
  border-top-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}

.budget-calculator .joyride-tip-guide .joyride-nub.bottom {
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}

.budget-calculator .joyride-tip-guide .joyride-nub.right {
  right: -20px;
}

.budget-calculator .joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

.budget-calculator .joyride-tip-guide h1,
.budget-calculator .joyride-tip-guide h2,
.budget-calculator .joyride-tip-guide h3,
.budget-calculator .joyride-tip-guide h4,
.budget-calculator .joyride-tip-guide h5,
.budget-calculator .joyride-tip-guide h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
}

.budget-calculator .joyride-tip-guide p {
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 0 1.125rem 0;
}

.budget-calculator .joyride-timer-indicator-wrap {
  border: solid 1px #555555;
  bottom: 1rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.0625rem;
}

.budget-calculator .joyride-timer-indicator {
  background: #666666;
  display: block;
  height: inherit;
  width: 0;
}

.budget-calculator .joyride-close-tip {
  color: #777777 !important;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px;
}

.budget-calculator .joyride-close-tip:hover, .budget-calculator .joyride-close-tip:focus {
  color: #EEEEEE !important;
}

.budget-calculator .joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
}

.budget-calculator .joyride-expose-wrapper {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 15px #FFFFFF;
  position: absolute;
  z-index: 102;
}

.budget-calculator .joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .budget-calculator .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  .budget-calculator .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    left: auto;
    right: -20px;
    top: 22px;
  }
  .budget-calculator .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    left: -20px;
    right: auto;
    top: 22px;
  }
}

.budget-calculator .keystroke,
.budget-calculator kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

.budget-calculator .label {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #9a0000;
  color: #FFFFFF;
}

.budget-calculator .label.radius {
  border-radius: 3px;
}

.budget-calculator .label.round {
  border-radius: 1000px;
}

.budget-calculator .label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}

.budget-calculator .label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}

.budget-calculator .label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}

.budget-calculator .label.secondary {
  background-color: #e22e14;
  color: #FFFFFF;
}

.budget-calculator .label.info {
  background-color: #a0d3e8;
  color: #333333;
}

.budget-calculator [data-magellan-expedition], .budget-calculator [data-magellan-expedition-clone] {
  background: #FFFFFF;
  min-width: 100%;
  padding: 10px;
  z-index: 50;
}

.budget-calculator [data-magellan-expedition] .sub-nav, .budget-calculator [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}

.budget-calculator [data-magellan-expedition] .sub-nav dd, .budget-calculator [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}

.budget-calculator [data-magellan-expedition] .sub-nav a, .budget-calculator [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.budget-calculator .slideshow-wrapper {
  position: relative;
}

.budget-calculator .slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

.budget-calculator .slideshow-wrapper ul li,
.budget-calculator .slideshow-wrapper ul li .orbit-caption {
  display: none;
}

.budget-calculator .slideshow-wrapper ul li:first-child {
  display: block;
}

.budget-calculator .slideshow-wrapper .orbit-container {
  background-color: transparent;
}

.budget-calculator .slideshow-wrapper .orbit-container li {
  display: block;
}

.budget-calculator .slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.budget-calculator .slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}

.budget-calculator .slideshow-wrapper .preloader {
  border-radius: 1000px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  border-color: #555555 #FFFFFF;
  border: solid 3px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

.budget-calculator .orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.budget-calculator .orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.budget-calculator .orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

.budget-calculator .orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

.budget-calculator .orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}

.budget-calculator .orbit-container .orbit-slides-container > * .orbit-caption {
  bottom: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  width: 100%;
}

.budget-calculator .orbit-container .orbit-slide-number {
  left: 10px;
  background: transparent;
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  top: 10px;
  z-index: 10;
}

.budget-calculator .orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}

.budget-calculator .orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

.budget-calculator .orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}

.budget-calculator .orbit-container .orbit-timer > span {
  border: solid 4px #FFFFFF;
  border-bottom: none;
  border-top: none;
  display: none;
  height: 14px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0;
}

.budget-calculator .orbit-container .orbit-timer.paused > span {
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
  right: -4px;
}

.budget-calculator .orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}

.budget-calculator .orbit-container:hover .orbit-timer > span {
  display: block;
}

.budget-calculator .orbit-container .orbit-prev,
.budget-calculator .orbit-container .orbit-next {
  background-color: transparent;
  color: white;
  height: 60px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px !important;
  top: 45%;
  width: 36px;
  z-index: 10;
}

.budget-calculator .orbit-container .orbit-prev:hover,
.budget-calculator .orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.budget-calculator .orbit-container .orbit-prev > span,
.budget-calculator .orbit-container .orbit-next > span {
  border: inset 10px;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}

.budget-calculator .orbit-container .orbit-prev {
  left: 0;
}

.budget-calculator .orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}

.budget-calculator .orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}

.budget-calculator .orbit-container .orbit-next {
  right: 0;
}

.budget-calculator .orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}

.budget-calculator .orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

.budget-calculator .orbit-bullets-container {
  text-align: center;
}

.budget-calculator .orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px;
}

.budget-calculator .orbit-bullets li {
  background: #CCCCCC;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0.5625rem;
  margin-right: 6px;
  width: 0.5625rem;
  border-radius: 1000px;
}

.budget-calculator .orbit-bullets li.active {
  background: #999999;
}

.budget-calculator .orbit-bullets li:last-child {
  margin-right: 0;
}

.budget-calculator .touch .orbit-container .orbit-prev,
.budget-calculator .touch .orbit-container .orbit-next {
  display: none;
}

.budget-calculator .touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .touch .orbit-container .orbit-prev,
  .budget-calculator .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .budget-calculator .touch .orbit-bullets {
    display: block;
  }
}

@media only screen and (max-width: 40em) {
  .budget-calculator .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .budget-calculator .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative;
  }
  .budget-calculator .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  .budget-calculator .orbit-timer {
    display: none;
  }
  .budget-calculator .orbit-next, .budget-calculator .orbit-prev {
    display: none;
  }
  .budget-calculator .orbit-bullets {
    display: none;
  }
}

.budget-calculator ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}

.budget-calculator ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}

.budget-calculator ul.pagination li a, .budget-calculator ul.pagination li button {
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  background: none;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}

.budget-calculator ul.pagination li:hover a,
.budget-calculator ul.pagination li a:focus,
.budget-calculator ul.pagination li:hover button,
.budget-calculator ul.pagination li button:focus {
  background: #e6e6e6;
}

.budget-calculator ul.pagination li.unavailable a, .budget-calculator ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}

.budget-calculator ul.pagination li.unavailable:hover a,
.budget-calculator ul.pagination li.unavailable a:focus,
.budget-calculator ul.pagination li.unavailable:hover button,
.budget-calculator ul.pagination li.unavailable button:focus {
  background: transparent;
}

.budget-calculator ul.pagination li.current a, .budget-calculator ul.pagination li.current button {
  background: #9a0000;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}

.budget-calculator ul.pagination li.current a:hover, .budget-calculator ul.pagination li.current a:focus, .budget-calculator ul.pagination li.current button:hover, .budget-calculator ul.pagination li.current button:focus {
  background: #9a0000;
}

.budget-calculator ul.pagination li {
  display: block;
  float: left;
}

.budget-calculator .pagination-centered {
  text-align: center;
}

.budget-calculator .pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

.budget-calculator .panel {
  border-style: solid;
  border-width: 1px;
  border-color: #cdcdcd;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}

.budget-calculator .panel > :first-child {
  margin-top: 0;
}

.budget-calculator .panel > :last-child {
  margin-bottom: 0;
}

.budget-calculator .panel h1, .budget-calculator .panel h2, .budget-calculator .panel h3, .budget-calculator .panel h4, .budget-calculator .panel h5, .budget-calculator .panel h6, .budget-calculator .panel p, .budget-calculator .panel li, .budget-calculator .panel dl {
  color: #333333;
}

.budget-calculator .panel h1, .budget-calculator .panel h2, .budget-calculator .panel h3, .budget-calculator .panel h4, .budget-calculator .panel h5, .budget-calculator .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.budget-calculator .panel h1.subheader, .budget-calculator .panel h2.subheader, .budget-calculator .panel h3.subheader, .budget-calculator .panel h4.subheader, .budget-calculator .panel h5.subheader, .budget-calculator .panel h6.subheader {
  line-height: 1.4;
}

.budget-calculator .panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #cdcdcd;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ffeaea;
  color: #333333;
}

.budget-calculator .panel.callout > :first-child {
  margin-top: 0;
}

.budget-calculator .panel.callout > :last-child {
  margin-bottom: 0;
}

.budget-calculator .panel.callout h1, .budget-calculator .panel.callout h2, .budget-calculator .panel.callout h3, .budget-calculator .panel.callout h4, .budget-calculator .panel.callout h5, .budget-calculator .panel.callout h6, .budget-calculator .panel.callout p, .budget-calculator .panel.callout li, .budget-calculator .panel.callout dl {
  color: #333333;
}

.budget-calculator .panel.callout h1, .budget-calculator .panel.callout h2, .budget-calculator .panel.callout h3, .budget-calculator .panel.callout h4, .budget-calculator .panel.callout h5, .budget-calculator .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.budget-calculator .panel.callout h1.subheader, .budget-calculator .panel.callout h2.subheader, .budget-calculator .panel.callout h3.subheader, .budget-calculator .panel.callout h4.subheader, .budget-calculator .panel.callout h5.subheader, .budget-calculator .panel.callout h6.subheader {
  line-height: 1.4;
}

.budget-calculator .panel.callout a:not(.button):not(.button_border) {
  color: #9a0000;
}

.budget-calculator .panel.callout a:not(.button):not(.button_border):hover, .budget-calculator .panel.callout a:not(.button):not(.button_border):focus {
  color: #840000;
}

.budget-calculator .panel.radius {
  border-radius: 3px;
}

.budget-calculator .pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
}

.budget-calculator .pricing-table * {
  list-style: none;
  line-height: 1;
}

.budget-calculator .pricing-table .title {
  background-color: #333333;
  color: #EEEEEE;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}

.budget-calculator .pricing-table .price {
  background-color: #F6F6F6;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}

.budget-calculator .pricing-table .description {
  background-color: #FFFFFF;
  border-bottom: dotted 1px #DDDDDD;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 0.9375rem;
  text-align: center;
}

.budget-calculator .pricing-table .bullet-item {
  background-color: #FFFFFF;
  border-bottom: dotted 1px #DDDDDD;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.9375rem;
  text-align: center;
}

.budget-calculator .pricing-table .cta-button {
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 0;
  text-align: center;
}

.budget-calculator .progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem;
}

.budget-calculator .progress .meter {
  background: #9a0000;
  display: block;
  height: 100%;
}

.budget-calculator .progress.secondary .meter {
  background: #e22e14;
  display: block;
  height: 100%;
}

.budget-calculator .progress.success .meter {
  background: #43AC6A;
  display: block;
  height: 100%;
}

.budget-calculator .progress.alert .meter {
  background: #f04124;
  display: block;
  height: 100%;
}

.budget-calculator .progress.radius {
  border-radius: 3px;
}

.budget-calculator .progress.radius .meter {
  border-radius: 2px;
}

.budget-calculator .progress.round {
  border-radius: 1000px;
}

.budget-calculator .progress.round .meter {
  border-radius: 999px;
}

.budget-calculator .range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA;
}

.budget-calculator .range-slider.vertical-range {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  height: 12.5rem;
  width: 1rem;
}

.budget-calculator .range-slider.vertical-range .range-slider-handle {
  bottom: -10.5rem;
  margin-left: -0.5rem;
  margin-top: 0;
  position: absolute;
}

.budget-calculator .range-slider.vertical-range .range-slider-active-segment {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: initial;
  bottom: 0;
  height: auto;
  width: 0.875rem;
}

.budget-calculator .range-slider.radius {
  background: #FAFAFA;
  border-radius: 3px;
}

.budget-calculator .range-slider.radius .range-slider-handle {
  background: #9a0000;
  border-radius: 3px;
}

.budget-calculator .range-slider.radius .range-slider-handle:hover {
  background: #880000;
}

.budget-calculator .range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}

.budget-calculator .range-slider.round .range-slider-handle {
  background: #9a0000;
  border-radius: 1000px;
}

.budget-calculator .range-slider.round .range-slider-handle:hover {
  background: #880000;
}

.budget-calculator .range-slider.disabled, .budget-calculator .range-slider[disabled] {
  background: #FAFAFA;
  cursor: not-allowed;
  opacity: 0.7;
}

.budget-calculator .range-slider.disabled .range-slider-handle, .budget-calculator .range-slider[disabled] .range-slider-handle {
  background: #9a0000;
  cursor: default;
  opacity: 0.7;
}

.budget-calculator .range-slider.disabled .range-slider-handle:hover, .budget-calculator .range-slider[disabled] .range-slider-handle:hover {
  background: #880000;
}

.budget-calculator .range-slider-active-segment {
  background: #e02e14;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute;
}

.budget-calculator .range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #9a0000;
}

.budget-calculator .range-slider-handle:hover {
  background: #880000;
}

.budget-calculator .reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.budget-calculator .reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
  .budget-calculator .reveal-modal {
    min-height: 100vh;
  }
}

.budget-calculator .reveal-modal .column, .budget-calculator .reveal-modal .columns {
  min-width: 0;
}

.budget-calculator .reveal-modal > :first-child {
  margin-top: 0;
}

.budget-calculator .reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 80%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .reveal-modal {
    top: 6.25rem;
  }
}

.budget-calculator .reveal-modal.radius {
  border-radius: 3px;
}

.budget-calculator .reveal-modal.round {
  border-radius: 1000px;
}

.budget-calculator .reveal-modal.collapse {
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 30%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 40%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 60%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 70%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 95%;
  }
}

.budget-calculator .reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 100%;
  }
}

.budget-calculator .reveal-modal.toback {
  z-index: 1003;
}

.budget-calculator .reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

.budget-calculator .side-nav {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0;
}

.budget-calculator .side-nav li {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0 0.4375rem 0;
}

.budget-calculator .side-nav li a:not(.button):not(.button_border) {
  color: #9a0000;
  display: block;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}

.budget-calculator .side-nav li a:not(.button):not(.button_border):hover, .budget-calculator .side-nav li a:not(.button):not(.button_border):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #ff0606;
}

.budget-calculator .side-nav li a:not(.button):not(.button_border):active {
  color: #ff0606;
}

.budget-calculator .side-nav li.active > a:first-child:not(.button):not(.button_border) {
  color: #ff0606;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
}

.budget-calculator .side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}

.budget-calculator .side-nav li.heading {
  color: #9a0000;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.budget-calculator .split.button, .budget-calculator .split.button_border, .budget-calculator .form__body fieldset .split.button__form, .form__body fieldset .budget-calculator .split.button__form, .budget-calculator .search-bar .split.button__search, .search-bar .budget-calculator .split.button__search, .budget-calculator .search-overlay .split.buttonoverlay, .search-overlay .budget-calculator .split.buttonoverlay, .budget-calculator .search-main-body .split.buttonoverlay, .search-main-body .budget-calculator .split.buttonoverlay, .budget-calculator .search-result-bar .split.button__search, .search-result-bar .budget-calculator .split.button__search {
  position: relative;
  padding-right: 5.0625rem;
}

.budget-calculator .split.button span, .budget-calculator .split.button_border span, .budget-calculator .form__body fieldset .split.button__form span, .form__body fieldset .budget-calculator .split.button__form span, .budget-calculator .search-bar .split.button__search span, .search-bar .budget-calculator .split.button__search span, .budget-calculator .search-overlay .split.buttonoverlay span, .search-overlay .budget-calculator .split.buttonoverlay span, .budget-calculator .search-main-body .split.buttonoverlay span, .search-main-body .budget-calculator .split.buttonoverlay span, .budget-calculator .search-result-bar .split.button__search span, .search-result-bar .budget-calculator .split.button__search span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

.budget-calculator .split.button span:after, .budget-calculator .split.button_border span:after, .budget-calculator .form__body fieldset .split.button__form span:after, .form__body fieldset .budget-calculator .split.button__form span:after, .budget-calculator .search-bar .split.button__search span:after, .search-bar .budget-calculator .split.button__search span:after, .budget-calculator .search-overlay .split.buttonoverlay span:after, .search-overlay .budget-calculator .split.buttonoverlay span:after, .budget-calculator .search-main-body .split.buttonoverlay span:after, .search-main-body .budget-calculator .split.buttonoverlay span:after, .budget-calculator .search-result-bar .split.button__search span:after, .search-result-bar .budget-calculator .split.button__search span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

.budget-calculator .split.button span:active, .budget-calculator .split.button_border span:active, .budget-calculator .form__body fieldset .split.button__form span:active, .form__body fieldset .budget-calculator .split.button__form span:active, .budget-calculator .search-bar .split.button__search span:active, .search-bar .budget-calculator .split.button__search span:active, .budget-calculator .search-overlay .split.buttonoverlay span:active, .search-overlay .budget-calculator .split.buttonoverlay span:active, .budget-calculator .search-main-body .split.buttonoverlay span:active, .search-main-body .budget-calculator .split.buttonoverlay span:active, .budget-calculator .search-result-bar .split.button__search span:active, .search-result-bar .budget-calculator .split.button__search span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.budget-calculator .split.button span, .budget-calculator .split.button_border span, .budget-calculator .form__body fieldset .split.button__form span, .form__body fieldset .budget-calculator .split.button__form span, .budget-calculator .search-bar .split.button__search span, .search-bar .budget-calculator .split.button__search span, .budget-calculator .search-overlay .split.buttonoverlay span, .search-overlay .budget-calculator .split.buttonoverlay span, .budget-calculator .search-main-body .split.buttonoverlay span, .search-main-body .budget-calculator .split.buttonoverlay span, .budget-calculator .search-result-bar .split.button__search span, .search-result-bar .budget-calculator .split.button__search span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .split.button span, .budget-calculator .split.button_border span, .budget-calculator .form__body fieldset .split.button__form span, .form__body fieldset .budget-calculator .split.button__form span, .budget-calculator .search-bar .split.button__search span, .search-bar .budget-calculator .split.button__search span, .budget-calculator .search-overlay .split.buttonoverlay span, .search-overlay .budget-calculator .split.buttonoverlay span, .budget-calculator .search-main-body .split.buttonoverlay span, .search-main-body .budget-calculator .split.buttonoverlay span, .budget-calculator .search-result-bar .split.button__search span, .search-result-bar .budget-calculator .split.button__search span {
  width: 3.09375rem;
}

.budget-calculator .split.button span:after, .budget-calculator .split.button_border span:after, .budget-calculator .form__body fieldset .split.button__form span:after, .form__body fieldset .budget-calculator .split.button__form span:after, .budget-calculator .search-bar .split.button__search span:after, .search-bar .budget-calculator .split.button__search span:after, .budget-calculator .search-overlay .split.buttonoverlay span:after, .search-overlay .budget-calculator .split.buttonoverlay span:after, .budget-calculator .search-main-body .split.buttonoverlay span:after, .search-main-body .budget-calculator .split.buttonoverlay span:after, .budget-calculator .search-result-bar .split.button__search span:after, .search-result-bar .budget-calculator .split.button__search span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}

.budget-calculator .split.button span:after, .budget-calculator .split.button_border span:after, .budget-calculator .form__body fieldset .split.button__form span:after, .form__body fieldset .budget-calculator .split.button__form span:after, .budget-calculator .search-bar .split.button__search span:after, .search-bar .budget-calculator .split.button__search span:after, .budget-calculator .search-overlay .split.buttonoverlay span:after, .search-overlay .budget-calculator .split.buttonoverlay span:after, .budget-calculator .search-main-body .split.buttonoverlay span:after, .search-main-body .budget-calculator .split.buttonoverlay span:after, .budget-calculator .search-result-bar .split.button__search span:after, .search-result-bar .budget-calculator .split.button__search span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

.budget-calculator .split.button.secondary span, .budget-calculator .split.secondary.button_border span, .budget-calculator .form__body fieldset .split.secondary.button__form span, .form__body fieldset .budget-calculator .split.secondary.button__form span, .budget-calculator .search-bar .split.secondary.button__search span, .search-bar .budget-calculator .split.secondary.button__search span, .budget-calculator .search-overlay .split.secondary.buttonoverlay span, .search-overlay .budget-calculator .split.secondary.buttonoverlay span, .budget-calculator .search-main-body .split.secondary.buttonoverlay span, .search-main-body .budget-calculator .split.secondary.buttonoverlay span, .budget-calculator .search-result-bar .split.secondary.button__search span, .search-result-bar .budget-calculator .split.secondary.button__search span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .split.button.secondary span:after, .budget-calculator .split.secondary.button_border span:after, .budget-calculator .form__body fieldset .split.secondary.button__form span:after, .form__body fieldset .budget-calculator .split.secondary.button__form span:after, .budget-calculator .search-bar .split.secondary.button__search span:after, .search-bar .budget-calculator .split.secondary.button__search span:after, .budget-calculator .search-overlay .split.secondary.buttonoverlay span:after, .search-overlay .budget-calculator .split.secondary.buttonoverlay span:after, .budget-calculator .search-main-body .split.secondary.buttonoverlay span:after, .search-main-body .budget-calculator .split.secondary.buttonoverlay span:after, .budget-calculator .search-result-bar .split.secondary.button__search span:after, .search-result-bar .budget-calculator .split.secondary.button__search span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

.budget-calculator .split.button.alert span, .budget-calculator .split.alert.button_border span, .budget-calculator .form__body fieldset .split.alert.button__form span, .form__body fieldset .budget-calculator .split.alert.button__form span, .budget-calculator .search-bar .split.alert.button__search span, .search-bar .budget-calculator .split.alert.button__search span, .budget-calculator .search-overlay .split.alert.buttonoverlay span, .search-overlay .budget-calculator .split.alert.buttonoverlay span, .budget-calculator .search-main-body .split.alert.buttonoverlay span, .search-main-body .budget-calculator .split.alert.buttonoverlay span, .budget-calculator .search-result-bar .split.alert.button__search span, .search-result-bar .budget-calculator .split.alert.button__search span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .split.button.success span, .budget-calculator .split.success.button_border span, .budget-calculator .form__body fieldset .split.success.button__form span, .form__body fieldset .budget-calculator .split.success.button__form span, .budget-calculator .search-bar .split.success.button__search span, .search-bar .budget-calculator .split.success.button__search span, .budget-calculator .search-overlay .split.success.buttonoverlay span, .search-overlay .budget-calculator .split.success.buttonoverlay span, .budget-calculator .search-main-body .split.success.buttonoverlay span, .search-main-body .budget-calculator .split.success.buttonoverlay span, .budget-calculator .search-result-bar .split.success.button__search span, .search-result-bar .budget-calculator .split.success.button__search span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.budget-calculator .split.button.tiny, .budget-calculator .split.tiny.button_border, .budget-calculator .form__body fieldset .split.tiny.button__form, .form__body fieldset .budget-calculator .split.tiny.button__form, .budget-calculator .search-bar .split.tiny.button__search, .search-bar .budget-calculator .split.tiny.button__search, .budget-calculator .search-overlay .split.tiny.buttonoverlay, .search-overlay .budget-calculator .split.tiny.buttonoverlay, .budget-calculator .search-main-body .split.tiny.buttonoverlay, .search-main-body .budget-calculator .split.tiny.buttonoverlay, .budget-calculator .search-result-bar .split.tiny.button__search, .search-result-bar .budget-calculator .split.tiny.button__search {
  padding-right: 3.75rem;
}

.budget-calculator .split.button.tiny span, .budget-calculator .split.tiny.button_border span, .budget-calculator .form__body fieldset .split.tiny.button__form span, .form__body fieldset .budget-calculator .split.tiny.button__form span, .budget-calculator .search-bar .split.tiny.button__search span, .search-bar .budget-calculator .split.tiny.button__search span, .budget-calculator .search-overlay .split.tiny.buttonoverlay span, .search-overlay .budget-calculator .split.tiny.buttonoverlay span, .budget-calculator .search-main-body .split.tiny.buttonoverlay span, .search-main-body .budget-calculator .split.tiny.buttonoverlay span, .budget-calculator .search-result-bar .split.tiny.button__search span, .search-result-bar .budget-calculator .split.tiny.button__search span {
  width: 2.25rem;
}

.budget-calculator .split.button.tiny span:after, .budget-calculator .split.tiny.button_border span:after, .budget-calculator .form__body fieldset .split.tiny.button__form span:after, .form__body fieldset .budget-calculator .split.tiny.button__form span:after, .budget-calculator .search-bar .split.tiny.button__search span:after, .search-bar .budget-calculator .split.tiny.button__search span:after, .budget-calculator .search-overlay .split.tiny.buttonoverlay span:after, .search-overlay .budget-calculator .split.tiny.buttonoverlay span:after, .budget-calculator .search-main-body .split.tiny.buttonoverlay span:after, .search-main-body .budget-calculator .split.tiny.buttonoverlay span:after, .budget-calculator .search-result-bar .split.tiny.button__search span:after, .search-result-bar .budget-calculator .split.tiny.button__search span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}

.budget-calculator .split.button.small, .budget-calculator .split.small.button_border, .budget-calculator .form__body fieldset .split.small.button__form, .form__body fieldset .budget-calculator .split.small.button__form, .budget-calculator .search-bar .split.small.button__search, .search-bar .budget-calculator .split.small.button__search, .budget-calculator .search-overlay .split.small.buttonoverlay, .search-overlay .budget-calculator .split.small.buttonoverlay, .budget-calculator .search-main-body .split.small.buttonoverlay, .search-main-body .budget-calculator .split.small.buttonoverlay, .budget-calculator .search-result-bar .split.small.button__search, .search-result-bar .budget-calculator .split.small.button__search {
  padding-right: 4.375rem;
}

.budget-calculator .split.button.small span, .budget-calculator .split.small.button_border span, .budget-calculator .form__body fieldset .split.small.button__form span, .form__body fieldset .budget-calculator .split.small.button__form span, .budget-calculator .search-bar .split.small.button__search span, .search-bar .budget-calculator .split.small.button__search span, .budget-calculator .search-overlay .split.small.buttonoverlay span, .search-overlay .budget-calculator .split.small.buttonoverlay span, .budget-calculator .search-main-body .split.small.buttonoverlay span, .search-main-body .budget-calculator .split.small.buttonoverlay span, .budget-calculator .search-result-bar .split.small.button__search span, .search-result-bar .budget-calculator .split.small.button__search span {
  width: 2.625rem;
}

.budget-calculator .split.button.small span:after, .budget-calculator .split.small.button_border span:after, .budget-calculator .form__body fieldset .split.small.button__form span:after, .form__body fieldset .budget-calculator .split.small.button__form span:after, .budget-calculator .search-bar .split.small.button__search span:after, .search-bar .budget-calculator .split.small.button__search span:after, .budget-calculator .search-overlay .split.small.buttonoverlay span:after, .search-overlay .budget-calculator .split.small.buttonoverlay span:after, .budget-calculator .search-main-body .split.small.buttonoverlay span:after, .search-main-body .budget-calculator .split.small.buttonoverlay span:after, .budget-calculator .search-result-bar .split.small.button__search span:after, .search-result-bar .budget-calculator .split.small.button__search span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  margin-left: -0.375rem;
  top: 48%;
}

.budget-calculator .split.button.large, .budget-calculator .split.large.button_border, .budget-calculator .form__body fieldset .split.large.button__form, .form__body fieldset .budget-calculator .split.large.button__form, .budget-calculator .search-bar .split.large.button__search, .search-bar .budget-calculator .split.large.button__search, .budget-calculator .search-overlay .split.large.buttonoverlay, .search-overlay .budget-calculator .split.large.buttonoverlay, .budget-calculator .search-main-body .split.large.buttonoverlay, .search-main-body .budget-calculator .split.large.buttonoverlay, .budget-calculator .search-result-bar .split.large.button__search, .search-result-bar .budget-calculator .split.large.button__search {
  padding-right: 5.5rem;
}

.budget-calculator .split.button.large span, .budget-calculator .split.large.button_border span, .budget-calculator .form__body fieldset .split.large.button__form span, .form__body fieldset .budget-calculator .split.large.button__form span, .budget-calculator .search-bar .split.large.button__search span, .search-bar .budget-calculator .split.large.button__search span, .budget-calculator .search-overlay .split.large.buttonoverlay span, .search-overlay .budget-calculator .split.large.buttonoverlay span, .budget-calculator .search-main-body .split.large.buttonoverlay span, .search-main-body .budget-calculator .split.large.buttonoverlay span, .budget-calculator .search-result-bar .split.large.button__search span, .search-result-bar .budget-calculator .split.large.button__search span {
  width: 3.4375rem;
}

.budget-calculator .split.button.large span:after, .budget-calculator .split.large.button_border span:after, .budget-calculator .form__body fieldset .split.large.button__form span:after, .form__body fieldset .budget-calculator .split.large.button__form span:after, .budget-calculator .search-bar .split.large.button__search span:after, .search-bar .budget-calculator .split.large.button__search span:after, .budget-calculator .search-overlay .split.large.buttonoverlay span:after, .search-overlay .budget-calculator .split.large.buttonoverlay span:after, .budget-calculator .search-main-body .split.large.buttonoverlay span:after, .search-main-body .budget-calculator .split.large.buttonoverlay span:after, .budget-calculator .search-result-bar .split.large.button__search span:after, .search-result-bar .budget-calculator .split.large.button__search span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  margin-left: -0.375rem;
  top: 48%;
}

.budget-calculator .split.button.expand, .budget-calculator .split.expand.button_border, .budget-calculator .form__body fieldset .split.expand.button__form, .form__body fieldset .budget-calculator .split.expand.button__form, .budget-calculator .search-bar .split.expand.button__search, .search-bar .budget-calculator .split.expand.button__search, .budget-calculator .search-overlay .split.expand.buttonoverlay, .search-overlay .budget-calculator .split.expand.buttonoverlay, .budget-calculator .search-main-body .split.expand.buttonoverlay, .search-main-body .budget-calculator .split.expand.buttonoverlay, .budget-calculator .search-result-bar .split.expand.button__search, .search-result-bar .budget-calculator .split.expand.button__search {
  padding-left: 2rem;
}

.budget-calculator .split.button.secondary span:after, .budget-calculator .split.secondary.button_border span:after, .budget-calculator .form__body fieldset .split.secondary.button__form span:after, .form__body fieldset .budget-calculator .split.secondary.button__form span:after, .budget-calculator .search-bar .split.secondary.button__search span:after, .search-bar .budget-calculator .split.secondary.button__search span:after, .budget-calculator .search-overlay .split.secondary.buttonoverlay span:after, .search-overlay .budget-calculator .split.secondary.buttonoverlay span:after, .budget-calculator .search-main-body .split.secondary.buttonoverlay span:after, .search-main-body .budget-calculator .split.secondary.buttonoverlay span:after, .budget-calculator .search-result-bar .split.secondary.button__search span:after, .search-result-bar .budget-calculator .split.secondary.button__search span:after {
  border-color: #333333 transparent transparent transparent;
}

.budget-calculator .split.button.radius span, .budget-calculator .split.radius.button_border span, .budget-calculator .form__body fieldset .split.radius.button__form span, .form__body fieldset .budget-calculator .split.radius.button__form span, .budget-calculator .search-bar .split.radius.button__search span, .search-bar .budget-calculator .split.radius.button__search span, .budget-calculator .search-overlay .split.radius.buttonoverlay span, .search-overlay .budget-calculator .split.radius.buttonoverlay span, .budget-calculator .search-main-body .split.radius.buttonoverlay span, .search-main-body .budget-calculator .split.radius.buttonoverlay span, .budget-calculator .search-result-bar .split.radius.button__search span, .search-result-bar .budget-calculator .split.radius.button__search span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.budget-calculator .split.button.round span, .budget-calculator .split.round.button_border span, .budget-calculator .form__body fieldset .split.round.button__form span, .form__body fieldset .budget-calculator .split.round.button__form span, .budget-calculator .search-bar .split.round.button__search span, .search-bar .budget-calculator .split.round.button__search span, .budget-calculator .search-overlay .split.round.buttonoverlay span, .search-overlay .budget-calculator .split.round.buttonoverlay span, .budget-calculator .search-main-body .split.round.buttonoverlay span, .search-main-body .budget-calculator .split.round.buttonoverlay span, .budget-calculator .search-result-bar .split.round.button__search span, .search-result-bar .budget-calculator .split.round.button__search span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.budget-calculator .split.button.no-pip span:before, .budget-calculator .split.no-pip.button_border span:before, .budget-calculator .form__body fieldset .split.no-pip.button__form span:before, .form__body fieldset .budget-calculator .split.no-pip.button__form span:before, .budget-calculator .search-bar .split.no-pip.button__search span:before, .search-bar .budget-calculator .split.no-pip.button__search span:before, .budget-calculator .search-overlay .split.no-pip.buttonoverlay span:before, .search-overlay .budget-calculator .split.no-pip.buttonoverlay span:before, .budget-calculator .search-main-body .split.no-pip.buttonoverlay span:before, .search-main-body .budget-calculator .split.no-pip.buttonoverlay span:before, .budget-calculator .search-result-bar .split.no-pip.button__search span:before, .search-result-bar .budget-calculator .split.no-pip.button__search span:before {
  border-style: none;
}

.budget-calculator .split.button.no-pip span:after, .budget-calculator .split.no-pip.button_border span:after, .budget-calculator .form__body fieldset .split.no-pip.button__form span:after, .form__body fieldset .budget-calculator .split.no-pip.button__form span:after, .budget-calculator .search-bar .split.no-pip.button__search span:after, .search-bar .budget-calculator .split.no-pip.button__search span:after, .budget-calculator .search-overlay .split.no-pip.buttonoverlay span:after, .search-overlay .budget-calculator .split.no-pip.buttonoverlay span:after, .budget-calculator .search-main-body .split.no-pip.buttonoverlay span:after, .search-main-body .budget-calculator .split.no-pip.buttonoverlay span:after, .budget-calculator .search-result-bar .split.no-pip.button__search span:after, .search-result-bar .budget-calculator .split.no-pip.button__search span:after {
  border-style: none;
}

.budget-calculator .split.button.no-pip span > i, .budget-calculator .split.no-pip.button_border span > i, .budget-calculator .form__body fieldset .split.no-pip.button__form span > i, .form__body fieldset .budget-calculator .split.no-pip.button__form span > i, .budget-calculator .search-bar .split.no-pip.button__search span > i, .search-bar .budget-calculator .split.no-pip.button__search span > i, .budget-calculator .search-overlay .split.no-pip.buttonoverlay span > i, .search-overlay .budget-calculator .split.no-pip.buttonoverlay span > i, .budget-calculator .search-main-body .split.no-pip.buttonoverlay span > i, .search-main-body .budget-calculator .split.no-pip.buttonoverlay span > i, .budget-calculator .search-result-bar .split.no-pip.button__search span > i, .search-result-bar .budget-calculator .split.no-pip.button__search span > i {
  display: block;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
  position: absolute;
  top: 50%;
}

.budget-calculator .sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto;
}

.budget-calculator .sub-nav dt {
  text-transform: uppercase;
}

.budget-calculator .sub-nav dt,
.budget-calculator .sub-nav dd,
.budget-calculator .sub-nav li {
  color: #999999;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 1rem;
  margin-bottom: 0;
}

.budget-calculator .sub-nav dt a,
.budget-calculator .sub-nav dd a,
.budget-calculator .sub-nav li a {
  color: #999999;
  padding: 0.1875rem 1rem;
  text-decoration: none;
}

.budget-calculator .sub-nav dt a:hover,
.budget-calculator .sub-nav dd a:hover,
.budget-calculator .sub-nav li a:hover {
  color: #737373;
}

.budget-calculator .sub-nav dt.active a,
.budget-calculator .sub-nav dd.active a,
.budget-calculator .sub-nav li.active a {
  border-radius: 3px;
  background: #9a0000;
  color: #FFFFFF;
  cursor: default;
  font-weight: normal;
  padding: 0.1875rem 1rem;
}

.budget-calculator .sub-nav dt.active a:hover,
.budget-calculator .sub-nav dd.active a:hover,
.budget-calculator .sub-nav li.active a:hover {
  background: #840000;
}

.budget-calculator .switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.budget-calculator .switch label {
  background: #DDDDDD;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  -webkit-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.budget-calculator .switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}

.budget-calculator .switch input + label {
  margin-left: 0;
  margin-right: 0;
}

.budget-calculator .switch label:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 1.5rem;
  left: .25rem;
  position: absolute;
  top: .25rem;
  width: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.budget-calculator .switch input:checked + label {
  background: #9a0000;
}

.budget-calculator .switch input:checked + label:after {
  left: 2.25rem;
}

.budget-calculator .switch label {
  height: 2rem;
  width: 4rem;
}

.budget-calculator .switch label:after {
  height: 1.5rem;
  width: 1.5rem;
}

.budget-calculator .switch input:checked + label:after {
  left: 2.25rem;
}

.budget-calculator .switch label {
  color: transparent;
  background: #DDDDDD;
}

.budget-calculator .switch label:after {
  background: #FFFFFF;
}

.budget-calculator .switch input:checked + label {
  background: #9a0000;
}

.budget-calculator .switch.large label {
  height: 2.5rem;
  width: 5rem;
}

.budget-calculator .switch.large label:after {
  height: 2rem;
  width: 2rem;
}

.budget-calculator .switch.large input:checked + label:after {
  left: 2.75rem;
}

.budget-calculator .switch.small label {
  height: 1.75rem;
  width: 3.5rem;
}

.budget-calculator .switch.small label:after {
  height: 1.25rem;
  width: 1.25rem;
}

.budget-calculator .switch.small input:checked + label:after {
  left: 2rem;
}

.budget-calculator .switch.tiny label {
  height: 1.5rem;
  width: 3rem;
}

.budget-calculator .switch.tiny label:after {
  height: 1rem;
  width: 1rem;
}

.budget-calculator .switch.tiny input:checked + label:after {
  left: 1.75rem;
}

.budget-calculator .switch.radius label {
  border-radius: 4px;
}

.budget-calculator .switch.radius label:after {
  border-radius: 3px;
}

.budget-calculator .switch.round {
  border-radius: 1000px;
}

.budget-calculator .switch.round label {
  border-radius: 2rem;
}

.budget-calculator .switch.round label:after {
  border-radius: 2rem;
}

.budget-calculator table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto;
}

.budget-calculator table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}

.budget-calculator table thead {
  background: #F5F5F5;
}

.budget-calculator table thead tr th,
.budget-calculator table thead tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

.budget-calculator table tfoot {
  background: #F5F5F5;
}

.budget-calculator table tfoot tr th,
.budget-calculator table tfoot tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

.budget-calculator table tr th,
.budget-calculator table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}

.budget-calculator table tr.even, .budget-calculator table tr.alt, .budget-calculator table tr:nth-of-type(even) {
  background: #F9F9F9;
}

.budget-calculator table thead tr th,
.budget-calculator table tfoot tr th,
.budget-calculator table tfoot tr td,
.budget-calculator table tbody tr th,
.budget-calculator table tbody tr td,
.budget-calculator table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.budget-calculator .tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.budget-calculator .tabs:before, .budget-calculator .tabs:after {
  content: " ";
  display: table;
}

.budget-calculator .tabs:after {
  clear: both;
}

.budget-calculator .tabs dd,
.budget-calculator .tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}

.budget-calculator .tabs dd > a,
.budget-calculator .tabs .tab-title > a {
  display: block;
  background-color: #e8e8e8;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
}

.budget-calculator .tabs dd > a:hover,
.budget-calculator .tabs .tab-title > a:hover {
  background-color: #dadada;
}

.budget-calculator .tabs dd.active a,
.budget-calculator .tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #222222;
}

.budget-calculator .tabs.radius dd:first-child a,
.budget-calculator .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.budget-calculator .tabs.radius dd:last-child a,
.budget-calculator .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.budget-calculator .tabs.vertical dd,
.budget-calculator .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.budget-calculator .tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}

.budget-calculator .tabs-content:before, .budget-calculator .tabs-content:after {
  content: " ";
  display: table;
}

.budget-calculator .tabs-content:after {
  clear: both;
}

.budget-calculator .tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}

.budget-calculator .tabs-content > .content.active {
  display: block;
  float: none;
}

.budget-calculator .tabs-content > .content.contained {
  padding: 0.9375rem;
}

.budget-calculator .tabs-content.vertical {
  display: block;
}

.budget-calculator .tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .budget-calculator .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}

.budget-calculator .no-js .tabs-content > .content {
  display: block;
  float: none;
}

.budget-calculator .th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.budget-calculator .th:hover, .budget-calculator .th:focus {
  box-shadow: 0 0 6px 1px rgba(154, 0, 0, 0.5);
}

.budget-calculator .th.radius {
  border-radius: 3px;
}

.budget-calculator .has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold;
}

.budget-calculator .has-tip:hover, .budget-calculator .has-tip:focus {
  border-bottom: dotted 1px #450000;
  color: #9a0000;
}

.budget-calculator .has-tip.tip-left, .budget-calculator .has-tip.tip-right {
  float: none !important;
}

.budget-calculator .tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}

.budget-calculator .tooltip > .nub {
  border-color: transparent transparent #333333 transparent;
  border: solid 5px;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0;
  left: 5px;
}

.budget-calculator .tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

.budget-calculator .tooltip.radius {
  border-radius: 3px;
}

.budget-calculator .tooltip.round {
  border-radius: 1000px;
}

.budget-calculator .tooltip.round > .nub {
  left: 2rem;
}

.budget-calculator .tooltip.opened {
  border-bottom: dotted 1px #450000 !important;
  color: #9a0000 !important;
}

.budget-calculator .tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .budget-calculator .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto;
  }
  .budget-calculator .tooltip.tip-left, .budget-calculator .tooltip.tip-right {
    float: none !important;
  }
  .budget-calculator .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%;
  }
  .budget-calculator .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%;
  }
}

.budget-calculator meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

.budget-calculator .contain-to-grid {
  width: 100%;
  background: #333333;
}

.budget-calculator .contain-to-grid .top-bar {
  margin-bottom: 0;
}

.budget-calculator .fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}

.budget-calculator .fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}

.budget-calculator .fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.budget-calculator .fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.8125rem;
  z-index: 98;
}

.budget-calculator .top-bar {
  background: #333333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.budget-calculator .top-bar ul {
  list-style: none;
  margin-bottom: 0;
}

.budget-calculator .top-bar .row {
  max-width: none;
}

.budget-calculator .top-bar form,
.budget-calculator .top-bar input,
.budget-calculator .top-bar select {
  margin-bottom: 0;
}

.budget-calculator .top-bar input,
.budget-calculator .top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: .35rem;
  padding-top: .35rem;
}

.budget-calculator .top-bar .button, .budget-calculator .top-bar .button_border, .budget-calculator .top-bar .form__body fieldset .button__form, .form__body fieldset .budget-calculator .top-bar .button__form, .budget-calculator .top-bar .search-bar .button__search, .search-bar .budget-calculator .top-bar .button__search, .budget-calculator .top-bar .search-overlay .buttonoverlay, .search-overlay .budget-calculator .top-bar .buttonoverlay, .budget-calculator .top-bar .search-main-body .buttonoverlay, .search-main-body .budget-calculator .top-bar .buttonoverlay, .budget-calculator .top-bar .search-result-bar .button__search, .search-result-bar .budget-calculator .top-bar .button__search, .budget-calculator .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}

@media only screen and (max-width: 40em) {
  .budget-calculator .top-bar .button, .budget-calculator .top-bar .button_border, .budget-calculator .top-bar .form__body fieldset .button__form, .form__body fieldset .budget-calculator .top-bar .button__form, .budget-calculator .top-bar .search-bar .button__search, .search-bar .budget-calculator .top-bar .button__search, .budget-calculator .top-bar .search-overlay .buttonoverlay, .search-overlay .budget-calculator .top-bar .buttonoverlay, .budget-calculator .top-bar .search-main-body .buttonoverlay, .search-main-body .budget-calculator .top-bar .buttonoverlay, .budget-calculator .top-bar .search-result-bar .button__search, .search-result-bar .budget-calculator .top-bar .button__search, .budget-calculator .top-bar button {
    position: relative;
    top: -1px;
  }
}

.budget-calculator .top-bar .title-area {
  margin: 0;
  position: relative;
}

.budget-calculator .top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0;
}

.budget-calculator .top-bar .name h1, .budget-calculator .top-bar .name h2, .budget-calculator .top-bar .name h3, .budget-calculator .top-bar .name h4, .budget-calculator .top-bar .name p, .budget-calculator .top-bar .name span {
  font-size: 1.0625rem;
  line-height: 2.8125rem;
  margin: 0;
}

.budget-calculator .top-bar .name h1 a, .budget-calculator .top-bar .name h2 a, .budget-calculator .top-bar .name h3 a, .budget-calculator .top-bar .name h4 a, .budget-calculator .top-bar .name p a, .budget-calculator .top-bar .name span a {
  color: #FFFFFF;
  display: block;
  font-weight: normal;
  padding: 0 0.9375rem;
  width: 75%;
}

.budget-calculator .top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.budget-calculator .top-bar .toggle-topbar a {
  color: #FFFFFF;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase;
}

.budget-calculator .top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}

.budget-calculator .top-bar .toggle-topbar.menu-icon a {
  color: #FFFFFF;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  position: relative;
}

.budget-calculator .top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}

.budget-calculator .top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

.budget-calculator .top-bar.expanded {
  background: transparent;
  height: auto;
}

.budget-calculator .top-bar.expanded .title-area {
  background: #333333;
}

.budget-calculator .top-bar.expanded .toggle-topbar a {
  color: #888888;
}

.budget-calculator .top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .budget-calculator .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
  .budget-calculator .top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .budget-calculator .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

.budget-calculator .top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}

.budget-calculator .top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.budget-calculator .top-bar-section .divider,
.budget-calculator .top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}

.budget-calculator .top-bar-section ul li {
  background: #333333;
}

.budget-calculator .top-bar-section ul li > a {
  color: #FFFFFF;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  padding-left: 0.9375rem;
  padding: 12px 0 12px 0.9375rem;
  text-transform: none;
  width: 100%;
}

.budget-calculator .top-bar-section ul li > a.button, .budget-calculator .top-bar-section ul li > a.button_border, .budget-calculator .top-bar-section ul .form__body fieldset li > a.button__form, .form__body fieldset .budget-calculator .top-bar-section ul li > a.button__form, .budget-calculator .top-bar-section ul .search-bar li > a.button__search, .search-bar .budget-calculator .top-bar-section ul li > a.button__search, .budget-calculator .top-bar-section ul .search-overlay li > a.buttonoverlay, .search-overlay .budget-calculator .top-bar-section ul li > a.buttonoverlay, .budget-calculator .top-bar-section ul .search-main-body li > a.buttonoverlay, .search-main-body .budget-calculator .top-bar-section ul li > a.buttonoverlay, .budget-calculator .top-bar-section ul .search-result-bar li > a.button__search, .search-result-bar .budget-calculator .top-bar-section ul li > a.button__search {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #9a0000;
  border-color: #7b0000;
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > a.button:hover, .budget-calculator .top-bar-section ul li > a.button_border:hover, .budget-calculator .top-bar-section ul .form__body fieldset li > a.button__form:hover, .form__body fieldset .budget-calculator .top-bar-section ul li > a.button__form:hover, .budget-calculator .top-bar-section ul .search-bar li > a.button__search:hover, .search-bar .budget-calculator .top-bar-section ul li > a.button__search:hover, .budget-calculator .top-bar-section ul .search-overlay li > a.buttonoverlay:hover, .search-overlay .budget-calculator .top-bar-section ul li > a.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-main-body li > a.buttonoverlay:hover, .search-main-body .budget-calculator .top-bar-section ul li > a.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-result-bar li > a.button__search:hover, .search-result-bar .budget-calculator .top-bar-section ul li > a.button__search:hover, .budget-calculator .top-bar-section ul li > a.button:focus, .budget-calculator .top-bar-section ul li > a.button_border:focus, .budget-calculator .top-bar-section ul .form__body fieldset li > a.button__form:focus, .form__body fieldset .budget-calculator .top-bar-section ul li > a.button__form:focus, .budget-calculator .top-bar-section ul .search-bar li > a.button__search:focus, .search-bar .budget-calculator .top-bar-section ul li > a.button__search:focus, .budget-calculator .top-bar-section ul .search-overlay li > a.buttonoverlay:focus, .search-overlay .budget-calculator .top-bar-section ul li > a.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-main-body li > a.buttonoverlay:focus, .search-main-body .budget-calculator .top-bar-section ul li > a.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-result-bar li > a.button__search:focus, .search-result-bar .budget-calculator .top-bar-section ul li > a.button__search:focus {
  background-color: #7b0000;
}

.budget-calculator .top-bar-section ul li > a.button:hover, .budget-calculator .top-bar-section ul li > a.button_border:hover, .budget-calculator .top-bar-section ul .form__body fieldset li > a.button__form:hover, .form__body fieldset .budget-calculator .top-bar-section ul li > a.button__form:hover, .budget-calculator .top-bar-section ul .search-bar li > a.button__search:hover, .search-bar .budget-calculator .top-bar-section ul li > a.button__search:hover, .budget-calculator .top-bar-section ul .search-overlay li > a.buttonoverlay:hover, .search-overlay .budget-calculator .top-bar-section ul li > a.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-main-body li > a.buttonoverlay:hover, .search-main-body .budget-calculator .top-bar-section ul li > a.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-result-bar li > a.button__search:hover, .search-result-bar .budget-calculator .top-bar-section ul li > a.button__search:hover, .budget-calculator .top-bar-section ul li > a.button:focus, .budget-calculator .top-bar-section ul li > a.button_border:focus, .budget-calculator .top-bar-section ul .form__body fieldset li > a.button__form:focus, .form__body fieldset .budget-calculator .top-bar-section ul li > a.button__form:focus, .budget-calculator .top-bar-section ul .search-bar li > a.button__search:focus, .search-bar .budget-calculator .top-bar-section ul li > a.button__search:focus, .budget-calculator .top-bar-section ul .search-overlay li > a.buttonoverlay:focus, .search-overlay .budget-calculator .top-bar-section ul li > a.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-main-body li > a.buttonoverlay:focus, .search-main-body .budget-calculator .top-bar-section ul li > a.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-result-bar li > a.button__search:focus, .search-result-bar .budget-calculator .top-bar-section ul li > a.button__search:focus {
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > a.button.secondary, .budget-calculator .top-bar-section ul li > a.secondary.button_border, .budget-calculator .top-bar-section ul .form__body fieldset li > a.secondary.button__form, .form__body fieldset .budget-calculator .top-bar-section ul li > a.secondary.button__form, .budget-calculator .top-bar-section ul .search-bar li > a.secondary.button__search, .search-bar .budget-calculator .top-bar-section ul li > a.secondary.button__search, .budget-calculator .top-bar-section ul .search-overlay li > a.secondary.buttonoverlay, .search-overlay .budget-calculator .top-bar-section ul li > a.secondary.buttonoverlay, .budget-calculator .top-bar-section ul .search-main-body li > a.secondary.buttonoverlay, .search-main-body .budget-calculator .top-bar-section ul li > a.secondary.buttonoverlay, .budget-calculator .top-bar-section ul .search-result-bar li > a.secondary.button__search, .search-result-bar .budget-calculator .top-bar-section ul li > a.secondary.button__search {
  background-color: #e22e14;
  border-color: #b52510;
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > a.button.secondary:hover, .budget-calculator .top-bar-section ul li > a.secondary.button_border:hover, .budget-calculator .top-bar-section ul .form__body fieldset li > a.secondary.button__form:hover, .form__body fieldset .budget-calculator .top-bar-section ul li > a.secondary.button__form:hover, .budget-calculator .top-bar-section ul .search-bar li > a.secondary.button__search:hover, .search-bar .budget-calculator .top-bar-section ul li > a.secondary.button__search:hover, .budget-calculator .top-bar-section ul .search-overlay li > a.secondary.buttonoverlay:hover, .search-overlay .budget-calculator .top-bar-section ul li > a.secondary.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-main-body li > a.secondary.buttonoverlay:hover, .search-main-body .budget-calculator .top-bar-section ul li > a.secondary.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-result-bar li > a.secondary.button__search:hover, .search-result-bar .budget-calculator .top-bar-section ul li > a.secondary.button__search:hover, .budget-calculator .top-bar-section ul li > a.button.secondary:focus, .budget-calculator .top-bar-section ul li > a.secondary.button_border:focus, .budget-calculator .top-bar-section ul .form__body fieldset li > a.secondary.button__form:focus, .form__body fieldset .budget-calculator .top-bar-section ul li > a.secondary.button__form:focus, .budget-calculator .top-bar-section ul .search-bar li > a.secondary.button__search:focus, .search-bar .budget-calculator .top-bar-section ul li > a.secondary.button__search:focus, .budget-calculator .top-bar-section ul .search-overlay li > a.secondary.buttonoverlay:focus, .search-overlay .budget-calculator .top-bar-section ul li > a.secondary.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-main-body li > a.secondary.buttonoverlay:focus, .search-main-body .budget-calculator .top-bar-section ul li > a.secondary.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-result-bar li > a.secondary.button__search:focus, .search-result-bar .budget-calculator .top-bar-section ul li > a.secondary.button__search:focus {
  background-color: #b52510;
}

.budget-calculator .top-bar-section ul li > a.button.secondary:hover, .budget-calculator .top-bar-section ul li > a.secondary.button_border:hover, .budget-calculator .top-bar-section ul .form__body fieldset li > a.secondary.button__form:hover, .form__body fieldset .budget-calculator .top-bar-section ul li > a.secondary.button__form:hover, .budget-calculator .top-bar-section ul .search-bar li > a.secondary.button__search:hover, .search-bar .budget-calculator .top-bar-section ul li > a.secondary.button__search:hover, .budget-calculator .top-bar-section ul .search-overlay li > a.secondary.buttonoverlay:hover, .search-overlay .budget-calculator .top-bar-section ul li > a.secondary.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-main-body li > a.secondary.buttonoverlay:hover, .search-main-body .budget-calculator .top-bar-section ul li > a.secondary.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-result-bar li > a.secondary.button__search:hover, .search-result-bar .budget-calculator .top-bar-section ul li > a.secondary.button__search:hover, .budget-calculator .top-bar-section ul li > a.button.secondary:focus, .budget-calculator .top-bar-section ul li > a.secondary.button_border:focus, .budget-calculator .top-bar-section ul .form__body fieldset li > a.secondary.button__form:focus, .form__body fieldset .budget-calculator .top-bar-section ul li > a.secondary.button__form:focus, .budget-calculator .top-bar-section ul .search-bar li > a.secondary.button__search:focus, .search-bar .budget-calculator .top-bar-section ul li > a.secondary.button__search:focus, .budget-calculator .top-bar-section ul .search-overlay li > a.secondary.buttonoverlay:focus, .search-overlay .budget-calculator .top-bar-section ul li > a.secondary.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-main-body li > a.secondary.buttonoverlay:focus, .search-main-body .budget-calculator .top-bar-section ul li > a.secondary.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-result-bar li > a.secondary.button__search:focus, .search-result-bar .budget-calculator .top-bar-section ul li > a.secondary.button__search:focus {
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > a.button.success, .budget-calculator .top-bar-section ul li > a.success.button_border, .budget-calculator .top-bar-section ul .form__body fieldset li > a.success.button__form, .form__body fieldset .budget-calculator .top-bar-section ul li > a.success.button__form, .budget-calculator .top-bar-section ul .search-bar li > a.success.button__search, .search-bar .budget-calculator .top-bar-section ul li > a.success.button__search, .budget-calculator .top-bar-section ul .search-overlay li > a.success.buttonoverlay, .search-overlay .budget-calculator .top-bar-section ul li > a.success.buttonoverlay, .budget-calculator .top-bar-section ul .search-main-body li > a.success.buttonoverlay, .search-main-body .budget-calculator .top-bar-section ul li > a.success.buttonoverlay, .budget-calculator .top-bar-section ul .search-result-bar li > a.success.button__search, .search-result-bar .budget-calculator .top-bar-section ul li > a.success.button__search {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > a.button.success:hover, .budget-calculator .top-bar-section ul li > a.success.button_border:hover, .budget-calculator .top-bar-section ul .form__body fieldset li > a.success.button__form:hover, .form__body fieldset .budget-calculator .top-bar-section ul li > a.success.button__form:hover, .budget-calculator .top-bar-section ul .search-bar li > a.success.button__search:hover, .search-bar .budget-calculator .top-bar-section ul li > a.success.button__search:hover, .budget-calculator .top-bar-section ul .search-overlay li > a.success.buttonoverlay:hover, .search-overlay .budget-calculator .top-bar-section ul li > a.success.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-main-body li > a.success.buttonoverlay:hover, .search-main-body .budget-calculator .top-bar-section ul li > a.success.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-result-bar li > a.success.button__search:hover, .search-result-bar .budget-calculator .top-bar-section ul li > a.success.button__search:hover, .budget-calculator .top-bar-section ul li > a.button.success:focus, .budget-calculator .top-bar-section ul li > a.success.button_border:focus, .budget-calculator .top-bar-section ul .form__body fieldset li > a.success.button__form:focus, .form__body fieldset .budget-calculator .top-bar-section ul li > a.success.button__form:focus, .budget-calculator .top-bar-section ul .search-bar li > a.success.button__search:focus, .search-bar .budget-calculator .top-bar-section ul li > a.success.button__search:focus, .budget-calculator .top-bar-section ul .search-overlay li > a.success.buttonoverlay:focus, .search-overlay .budget-calculator .top-bar-section ul li > a.success.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-main-body li > a.success.buttonoverlay:focus, .search-main-body .budget-calculator .top-bar-section ul li > a.success.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-result-bar li > a.success.button__search:focus, .search-result-bar .budget-calculator .top-bar-section ul li > a.success.button__search:focus {
  background-color: #368a55;
}

.budget-calculator .top-bar-section ul li > a.button.success:hover, .budget-calculator .top-bar-section ul li > a.success.button_border:hover, .budget-calculator .top-bar-section ul .form__body fieldset li > a.success.button__form:hover, .form__body fieldset .budget-calculator .top-bar-section ul li > a.success.button__form:hover, .budget-calculator .top-bar-section ul .search-bar li > a.success.button__search:hover, .search-bar .budget-calculator .top-bar-section ul li > a.success.button__search:hover, .budget-calculator .top-bar-section ul .search-overlay li > a.success.buttonoverlay:hover, .search-overlay .budget-calculator .top-bar-section ul li > a.success.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-main-body li > a.success.buttonoverlay:hover, .search-main-body .budget-calculator .top-bar-section ul li > a.success.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-result-bar li > a.success.button__search:hover, .search-result-bar .budget-calculator .top-bar-section ul li > a.success.button__search:hover, .budget-calculator .top-bar-section ul li > a.button.success:focus, .budget-calculator .top-bar-section ul li > a.success.button_border:focus, .budget-calculator .top-bar-section ul .form__body fieldset li > a.success.button__form:focus, .form__body fieldset .budget-calculator .top-bar-section ul li > a.success.button__form:focus, .budget-calculator .top-bar-section ul .search-bar li > a.success.button__search:focus, .search-bar .budget-calculator .top-bar-section ul li > a.success.button__search:focus, .budget-calculator .top-bar-section ul .search-overlay li > a.success.buttonoverlay:focus, .search-overlay .budget-calculator .top-bar-section ul li > a.success.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-main-body li > a.success.buttonoverlay:focus, .search-main-body .budget-calculator .top-bar-section ul li > a.success.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-result-bar li > a.success.button__search:focus, .search-result-bar .budget-calculator .top-bar-section ul li > a.success.button__search:focus {
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > a.button.alert, .budget-calculator .top-bar-section ul li > a.alert.button_border, .budget-calculator .top-bar-section ul .form__body fieldset li > a.alert.button__form, .form__body fieldset .budget-calculator .top-bar-section ul li > a.alert.button__form, .budget-calculator .top-bar-section ul .search-bar li > a.alert.button__search, .search-bar .budget-calculator .top-bar-section ul li > a.alert.button__search, .budget-calculator .top-bar-section ul .search-overlay li > a.alert.buttonoverlay, .search-overlay .budget-calculator .top-bar-section ul li > a.alert.buttonoverlay, .budget-calculator .top-bar-section ul .search-main-body li > a.alert.buttonoverlay, .search-main-body .budget-calculator .top-bar-section ul li > a.alert.buttonoverlay, .budget-calculator .top-bar-section ul .search-result-bar li > a.alert.button__search, .search-result-bar .budget-calculator .top-bar-section ul li > a.alert.button__search {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > a.button.alert:hover, .budget-calculator .top-bar-section ul li > a.alert.button_border:hover, .budget-calculator .top-bar-section ul .form__body fieldset li > a.alert.button__form:hover, .form__body fieldset .budget-calculator .top-bar-section ul li > a.alert.button__form:hover, .budget-calculator .top-bar-section ul .search-bar li > a.alert.button__search:hover, .search-bar .budget-calculator .top-bar-section ul li > a.alert.button__search:hover, .budget-calculator .top-bar-section ul .search-overlay li > a.alert.buttonoverlay:hover, .search-overlay .budget-calculator .top-bar-section ul li > a.alert.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-main-body li > a.alert.buttonoverlay:hover, .search-main-body .budget-calculator .top-bar-section ul li > a.alert.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-result-bar li > a.alert.button__search:hover, .search-result-bar .budget-calculator .top-bar-section ul li > a.alert.button__search:hover, .budget-calculator .top-bar-section ul li > a.button.alert:focus, .budget-calculator .top-bar-section ul li > a.alert.button_border:focus, .budget-calculator .top-bar-section ul .form__body fieldset li > a.alert.button__form:focus, .form__body fieldset .budget-calculator .top-bar-section ul li > a.alert.button__form:focus, .budget-calculator .top-bar-section ul .search-bar li > a.alert.button__search:focus, .search-bar .budget-calculator .top-bar-section ul li > a.alert.button__search:focus, .budget-calculator .top-bar-section ul .search-overlay li > a.alert.buttonoverlay:focus, .search-overlay .budget-calculator .top-bar-section ul li > a.alert.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-main-body li > a.alert.buttonoverlay:focus, .search-main-body .budget-calculator .top-bar-section ul li > a.alert.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-result-bar li > a.alert.button__search:focus, .search-result-bar .budget-calculator .top-bar-section ul li > a.alert.button__search:focus {
  background-color: #cf2a0e;
}

.budget-calculator .top-bar-section ul li > a.button.alert:hover, .budget-calculator .top-bar-section ul li > a.alert.button_border:hover, .budget-calculator .top-bar-section ul .form__body fieldset li > a.alert.button__form:hover, .form__body fieldset .budget-calculator .top-bar-section ul li > a.alert.button__form:hover, .budget-calculator .top-bar-section ul .search-bar li > a.alert.button__search:hover, .search-bar .budget-calculator .top-bar-section ul li > a.alert.button__search:hover, .budget-calculator .top-bar-section ul .search-overlay li > a.alert.buttonoverlay:hover, .search-overlay .budget-calculator .top-bar-section ul li > a.alert.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-main-body li > a.alert.buttonoverlay:hover, .search-main-body .budget-calculator .top-bar-section ul li > a.alert.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-result-bar li > a.alert.button__search:hover, .search-result-bar .budget-calculator .top-bar-section ul li > a.alert.button__search:hover, .budget-calculator .top-bar-section ul li > a.button.alert:focus, .budget-calculator .top-bar-section ul li > a.alert.button_border:focus, .budget-calculator .top-bar-section ul .form__body fieldset li > a.alert.button__form:focus, .form__body fieldset .budget-calculator .top-bar-section ul li > a.alert.button__form:focus, .budget-calculator .top-bar-section ul .search-bar li > a.alert.button__search:focus, .search-bar .budget-calculator .top-bar-section ul li > a.alert.button__search:focus, .budget-calculator .top-bar-section ul .search-overlay li > a.alert.buttonoverlay:focus, .search-overlay .budget-calculator .top-bar-section ul li > a.alert.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-main-body li > a.alert.buttonoverlay:focus, .search-main-body .budget-calculator .top-bar-section ul li > a.alert.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-result-bar li > a.alert.button__search:focus, .search-result-bar .budget-calculator .top-bar-section ul li > a.alert.button__search:focus {
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > a.button.warning, .budget-calculator .top-bar-section ul li > a.warning.button_border, .budget-calculator .top-bar-section ul .form__body fieldset li > a.warning.button__form, .form__body fieldset .budget-calculator .top-bar-section ul li > a.warning.button__form, .budget-calculator .top-bar-section ul .search-bar li > a.warning.button__search, .search-bar .budget-calculator .top-bar-section ul li > a.warning.button__search, .budget-calculator .top-bar-section ul .search-overlay li > a.warning.buttonoverlay, .search-overlay .budget-calculator .top-bar-section ul li > a.warning.buttonoverlay, .budget-calculator .top-bar-section ul .search-main-body li > a.warning.buttonoverlay, .search-main-body .budget-calculator .top-bar-section ul li > a.warning.buttonoverlay, .budget-calculator .top-bar-section ul .search-result-bar li > a.warning.button__search, .search-result-bar .budget-calculator .top-bar-section ul li > a.warning.button__search {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > a.button.warning:hover, .budget-calculator .top-bar-section ul li > a.warning.button_border:hover, .budget-calculator .top-bar-section ul .form__body fieldset li > a.warning.button__form:hover, .form__body fieldset .budget-calculator .top-bar-section ul li > a.warning.button__form:hover, .budget-calculator .top-bar-section ul .search-bar li > a.warning.button__search:hover, .search-bar .budget-calculator .top-bar-section ul li > a.warning.button__search:hover, .budget-calculator .top-bar-section ul .search-overlay li > a.warning.buttonoverlay:hover, .search-overlay .budget-calculator .top-bar-section ul li > a.warning.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-main-body li > a.warning.buttonoverlay:hover, .search-main-body .budget-calculator .top-bar-section ul li > a.warning.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-result-bar li > a.warning.button__search:hover, .search-result-bar .budget-calculator .top-bar-section ul li > a.warning.button__search:hover, .budget-calculator .top-bar-section ul li > a.button.warning:focus, .budget-calculator .top-bar-section ul li > a.warning.button_border:focus, .budget-calculator .top-bar-section ul .form__body fieldset li > a.warning.button__form:focus, .form__body fieldset .budget-calculator .top-bar-section ul li > a.warning.button__form:focus, .budget-calculator .top-bar-section ul .search-bar li > a.warning.button__search:focus, .search-bar .budget-calculator .top-bar-section ul li > a.warning.button__search:focus, .budget-calculator .top-bar-section ul .search-overlay li > a.warning.buttonoverlay:focus, .search-overlay .budget-calculator .top-bar-section ul li > a.warning.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-main-body li > a.warning.buttonoverlay:focus, .search-main-body .budget-calculator .top-bar-section ul li > a.warning.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-result-bar li > a.warning.button__search:focus, .search-result-bar .budget-calculator .top-bar-section ul li > a.warning.button__search:focus {
  background-color: #cf6e0e;
}

.budget-calculator .top-bar-section ul li > a.button.warning:hover, .budget-calculator .top-bar-section ul li > a.warning.button_border:hover, .budget-calculator .top-bar-section ul .form__body fieldset li > a.warning.button__form:hover, .form__body fieldset .budget-calculator .top-bar-section ul li > a.warning.button__form:hover, .budget-calculator .top-bar-section ul .search-bar li > a.warning.button__search:hover, .search-bar .budget-calculator .top-bar-section ul li > a.warning.button__search:hover, .budget-calculator .top-bar-section ul .search-overlay li > a.warning.buttonoverlay:hover, .search-overlay .budget-calculator .top-bar-section ul li > a.warning.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-main-body li > a.warning.buttonoverlay:hover, .search-main-body .budget-calculator .top-bar-section ul li > a.warning.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-result-bar li > a.warning.button__search:hover, .search-result-bar .budget-calculator .top-bar-section ul li > a.warning.button__search:hover, .budget-calculator .top-bar-section ul li > a.button.warning:focus, .budget-calculator .top-bar-section ul li > a.warning.button_border:focus, .budget-calculator .top-bar-section ul .form__body fieldset li > a.warning.button__form:focus, .form__body fieldset .budget-calculator .top-bar-section ul li > a.warning.button__form:focus, .budget-calculator .top-bar-section ul .search-bar li > a.warning.button__search:focus, .search-bar .budget-calculator .top-bar-section ul li > a.warning.button__search:focus, .budget-calculator .top-bar-section ul .search-overlay li > a.warning.buttonoverlay:focus, .search-overlay .budget-calculator .top-bar-section ul li > a.warning.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-main-body li > a.warning.buttonoverlay:focus, .search-main-body .budget-calculator .top-bar-section ul li > a.warning.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-result-bar li > a.warning.button__search:focus, .search-result-bar .budget-calculator .top-bar-section ul li > a.warning.button__search:focus {
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > a.button.info, .budget-calculator .top-bar-section ul li > a.info.button_border, .budget-calculator .top-bar-section ul .form__body fieldset li > a.info.button__form, .form__body fieldset .budget-calculator .top-bar-section ul li > a.info.button__form, .budget-calculator .top-bar-section ul .search-bar li > a.info.button__search, .search-bar .budget-calculator .top-bar-section ul li > a.info.button__search, .budget-calculator .top-bar-section ul .search-overlay li > a.info.buttonoverlay, .search-overlay .budget-calculator .top-bar-section ul li > a.info.buttonoverlay, .budget-calculator .top-bar-section ul .search-main-body li > a.info.buttonoverlay, .search-main-body .budget-calculator .top-bar-section ul li > a.info.buttonoverlay, .budget-calculator .top-bar-section ul .search-result-bar li > a.info.button__search, .search-result-bar .budget-calculator .top-bar-section ul li > a.info.button__search {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

.budget-calculator .top-bar-section ul li > a.button.info:hover, .budget-calculator .top-bar-section ul li > a.info.button_border:hover, .budget-calculator .top-bar-section ul .form__body fieldset li > a.info.button__form:hover, .form__body fieldset .budget-calculator .top-bar-section ul li > a.info.button__form:hover, .budget-calculator .top-bar-section ul .search-bar li > a.info.button__search:hover, .search-bar .budget-calculator .top-bar-section ul li > a.info.button__search:hover, .budget-calculator .top-bar-section ul .search-overlay li > a.info.buttonoverlay:hover, .search-overlay .budget-calculator .top-bar-section ul li > a.info.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-main-body li > a.info.buttonoverlay:hover, .search-main-body .budget-calculator .top-bar-section ul li > a.info.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-result-bar li > a.info.button__search:hover, .search-result-bar .budget-calculator .top-bar-section ul li > a.info.button__search:hover, .budget-calculator .top-bar-section ul li > a.button.info:focus, .budget-calculator .top-bar-section ul li > a.info.button_border:focus, .budget-calculator .top-bar-section ul .form__body fieldset li > a.info.button__form:focus, .form__body fieldset .budget-calculator .top-bar-section ul li > a.info.button__form:focus, .budget-calculator .top-bar-section ul .search-bar li > a.info.button__search:focus, .search-bar .budget-calculator .top-bar-section ul li > a.info.button__search:focus, .budget-calculator .top-bar-section ul .search-overlay li > a.info.buttonoverlay:focus, .search-overlay .budget-calculator .top-bar-section ul li > a.info.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-main-body li > a.info.buttonoverlay:focus, .search-main-body .budget-calculator .top-bar-section ul li > a.info.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-result-bar li > a.info.button__search:focus, .search-result-bar .budget-calculator .top-bar-section ul li > a.info.button__search:focus {
  background-color: #61b6d9;
}

.budget-calculator .top-bar-section ul li > a.button.info:hover, .budget-calculator .top-bar-section ul li > a.info.button_border:hover, .budget-calculator .top-bar-section ul .form__body fieldset li > a.info.button__form:hover, .form__body fieldset .budget-calculator .top-bar-section ul li > a.info.button__form:hover, .budget-calculator .top-bar-section ul .search-bar li > a.info.button__search:hover, .search-bar .budget-calculator .top-bar-section ul li > a.info.button__search:hover, .budget-calculator .top-bar-section ul .search-overlay li > a.info.buttonoverlay:hover, .search-overlay .budget-calculator .top-bar-section ul li > a.info.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-main-body li > a.info.buttonoverlay:hover, .search-main-body .budget-calculator .top-bar-section ul li > a.info.buttonoverlay:hover, .budget-calculator .top-bar-section ul .search-result-bar li > a.info.button__search:hover, .search-result-bar .budget-calculator .top-bar-section ul li > a.info.button__search:hover, .budget-calculator .top-bar-section ul li > a.button.info:focus, .budget-calculator .top-bar-section ul li > a.info.button_border:focus, .budget-calculator .top-bar-section ul .form__body fieldset li > a.info.button__form:focus, .form__body fieldset .budget-calculator .top-bar-section ul li > a.info.button__form:focus, .budget-calculator .top-bar-section ul .search-bar li > a.info.button__search:focus, .search-bar .budget-calculator .top-bar-section ul li > a.info.button__search:focus, .budget-calculator .top-bar-section ul .search-overlay li > a.info.buttonoverlay:focus, .search-overlay .budget-calculator .top-bar-section ul li > a.info.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-main-body li > a.info.buttonoverlay:focus, .search-main-body .budget-calculator .top-bar-section ul li > a.info.buttonoverlay:focus, .budget-calculator .top-bar-section ul .search-result-bar li > a.info.button__search:focus, .search-result-bar .budget-calculator .top-bar-section ul li > a.info.button__search:focus {
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #9a0000;
  border-color: #7b0000;
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > button:hover, .budget-calculator .top-bar-section ul li > button:focus {
  background-color: #7b0000;
}

.budget-calculator .top-bar-section ul li > button:hover, .budget-calculator .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > button.secondary {
  background-color: #e22e14;
  border-color: #b52510;
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > button.secondary:hover, .budget-calculator .top-bar-section ul li > button.secondary:focus {
  background-color: #b52510;
}

.budget-calculator .top-bar-section ul li > button.secondary:hover, .budget-calculator .top-bar-section ul li > button.secondary:focus {
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > button.success:hover, .budget-calculator .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}

.budget-calculator .top-bar-section ul li > button.success:hover, .budget-calculator .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > button.alert:hover, .budget-calculator .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}

.budget-calculator .top-bar-section ul li > button.alert:hover, .budget-calculator .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > button.warning:hover, .budget-calculator .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}

.budget-calculator .top-bar-section ul li > button.warning:hover, .budget-calculator .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

.budget-calculator .top-bar-section ul li > button.info:hover, .budget-calculator .top-bar-section ul li > button.info:focus {
  background-color: #61b6d9;
}

.budget-calculator .top-bar-section ul li > button.info:hover, .budget-calculator .top-bar-section ul li > button.info:focus {
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  color: #FFFFFF;
  background: #222222;
}

.budget-calculator .top-bar-section ul li.active > a {
  background: #9a0000;
  color: #FFFFFF;
}

.budget-calculator .top-bar-section ul li.active > a:hover {
  background: #840000;
  color: #FFFFFF;
}

.budget-calculator .top-bar-section .has-form {
  padding: 0.9375rem;
}

.budget-calculator .top-bar-section .has-dropdown {
  position: relative;
}

.budget-calculator .top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.budget-calculator .top-bar-section .has-dropdown.moved {
  position: static;
}

.budget-calculator .top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}

.budget-calculator .top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

.budget-calculator .top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}

.budget-calculator .top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}

.budget-calculator .top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}

.budget-calculator .top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

.budget-calculator .top-bar-section .dropdown li.title h5, .budget-calculator .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

.budget-calculator .top-bar-section .dropdown li.title h5 a, .budget-calculator .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}

.budget-calculator .top-bar-section .dropdown li.title h5 a:hover, .budget-calculator .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

.budget-calculator .top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}

.budget-calculator .top-bar-section .dropdown li .button, .budget-calculator .top-bar-section .dropdown li .button_border, .budget-calculator .top-bar-section .dropdown li .form__body fieldset .button__form, .form__body fieldset .budget-calculator .top-bar-section .dropdown li .button__form, .budget-calculator .top-bar-section .dropdown li .search-bar .button__search, .search-bar .budget-calculator .top-bar-section .dropdown li .button__search, .budget-calculator .top-bar-section .dropdown li .search-overlay .buttonoverlay, .search-overlay .budget-calculator .top-bar-section .dropdown li .buttonoverlay, .budget-calculator .top-bar-section .dropdown li .search-main-body .buttonoverlay, .search-main-body .budget-calculator .top-bar-section .dropdown li .buttonoverlay, .budget-calculator .top-bar-section .dropdown li .search-result-bar .button__search, .search-result-bar .budget-calculator .top-bar-section .dropdown li .button__search,
.budget-calculator .top-bar-section .dropdown li button {
  top: auto;
}

.budget-calculator .top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 0.9375rem 2px;
  text-transform: uppercase;
}

.budget-calculator .js-generated {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .top-bar {
    background: #333333;
    overflow: visible;
  }
  .budget-calculator .top-bar:before, .budget-calculator .top-bar:after {
    content: " ";
    display: table;
  }
  .budget-calculator .top-bar:after {
    clear: both;
  }
  .budget-calculator .top-bar .toggle-topbar {
    display: none;
  }
  .budget-calculator .top-bar .title-area {
    float: left;
  }
  .budget-calculator .top-bar .name h1 a,
  .budget-calculator .top-bar .name h2 a,
  .budget-calculator .top-bar .name h3 a,
  .budget-calculator .top-bar .name h4 a,
  .budget-calculator .top-bar .name h5 a,
  .budget-calculator .top-bar .name h6 a {
    width: auto;
  }
  .budget-calculator .top-bar input,
  .budget-calculator .top-bar select, .budget-calculator .top-bar .button, .budget-calculator .top-bar .button_border, .budget-calculator .top-bar .form__body fieldset .button__form, .form__body fieldset .budget-calculator .top-bar .button__form, .budget-calculator .top-bar .search-bar .button__search, .search-bar .budget-calculator .top-bar .button__search, .budget-calculator .top-bar .search-overlay .buttonoverlay, .search-overlay .budget-calculator .top-bar .buttonoverlay, .budget-calculator .top-bar .search-main-body .buttonoverlay, .search-main-body .budget-calculator .top-bar .buttonoverlay, .budget-calculator .top-bar .search-result-bar .button__search, .search-result-bar .budget-calculator .top-bar .button__search,
  .budget-calculator .top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .budget-calculator .top-bar.expanded {
    background: #333333;
  }
  .budget-calculator .contain-to-grid .top-bar {
    margin-bottom: 0;
    margin: 0 auto;
    max-width: 62.5rem;
  }
  .budget-calculator .top-bar-section {
    -webkit-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  .budget-calculator .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .budget-calculator .top-bar-section ul li {
    float: left;
  }
  .budget-calculator .top-bar-section ul li .js-generated {
    display: none;
  }
  .budget-calculator .top-bar-section li.hover > a:not(.button):not(.button_border) {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  .budget-calculator .top-bar-section li:not(.has-form) a:not(.button):not(.button_border) {
    background: #333333;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .budget-calculator .top-bar-section li:not(.has-form) a:not(.button):not(.button_border):hover {
    background-color: #555555;
    background: #222222;
  }
  .budget-calculator .top-bar-section li.active:not(.has-form) a:not(.button):not(.button_border) {
    background: #9a0000;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .budget-calculator .top-bar-section li.active:not(.has-form) a:not(.button):not(.button_border):hover {
    background: #840000;
    color: #FFFFFF;
  }
  .budget-calculator .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  .budget-calculator .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  .budget-calculator .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .budget-calculator .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .budget-calculator .top-bar-section .has-dropdown.hover > .dropdown, .budget-calculator .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .budget-calculator .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .budget-calculator .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px;
  }
  .budget-calculator .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .budget-calculator .top-bar-section .dropdown li a {
    background: #333333;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap;
  }
  .budget-calculator .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):not(.button_border) {
    background: #333333;
    color: #FFFFFF;
  }
  .budget-calculator .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button):not(.button_border) {
    background-color: #555555;
    color: #FFFFFF;
    background: #222222;
  }
  .budget-calculator .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  .budget-calculator .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .budget-calculator .top-bar-section > ul > .divider,
  .budget-calculator .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .budget-calculator .top-bar-section .has-form {
    background: #333333;
    height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .budget-calculator .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .budget-calculator .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .budget-calculator .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .budget-calculator .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .budget-calculator .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  .budget-calculator .no-js .top-bar-section ul li:active > a {
    background: #9a0000;
    color: #FFFFFF;
  }
  .budget-calculator .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .budget-calculator .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}

.budget-calculator .text-left {
  text-align: left !important;
}

.budget-calculator .text-right {
  text-align: right !important;
}

.budget-calculator .text-center {
  text-align: center !important;
}

.budget-calculator .text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .budget-calculator .small-only-text-left {
    text-align: left !important;
  }
  .budget-calculator .small-only-text-right {
    text-align: right !important;
  }
  .budget-calculator .small-only-text-center {
    text-align: center !important;
  }
  .budget-calculator .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .budget-calculator .small-text-left {
    text-align: left !important;
  }
  .budget-calculator .small-text-right {
    text-align: right !important;
  }
  .budget-calculator .small-text-center {
    text-align: center !important;
  }
  .budget-calculator .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .budget-calculator .medium-only-text-left {
    text-align: left !important;
  }
  .budget-calculator .medium-only-text-right {
    text-align: right !important;
  }
  .budget-calculator .medium-only-text-center {
    text-align: center !important;
  }
  .budget-calculator .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .medium-text-left {
    text-align: left !important;
  }
  .budget-calculator .medium-text-right {
    text-align: right !important;
  }
  .budget-calculator .medium-text-center {
    text-align: center !important;
  }
  .budget-calculator .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .budget-calculator .large-only-text-left {
    text-align: left !important;
  }
  .budget-calculator .large-only-text-right {
    text-align: right !important;
  }
  .budget-calculator .large-only-text-center {
    text-align: center !important;
  }
  .budget-calculator .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .large-text-left {
    text-align: left !important;
  }
  .budget-calculator .large-text-right {
    text-align: right !important;
  }
  .budget-calculator .large-text-center {
    text-align: center !important;
  }
  .budget-calculator .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .budget-calculator .xlarge-only-text-left {
    text-align: left !important;
  }
  .budget-calculator .xlarge-only-text-right {
    text-align: right !important;
  }
  .budget-calculator .xlarge-only-text-center {
    text-align: center !important;
  }
  .budget-calculator .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.0625em) {
  .budget-calculator .xlarge-text-left {
    text-align: left !important;
  }
  .budget-calculator .xlarge-text-right {
    text-align: right !important;
  }
  .budget-calculator .xlarge-text-center {
    text-align: center !important;
  }
  .budget-calculator .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .budget-calculator .xxlarge-only-text-left {
    text-align: left !important;
  }
  .budget-calculator .xxlarge-only-text-right {
    text-align: right !important;
  }
  .budget-calculator .xxlarge-only-text-center {
    text-align: center !important;
  }
  .budget-calculator .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.0625em) {
  .budget-calculator .xxlarge-text-left {
    text-align: left !important;
  }
  .budget-calculator .xxlarge-text-right {
    text-align: right !important;
  }
  .budget-calculator .xxlarge-text-center {
    text-align: center !important;
  }
  .budget-calculator .xxlarge-text-justify {
    text-align: justify !important;
  }
}

.budget-calculator div,
.budget-calculator dl,
.budget-calculator dt,
.budget-calculator dd,
.budget-calculator ul,
.budget-calculator ol,
.budget-calculator li,
.budget-calculator h1,
.budget-calculator h2,
.budget-calculator h3,
.budget-calculator h4,
.budget-calculator h5,
.budget-calculator h6,
.budget-calculator pre,
.budget-calculator form,
.budget-calculator p,
.budget-calculator blockquote,
.budget-calculator th,
.budget-calculator td {
  margin: 0;
  padding: 0;
}

.budget-calculator a {
  color: #9a0000;
  line-height: inherit;
  text-decoration: none;
}

.budget-calculator a:hover, .budget-calculator a:focus {
  color: #840000;
}

.budget-calculator a img {
  border: none;
}

.budget-calculator p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

.budget-calculator p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

.budget-calculator p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

.budget-calculator h1, .budget-calculator h2, .budget-calculator h3, .budget-calculator h4, .budget-calculator h5, .budget-calculator h6 {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}

.budget-calculator h1 small, .budget-calculator h2 small, .budget-calculator h3 small, .budget-calculator h4 small, .budget-calculator h5 small, .budget-calculator h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}

.budget-calculator h1 {
  font-size: 3.125rem;
}

.budget-calculator h2 {
  font-size: 2rem;
}

.budget-calculator h3 {
  font-size: 1.9375rem;
}

.budget-calculator h4 {
  font-size: 1.1875rem;
}

.budget-calculator h5 {
  font-size: 1.125rem;
}

.budget-calculator h6 {
  font-size: 1rem;
}

.budget-calculator .subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.budget-calculator hr {
  border: solid #9a0000;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

.budget-calculator em,
.budget-calculator i {
  font-style: italic;
  line-height: inherit;
}

.budget-calculator strong,
.budget-calculator b {
  font-weight: bold;
  line-height: inherit;
}

.budget-calculator small {
  font-size: 60%;
  line-height: inherit;
}

.budget-calculator code {
  background-color: #f9bfb6;
  border-color: #f59c8f;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.budget-calculator ul,
.budget-calculator ol,
.budget-calculator dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

.budget-calculator ul {
  margin-left: 1.1rem;
}

.budget-calculator ul.no-bullet {
  margin-left: 0;
}

.budget-calculator ul.no-bullet li ul,
.budget-calculator ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

.budget-calculator ul li ul,
.budget-calculator ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.budget-calculator ul.square li ul, .budget-calculator ul.circle li ul, .budget-calculator ul.disc li ul {
  list-style: inherit;
}

.budget-calculator ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

.budget-calculator ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

.budget-calculator ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

.budget-calculator ul.no-bullet {
  list-style: none;
}

.budget-calculator ol {
  margin-left: 1.4rem;
}

.budget-calculator ol li ul,
.budget-calculator ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.budget-calculator dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.budget-calculator dl dd {
  margin-bottom: 0.75rem;
}

.budget-calculator abbr,
.budget-calculator acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

.budget-calculator abbr {
  text-transform: none;
}

.budget-calculator abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

.budget-calculator blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}

.budget-calculator blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}

.budget-calculator blockquote cite:before {
  content: "\2014 \0020";
}

.budget-calculator blockquote cite a,
.budget-calculator blockquote cite a:visited {
  color: #555555;
}

.budget-calculator blockquote,
.budget-calculator blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

.budget-calculator .vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

.budget-calculator .vcard li {
  margin: 0;
  display: block;
}

.budget-calculator .vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.budget-calculator .vevent .summary {
  font-weight: bold;
}

.budget-calculator .vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator h1, .budget-calculator h2, .budget-calculator h3, .budget-calculator h4, .budget-calculator h5, .budget-calculator h6 {
    line-height: 1.4;
  }
  .budget-calculator h1 {
    font-size: 3.75rem;
  }
  .budget-calculator h2 {
    font-size: 2.625rem;
  }
  .budget-calculator h3 {
    font-size: 2.25rem;
  }
  .budget-calculator h4 {
    font-size: 1.5rem;
  }
  .budget-calculator h5 {
    font-size: 1.125rem;
  }
  .budget-calculator h6 {
    font-size: 1rem;
  }
}

.budget-calculator .off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.budget-calculator .off-canvas-wrap.move-right, .budget-calculator .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.budget-calculator .inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.budget-calculator .inner-wrap:before, .budget-calculator .inner-wrap:after {
  content: " ";
  display: table;
}

.budget-calculator .inner-wrap:after {
  clear: both;
}

.budget-calculator .tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

.budget-calculator .tab-bar h1, .budget-calculator .tab-bar h2, .budget-calculator .tab-bar h3, .budget-calculator .tab-bar h4, .budget-calculator .tab-bar h5, .budget-calculator .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}

.budget-calculator .tab-bar h1, .budget-calculator .tab-bar h2, .budget-calculator .tab-bar h3, .budget-calculator .tab-bar h4 {
  font-size: 1.125rem;
}

.budget-calculator .left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

.budget-calculator .right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

.budget-calculator .tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}

.budget-calculator .tab-bar-section.left {
  text-align: left;
}

.budget-calculator .tab-bar-section.right {
  text-align: right;
}

.budget-calculator .tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}

.budget-calculator .tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

.budget-calculator .tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.budget-calculator .tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}

.budget-calculator .tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}

.budget-calculator .tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.budget-calculator .left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}

.budget-calculator .left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.budget-calculator .right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}

.budget-calculator .right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.budget-calculator ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.budget-calculator ul.off-canvas-list li label {
  background: #444444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}

.budget-calculator ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.6666666667rem;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

.budget-calculator ul.off-canvas-list li a:hover {
  background: #242424;
}

.budget-calculator ul.off-canvas-list li a:active {
  background: #242424;
}

.budget-calculator .move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

.budget-calculator .move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.budget-calculator .move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}

.budget-calculator .move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.budget-calculator .offcanvas-overlap .left-off-canvas-menu, .budget-calculator .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.budget-calculator .offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.budget-calculator .offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.budget-calculator .offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.budget-calculator .offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.budget-calculator .offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.budget-calculator .no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}

.budget-calculator .no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}

.budget-calculator .no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}

.budget-calculator .no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

.budget-calculator .left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.budget-calculator .left-submenu * {
  -webkit-backface-visibility: hidden;
}

.budget-calculator .left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.budget-calculator .left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.budget-calculator .left-submenu .back > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

.budget-calculator .left-submenu.move-right, .budget-calculator .left-submenu.offcanvas-overlap-right, .budget-calculator .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.budget-calculator .right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.budget-calculator .right-submenu * {
  -webkit-backface-visibility: hidden;
}

.budget-calculator .right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.budget-calculator .right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.budget-calculator .right-submenu .back > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

.budget-calculator .right-submenu.move-left, .budget-calculator .right-submenu.offcanvas-overlap-left, .budget-calculator .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.budget-calculator .left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

.budget-calculator .right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

@media only screen {
  .budget-calculator .show-for-small-only, .budget-calculator .show-for-small-up, .budget-calculator .show-for-small, .budget-calculator .show-for-small-down, .budget-calculator .hide-for-medium-only, .budget-calculator .hide-for-medium-up, .budget-calculator .hide-for-medium, .budget-calculator .show-for-medium-down, .budget-calculator .hide-for-large-only, .budget-calculator .hide-for-large-up, .budget-calculator .hide-for-large, .budget-calculator .show-for-large-down, .budget-calculator .hide-for-xlarge-only, .budget-calculator .hide-for-xlarge-up, .budget-calculator .hide-for-xlarge, .budget-calculator .show-for-xlarge-down, .budget-calculator .hide-for-xxlarge-only, .budget-calculator .hide-for-xxlarge-up, .budget-calculator .hide-for-xxlarge, .budget-calculator .show-for-xxlarge-down {
    display: inherit !important;
  }
  .budget-calculator .hide-for-small-only, .budget-calculator .hide-for-small-up, .budget-calculator .hide-for-small, .budget-calculator .hide-for-small-down, .budget-calculator .show-for-medium-only, .budget-calculator .show-for-medium-up, .budget-calculator .show-for-medium, .budget-calculator .hide-for-medium-down, .budget-calculator .show-for-large-only, .budget-calculator .show-for-large-up, .budget-calculator .show-for-large, .budget-calculator .hide-for-large-down, .budget-calculator .show-for-xlarge-only, .budget-calculator .show-for-xlarge-up, .budget-calculator .show-for-xlarge, .budget-calculator .hide-for-xlarge-down, .budget-calculator .show-for-xxlarge-only, .budget-calculator .show-for-xxlarge-up, .budget-calculator .show-for-xxlarge, .budget-calculator .hide-for-xxlarge-down {
    display: none !important;
  }
  .budget-calculator .visible-for-small-only, .budget-calculator .visible-for-small-up, .budget-calculator .visible-for-small, .budget-calculator .visible-for-small-down, .budget-calculator .hidden-for-medium-only, .budget-calculator .hidden-for-medium-up, .budget-calculator .hidden-for-medium, .budget-calculator .visible-for-medium-down, .budget-calculator .hidden-for-large-only, .budget-calculator .hidden-for-large-up, .budget-calculator .hidden-for-large, .budget-calculator .visible-for-large-down, .budget-calculator .hidden-for-xlarge-only, .budget-calculator .hidden-for-xlarge-up, .budget-calculator .hidden-for-xlarge, .budget-calculator .visible-for-xlarge-down, .budget-calculator .hidden-for-xxlarge-only, .budget-calculator .hidden-for-xxlarge-up, .budget-calculator .hidden-for-xxlarge, .budget-calculator .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .budget-calculator .hidden-for-small-only, .budget-calculator .hidden-for-small-up, .budget-calculator .hidden-for-small, .budget-calculator .hidden-for-small-down, .budget-calculator .visible-for-medium-only, .budget-calculator .visible-for-medium-up, .budget-calculator .visible-for-medium, .budget-calculator .hidden-for-medium-down, .budget-calculator .visible-for-large-only, .budget-calculator .visible-for-large-up, .budget-calculator .visible-for-large, .budget-calculator .hidden-for-large-down, .budget-calculator .visible-for-xlarge-only, .budget-calculator .visible-for-xlarge-up, .budget-calculator .visible-for-xlarge, .budget-calculator .hidden-for-xlarge-down, .budget-calculator .visible-for-xxlarge-only, .budget-calculator .visible-for-xxlarge-up, .budget-calculator .visible-for-xxlarge, .budget-calculator .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .budget-calculator table.show-for-small-only, .budget-calculator table.show-for-small-up, .budget-calculator table.show-for-small, .budget-calculator table.show-for-small-down, .budget-calculator table.hide-for-medium-only, .budget-calculator table.hide-for-medium-up, .budget-calculator table.hide-for-medium, .budget-calculator table.show-for-medium-down, .budget-calculator table.hide-for-large-only, .budget-calculator table.hide-for-large-up, .budget-calculator table.hide-for-large, .budget-calculator table.show-for-large-down, .budget-calculator table.hide-for-xlarge-only, .budget-calculator table.hide-for-xlarge-up, .budget-calculator table.hide-for-xlarge, .budget-calculator table.show-for-xlarge-down, .budget-calculator table.hide-for-xxlarge-only, .budget-calculator table.hide-for-xxlarge-up, .budget-calculator table.hide-for-xxlarge, .budget-calculator table.show-for-xxlarge-down {
    display: table !important;
  }
  .budget-calculator thead.show-for-small-only, .budget-calculator thead.show-for-small-up, .budget-calculator thead.show-for-small, .budget-calculator thead.show-for-small-down, .budget-calculator thead.hide-for-medium-only, .budget-calculator thead.hide-for-medium-up, .budget-calculator thead.hide-for-medium, .budget-calculator thead.show-for-medium-down, .budget-calculator thead.hide-for-large-only, .budget-calculator thead.hide-for-large-up, .budget-calculator thead.hide-for-large, .budget-calculator thead.show-for-large-down, .budget-calculator thead.hide-for-xlarge-only, .budget-calculator thead.hide-for-xlarge-up, .budget-calculator thead.hide-for-xlarge, .budget-calculator thead.show-for-xlarge-down, .budget-calculator thead.hide-for-xxlarge-only, .budget-calculator thead.hide-for-xxlarge-up, .budget-calculator thead.hide-for-xxlarge, .budget-calculator thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  .budget-calculator tbody.show-for-small-only, .budget-calculator tbody.show-for-small-up, .budget-calculator tbody.show-for-small, .budget-calculator tbody.show-for-small-down, .budget-calculator tbody.hide-for-medium-only, .budget-calculator tbody.hide-for-medium-up, .budget-calculator tbody.hide-for-medium, .budget-calculator tbody.show-for-medium-down, .budget-calculator tbody.hide-for-large-only, .budget-calculator tbody.hide-for-large-up, .budget-calculator tbody.hide-for-large, .budget-calculator tbody.show-for-large-down, .budget-calculator tbody.hide-for-xlarge-only, .budget-calculator tbody.hide-for-xlarge-up, .budget-calculator tbody.hide-for-xlarge, .budget-calculator tbody.show-for-xlarge-down, .budget-calculator tbody.hide-for-xxlarge-only, .budget-calculator tbody.hide-for-xxlarge-up, .budget-calculator tbody.hide-for-xxlarge, .budget-calculator tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  .budget-calculator tr.show-for-small-only, .budget-calculator tr.show-for-small-up, .budget-calculator tr.show-for-small, .budget-calculator tr.show-for-small-down, .budget-calculator tr.hide-for-medium-only, .budget-calculator tr.hide-for-medium-up, .budget-calculator tr.hide-for-medium, .budget-calculator tr.show-for-medium-down, .budget-calculator tr.hide-for-large-only, .budget-calculator tr.hide-for-large-up, .budget-calculator tr.hide-for-large, .budget-calculator tr.show-for-large-down, .budget-calculator tr.hide-for-xlarge-only, .budget-calculator tr.hide-for-xlarge-up, .budget-calculator tr.hide-for-xlarge, .budget-calculator tr.show-for-xlarge-down, .budget-calculator tr.hide-for-xxlarge-only, .budget-calculator tr.hide-for-xxlarge-up, .budget-calculator tr.hide-for-xxlarge, .budget-calculator tr.show-for-xxlarge-down {
    display: table-row;
  }
  .budget-calculator th.show-for-small-only, .budget-calculator td.show-for-small-only, .budget-calculator th.show-for-small-up, .budget-calculator td.show-for-small-up, .budget-calculator th.show-for-small, .budget-calculator td.show-for-small, .budget-calculator th.show-for-small-down, .budget-calculator td.show-for-small-down, .budget-calculator th.hide-for-medium-only, .budget-calculator td.hide-for-medium-only, .budget-calculator th.hide-for-medium-up, .budget-calculator td.hide-for-medium-up, .budget-calculator th.hide-for-medium, .budget-calculator td.hide-for-medium, .budget-calculator th.show-for-medium-down, .budget-calculator td.show-for-medium-down, .budget-calculator th.hide-for-large-only, .budget-calculator td.hide-for-large-only, .budget-calculator th.hide-for-large-up, .budget-calculator td.hide-for-large-up, .budget-calculator th.hide-for-large, .budget-calculator td.hide-for-large, .budget-calculator th.show-for-large-down, .budget-calculator td.show-for-large-down, .budget-calculator th.hide-for-xlarge-only, .budget-calculator td.hide-for-xlarge-only, .budget-calculator th.hide-for-xlarge-up, .budget-calculator td.hide-for-xlarge-up, .budget-calculator th.hide-for-xlarge, .budget-calculator td.hide-for-xlarge, .budget-calculator th.show-for-xlarge-down, .budget-calculator td.show-for-xlarge-down, .budget-calculator th.hide-for-xxlarge-only, .budget-calculator td.hide-for-xxlarge-only, .budget-calculator th.hide-for-xxlarge-up, .budget-calculator td.hide-for-xxlarge-up, .budget-calculator th.hide-for-xxlarge, .budget-calculator td.hide-for-xxlarge, .budget-calculator th.show-for-xxlarge-down, .budget-calculator td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .hide-for-small-only, .budget-calculator .show-for-small-up, .budget-calculator .hide-for-small, .budget-calculator .hide-for-small-down, .budget-calculator .show-for-medium-only, .budget-calculator .show-for-medium-up, .budget-calculator .show-for-medium, .budget-calculator .show-for-medium-down, .budget-calculator .hide-for-large-only, .budget-calculator .hide-for-large-up, .budget-calculator .hide-for-large, .budget-calculator .show-for-large-down, .budget-calculator .hide-for-xlarge-only, .budget-calculator .hide-for-xlarge-up, .budget-calculator .hide-for-xlarge, .budget-calculator .show-for-xlarge-down, .budget-calculator .hide-for-xxlarge-only, .budget-calculator .hide-for-xxlarge-up, .budget-calculator .hide-for-xxlarge, .budget-calculator .show-for-xxlarge-down {
    display: inherit !important;
  }
  .budget-calculator .show-for-small-only, .budget-calculator .hide-for-small-up, .budget-calculator .show-for-small, .budget-calculator .show-for-small-down, .budget-calculator .hide-for-medium-only, .budget-calculator .hide-for-medium-up, .budget-calculator .hide-for-medium, .budget-calculator .hide-for-medium-down, .budget-calculator .show-for-large-only, .budget-calculator .show-for-large-up, .budget-calculator .show-for-large, .budget-calculator .hide-for-large-down, .budget-calculator .show-for-xlarge-only, .budget-calculator .show-for-xlarge-up, .budget-calculator .show-for-xlarge, .budget-calculator .hide-for-xlarge-down, .budget-calculator .show-for-xxlarge-only, .budget-calculator .show-for-xxlarge-up, .budget-calculator .show-for-xxlarge, .budget-calculator .hide-for-xxlarge-down {
    display: none !important;
  }
  .budget-calculator .hidden-for-small-only, .budget-calculator .visible-for-small-up, .budget-calculator .hidden-for-small, .budget-calculator .hidden-for-small-down, .budget-calculator .visible-for-medium-only, .budget-calculator .visible-for-medium-up, .budget-calculator .visible-for-medium, .budget-calculator .visible-for-medium-down, .budget-calculator .hidden-for-large-only, .budget-calculator .hidden-for-large-up, .budget-calculator .hidden-for-large, .budget-calculator .visible-for-large-down, .budget-calculator .hidden-for-xlarge-only, .budget-calculator .hidden-for-xlarge-up, .budget-calculator .hidden-for-xlarge, .budget-calculator .visible-for-xlarge-down, .budget-calculator .hidden-for-xxlarge-only, .budget-calculator .hidden-for-xxlarge-up, .budget-calculator .hidden-for-xxlarge, .budget-calculator .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .budget-calculator .visible-for-small-only, .budget-calculator .hidden-for-small-up, .budget-calculator .visible-for-small, .budget-calculator .visible-for-small-down, .budget-calculator .hidden-for-medium-only, .budget-calculator .hidden-for-medium-up, .budget-calculator .hidden-for-medium, .budget-calculator .hidden-for-medium-down, .budget-calculator .visible-for-large-only, .budget-calculator .visible-for-large-up, .budget-calculator .visible-for-large, .budget-calculator .hidden-for-large-down, .budget-calculator .visible-for-xlarge-only, .budget-calculator .visible-for-xlarge-up, .budget-calculator .visible-for-xlarge, .budget-calculator .hidden-for-xlarge-down, .budget-calculator .visible-for-xxlarge-only, .budget-calculator .visible-for-xxlarge-up, .budget-calculator .visible-for-xxlarge, .budget-calculator .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .budget-calculator table.hide-for-small-only, .budget-calculator table.show-for-small-up, .budget-calculator table.hide-for-small, .budget-calculator table.hide-for-small-down, .budget-calculator table.show-for-medium-only, .budget-calculator table.show-for-medium-up, .budget-calculator table.show-for-medium, .budget-calculator table.show-for-medium-down, .budget-calculator table.hide-for-large-only, .budget-calculator table.hide-for-large-up, .budget-calculator table.hide-for-large, .budget-calculator table.show-for-large-down, .budget-calculator table.hide-for-xlarge-only, .budget-calculator table.hide-for-xlarge-up, .budget-calculator table.hide-for-xlarge, .budget-calculator table.show-for-xlarge-down, .budget-calculator table.hide-for-xxlarge-only, .budget-calculator table.hide-for-xxlarge-up, .budget-calculator table.hide-for-xxlarge, .budget-calculator table.show-for-xxlarge-down {
    display: table !important;
  }
  .budget-calculator thead.hide-for-small-only, .budget-calculator thead.show-for-small-up, .budget-calculator thead.hide-for-small, .budget-calculator thead.hide-for-small-down, .budget-calculator thead.show-for-medium-only, .budget-calculator thead.show-for-medium-up, .budget-calculator thead.show-for-medium, .budget-calculator thead.show-for-medium-down, .budget-calculator thead.hide-for-large-only, .budget-calculator thead.hide-for-large-up, .budget-calculator thead.hide-for-large, .budget-calculator thead.show-for-large-down, .budget-calculator thead.hide-for-xlarge-only, .budget-calculator thead.hide-for-xlarge-up, .budget-calculator thead.hide-for-xlarge, .budget-calculator thead.show-for-xlarge-down, .budget-calculator thead.hide-for-xxlarge-only, .budget-calculator thead.hide-for-xxlarge-up, .budget-calculator thead.hide-for-xxlarge, .budget-calculator thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  .budget-calculator tbody.hide-for-small-only, .budget-calculator tbody.show-for-small-up, .budget-calculator tbody.hide-for-small, .budget-calculator tbody.hide-for-small-down, .budget-calculator tbody.show-for-medium-only, .budget-calculator tbody.show-for-medium-up, .budget-calculator tbody.show-for-medium, .budget-calculator tbody.show-for-medium-down, .budget-calculator tbody.hide-for-large-only, .budget-calculator tbody.hide-for-large-up, .budget-calculator tbody.hide-for-large, .budget-calculator tbody.show-for-large-down, .budget-calculator tbody.hide-for-xlarge-only, .budget-calculator tbody.hide-for-xlarge-up, .budget-calculator tbody.hide-for-xlarge, .budget-calculator tbody.show-for-xlarge-down, .budget-calculator tbody.hide-for-xxlarge-only, .budget-calculator tbody.hide-for-xxlarge-up, .budget-calculator tbody.hide-for-xxlarge, .budget-calculator tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  .budget-calculator tr.hide-for-small-only, .budget-calculator tr.show-for-small-up, .budget-calculator tr.hide-for-small, .budget-calculator tr.hide-for-small-down, .budget-calculator tr.show-for-medium-only, .budget-calculator tr.show-for-medium-up, .budget-calculator tr.show-for-medium, .budget-calculator tr.show-for-medium-down, .budget-calculator tr.hide-for-large-only, .budget-calculator tr.hide-for-large-up, .budget-calculator tr.hide-for-large, .budget-calculator tr.show-for-large-down, .budget-calculator tr.hide-for-xlarge-only, .budget-calculator tr.hide-for-xlarge-up, .budget-calculator tr.hide-for-xlarge, .budget-calculator tr.show-for-xlarge-down, .budget-calculator tr.hide-for-xxlarge-only, .budget-calculator tr.hide-for-xxlarge-up, .budget-calculator tr.hide-for-xxlarge, .budget-calculator tr.show-for-xxlarge-down {
    display: table-row;
  }
  .budget-calculator th.hide-for-small-only, .budget-calculator td.hide-for-small-only, .budget-calculator th.show-for-small-up, .budget-calculator td.show-for-small-up, .budget-calculator th.hide-for-small, .budget-calculator td.hide-for-small, .budget-calculator th.hide-for-small-down, .budget-calculator td.hide-for-small-down, .budget-calculator th.show-for-medium-only, .budget-calculator td.show-for-medium-only, .budget-calculator th.show-for-medium-up, .budget-calculator td.show-for-medium-up, .budget-calculator th.show-for-medium, .budget-calculator td.show-for-medium, .budget-calculator th.show-for-medium-down, .budget-calculator td.show-for-medium-down, .budget-calculator th.hide-for-large-only, .budget-calculator td.hide-for-large-only, .budget-calculator th.hide-for-large-up, .budget-calculator td.hide-for-large-up, .budget-calculator th.hide-for-large, .budget-calculator td.hide-for-large, .budget-calculator th.show-for-large-down, .budget-calculator td.show-for-large-down, .budget-calculator th.hide-for-xlarge-only, .budget-calculator td.hide-for-xlarge-only, .budget-calculator th.hide-for-xlarge-up, .budget-calculator td.hide-for-xlarge-up, .budget-calculator th.hide-for-xlarge, .budget-calculator td.hide-for-xlarge, .budget-calculator th.show-for-xlarge-down, .budget-calculator td.show-for-xlarge-down, .budget-calculator th.hide-for-xxlarge-only, .budget-calculator td.hide-for-xxlarge-only, .budget-calculator th.hide-for-xxlarge-up, .budget-calculator td.hide-for-xxlarge-up, .budget-calculator th.hide-for-xxlarge, .budget-calculator td.hide-for-xxlarge, .budget-calculator th.show-for-xxlarge-down, .budget-calculator td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .hide-for-small-only, .budget-calculator .show-for-small-up, .budget-calculator .hide-for-small, .budget-calculator .hide-for-small-down, .budget-calculator .hide-for-medium-only, .budget-calculator .show-for-medium-up, .budget-calculator .hide-for-medium, .budget-calculator .hide-for-medium-down, .budget-calculator .show-for-large-only, .budget-calculator .show-for-large-up, .budget-calculator .show-for-large, .budget-calculator .show-for-large-down, .budget-calculator .hide-for-xlarge-only, .budget-calculator .hide-for-xlarge-up, .budget-calculator .hide-for-xlarge, .budget-calculator .show-for-xlarge-down, .budget-calculator .hide-for-xxlarge-only, .budget-calculator .hide-for-xxlarge-up, .budget-calculator .hide-for-xxlarge, .budget-calculator .show-for-xxlarge-down {
    display: inherit !important;
  }
  .budget-calculator .show-for-small-only, .budget-calculator .hide-for-small-up, .budget-calculator .show-for-small, .budget-calculator .show-for-small-down, .budget-calculator .show-for-medium-only, .budget-calculator .hide-for-medium-up, .budget-calculator .show-for-medium, .budget-calculator .show-for-medium-down, .budget-calculator .hide-for-large-only, .budget-calculator .hide-for-large-up, .budget-calculator .hide-for-large, .budget-calculator .hide-for-large-down, .budget-calculator .show-for-xlarge-only, .budget-calculator .show-for-xlarge-up, .budget-calculator .show-for-xlarge, .budget-calculator .hide-for-xlarge-down, .budget-calculator .show-for-xxlarge-only, .budget-calculator .show-for-xxlarge-up, .budget-calculator .show-for-xxlarge, .budget-calculator .hide-for-xxlarge-down {
    display: none !important;
  }
  .budget-calculator .hidden-for-small-only, .budget-calculator .visible-for-small-up, .budget-calculator .hidden-for-small, .budget-calculator .hidden-for-small-down, .budget-calculator .hidden-for-medium-only, .budget-calculator .visible-for-medium-up, .budget-calculator .hidden-for-medium, .budget-calculator .hidden-for-medium-down, .budget-calculator .visible-for-large-only, .budget-calculator .visible-for-large-up, .budget-calculator .visible-for-large, .budget-calculator .visible-for-large-down, .budget-calculator .hidden-for-xlarge-only, .budget-calculator .hidden-for-xlarge-up, .budget-calculator .hidden-for-xlarge, .budget-calculator .visible-for-xlarge-down, .budget-calculator .hidden-for-xxlarge-only, .budget-calculator .hidden-for-xxlarge-up, .budget-calculator .hidden-for-xxlarge, .budget-calculator .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .budget-calculator .visible-for-small-only, .budget-calculator .hidden-for-small-up, .budget-calculator .visible-for-small, .budget-calculator .visible-for-small-down, .budget-calculator .visible-for-medium-only, .budget-calculator .hidden-for-medium-up, .budget-calculator .visible-for-medium, .budget-calculator .visible-for-medium-down, .budget-calculator .hidden-for-large-only, .budget-calculator .hidden-for-large-up, .budget-calculator .hidden-for-large, .budget-calculator .hidden-for-large-down, .budget-calculator .visible-for-xlarge-only, .budget-calculator .visible-for-xlarge-up, .budget-calculator .visible-for-xlarge, .budget-calculator .hidden-for-xlarge-down, .budget-calculator .visible-for-xxlarge-only, .budget-calculator .visible-for-xxlarge-up, .budget-calculator .visible-for-xxlarge, .budget-calculator .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .budget-calculator table.hide-for-small-only, .budget-calculator table.show-for-small-up, .budget-calculator table.hide-for-small, .budget-calculator table.hide-for-small-down, .budget-calculator table.hide-for-medium-only, .budget-calculator table.show-for-medium-up, .budget-calculator table.hide-for-medium, .budget-calculator table.hide-for-medium-down, .budget-calculator table.show-for-large-only, .budget-calculator table.show-for-large-up, .budget-calculator table.show-for-large, .budget-calculator table.show-for-large-down, .budget-calculator table.hide-for-xlarge-only, .budget-calculator table.hide-for-xlarge-up, .budget-calculator table.hide-for-xlarge, .budget-calculator table.show-for-xlarge-down, .budget-calculator table.hide-for-xxlarge-only, .budget-calculator table.hide-for-xxlarge-up, .budget-calculator table.hide-for-xxlarge, .budget-calculator table.show-for-xxlarge-down {
    display: table !important;
  }
  .budget-calculator thead.hide-for-small-only, .budget-calculator thead.show-for-small-up, .budget-calculator thead.hide-for-small, .budget-calculator thead.hide-for-small-down, .budget-calculator thead.hide-for-medium-only, .budget-calculator thead.show-for-medium-up, .budget-calculator thead.hide-for-medium, .budget-calculator thead.hide-for-medium-down, .budget-calculator thead.show-for-large-only, .budget-calculator thead.show-for-large-up, .budget-calculator thead.show-for-large, .budget-calculator thead.show-for-large-down, .budget-calculator thead.hide-for-xlarge-only, .budget-calculator thead.hide-for-xlarge-up, .budget-calculator thead.hide-for-xlarge, .budget-calculator thead.show-for-xlarge-down, .budget-calculator thead.hide-for-xxlarge-only, .budget-calculator thead.hide-for-xxlarge-up, .budget-calculator thead.hide-for-xxlarge, .budget-calculator thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  .budget-calculator tbody.hide-for-small-only, .budget-calculator tbody.show-for-small-up, .budget-calculator tbody.hide-for-small, .budget-calculator tbody.hide-for-small-down, .budget-calculator tbody.hide-for-medium-only, .budget-calculator tbody.show-for-medium-up, .budget-calculator tbody.hide-for-medium, .budget-calculator tbody.hide-for-medium-down, .budget-calculator tbody.show-for-large-only, .budget-calculator tbody.show-for-large-up, .budget-calculator tbody.show-for-large, .budget-calculator tbody.show-for-large-down, .budget-calculator tbody.hide-for-xlarge-only, .budget-calculator tbody.hide-for-xlarge-up, .budget-calculator tbody.hide-for-xlarge, .budget-calculator tbody.show-for-xlarge-down, .budget-calculator tbody.hide-for-xxlarge-only, .budget-calculator tbody.hide-for-xxlarge-up, .budget-calculator tbody.hide-for-xxlarge, .budget-calculator tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  .budget-calculator tr.hide-for-small-only, .budget-calculator tr.show-for-small-up, .budget-calculator tr.hide-for-small, .budget-calculator tr.hide-for-small-down, .budget-calculator tr.hide-for-medium-only, .budget-calculator tr.show-for-medium-up, .budget-calculator tr.hide-for-medium, .budget-calculator tr.hide-for-medium-down, .budget-calculator tr.show-for-large-only, .budget-calculator tr.show-for-large-up, .budget-calculator tr.show-for-large, .budget-calculator tr.show-for-large-down, .budget-calculator tr.hide-for-xlarge-only, .budget-calculator tr.hide-for-xlarge-up, .budget-calculator tr.hide-for-xlarge, .budget-calculator tr.show-for-xlarge-down, .budget-calculator tr.hide-for-xxlarge-only, .budget-calculator tr.hide-for-xxlarge-up, .budget-calculator tr.hide-for-xxlarge, .budget-calculator tr.show-for-xxlarge-down {
    display: table-row;
  }
  .budget-calculator th.hide-for-small-only, .budget-calculator td.hide-for-small-only, .budget-calculator th.show-for-small-up, .budget-calculator td.show-for-small-up, .budget-calculator th.hide-for-small, .budget-calculator td.hide-for-small, .budget-calculator th.hide-for-small-down, .budget-calculator td.hide-for-small-down, .budget-calculator th.hide-for-medium-only, .budget-calculator td.hide-for-medium-only, .budget-calculator th.show-for-medium-up, .budget-calculator td.show-for-medium-up, .budget-calculator th.hide-for-medium, .budget-calculator td.hide-for-medium, .budget-calculator th.hide-for-medium-down, .budget-calculator td.hide-for-medium-down, .budget-calculator th.show-for-large-only, .budget-calculator td.show-for-large-only, .budget-calculator th.show-for-large-up, .budget-calculator td.show-for-large-up, .budget-calculator th.show-for-large, .budget-calculator td.show-for-large, .budget-calculator th.show-for-large-down, .budget-calculator td.show-for-large-down, .budget-calculator th.hide-for-xlarge-only, .budget-calculator td.hide-for-xlarge-only, .budget-calculator th.hide-for-xlarge-up, .budget-calculator td.hide-for-xlarge-up, .budget-calculator th.hide-for-xlarge, .budget-calculator td.hide-for-xlarge, .budget-calculator th.show-for-xlarge-down, .budget-calculator td.show-for-xlarge-down, .budget-calculator th.hide-for-xxlarge-only, .budget-calculator td.hide-for-xxlarge-only, .budget-calculator th.hide-for-xxlarge-up, .budget-calculator td.hide-for-xxlarge-up, .budget-calculator th.hide-for-xxlarge, .budget-calculator td.hide-for-xxlarge, .budget-calculator th.show-for-xxlarge-down, .budget-calculator td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 90.0625em) {
  .budget-calculator .hide-for-small-only, .budget-calculator .show-for-small-up, .budget-calculator .hide-for-small, .budget-calculator .hide-for-small-down, .budget-calculator .hide-for-medium-only, .budget-calculator .show-for-medium-up, .budget-calculator .hide-for-medium, .budget-calculator .hide-for-medium-down, .budget-calculator .hide-for-large-only, .budget-calculator .show-for-large-up, .budget-calculator .hide-for-large, .budget-calculator .hide-for-large-down, .budget-calculator .show-for-xlarge-only, .budget-calculator .show-for-xlarge-up, .budget-calculator .show-for-xlarge, .budget-calculator .show-for-xlarge-down, .budget-calculator .hide-for-xxlarge-only, .budget-calculator .hide-for-xxlarge-up, .budget-calculator .hide-for-xxlarge, .budget-calculator .show-for-xxlarge-down {
    display: inherit !important;
  }
  .budget-calculator .show-for-small-only, .budget-calculator .hide-for-small-up, .budget-calculator .show-for-small, .budget-calculator .show-for-small-down, .budget-calculator .show-for-medium-only, .budget-calculator .hide-for-medium-up, .budget-calculator .show-for-medium, .budget-calculator .show-for-medium-down, .budget-calculator .show-for-large-only, .budget-calculator .hide-for-large-up, .budget-calculator .show-for-large, .budget-calculator .show-for-large-down, .budget-calculator .hide-for-xlarge-only, .budget-calculator .hide-for-xlarge-up, .budget-calculator .hide-for-xlarge, .budget-calculator .hide-for-xlarge-down, .budget-calculator .show-for-xxlarge-only, .budget-calculator .show-for-xxlarge-up, .budget-calculator .show-for-xxlarge, .budget-calculator .hide-for-xxlarge-down {
    display: none !important;
  }
  .budget-calculator .hidden-for-small-only, .budget-calculator .visible-for-small-up, .budget-calculator .hidden-for-small, .budget-calculator .hidden-for-small-down, .budget-calculator .hidden-for-medium-only, .budget-calculator .visible-for-medium-up, .budget-calculator .hidden-for-medium, .budget-calculator .hidden-for-medium-down, .budget-calculator .hidden-for-large-only, .budget-calculator .visible-for-large-up, .budget-calculator .hidden-for-large, .budget-calculator .hidden-for-large-down, .budget-calculator .visible-for-xlarge-only, .budget-calculator .visible-for-xlarge-up, .budget-calculator .visible-for-xlarge, .budget-calculator .visible-for-xlarge-down, .budget-calculator .hidden-for-xxlarge-only, .budget-calculator .hidden-for-xxlarge-up, .budget-calculator .hidden-for-xxlarge, .budget-calculator .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .budget-calculator .visible-for-small-only, .budget-calculator .hidden-for-small-up, .budget-calculator .visible-for-small, .budget-calculator .visible-for-small-down, .budget-calculator .visible-for-medium-only, .budget-calculator .hidden-for-medium-up, .budget-calculator .visible-for-medium, .budget-calculator .visible-for-medium-down, .budget-calculator .visible-for-large-only, .budget-calculator .hidden-for-large-up, .budget-calculator .visible-for-large, .budget-calculator .visible-for-large-down, .budget-calculator .hidden-for-xlarge-only, .budget-calculator .hidden-for-xlarge-up, .budget-calculator .hidden-for-xlarge, .budget-calculator .hidden-for-xlarge-down, .budget-calculator .visible-for-xxlarge-only, .budget-calculator .visible-for-xxlarge-up, .budget-calculator .visible-for-xxlarge, .budget-calculator .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .budget-calculator table.hide-for-small-only, .budget-calculator table.show-for-small-up, .budget-calculator table.hide-for-small, .budget-calculator table.hide-for-small-down, .budget-calculator table.hide-for-medium-only, .budget-calculator table.show-for-medium-up, .budget-calculator table.hide-for-medium, .budget-calculator table.hide-for-medium-down, .budget-calculator table.hide-for-large-only, .budget-calculator table.show-for-large-up, .budget-calculator table.hide-for-large, .budget-calculator table.hide-for-large-down, .budget-calculator table.show-for-xlarge-only, .budget-calculator table.show-for-xlarge-up, .budget-calculator table.show-for-xlarge, .budget-calculator table.show-for-xlarge-down, .budget-calculator table.hide-for-xxlarge-only, .budget-calculator table.hide-for-xxlarge-up, .budget-calculator table.hide-for-xxlarge, .budget-calculator table.show-for-xxlarge-down {
    display: table !important;
  }
  .budget-calculator thead.hide-for-small-only, .budget-calculator thead.show-for-small-up, .budget-calculator thead.hide-for-small, .budget-calculator thead.hide-for-small-down, .budget-calculator thead.hide-for-medium-only, .budget-calculator thead.show-for-medium-up, .budget-calculator thead.hide-for-medium, .budget-calculator thead.hide-for-medium-down, .budget-calculator thead.hide-for-large-only, .budget-calculator thead.show-for-large-up, .budget-calculator thead.hide-for-large, .budget-calculator thead.hide-for-large-down, .budget-calculator thead.show-for-xlarge-only, .budget-calculator thead.show-for-xlarge-up, .budget-calculator thead.show-for-xlarge, .budget-calculator thead.show-for-xlarge-down, .budget-calculator thead.hide-for-xxlarge-only, .budget-calculator thead.hide-for-xxlarge-up, .budget-calculator thead.hide-for-xxlarge, .budget-calculator thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  .budget-calculator tbody.hide-for-small-only, .budget-calculator tbody.show-for-small-up, .budget-calculator tbody.hide-for-small, .budget-calculator tbody.hide-for-small-down, .budget-calculator tbody.hide-for-medium-only, .budget-calculator tbody.show-for-medium-up, .budget-calculator tbody.hide-for-medium, .budget-calculator tbody.hide-for-medium-down, .budget-calculator tbody.hide-for-large-only, .budget-calculator tbody.show-for-large-up, .budget-calculator tbody.hide-for-large, .budget-calculator tbody.hide-for-large-down, .budget-calculator tbody.show-for-xlarge-only, .budget-calculator tbody.show-for-xlarge-up, .budget-calculator tbody.show-for-xlarge, .budget-calculator tbody.show-for-xlarge-down, .budget-calculator tbody.hide-for-xxlarge-only, .budget-calculator tbody.hide-for-xxlarge-up, .budget-calculator tbody.hide-for-xxlarge, .budget-calculator tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  .budget-calculator tr.hide-for-small-only, .budget-calculator tr.show-for-small-up, .budget-calculator tr.hide-for-small, .budget-calculator tr.hide-for-small-down, .budget-calculator tr.hide-for-medium-only, .budget-calculator tr.show-for-medium-up, .budget-calculator tr.hide-for-medium, .budget-calculator tr.hide-for-medium-down, .budget-calculator tr.hide-for-large-only, .budget-calculator tr.show-for-large-up, .budget-calculator tr.hide-for-large, .budget-calculator tr.hide-for-large-down, .budget-calculator tr.show-for-xlarge-only, .budget-calculator tr.show-for-xlarge-up, .budget-calculator tr.show-for-xlarge, .budget-calculator tr.show-for-xlarge-down, .budget-calculator tr.hide-for-xxlarge-only, .budget-calculator tr.hide-for-xxlarge-up, .budget-calculator tr.hide-for-xxlarge, .budget-calculator tr.show-for-xxlarge-down {
    display: table-row;
  }
  .budget-calculator th.hide-for-small-only, .budget-calculator td.hide-for-small-only, .budget-calculator th.show-for-small-up, .budget-calculator td.show-for-small-up, .budget-calculator th.hide-for-small, .budget-calculator td.hide-for-small, .budget-calculator th.hide-for-small-down, .budget-calculator td.hide-for-small-down, .budget-calculator th.hide-for-medium-only, .budget-calculator td.hide-for-medium-only, .budget-calculator th.show-for-medium-up, .budget-calculator td.show-for-medium-up, .budget-calculator th.hide-for-medium, .budget-calculator td.hide-for-medium, .budget-calculator th.hide-for-medium-down, .budget-calculator td.hide-for-medium-down, .budget-calculator th.hide-for-large-only, .budget-calculator td.hide-for-large-only, .budget-calculator th.show-for-large-up, .budget-calculator td.show-for-large-up, .budget-calculator th.hide-for-large, .budget-calculator td.hide-for-large, .budget-calculator th.hide-for-large-down, .budget-calculator td.hide-for-large-down, .budget-calculator th.show-for-xlarge-only, .budget-calculator td.show-for-xlarge-only, .budget-calculator th.show-for-xlarge-up, .budget-calculator td.show-for-xlarge-up, .budget-calculator th.show-for-xlarge, .budget-calculator td.show-for-xlarge, .budget-calculator th.show-for-xlarge-down, .budget-calculator td.show-for-xlarge-down, .budget-calculator th.hide-for-xxlarge-only, .budget-calculator td.hide-for-xxlarge-only, .budget-calculator th.hide-for-xxlarge-up, .budget-calculator td.hide-for-xxlarge-up, .budget-calculator th.hide-for-xxlarge, .budget-calculator td.hide-for-xxlarge, .budget-calculator th.show-for-xxlarge-down, .budget-calculator td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 120.0625em) {
  .budget-calculator .hide-for-small-only, .budget-calculator .show-for-small-up, .budget-calculator .hide-for-small, .budget-calculator .hide-for-small-down, .budget-calculator .hide-for-medium-only, .budget-calculator .show-for-medium-up, .budget-calculator .hide-for-medium, .budget-calculator .hide-for-medium-down, .budget-calculator .hide-for-large-only, .budget-calculator .show-for-large-up, .budget-calculator .hide-for-large, .budget-calculator .hide-for-large-down, .budget-calculator .hide-for-xlarge-only, .budget-calculator .show-for-xlarge-up, .budget-calculator .hide-for-xlarge, .budget-calculator .hide-for-xlarge-down, .budget-calculator .show-for-xxlarge-only, .budget-calculator .show-for-xxlarge-up, .budget-calculator .show-for-xxlarge, .budget-calculator .show-for-xxlarge-down {
    display: inherit !important;
  }
  .budget-calculator .show-for-small-only, .budget-calculator .hide-for-small-up, .budget-calculator .show-for-small, .budget-calculator .show-for-small-down, .budget-calculator .show-for-medium-only, .budget-calculator .hide-for-medium-up, .budget-calculator .show-for-medium, .budget-calculator .show-for-medium-down, .budget-calculator .show-for-large-only, .budget-calculator .hide-for-large-up, .budget-calculator .show-for-large, .budget-calculator .show-for-large-down, .budget-calculator .show-for-xlarge-only, .budget-calculator .hide-for-xlarge-up, .budget-calculator .show-for-xlarge, .budget-calculator .show-for-xlarge-down, .budget-calculator .hide-for-xxlarge-only, .budget-calculator .hide-for-xxlarge-up, .budget-calculator .hide-for-xxlarge, .budget-calculator .hide-for-xxlarge-down {
    display: none !important;
  }
  .budget-calculator .hidden-for-small-only, .budget-calculator .visible-for-small-up, .budget-calculator .hidden-for-small, .budget-calculator .hidden-for-small-down, .budget-calculator .hidden-for-medium-only, .budget-calculator .visible-for-medium-up, .budget-calculator .hidden-for-medium, .budget-calculator .hidden-for-medium-down, .budget-calculator .hidden-for-large-only, .budget-calculator .visible-for-large-up, .budget-calculator .hidden-for-large, .budget-calculator .hidden-for-large-down, .budget-calculator .hidden-for-xlarge-only, .budget-calculator .visible-for-xlarge-up, .budget-calculator .hidden-for-xlarge, .budget-calculator .hidden-for-xlarge-down, .budget-calculator .visible-for-xxlarge-only, .budget-calculator .visible-for-xxlarge-up, .budget-calculator .visible-for-xxlarge, .budget-calculator .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .budget-calculator .visible-for-small-only, .budget-calculator .hidden-for-small-up, .budget-calculator .visible-for-small, .budget-calculator .visible-for-small-down, .budget-calculator .visible-for-medium-only, .budget-calculator .hidden-for-medium-up, .budget-calculator .visible-for-medium, .budget-calculator .visible-for-medium-down, .budget-calculator .visible-for-large-only, .budget-calculator .hidden-for-large-up, .budget-calculator .visible-for-large, .budget-calculator .visible-for-large-down, .budget-calculator .visible-for-xlarge-only, .budget-calculator .hidden-for-xlarge-up, .budget-calculator .visible-for-xlarge, .budget-calculator .visible-for-xlarge-down, .budget-calculator .hidden-for-xxlarge-only, .budget-calculator .hidden-for-xxlarge-up, .budget-calculator .hidden-for-xxlarge, .budget-calculator .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .budget-calculator table.hide-for-small-only, .budget-calculator table.show-for-small-up, .budget-calculator table.hide-for-small, .budget-calculator table.hide-for-small-down, .budget-calculator table.hide-for-medium-only, .budget-calculator table.show-for-medium-up, .budget-calculator table.hide-for-medium, .budget-calculator table.hide-for-medium-down, .budget-calculator table.hide-for-large-only, .budget-calculator table.show-for-large-up, .budget-calculator table.hide-for-large, .budget-calculator table.hide-for-large-down, .budget-calculator table.hide-for-xlarge-only, .budget-calculator table.show-for-xlarge-up, .budget-calculator table.hide-for-xlarge, .budget-calculator table.hide-for-xlarge-down, .budget-calculator table.show-for-xxlarge-only, .budget-calculator table.show-for-xxlarge-up, .budget-calculator table.show-for-xxlarge, .budget-calculator table.show-for-xxlarge-down {
    display: table !important;
  }
  .budget-calculator thead.hide-for-small-only, .budget-calculator thead.show-for-small-up, .budget-calculator thead.hide-for-small, .budget-calculator thead.hide-for-small-down, .budget-calculator thead.hide-for-medium-only, .budget-calculator thead.show-for-medium-up, .budget-calculator thead.hide-for-medium, .budget-calculator thead.hide-for-medium-down, .budget-calculator thead.hide-for-large-only, .budget-calculator thead.show-for-large-up, .budget-calculator thead.hide-for-large, .budget-calculator thead.hide-for-large-down, .budget-calculator thead.hide-for-xlarge-only, .budget-calculator thead.show-for-xlarge-up, .budget-calculator thead.hide-for-xlarge, .budget-calculator thead.hide-for-xlarge-down, .budget-calculator thead.show-for-xxlarge-only, .budget-calculator thead.show-for-xxlarge-up, .budget-calculator thead.show-for-xxlarge, .budget-calculator thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  .budget-calculator tbody.hide-for-small-only, .budget-calculator tbody.show-for-small-up, .budget-calculator tbody.hide-for-small, .budget-calculator tbody.hide-for-small-down, .budget-calculator tbody.hide-for-medium-only, .budget-calculator tbody.show-for-medium-up, .budget-calculator tbody.hide-for-medium, .budget-calculator tbody.hide-for-medium-down, .budget-calculator tbody.hide-for-large-only, .budget-calculator tbody.show-for-large-up, .budget-calculator tbody.hide-for-large, .budget-calculator tbody.hide-for-large-down, .budget-calculator tbody.hide-for-xlarge-only, .budget-calculator tbody.show-for-xlarge-up, .budget-calculator tbody.hide-for-xlarge, .budget-calculator tbody.hide-for-xlarge-down, .budget-calculator tbody.show-for-xxlarge-only, .budget-calculator tbody.show-for-xxlarge-up, .budget-calculator tbody.show-for-xxlarge, .budget-calculator tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  .budget-calculator tr.hide-for-small-only, .budget-calculator tr.show-for-small-up, .budget-calculator tr.hide-for-small, .budget-calculator tr.hide-for-small-down, .budget-calculator tr.hide-for-medium-only, .budget-calculator tr.show-for-medium-up, .budget-calculator tr.hide-for-medium, .budget-calculator tr.hide-for-medium-down, .budget-calculator tr.hide-for-large-only, .budget-calculator tr.show-for-large-up, .budget-calculator tr.hide-for-large, .budget-calculator tr.hide-for-large-down, .budget-calculator tr.hide-for-xlarge-only, .budget-calculator tr.show-for-xlarge-up, .budget-calculator tr.hide-for-xlarge, .budget-calculator tr.hide-for-xlarge-down, .budget-calculator tr.show-for-xxlarge-only, .budget-calculator tr.show-for-xxlarge-up, .budget-calculator tr.show-for-xxlarge, .budget-calculator tr.show-for-xxlarge-down {
    display: table-row;
  }
  .budget-calculator th.hide-for-small-only, .budget-calculator td.hide-for-small-only, .budget-calculator th.show-for-small-up, .budget-calculator td.show-for-small-up, .budget-calculator th.hide-for-small, .budget-calculator td.hide-for-small, .budget-calculator th.hide-for-small-down, .budget-calculator td.hide-for-small-down, .budget-calculator th.hide-for-medium-only, .budget-calculator td.hide-for-medium-only, .budget-calculator th.show-for-medium-up, .budget-calculator td.show-for-medium-up, .budget-calculator th.hide-for-medium, .budget-calculator td.hide-for-medium, .budget-calculator th.hide-for-medium-down, .budget-calculator td.hide-for-medium-down, .budget-calculator th.hide-for-large-only, .budget-calculator td.hide-for-large-only, .budget-calculator th.show-for-large-up, .budget-calculator td.show-for-large-up, .budget-calculator th.hide-for-large, .budget-calculator td.hide-for-large, .budget-calculator th.hide-for-large-down, .budget-calculator td.hide-for-large-down, .budget-calculator th.hide-for-xlarge-only, .budget-calculator td.hide-for-xlarge-only, .budget-calculator th.show-for-xlarge-up, .budget-calculator td.show-for-xlarge-up, .budget-calculator th.hide-for-xlarge, .budget-calculator td.hide-for-xlarge, .budget-calculator th.hide-for-xlarge-down, .budget-calculator td.hide-for-xlarge-down, .budget-calculator th.show-for-xxlarge-only, .budget-calculator td.show-for-xxlarge-only, .budget-calculator th.show-for-xxlarge-up, .budget-calculator td.show-for-xxlarge-up, .budget-calculator th.show-for-xxlarge, .budget-calculator td.show-for-xxlarge, .budget-calculator th.show-for-xxlarge-down, .budget-calculator td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

.budget-calculator .show-for-landscape,
.budget-calculator .hide-for-portrait {
  display: inherit !important;
}

.budget-calculator .hide-for-landscape,
.budget-calculator .show-for-portrait {
  display: none !important;
}

.budget-calculator table.hide-for-landscape, .budget-calculator table.show-for-portrait {
  display: table !important;
}

.budget-calculator thead.hide-for-landscape, .budget-calculator thead.show-for-portrait {
  display: table-header-group !important;
}

.budget-calculator tbody.hide-for-landscape, .budget-calculator tbody.show-for-portrait {
  display: table-row-group !important;
}

.budget-calculator tr.hide-for-landscape, .budget-calculator tr.show-for-portrait {
  display: table-row !important;
}

.budget-calculator td.hide-for-landscape, .budget-calculator td.show-for-portrait,
.budget-calculator th.hide-for-landscape,
.budget-calculator th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .budget-calculator {
    /* Specific visibility for tables */
  }
  .budget-calculator .show-for-landscape,
  .budget-calculator .hide-for-portrait {
    display: inherit !important;
  }
  .budget-calculator .hide-for-landscape,
  .budget-calculator .show-for-portrait {
    display: none !important;
  }
  .budget-calculator table.show-for-landscape, .budget-calculator table.hide-for-portrait {
    display: table !important;
  }
  .budget-calculator thead.show-for-landscape, .budget-calculator thead.hide-for-portrait {
    display: table-header-group !important;
  }
  .budget-calculator tbody.show-for-landscape, .budget-calculator tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  .budget-calculator tr.show-for-landscape, .budget-calculator tr.hide-for-portrait {
    display: table-row !important;
  }
  .budget-calculator td.show-for-landscape, .budget-calculator td.hide-for-portrait,
  .budget-calculator th.show-for-landscape,
  .budget-calculator th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .budget-calculator {
    /* Specific visibility for tables */
  }
  .budget-calculator .show-for-portrait,
  .budget-calculator .hide-for-landscape {
    display: inherit !important;
  }
  .budget-calculator .hide-for-portrait,
  .budget-calculator .show-for-landscape {
    display: none !important;
  }
  .budget-calculator table.show-for-portrait, .budget-calculator table.hide-for-landscape {
    display: table !important;
  }
  .budget-calculator thead.show-for-portrait, .budget-calculator thead.hide-for-landscape {
    display: table-header-group !important;
  }
  .budget-calculator tbody.show-for-portrait, .budget-calculator tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  .budget-calculator tr.show-for-portrait, .budget-calculator tr.hide-for-landscape {
    display: table-row !important;
  }
  .budget-calculator td.show-for-portrait, .budget-calculator td.hide-for-landscape,
  .budget-calculator th.show-for-portrait,
  .budget-calculator th.hide-for-landscape {
    display: table-cell !important;
  }
}

.budget-calculator .show-for-touch {
  display: none !important;
}

.budget-calculator .hide-for-touch {
  display: inherit !important;
}

.budget-calculator .touch .show-for-touch {
  display: inherit !important;
}

.budget-calculator .touch .hide-for-touch {
  display: none !important;
}

.budget-calculator table.hide-for-touch {
  display: table !important;
}

.budget-calculator .touch table.show-for-touch {
  display: table !important;
}

.budget-calculator thead.hide-for-touch {
  display: table-header-group !important;
}

.budget-calculator .touch thead.show-for-touch {
  display: table-header-group !important;
}

.budget-calculator tbody.hide-for-touch {
  display: table-row-group !important;
}

.budget-calculator .touch tbody.show-for-touch {
  display: table-row-group !important;
}

.budget-calculator tr.hide-for-touch {
  display: table-row !important;
}

.budget-calculator .touch tr.show-for-touch {
  display: table-row !important;
}

.budget-calculator td.hide-for-touch {
  display: table-cell !important;
}

.budget-calculator .touch td.show-for-touch {
  display: table-cell !important;
}

.budget-calculator th.hide-for-touch {
  display: table-cell !important;
}

.budget-calculator .touch th.show-for-touch {
  display: table-cell !important;
}

.budget-calculator .show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.budget-calculator .show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.budget-calculator .show-on-focus:focus, .budget-calculator .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.budget-calculator .print-only {
  display: none !important;
}

@media print {
  .budget-calculator * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }
  .budget-calculator .show-for-print {
    display: block;
  }
  .budget-calculator .hide-for-print {
    display: none;
  }
  .budget-calculator table.show-for-print {
    display: table !important;
  }
  .budget-calculator thead.show-for-print {
    display: table-header-group !important;
  }
  .budget-calculator tbody.show-for-print {
    display: table-row-group !important;
  }
  .budget-calculator tr.show-for-print {
    display: table-row !important;
  }
  .budget-calculator td.show-for-print {
    display: table-cell !important;
  }
  .budget-calculator th.show-for-print {
    display: table-cell !important;
  }
  .budget-calculator a,
  .budget-calculator a:visited {
    text-decoration: underline;
  }
  .budget-calculator a[href]:after {
    content: " (" attr(href) ")";
  }
  .budget-calculator abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .budget-calculator .ir a:after,
  .budget-calculator a[href^="javascript:"]:after,
  .budget-calculator a[href^="#"]:after {
    content: "";
  }
  .budget-calculator pre,
  .budget-calculator blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  .budget-calculator thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  .budget-calculator tr,
  .budget-calculator img {
    page-break-inside: avoid;
  }
  .budget-calculator img {
    max-width: 100% !important;
  }
  @page {
    .budget-calculator {
      margin: .5cm;
    }
  }
  .budget-calculator p,
  .budget-calculator h2,
  .budget-calculator h3 {
    orphans: 3;
    widows: 3;
  }
  .budget-calculator h2,
  .budget-calculator h3 {
    page-break-after: avoid;
  }
  .budget-calculator .hide-on-print {
    display: none !important;
  }
  .budget-calculator .print-only {
    display: block !important;
  }
  .budget-calculator .hide-for-print {
    display: none !important;
  }
  .budget-calculator .show-for-print {
    display: inherit !important;
  }
}

@media print {
  .budget-calculator .show-for-print {
    display: block;
  }
  .budget-calculator .hide-for-print {
    display: none;
  }
  .budget-calculator table.show-for-print {
    display: table !important;
  }
  .budget-calculator thead.show-for-print {
    display: table-header-group !important;
  }
  .budget-calculator tbody.show-for-print {
    display: table-row-group !important;
  }
  .budget-calculator tr.show-for-print {
    display: table-row !important;
  }
  .budget-calculator td.show-for-print {
    display: table-cell !important;
  }
  .budget-calculator th.show-for-print {
    display: table-cell !important;
  }
}

@media not print {
  .budget-calculator .show-for-print {
    display: none !important;
  }
}

.budget-calculator .main-header, .budget-calculator .search-bar .main-header__search, .search-bar .budget-calculator .main-header__search, .budget-calculator .search-content .main-header__searchside, .search-content .budget-calculator .main-header__searchside, .budget-calculator .search-result-title .main-header__search, .search-result-title .budget-calculator .main-header__search, .budget-calculator .team .main-header__team, .team .budget-calculator .main-header__team, .budget-calculator .stats_cta__search {
  background: #FFFFFF;
}

.budget-calculator .main-header.reduced, .budget-calculator .search-bar .reduced.main-header__search, .search-bar .budget-calculator .reduced.main-header__search, .budget-calculator .search-content .reduced.main-header__searchside, .search-content .budget-calculator .reduced.main-header__searchside, .budget-calculator .search-result-title .reduced.main-header__search, .search-result-title .budget-calculator .reduced.main-header__search, .budget-calculator .team .reduced.main-header__team, .team .budget-calculator .reduced.main-header__team, .budget-calculator .reduced.stats_cta__search {
  padding: 1.25rem 0;
}

.budget-calculator .main-header .logo, .budget-calculator .search-bar .main-header__search .logo, .search-bar .budget-calculator .main-header__search .logo, .budget-calculator .search-content .main-header__searchside .logo, .search-content .budget-calculator .main-header__searchside .logo, .budget-calculator .search-result-title .main-header__search .logo, .search-result-title .budget-calculator .main-header__search .logo, .budget-calculator .team .main-header__team .logo, .team .budget-calculator .main-header__team .logo, .budget-calculator .stats_cta__search .logo {
  width: 5rem;
  display: block;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .main-header .logo, .budget-calculator .search-bar .main-header__search .logo, .search-bar .budget-calculator .main-header__search .logo, .budget-calculator .search-content .main-header__searchside .logo, .search-content .budget-calculator .main-header__searchside .logo, .budget-calculator .search-result-title .main-header__search .logo, .search-result-title .budget-calculator .main-header__search .logo, .budget-calculator .team .main-header__team .logo, .team .budget-calculator .main-header__team .logo, .budget-calculator .stats_cta__search .logo {
    width: 5.9375rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .main-header .logo, .budget-calculator .search-bar .main-header__search .logo, .search-bar .budget-calculator .main-header__search .logo, .budget-calculator .search-content .main-header__searchside .logo, .search-content .budget-calculator .main-header__searchside .logo, .budget-calculator .search-result-title .main-header__search .logo, .search-result-title .budget-calculator .main-header__search .logo, .budget-calculator .team .main-header__team .logo, .team .budget-calculator .main-header__team .logo, .budget-calculator .stats_cta__search .logo {
    width: 6.875rem;
  }
}

.budget-calculator .main-header .logo img, .budget-calculator .search-bar .main-header__search .logo img, .search-bar .budget-calculator .main-header__search .logo img, .budget-calculator .search-content .main-header__searchside .logo img, .search-content .budget-calculator .main-header__searchside .logo img, .budget-calculator .search-result-title .main-header__search .logo img, .search-result-title .budget-calculator .main-header__search .logo img, .budget-calculator .team .main-header__team .logo img, .team .budget-calculator .main-header__team .logo img, .budget-calculator .stats_cta__search .logo img {
  display: block;
  width: 100%;
}

.budget-calculator .main-footer p {
  font-size: 0.75rem;
}

.budget-calculator .main-footer p.title {
  font-size: 1.125rem;
  color: #9a0000;
  margin: 0;
}

.budget-calculator .main-footer .footer-top {
  border-bottom: 0.1875rem solid #9a0000;
  padding: 0.625rem 0;
}

.budget-calculator .main-footer .footer-nav {
  padding: 0.625rem 0;
}

.budget-calculator .main-footer .footer-nav ul {
  list-style: none;
  margin: 0;
  font-size: 0.875rem;
}

.budget-calculator .main-footer .footer-nav ul li {
  display: inline-block;
  padding: 0 0.625rem 0 0.625rem;
  border-left: 0.0625rem solid #9a0000;
}

.budget-calculator .main-footer .footer-nav ul li:first-child {
  border-left: none;
  padding: 0 0.625rem 0 0;
}

.budget-calculator .button, .budget-calculator .button_border, .budget-calculator .form__body fieldset .button__form, .form__body fieldset .budget-calculator .button__form, .budget-calculator .search-bar .button__search, .search-bar .budget-calculator .button__search, .budget-calculator .search-overlay .buttonoverlay, .search-overlay .budget-calculator .buttonoverlay, .budget-calculator .search-main-body .buttonoverlay, .search-main-body .budget-calculator .buttonoverlay, .budget-calculator .search-result-bar .button__search, .search-result-bar .budget-calculator .button__search {
  position: relative;
}

.budget-calculator .button:before, .budget-calculator .button_border:before, .budget-calculator .form__body fieldset .button__form:before, .form__body fieldset .budget-calculator .button__form:before, .budget-calculator .search-bar .button__search:before, .search-bar .budget-calculator .button__search:before, .budget-calculator .search-overlay .buttonoverlay:before, .search-overlay .budget-calculator .buttonoverlay:before, .budget-calculator .search-main-body .buttonoverlay:before, .search-main-body .budget-calculator .buttonoverlay:before, .budget-calculator .search-result-bar .button__search:before, .search-result-bar .budget-calculator .button__search:before {
  content: '';
  background-image: url("mysource_files/arrow_white.svg");
  background-size: 1.875rem 1.875rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
}

.budget-calculator html.ie .button:before, .budget-calculator html.ie .button_border:before, .budget-calculator html.ie .form__body fieldset .button__form:before, .form__body fieldset .budget-calculator html.ie .button__form:before, .budget-calculator html.ie .search-bar .button__search:before, .search-bar .budget-calculator html.ie .button__search:before, .budget-calculator html.ie .search-overlay .buttonoverlay:before, .search-overlay .budget-calculator html.ie .buttonoverlay:before, .budget-calculator html.ie .search-main-body .buttonoverlay:before, .search-main-body .budget-calculator html.ie .buttonoverlay:before, .budget-calculator html.ie .search-result-bar .button__search:before, .search-result-bar .budget-calculator html.ie .button__search:before {
  background-image: url("mysource_files/arrow_white.png");
}

.budget-calculator .button.white, .budget-calculator .white.button_border, .budget-calculator .form__body fieldset .white.button__form, .form__body fieldset .budget-calculator .white.button__form, .budget-calculator .search-bar .white.button__search, .search-bar .budget-calculator .white.button__search, .budget-calculator .search-overlay .white.buttonoverlay, .search-overlay .budget-calculator .white.buttonoverlay, .budget-calculator .search-main-body .white.buttonoverlay, .search-main-body .budget-calculator .white.buttonoverlay, .budget-calculator .search-result-bar .white.button__search, .search-result-bar .budget-calculator .white.button__search {
  background-color: white;
  color: #9a0000;
  padding: 1rem 4rem 1.0625rem 2rem;
}

.budget-calculator .button.white:before, .budget-calculator .white.button_border:before, .budget-calculator .form__body fieldset .white.button__form:before, .form__body fieldset .budget-calculator .white.button__form:before, .budget-calculator .search-bar .white.button__search:before, .search-bar .budget-calculator .white.button__search:before, .budget-calculator .search-overlay .white.buttonoverlay:before, .search-overlay .budget-calculator .white.buttonoverlay:before, .budget-calculator .search-main-body .white.buttonoverlay:before, .search-main-body .budget-calculator .white.buttonoverlay:before, .budget-calculator .search-result-bar .white.button__search:before, .search-result-bar .budget-calculator .white.button__search:before {
  content: '';
  background-image: url("mysource_files/arrow_red.svg");
  background-size: 1.875rem 1.875rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
}

.budget-calculator html.ie .button.white:before, .budget-calculator html.ie .white.button_border:before, .budget-calculator html.ie .form__body fieldset .white.button__form:before, .form__body fieldset .budget-calculator html.ie .white.button__form:before, .budget-calculator html.ie .search-bar .white.button__search:before, .search-bar .budget-calculator html.ie .white.button__search:before, .budget-calculator html.ie .search-overlay .white.buttonoverlay:before, .search-overlay .budget-calculator html.ie .white.buttonoverlay:before, .budget-calculator html.ie .search-main-body .white.buttonoverlay:before, .search-main-body .budget-calculator html.ie .white.buttonoverlay:before, .budget-calculator html.ie .search-result-bar .white.button__search:before, .search-result-bar .budget-calculator html.ie .white.button__search:before {
  background-image: url("mysource_files/arrow_red.png");
}

.budget-calculator .button.next, .budget-calculator .next.button_border, .budget-calculator .form__body fieldset .next.button__form, .form__body fieldset .budget-calculator .next.button__form, .budget-calculator .search-bar .next.button__search, .search-bar .budget-calculator .next.button__search, .budget-calculator .search-overlay .next.buttonoverlay, .search-overlay .budget-calculator .next.buttonoverlay, .budget-calculator .search-main-body .next.buttonoverlay, .search-main-body .budget-calculator .next.buttonoverlay, .budget-calculator .search-result-bar .next.button__search, .search-result-bar .budget-calculator .next.button__search {
  padding: 1rem 4rem 1.0625rem 2rem;
}

.budget-calculator .button.back, .budget-calculator .back.button_border, .budget-calculator .form__body fieldset .back.button__form, .form__body fieldset .budget-calculator .back.button__form, .budget-calculator .search-bar .back.button__search, .search-bar .budget-calculator .back.button__search, .budget-calculator .search-overlay .back.buttonoverlay, .search-overlay .budget-calculator .back.buttonoverlay, .budget-calculator .search-main-body .back.buttonoverlay, .search-main-body .budget-calculator .back.buttonoverlay, .budget-calculator .search-result-bar .back.button__search, .search-result-bar .budget-calculator .back.button__search {
  padding: 1rem 2rem 1.0625rem 4rem;
}

.budget-calculator .button.back:before, .budget-calculator .back.button_border:before, .budget-calculator .form__body fieldset .back.button__form:before, .form__body fieldset .budget-calculator .back.button__form:before, .budget-calculator .search-bar .back.button__search:before, .search-bar .budget-calculator .back.button__search:before, .budget-calculator .search-overlay .back.buttonoverlay:before, .search-overlay .budget-calculator .back.buttonoverlay:before, .budget-calculator .search-main-body .back.buttonoverlay:before, .search-main-body .budget-calculator .back.buttonoverlay:before, .budget-calculator .search-result-bar .back.button__search:before, .search-result-bar .budget-calculator .back.button__search:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: auto;
  left: 0.9375rem;
}

.budget-calculator input.button, .budget-calculator input.button_border, .budget-calculator .form__body fieldset input.button__form, .form__body fieldset .budget-calculator input.button__form, .budget-calculator .search-bar input.button__search, .search-bar .budget-calculator input.button__search, .budget-calculator .search-overlay input.buttonoverlay, .search-overlay .budget-calculator input.buttonoverlay, .budget-calculator .search-main-body input.buttonoverlay, .search-main-body .budget-calculator input.buttonoverlay, .budget-calculator .search-result-bar input.button__search, .search-result-bar .budget-calculator input.button__search {
  padding-right: 3.125rem;
  background-image: url("mysource_files/arrow_white.svg");
  background-size: 1.875rem 1.875rem;
  background-repeat: no-repeat;
  background-position: 100% 0.625rem;
  border-right: 1rem solid #e22e14;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.budget-calculator html.ie input.button, .budget-calculator html.ie input.button_border, .budget-calculator html.ie .form__body fieldset input.button__form, .form__body fieldset .budget-calculator html.ie input.button__form, .budget-calculator html.ie .search-bar input.button__search, .search-bar .budget-calculator html.ie input.button__search, .budget-calculator html.ie .search-overlay input.buttonoverlay, .search-overlay .budget-calculator html.ie input.buttonoverlay, .budget-calculator html.ie .search-main-body input.buttonoverlay, .search-main-body .budget-calculator html.ie input.buttonoverlay, .budget-calculator html.ie .search-result-bar input.button__search, .search-result-bar .budget-calculator html.ie input.button__search {
  background-image: url("mysource_files/arrow_white_expand.png");
  border-right: 0;
  background-size: 2.875rem 1.875rem;
  padding-right: 4.125rem;
}

.budget-calculator input.button:hover, .budget-calculator input.button_border:hover, .budget-calculator .form__body fieldset input.button__form:hover, .form__body fieldset .budget-calculator input.button__form:hover, .budget-calculator .search-bar input.button__search:hover, .search-bar .budget-calculator input.button__search:hover, .budget-calculator .search-overlay input.buttonoverlay:hover, .search-overlay .budget-calculator input.buttonoverlay:hover, .budget-calculator .search-main-body input.buttonoverlay:hover, .search-main-body .budget-calculator input.buttonoverlay:hover, .budget-calculator .search-result-bar input.button__search:hover, .search-result-bar .budget-calculator input.button__search:hover {
  border-right: 1rem solid #b52510;
}

.budget-calculator input.button.white, .budget-calculator input.white.button_border, .budget-calculator .form__body fieldset input.white.button__form, .form__body fieldset .budget-calculator input.white.button__form, .budget-calculator .search-bar input.white.button__search, .search-bar .budget-calculator input.white.button__search, .budget-calculator .search-overlay input.white.buttonoverlay, .search-overlay .budget-calculator input.white.buttonoverlay, .budget-calculator .search-main-body input.white.buttonoverlay, .search-main-body .budget-calculator input.white.buttonoverlay, .budget-calculator .search-result-bar input.white.button__search, .search-result-bar .budget-calculator input.white.button__search {
  background-image: url("mysource_files/arrow_red.svg");
  background-size: 1.875rem 1.875rem;
  background-repeat: no-repeat;
  background-position: 100% 0.625rem;
  border-right: 1rem solid #FFFFFF;
}

.budget-calculator html.ie input.button.white, .budget-calculator html.ie input.white.button_border, .budget-calculator html.ie .form__body fieldset input.white.button__form, .form__body fieldset .budget-calculator html.ie input.white.button__form, .budget-calculator html.ie .search-bar input.white.button__search, .search-bar .budget-calculator html.ie input.white.button__search, .budget-calculator html.ie .search-overlay input.white.buttonoverlay, .search-overlay .budget-calculator html.ie input.white.buttonoverlay, .budget-calculator html.ie .search-main-body input.white.buttonoverlay, .search-main-body .budget-calculator html.ie input.white.buttonoverlay, .budget-calculator html.ie .search-result-bar input.white.button__search, .search-result-bar .budget-calculator html.ie input.white.button__search {
  background-image: url("mysource_files/arrow_red_expand.png");
  background-size: 2.875rem 1.875rem;
  border-right: 0;
  padding-right: 4.125rem;
}

.budget-calculator .article-header {
  margin: 0 0 1.25rem;
  overflow: hidden;
}

.budget-calculator .article-header h1 {
  font-size: 2.5rem;
  padding: 0 0 1.25rem;
  border-bottom: 0.3125rem solid #9a0000;
  line-height: 1em;
  margin: 0 0 1.25rem;
  font-size: 3.75rem;
}

.budget-calculator h2 {
  border-bottom: 0.0625rem solid #9a0000;
  padding: 0 0 0.3125rem;
  margin: 0 0 3.75rem;
  line-height: 1.2;
}

.budget-calculator .results-title h2 {
  margin: 0 0 1.25rem;
}

.budget-calculator .panel.overview {
  margin-top: 0;
  border-style: none;
  border-width: 0;
  margin-bottom: 1.25rem;
  padding: 30px;
  background: #e22e14;
  color: #FFFFFF;
}

.budget-calculator .panel.overview > :first-child {
  margin-top: 0;
}

.budget-calculator .panel.overview > :last-child {
  margin-bottom: 0;
}

.budget-calculator .panel.overview h1, .budget-calculator .panel.overview h2, .budget-calculator .panel.overview h3, .budget-calculator .panel.overview h4, .budget-calculator .panel.overview h5, .budget-calculator .panel.overview h6, .budget-calculator .panel.overview p, .budget-calculator .panel.overview li, .budget-calculator .panel.overview dl {
  color: #FFFFFF;
}

.budget-calculator .panel.overview:before {
  content: '';
  width: 80px;
  height: 39px;
  background-image: url("mysource_files/bottom-arrow-red.png");
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -40px;
}

.budget-calculator .panel.information {
  position: relative;
  margin: 1.75rem 0 1.25rem;
  border-style: solid;
  border-width: 1px;
  border-color: #cdcdcd;
  margin-bottom: 1.25rem;
  padding: 1.875rem 1.875rem 0.625rem 1.875rem;
  background: #FFFFFF;
  color: #333333;
}

.budget-calculator .panel.information > :first-child {
  margin-top: 0;
}

.budget-calculator .panel.information > :last-child {
  margin-bottom: 0;
}

.budget-calculator .panel.information h1, .budget-calculator .panel.information h2, .budget-calculator .panel.information h3, .budget-calculator .panel.information h4, .budget-calculator .panel.information h5, .budget-calculator .panel.information h6, .budget-calculator .panel.information p, .budget-calculator .panel.information li, .budget-calculator .panel.information dl {
  color: #333333;
}

.budget-calculator .panel.information h1, .budget-calculator .panel.information h2, .budget-calculator .panel.information h3, .budget-calculator .panel.information h4, .budget-calculator .panel.information h5, .budget-calculator .panel.information h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.budget-calculator .panel.information h1.subheader, .budget-calculator .panel.information h2.subheader, .budget-calculator .panel.information h3.subheader, .budget-calculator .panel.information h4.subheader, .budget-calculator .panel.information h5.subheader, .budget-calculator .panel.information h6.subheader {
  line-height: 1.4;
}

.budget-calculator .panel.information:before {
  content: '';
  width: 68px;
  height: 33px;
  background-image: url("mysource_files/top-arrow-white.png");
  position: absolute;
  top: -33px;
  left: 12.5%;
  margin-left: -34px;
}

.budget-calculator .panel.information .large-3 {
  text-align: center;
}

.budget-calculator .panel.information a {
  text-decoration: underline;
}

.budget-calculator .panel.information a.close {
  color: #000000;
  padding: 0 1.875rem 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  background-image: url("mysource_files/close.svg");
  background-size: 0.875rem 0.875rem;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  margin: 0 0 0.625rem 0.625rem;
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
}

.budget-calculator html.ie .panel.information a.close {
  background-image: url("mysource_files/close.png");
}

.budget-calculator a.add {
  font-weight: bold;
  color: #000000;
  padding: 0.375rem 0 0.375rem 2.5rem;
  background-image: url("mysource_files/plus-off.svg");
  background-size: 1.875rem 1.875rem;
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0;
}

.budget-calculator html.ie a.add {
  background-image: url("mysource_files/plus-off.png");
}

.budget-calculator a.add:hover, .budget-calculator a.add:focus {
  background-image: url("mysource_files/plus-on.svg");
}

.budget-calculator html.ie a.add:hover, .budget-calculator html.ie a.add:focus {
  background-image: url("mysource_files/plus-on.png");
}

.budget-calculator .full.landing-calculator {
  background: #9a0000;
  color: #FFFFFF;
  position: relative;
  padding: 2.5rem 0 3.125rem;
}

.budget-calculator .full.landing-calculator h1 {
  font-size: 3.75rem;
}

.budget-calculator .full.landing-calculator h1, .budget-calculator .full.landing-calculator p {
  color: #FFFFFF;
}

@media only screen and (min-width: 40.0625em) {
  .budget-calculator .full.landing-calculator {
    padding: 7.5rem 0 6.25rem;
  }
}

.budget-calculator .full.landing-calculator:before, .budget-calculator .full.landing-calculator:after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  opacity: 0.5;
}

.budget-calculator .full.landing-calculator:before {
  background: url("mysource_files/gradient-degree-bottom.png") no-repeat 0 0;
  width: 18.375rem;
  height: 31.6875rem;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .full.landing-calculator:before {
    left: 35%;
  }
}

.budget-calculator .full.landing-calculator:after {
  background: url("mysource_files/gradient-degree-top.png") no-repeat 0 0;
  width: 17.9375rem;
  height: 18.0625rem;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .full.landing-calculator:after {
    right: 23%;
  }
}

.budget-calculator .full.calculator {
  background: #e8e8e8;
  padding: 2.5rem 0;
  display: none;
}

.budget-calculator .full.calculator.active, .budget-calculator .full.calculator.summary {
  display: block;
}

.budget-calculator .process {
  width: 19.25rem;
  text-align: right;
  position: absolute;
  top: 1.5625rem;
  right: 0.625rem;
}

.budget-calculator .process .title {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 0.625rem;
}

.budget-calculator .process .step {
  background: #9a0000;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0 0.3125rem;
  display: inline-block;
  border-radius: 0.5rem;
}

.budget-calculator .process .step.active {
  background: #e22e14;
}

.budget-calculator .form-calculator {
  margin: 0;
}

.budget-calculator .form-calculator .information-block {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  height: 0;
  overflow: hidden;
}

.budget-calculator .form-calculator .information-block.active {
  display: block;
  opacity: 1;
  height: auto;
  overflow: auto;
}

.budget-calculator .form-calculator .selector.hidden {
  opacity: 0.5;
  pointer-events: none;
}

.budget-calculator .form-calculator .item {
  margin-bottom: 1.875rem;
  display: block;
  overflow: hidden;
}

.budget-calculator .form-calculator .radio {
  float: left;
  width: 50%;
  position: relative;
}

.budget-calculator .form-calculator .radio label {
  padding: 0.5625rem;
  border: 0.0625rem solid #9a0000;
  background: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #9a0000;
}

.budget-calculator .form-calculator .radio label.active {
  background: #9a0000;
  color: #FFFFFF;
}

.budget-calculator .form-calculator .radio input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.budget-calculator .form-calculator label.main-label {
  display: inline-block;
  margin: 0 1.25rem 0.9375rem 0;
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
}

.budget-calculator .form-calculator label.main-label.active {
  margin: 0 1.25rem 0 0;
}

.budget-calculator .form-calculator label.main-label span {
  font-weight: normal;
}

.budget-calculator .form-calculator .option {
  padding: 0.5625rem 0;
  text-align: center;
  display: block;
}

.budget-calculator .form-calculator .info {
  font-size: 0.75rem;
  line-height: 1.0em;
  display: inline-block;
  padding: 0.3125rem 0 0.3125rem 2.5rem;
  background: url("mysource_files/question-off.svg") no-repeat 0 0;
  background-size: 1.875rem 1.875rem;
  z-index: 1;
  cursor: pointer;
  min-height: 1.875rem;
  margin: 0 0 -6px;
}

.budget-calculator html.ie .form-calculator .info {
  background-image: url("mysource_files/question-off.png");
}

.budget-calculator .form-calculator .info:hover, .budget-calculator .form-calculator .info:focus {
  background-image: url("mysource_files/question-on.svg");
}

.budget-calculator html.ie .form-calculator .info:hover, .budget-calculator html.ie .form-calculator .info:focus {
  background-image: url("mysource_files/question-on.png");
}

.budget-calculator .results {
  margin: 0 0 2.5rem;
}

.budget-calculator .results .results-title {
  position: relative;
  border-bottom: 0.0625rem solid #9a0000;
  margin: 0 0 1.25rem;
}

.budget-calculator .overview .results .results-title {
  border-bottom: 0.0625rem solid #FFFFFF;
  margin: 0 0 0.625rem;
}

.budget-calculator .results .results-title h3 {
  font-size: 2.25rem;
  width: 100%;
}

.budget-calculator .overview .results .results-title h3 {
  margin: 0 0 3.125rem;
  text-align: center;
  font-size: 1.75rem;
}

.budget-calculator .results .result {
  position: relative;
  border-bottom: 0.0625rem solid #9a0000;
}

.budget-calculator .overview .results .result {
  border-bottom: 0.0625rem solid #FFFFFF;
  margin: 0 0 0.625rem;
}

.budget-calculator .results .result h4 {
  width: 50%;
  font-weight: bold;
}

@media only screen and (min-width: 64.0625em) {
  .budget-calculator .results .result h4 {
    width: 30rem;
  }
}

.budget-calculator .overview .results .result h4 {
  width: 7rem;
  font-size: 1rem;
}

.budget-calculator .results .result h4 span {
  font-weight: normal;
}

.budget-calculator .overview .results .result .income {
  top: -0.25rem;
  font-weight: bold;
  font-style: normal;
}

.budget-calculator .results .total {
  position: relative;
  padding: 0.625rem 0;
  overflow: hidden;
}

.budget-calculator .results .total .title {
  font-weight: bold;
  float: right;
  margin: 0 10rem 0 0;
}

.budget-calculator .income {
  position: absolute;
  bottom: 0.625rem;
  width: 5rem;
  text-align: right;
}

.budget-calculator .income.weekly {
  right: 5.625rem;
}

.budget-calculator .income.monthly {
  right: 0;
}

.budget-calculator .result .income {
  font-style: italic;
}

.budget-calculator .total .income {
  font-style: italic;
  font-weight: bold;
  padding-right: 1px;
}

.budget-calculator .external-links {
  border-top: 0.0625rem solid #FFFFFF;
  padding: 0.625rem 0 0;
  margin: 0 0 1.25rem;
}

.budget-calculator .external-links ul {
  margin: 0;
}

.budget-calculator .external-links ul li {
  list-style: none;
  margin: 0;
}

.budget-calculator .external-links ul li a {
  color: #FFFFFF;
}

.budget-calculator .external-links ul li a:hover {
  text-decoration: underline;
}

.budget-calculator .external-links ul li a:before {
  content: '> ';
  display: inline-block;
  margin: 0 0.625rem 0 0;
}

.budget-calculator .result-summary, .budget-calculator .result-update {
  height: 13.125rem;
  width: 12.5rem;
  position: relative;
  margin: 0 auto;
}

.budget-calculator .result-summary .circliful, .budget-calculator .result-update .circliful {
  margin: 0 auto;
}

.budget-calculator .result-summary canvas, .budget-calculator .result-update canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.budget-calculator .result-summary canvas path, .budget-calculator .result-summary canvas clip, .budget-calculator .result-update canvas path, .budget-calculator .result-update canvas clip {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.budget-calculator .result-summary .circle-text, .budget-calculator .result-update .circle-text {
  z-index: 1;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
}

.budget-calculator .result-summary .value, .budget-calculator .result-update .value {
  position: absolute;
  left: 50%;
  width: 6.25rem;
  text-align: center;
  margin-left: -3.125rem;
  top: 7.5rem;
}

.budget-calculator .error {
  font-size: 1.125rem;
  display: none;
}

.budget-calculator .row {
  max-width: none;
  width: 1000px;
}

/* Module: S */
.wg-camp {
  padding-bottom: 8px;
  width: 50%;
  width: calc(50% - 10px) !important;
}

@media (max-width: 991px) {
  .wg-camp {
    width: 100%;
    min-height: 390px;
    width: calc(100% - 10px) !important;
  }
}

@media (max-width: 768px) {
  .wg-camp {
    margin-top: 8px;
  }
}

.campain {
  background: url(mysource_files/cleaning.png) center bottom/cover;
  margin: 0px 5px 8px 5px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.campain .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.campain .content .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 50px 20px;
}

.campain .content .text p {
  color: #fff;
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.campain .content .text a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .campain {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.campain_illustration {
  background: #fceae7;
  border: 2px solid #f3aba1;
  margin: 0px 5px 8px 5px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.gha-cube .campain_illustration {
  background-color: #f8ebef;
  border-color: #e3b2c1;
}

.gha-wlhp .campain_illustration {
  background-color: #f8ebef;
  border-color: #e3b2c1;
}

.dunedin .campain_illustration {
  background-color: #EBF8F2;
  border: 2px solid #607c6f;
}

.loretto .campain_illustration {
  background-color: #edf9fd;
  border: 2px solid #7fb7ca;
}

.barony .campain_illustration {
  background-color: #fefbef;
  border-color: #ffe9ab;
}

.yourplace .campain_illustration {
  background-color: #edf9fd;
  border: 2px solid #7fb7ca;
}

.campain_illustration .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.campain_illustration .content .text {
  padding: 0 16% 40px 16%;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 360px) {
  .campain_illustration .content .text {
    padding: 0 5% 20px 5%;
  }
}

.campain_illustration .content .text h2 {
  margin: 0 0 16px;
  font-weight: 200;
  font-size: 2.8rem;
  line-height: 3.2rem;
}

@media (max-width: 530px) {
  .campain_illustration .content .text h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

.campain_illustration .content .text p {
  color: #222;
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 28px;
}

.campain_illustration .content .illustration {
  width: 230px;
  margin: 24px auto;
}

@media (max-width: 768px) {
  .campain_illustration {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* Module: S */
.slick-list {
  position: relative;
  overflow: hidden;
}

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

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

.slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -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;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-slideshow__slide img {
  margin: 0 auto;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.slick-dots {
  margin-top: 1em;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.slick-dots li + li {
  margin-left: 1em;
}

.carousel {
  display: none;
  margin-bottom: 0.5em;
}

.carousel img {
  width: 100%;
  height: auto;
}

.carousel .slick-slide {
  height: 250px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .carousel .slick-slide {
    height: 175px;
  }
  .carousel .slick-slide .carousel__caption {
    width: 44%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .carousel .slick-slide {
    height: 205px;
  }
}

@media screen and (min-width: 1280px) {
  .carousel .slick-slide {
    height: 260px;
  }
}

.carousel .slick-next {
  right: -52px;
  background-position: 18px center;
}

@media (max-width: 1024px) {
  .carousel .slick-next {
    right: 0px;
  }
}

.carousel .slick-prev {
  left: -52px;
  background-position: 15px center;
}

@media (max-width: 1024px) {
  .carousel .slick-prev {
    left: 0px;
  }
}

.carousel .slick-next,
.carousel .slick-prev {
  width: 42px;
  height: 42px;
  background-color: #ccc;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 10px 20px;
  z-index: 2;
  margin-top: -21px;
}

.carousel__caption {
  width: 34%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.5em;
}

.carousel__caption * {
  position: relative;
  z-index: 1;
}

.carousel__caption p {
  font-size: 1.5em;
  margin-bottom: 16px;
}

.carousel__caption:before, .carousel__caption:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  right: 35px;
  top: 50%;
  margin-top: -1000px;
  border-width: 1000px 0 1000px 1000px;
  border-color: transparent transparent transparent #000;
  opacity: 0.5;
}

.carousel__caption:after {
  right: -35px;
}

.carousel__caption-content {
  width: 75%;
}

@media screen and (min-width: 768px) {
  .carousel {
    display: block;
  }
}

/* Module: S */
.cookie {
  background: none repeat scroll 0 0 #990000;
  padding: 6px 20px 4px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
}

.gha-cube .cookie {
  background: none repeat scroll 0 0 #a50034;
}

.gha-wlhp .cookie {
  background: none repeat scroll 0 0 #af1685;
}

.dunedin .cookie {
  background: none repeat scroll 0 0 #205c40;
}

.loretto .cookie {
  background: none repeat scroll 0 0 #007096;
}

.barony .cookie {
  background: none repeat scroll 0 0 #FFC72C;
}

.yourplace .cookie {
  background: none repeat scroll 0 0 #00558C;
}

.lowther .cookie {
  background: none repeat scroll 0 0 #c4d600;
  color: #000;
}

.wheatley .cookie {
  background: none repeat scroll 0 0 #572932;
}

.cookie span {
  line-height: 30px;
  padding-right: 40px;
  position: relative;
  display: inline-block;
}

.cookie a {
  text-decoration: none;
  color: #fff;
}

.lowther .cookie a {
  color: #000;
}

.cookie a:hover {
  text-decoration: underline;
}

.gha-cube .cookie a:hover, .gha-wlhp .cookie a:hover, .wheatley .cookie a:hover {
  color: #fff;
}

.lowther .cookie a:hover {
  color: #000;
}

.cookie .cookie_button {
  background: url(mysource_files/closeicon_white.png) 50% 50%/12px 12px no-repeat;
  background: url(mysource_files/closeicon_white.svg) 50% 50%/12px 12px no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  position: absolute;
  top: 6px;
  right: 0px;
}

.lowther .cookie .cookie_button {
  background: url(mysource_files/closeicon_black.png) 50% 50%/12px 12px no-repeat;
  background: url(mysource_files/closeicon_black.svg) 50% 50%/12px 12px no-repeat;
}

.head-fix .cookie {
  display: none;
}

#wheatleySwitch span {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}

#wheatleySwitch span p {
  margin: 0;
  padding-left: 20px;
}

#wheatleySwitch .onoffswitch {
  position: relative;
  width: 58px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#wheatleySwitch .onoffswitch-checkbox {
  display: none;
}

#wheatleySwitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 30px;
  padding: 0;
  line-height: 30px;
  border: 2px solid #999999;
  border-radius: 30px;
  background-color: #6E7071;
  transition: background-color 0.3s ease-in;
}

#wheatleySwitch .onoffswitch-label:before {
  content: "";
  display: block;
  width: 30px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  border: 2px solid #cfcfcf;
  border-radius: 30px;
  transition: all 0.3s ease-in 0s;
}

#wheatleySwitch .onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #16c710;
}

#wheatleySwitch .onoffswitch-checkbox:checked + .onoffswitch-label, #wheatleySwitch .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #cfcfcf;
}

#wheatleySwitch .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}

/* Module: S */
.duedate__box {
  background: #404042;
}

.duedate__header {
  background: #e22e14;
  color: #fff;
  font-size: 1.125em;
  padding: 20px;
  margin: 0;
}

.gha-cube .duedate__header {
  background: #008675;
}

.gha-wlhp .duedate__header {
  background: #004c97;
}

.dunedin .duedate__header {
  background: #002f6c;
}

.loretto .duedate__header {
  background: #00A9E0;
}

.barony .duedate__header {
  background: #006d7f;
}

.yourplace .duedate__header {
  background: #00B5E2;
}

.lowther .duedate__header {
  background: #788600;
}

.duedate__date {
  color: #fff;
  text-align: center;
  font-size: 34pt;
  font-weight: 500;
  padding-top: 55px;
  padding-bottom: 35px;
  margin-bottom: 0;
}

.duedate__date span {
  font-size: 7.5rem;
  letter-spacing: -5px;
  font-weight: bold;
  line-height: 5rem;
  display: block;
}

.duedate__list {
  background: #f8f8f8;
  border-bottom: solid #e4e4e4 3px;
  padding: 20px 20px 35px;
}

.duedate__list p {
  color: #404042;
  margin-bottom: 1em;
}

.duedate__list ul {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

.duedate__list li {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.2rem;
  background: url("mysource_files/bullet-arrow.svg") no-repeat 0 0;
  margin-bottom: 1em;
}

.gha-cube .duedate__list li {
  background-image: url("mysource_files/gha-cube-bullet-arrow.svg");
}

.gha-wlhp .duedate__list li {
  background-image: url("mysource_files/gha-wlhp-bullet-arrow.svg");
}

.dunedin .duedate__list li {
  background-image: url("mysource_files/dunedin-bullet-arrow.svg");
}

.loretto .duedate__list li {
  background-image: url("mysource_files/loretto-bullet-arrow.svg");
}

.barony .duedate__list li {
  background-image: url("mysource_files/barony-bullet-arrow.svg");
}

.yourplace .duedate__list li {
  background-image: url("mysource_files/yourplace-bullet-arrow.svg");
}

/* Module: S */
.office-content .search-bar {
  margin-bottom: 30px;
}

.office-content .search-bar .office__search {
  font-weight: 300;
  font-size: 1.5em;
  padding-right: 60px;
  max-width: 800px;
}

.lowther .office-content .search-bar .office__search {
  font-weight: normal;
}

.office-content .search-bar .searchresultinput-wapper {
  position: relative;
  width: 46%;
  float: left;
}

.office-content .search-bar .searchresultinput-wapper svg {
  position: absolute;
  right: 2%;
  top: 30px;
  width: 20px;
}

.office-content .search-bar .searchresultinput-wapper svg .search {
  fill: #e22e14;
}

.gha-cube .office-content .search-bar .searchresultinput-wapper svg .search {
  fill: #a50034;
}

.gha-wlhp .office-content .search-bar .searchresultinput-wapper svg .search {
  fill: #af1685;
}

.dunedin .office-content .search-bar .searchresultinput-wapper svg .search {
  fill: #205c40;
}

.loretto .office-content .search-bar .searchresultinput-wapper svg .search {
  fill: #007096;
}

.barony .office-content .search-bar .searchresultinput-wapper svg .search {
  fill: #FFC72C;
}

.yourplace .office-content .search-bar .searchresultinput-wapper svg .search {
  fill: #00558C;
}

.lowther .office-content .search-bar .searchresultinput-wapper svg .search {
  fill: #c4d600;
}

.wheatley .office-content .search-bar .searchresultinput-wapper svg .search {
  fill: #572932;
}

.office-content .search-bar .officesearchresultinput {
  float: left;
  height: 38px;
  margin-top: 22px;
  margin-bottom: 16px;
  padding: 0.5em;
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  color: #7a7a7a;
  border: 1px solid #e4e4e4;
  background: url("mysource_files/search-gha.svg") 98% center/24px 24px no-repeat;
}

@media screen and (max-width: 576px) {
  .office-content .search-bar .officesearchresultinput {
    width: 100%;
  }
}

.gha-cube .office-content .search-bar .officesearchresultinput {
  background: url("mysource_files/search-cube.svg") 98% center/24px 24px no-repeat;
}

.gha-wlhp .office-content .search-bar .officesearchresultinput {
  background: url("mysource_files/search-wlhp.svg") 98% center/24px 24px no-repeat;
}

.dunedin .office-content .search-bar .officesearchresultinput {
  background: url("mysource_files/search-dunedin.svg") 98% center/24px 24px no-repeat;
}

.loretto .office-content .search-bar .officesearchresultinput {
  background: url("mysource_files/search-loretto.svg") 98% center/24px 24px no-repeat;
}

.barony .office-content .search-bar .officesearchresultinput {
  background: url("mysource_files/search-barony.svg") 98% center/24px 24px no-repeat;
}

.yourplace .office-content .search-bar .officesearchresultinput {
  background: url("mysource_files/search-yourplace.svg") 98% center/24px 24px no-repeat;
}

.lowther .office-content .search-bar .officesearchresultinput {
  background: url("mysource_files/search-lowther.svg") 98% center/24px 24px no-repeat;
}

.wheatley .office-content .search-bar .officesearchresultinput {
  background: url("mysource_files/search-wheatley.svg") 98% center/24px 24px no-repeat;
  height: 48px;
}

.office-content .search-bar .button__search {
  margin-top: 22px;
  float: left;
  margin-left: 10px;
  height: 38px;
  font-weight: 200;
  padding-top: 9px;
}

.office-content .search-bar .button__search a {
  color: #fff;
}

@media screen and (max-width: 576px) {
  .office-content .search-bar .button__search {
    margin: 0;
  }
}

.lowther .office-content .search-bar .button__search {
  font-weight: normal;
}

.office-content .search-bar .error {
  color: #e22e14;
}

.gha-cube .office-content .search-bar .error {
  color: #008675;
}

.gha-wlhp .office-content .search-bar .error {
  color: #004c97;
}

.dunedin .office-content .search-bar .error {
  color: #002f6c;
}

.loretto .office-content .search-bar .error {
  color: #00A9E0;
}

.barony .office-content .search-bar .error {
  color: #006d7f;
}

.yourplace .office-content .search-bar .error {
  color: #00B5E2;
}

.lowther .office-content .search-bar .error {
  color: #c4d600;
}

.wheatley .office-content .search-bar .error {
  color: #572932;
}

.office-content .nearest_container {
  background-color: #fff;
  border: 1px solid #e4e4e4;
}

.office-content .nearest_container .nearest_title h2 {
  background-color: #e4e4e4;
  color: #222222;
  font-size: 1.125em;
  padding: 20px;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.office-content .nearest_container .nearest_title h2 small {
  font-size: 89%;
}

.wheatley .office-content .nearest_container .nearest_title h2 small {
  color: #cdc3b8;
}

.wheatley .office-content .nearest_container .nearest_title h2 {
  font-family: FSMe, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #572932;
  color: #f1eeeb;
}

.office-content .nearest_container .nearest_body {
  padding: 10px 3% 30px;
  color: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.office-content .nearest_container .nearest_body:before {
  display: none;
}

.office-content .nearest_container .nearest_body:after {
  display: none;
}

.office-content .nearest_container .nearest_body a:after {
  content: " >";
}

.office-content .nearest_container .nearest_body .eqheight {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.office-content .nearest_container .nearest_body .eqheight .mapwrapper {
  height: 100%;
}

.office-content .nearest_container .nearest_body .eqheight p {
  margin-bottom: 0.4em;
  font-weight: 300;
}

.office-content .nearest_container .nearest_body .eqheight p b {
  padding-top: 1em;
  display: block;
}

.office-content .nearest_container .nearest_body .eqheight .opening {
  width: 58%;
  clear: both;
}

.office-content .nearest_container .nearest_body .eqheight .opening .day {
  float: left;
}

.office-content .nearest_container .nearest_body .eqheight .opening .time {
  float: right;
}

.office-content .nearest_container .nearest_body .eqheight .opening__note {
  clear: both;
  width: 100%;
  padding-top: 30px;
}

.office-content .nearest_container .nearest_body .eqheight .opening__note p {
  margin-bottom: 0;
}

.office-content .nearest_container .nearest_body .eqheight .map {
  height: 90%;
  min-height: 460px;
  width: 100%;
}

.office-content .nearest_container .nearest_body .eqheight .mapfacilities {
  bottom: 0;
  width: 100%;
  height: 10%;
  min-height: 60px;
  background-color: #FCEEED;
  border-top: 1px solid #ED7F74;
}

.gha-cube .office-content .nearest_container .nearest_body .eqheight .mapfacilities {
  background-color: #f8ebef;
  border-top: 1px solid #e3b2c1;
}

.gha-wlhp .office-content .nearest_container .nearest_body .eqheight .mapfacilities {
  background-color: #f8ebef;
  border-top: 1px solid #e3aed4;
}

.dunedin .office-content .nearest_container .nearest_body .eqheight .mapfacilities {
  background-color: #EBF8F2;
  border-top: 1px solid #607c6f;
}

.loretto .office-content .nearest_container .nearest_body .eqheight .mapfacilities {
  background-color: #edf9fd;
  border-top: 1px solid #7fb7ca;
}

.barony .office-content .nearest_container .nearest_body .eqheight .mapfacilities {
  background-color: #fefbef;
  border-top: 1px solid #ffe9ab;
}

.yourplace .office-content .nearest_container .nearest_body .eqheight .mapfacilities {
  background-color: #edf9fd;
  border-top: 1px solid #7fb7ca;
}

.lowther .office-content .nearest_container .nearest_body .eqheight .mapfacilities {
  background-color: #f6f7da;
  border-top: 1px solid #c4d600;
}

.wheatley .office-content .nearest_container .nearest_body .eqheight .mapfacilities {
  background-color: #f1eeeb;
  border-top: 1px solid #b7a99a;
}

.office-content .nearest_container .nearest_body .eqheight .mapfacilities p {
  display: block;
  float: left;
  padding-top: 12px;
  padding-left: 12px;
}

.office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities {
  float: right;
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  margin: 11px 8px 11px 0;
}

.office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_park {
  background: url(mysource_files/fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.gha-cube .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_park {
  background: url(mysource_files/gha-cube-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.gha-wlhp .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_park {
  background: url(mysource_files/gha-wlhp-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.dunedin .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_park {
  background: url(mysource_files/dunedin-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.loretto .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_park {
  background: url(mysource_files/loretto-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.barony .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_park {
  background: url(mysource_files/barony-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.yourplace .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_park {
  background: url(mysource_files/yourplace-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.lowther .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_park {
  background: url(mysource_files/lowther-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.wheatley .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_park {
  background: url(mysource_files/wheatley-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_wifi {
  background: url(mysource_files/fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.gha-cube .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_wifi {
  background: url(mysource_files/gha-cube-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.gha-wlhp .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_wifi {
  background: url(mysource_files/gha-wlhp-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.dunedin .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_wifi {
  background: url(mysource_files/dunedin-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.loretto .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_wifi {
  background: url(mysource_files/loretto-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.barony .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_wifi {
  background: url(mysource_files/barony-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.yourplace .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_wifi {
  background: url(mysource_files/yourplace-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.lowther .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_wifi {
  background: url(mysource_files/lowther-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.wheatley .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_wifi {
  background: url(mysource_files/wheatley-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_disab {
  background: url(mysource_files/fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.gha-cube .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_disab {
  background: url(mysource_files/gha-cube-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.gha-wlhp .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_disab {
  background: url(mysource_files/gha-wlhp-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.dunedin .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_disab {
  background: url(mysource_files/dunedin-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.loretto .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_disab {
  background: url(mysource_files/loretto-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.barony .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_disab {
  background: url(mysource_files/barony-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.yourplace .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_disab {
  background: url(mysource_files/yourplace-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.lowther .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_disab {
  background: url(mysource_files/lowther-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.wheatley .office-content .nearest_container .nearest_body .eqheight .mapfacilities .facilities li.fac_disab {
  background: url(mysource_files/wheatley-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.office-content .other-offices h3 {
  font-weight: 300;
  font-size: 1.5em;
  color: #7a7a7a;
}

.lowther .office-content .other-offices h3 {
  font-weight: normal;
}

.office-content .other-offices ul {
  margin-top: 20px;
}

.office-content .other-offices ul li {
  margin-bottom: 20px;
}

.office-content .other-offices ul li a {
  font-weight: 300;
}

.lowther .office-content .other-offices ul li a {
  font-weight: normal;
}

.office-content .other-offices ul li a span {
  color: #7a7a7a;
}

.office-content .byarea {
  border-top: 1px solid #ccc;
  font-weight: 300;
  font-size: 1.5em;
  padding-top: 15px;
  margin: 1em 0;
  color: #7a7a7a;
}

.wheatley .office-content .byarea {
  border-top: 1px dotted #b7a99a;
}

/* Module: S */
.office-content .find-office-side {
  margin-bottom: 33px;
  min-height: 272px;
}

.office-content .find-office-side h2 {
  border-top: none;
  border-bottom: 1px solid #ccc;
  color: #7a7a7a;
  padding-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0.67em 0;
}

.wheatley .office-content .find-office-side h2 {
  border-bottom: 1px dotted #b7a99a;
  font-family: Brauer, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #572932;
}

.office-content .find-office-side h3 {
  font-size: 1.5em;
  font-weight: 300;
  color: #7a7a7a;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1.9375rem;
}

.lowther .office-content .find-office-side h3 {
  font-weight: normal;
}

.wheatley .office-content .find-office-side h3 {
  font-weight: 300;
  font-size: 1.5em;
  color: #b7a99a;
  font-family: FSMe, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.office-content .find-office-side p {
  font-weight: 300;
  color: #7a7a7a;
  margin-bottom: 0;
}

.office-content .find-office-side p a {
  font-weight: 300;
  color: #e22e14;
}

.office-content .find-office-side p a:after {
  content: " >";
}

.gha-cube .office-content .find-office-side p a {
  color: #008675;
}

.gha-wlhp .office-content .find-office-side p a {
  color: #004c97;
}

.dunedin .office-content .find-office-side p a {
  color: #002f6c;
}

.loretto .office-content .find-office-side p a {
  color: #00A9E0;
}

.barony .office-content .find-office-side p a {
  color: #006d7f;
}

.yourplace .office-content .find-office-side p a {
  color: #00B5E2;
}

.lowther .office-content .find-office-side p a {
  color: #c4d600;
  font-weight: normal;
}

.wheatley .office-content .find-office-side p a {
  color: #572932;
}

.office-content .accordion .side {
  padding: 0 30px;
}

.office-content .accordion .side p {
  color: #666666;
  margin-bottom: 0.4em;
  font-weight: 300;
}

.office-content .accordion .side p b {
  padding-top: 1em;
  display: block;
}

.office-content .accordion .side .opening {
  width: 100%;
  clear: both;
}

.office-content .accordion .side .opening .day {
  float: left;
}

.office-content .accordion .side .opening .time {
  float: right;
}

.office-content .accordion .side .facilities {
  clear: both;
}

.office-content .accordion .side .facilities ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.office-content .accordion .side .facilities ul li {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  margin: 0 8px 11px 0;
}

.office-content .accordion .side .facilities ul li.fac_park {
  background: url(mysource_files/fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.gha-cube .office-content .accordion .side .facilities ul li.fac_park {
  background: url(mysource_files/gha-cube-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.gha-wlhp .office-content .accordion .side .facilities ul li.fac_park {
  background: url(mysource_files/gha-wlhp-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.dunedin .office-content .accordion .side .facilities ul li.fac_park {
  background: url(mysource_files/dunedin-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.loretto .office-content .accordion .side .facilities ul li.fac_park {
  background: url(mysource_files/loretto-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.barony .office-content .accordion .side .facilities ul li.fac_park {
  background: url(mysource_files/barony-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.yourplace .office-content .accordion .side .facilities ul li.fac_park {
  background: url(mysource_files/yourplace-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.lowther .office-content .accordion .side .facilities ul li.fac_park {
  background: url(mysource_files/lowther-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.wheatley .office-content .accordion .side .facilities ul li.fac_park {
  background: url(mysource_files/wheatley-fac_park.svg) 50% 50%/36px 36px no-repeat;
}

.office-content .accordion .side .facilities ul li.fac_wifi {
  background: url(mysource_files/fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.gha-cube .office-content .accordion .side .facilities ul li.fac_wifi {
  background: url(mysource_files/gha-cube-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.gha-wlhp .office-content .accordion .side .facilities ul li.fac_wifi {
  background: url(mysource_files/gha-wlhp-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.dunedin .office-content .accordion .side .facilities ul li.fac_wifi {
  background: url(mysource_files/dunedin-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.loretto .office-content .accordion .side .facilities ul li.fac_wifi {
  background: url(mysource_files/loretto-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.barony .office-content .accordion .side .facilities ul li.fac_wifi {
  background: url(mysource_files/barony-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.yourplace .office-content .accordion .side .facilities ul li.fac_wifi {
  background: url(mysource_files/yourplace-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.lowther .office-content .accordion .side .facilities ul li.fac_wifi {
  background: url(mysource_files/lowther-fac_wifi.svg) 50% 50%/36px 36px no-repeat;
}

.wheatley .office-content .accordion .side .facilities ul li.fac_wifi {
  background: url(mysource_files/wheatley-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.office-content .accordion .side .facilities ul li.fac_disab {
  background: url(mysource_files/fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.gha-cube .office-content .accordion .side .facilities ul li.fac_disab {
  background: url(mysource_files/gha-cube-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.gha-wlhp .office-content .accordion .side .facilities ul li.fac_disab {
  background: url(mysource_files/gha-wlhp-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.dunedin .office-content .accordion .side .facilities ul li.fac_disab {
  background: url(mysource_files/dunedin-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.loretto .office-content .accordion .side .facilities ul li.fac_disab {
  background: url(mysource_files/loretto-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.barony .office-content .accordion .side .facilities ul li.fac_disab {
  background: url(mysource_files/barony-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.yourplace .office-content .accordion .side .facilities ul li.fac_disab {
  background: url(mysource_files/yourplace-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.lowther .office-content .accordion .side .facilities ul li.fac_disab {
  background: url(mysource_files/lowther-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

.wheatley .office-content .accordion .side .facilities ul li.fac_disab {
  background: url(mysource_files/wheatley-fac_disab.svg) 50% 50%/36px 36px no-repeat;
}

@media (max-width: 1199px) {
  .office-content .find-office-side {
    min-height: 303px;
  }
}

@media (max-width: 991px) {
  .office-content .find-office-side {
    min-height: 0;
  }
}

/* Module: S */
.footer {
  color: #7a7a7a;
  font-weight: 200;
  overflow: hidden;
}

.wheatley .footer {
  background: #e9e5e1;
}

.footer h2, .footer h3 {
  color: #e22e14;
}

.gha-cube .footer h2, .gha-cube .footer h3 {
  color: #008675;
}

.gha-wlhp .footer h2, .gha-wlhp .footer h3 {
  color: #004c97;
}

.dunedin .footer h2, .dunedin .footer h3 {
  color: #002f6c;
}

.loretto .footer h2, .loretto .footer h3 {
  color: #007096;
}

.barony .footer h2, .barony .footer h3 {
  color: #006d7f;
}

.yourplace .footer h2, .yourplace .footer h3 {
  color: #00B5E2;
}

.lowther .footer h2, .lowther .footer h3 {
  color: #788600;
}

.wheatley .footer h2, .wheatley .footer h3 {
  color: #b7a99a;
  border-bottom: 0px !important;
}

.footer h3, .footer h4 {
  font-family: FSMe, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
}

.footer h2 {
  margin-top: 40px;
}

.wheatley .footer h2 {
  font-size: 24px;
  font-weight: 500;
}

.wheatley .footer h3 {
  font-weight: 700;
  color: white !important;
}

.wheatley .footer h4 {
  font-weight: 700;
}

.wheatley .footer p {
  color: #b7a99a;
}

.footer a {
  color: #000;
}

.gha-cube .footer a, .gha-wlhp .footer a, .dunedin .footer a, .loretto .footer a, .barony .footer a, .yourplace .footer a {
  color: #000;
}

.wheatley .footer a {
  color: #fff;
  font-weight: 200;
}

.wheatley .footer a.goog-te-menu-value {
  color: #222;
}

.wheatley .footer a.goog-te-menu-value:hover, .wheatley .footer a.goog-te-menu-value:focus {
  color: #222;
  text-decoration: none;
}

.wheatley .footer a:hover {
  color: white;
}

.footer .background-digonal-stripes {
  position: absolute;
  right: 0;
  bottom: 2px;
}

.footer__top {
  background: #f8f8f8;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 16px;
}

.wheatley .footer__top {
  background: #572932;
}

.footer__bottom {
  font-size: 0.8em;
  padding-right: 15%;
  position: relative;
  padding-bottom: 1em;
}

.footer__bottom .icon-info {
  height: 25px;
  width: 25px;
  border: none;
}

.footer__bottom a {
  color: #7a7a7a;
}

.gha-cube .footer__bottom a, .gha-wlhp .footer__bottom a, .dunedin .footer__bottom a, .loretto .footer__bottom a, .barony .footer__bottom a, .yourplace .footer__bottom a, .lowther .footer__bottom a {
  color: #7a7a7a;
}

.footer__headers {
  margin-bottom: 23px;
}

.footer__subheader {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.wheatley .footer__subheader {
  color: #cdc3b8;
}

.footer__social-icons {
  display: inline-block;
  height: 23px;
  width: 42px;
}

.footer__links {
  margin: 0;
  overflow: hidden;
}

.footer__links li {
  float: left;
  padding-left: 35px;
  font-weight: bold;
  position: relative;
}

.wheatley .footer__links li {
  color: #858585;
  font-weight: 700;
}

.footer__links li:before {
  content: ".";
  font-size: 1.6em;
  left: 14px;
  top: 3px;
  line-height: 0px;
  position: absolute;
}

.footer__links li:first-child {
  padding: 0;
}

.footer__links li:first-child:before {
  content: "";
}

.footer__links li a {
  color: #7a7a7a;
}

.gha-cube .footer__links li a, .gha-wlhp .footer__links li a, .dunedin .footer__links li a, .loretto .footer__links li a, .barony .footer__links li a, .yourplace .footer__links li a, .lowther .footer__links li a {
  color: #7a7a7a;
}

.wheatley .footer__links li a {
  color: #858585;
  font-weight: 700;
}

.wheatley .footer__links li a:hover, .wheatley .footer__links li a:focus {
  color: #858585;
}

.footer__links.footlogoes {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.footer__links.footlogoes li {
  padding-left: 0px;
  padding-right: 20px;
  align-self: flex-end;
}

.footer__links.footlogoes li:before {
  content: "";
}

.footer__links.footlogoes li:last-child {
  border-left: 2px solid #b7a99a;
  padding-left: 20px;
  padding-right: 0px;
}

.footer__wg-logo {
  display: block;
  height: 40px;
  width: 133px;
  text-align: right;
  position: absolute;
  top: 15px;
  right: 0;
  background: url("mysource_files/wg-grey-logo.png") center/contain no-repeat;
  background: url("mysource_files/wg-grey-logo.svg") center/contain no-repeat;
  background: url("mysource_files/wg-grey-logo_new.svg") center/contain no-repeat;
}

.footer__bottom-info-text p:first-child {
  max-width: 800px;
  color: #858585;
}

@media (max-width: 991px) {
  .footer .background-digonal-stripes {
    left: -80px;
  }
  .wheatley .footer .background-digonal-stripes {
    left: -40px;
  }
  .footer__top {
    margin-bottom: 1em;
  }
  .footer__bottom {
    padding-right: 0;
  }
  .footer__links li {
    padding: 0;
    float: none;
    margin-bottom: 0.5em;
  }
  .footer__links li:before {
    content: '';
  }
  .footer__bottom-info-text {
    display: none;
    padding: 1em 0 2em;
  }
  .footer__bottom-info-text.is-active {
    display: block;
  }
  .footer__wg-logo {
    bottom: 1em;
    top: auto;
    background: url("mysource_files/wg-grey-logo.png") center/auto 30px no-repeat;
    background: url("mysource_files/wg-grey-logo.svg") center/auto 30px no-repeat;
  }
  .footer .footlogoes {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer .background-digonal-stripes {
    left: -80px;
  }
  .wheatley .footer .background-digonal-stripes {
    left: -255px;
  }
}

/* Module: S */
.form .intro__form {
  font-weight: 300;
  font-size: 1.5em;
}

.lowther .form .intro__form {
  font-weight: normal;
}

.form__break {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
}

.form__body {
  background-color: #f8f8f8;
  border-bottom: 3px solid #e4e4e4;
  margin-bottom: 1em;
  padding: 20px;
}

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

.form__body li {
  display: inline-block;
}

.form__body fieldset {
  border: none;
}

.form__body fieldset label {
  font-size: 1em;
  font-weight: 700;
  color: #7a7a7a;
}

.form__body fieldset legend {
  font-size: 1em;
  font-weight: 700;
  color: #7a7a7a;
  margin-bottom: 0;
}

.form__body fieldset .form__questions,
.form__body fieldset .form__subquestions {
  display: none;
}

.form__body fieldset select, .form__body fieldset input[type=text], .form__body fieldset textarea, .form__body fieldset input[type=email] {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-size: 1.25em;
  color: #999999;
  padding-left: 20px;
  border: 1px solid #999999;
  margin-bottom: 30px;
  padding-right: 60px;
}

.form__body fieldset select::-ms-expand {
  display: none;
}

.form__body fieldset select {
  cursor: pointer;
  background: #ffffff url("mysource_files/dropdown-grey.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #666666 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #666666 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #666666 40px, white 40px);
}

.form__body fieldset select:hover, .form__body fieldset select:focus {
  background: #ffffff url("mysource_files/dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #e22e14 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #e22e14 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #e22e14 40px, white 40px);
}

.gha-cube .form__body fieldset select:hover, .gha-cube .form__body fieldset select:focus {
  background: #ffffff url("mysource_files/gha-cube-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #008675 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #008675 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #008675 40px, white 40px);
}

.gha-wlhp .form__body fieldset select:hover, .gha-wlhp .form__body fieldset select:focus {
  background: #ffffff url("mysource_files/gha-wlhp-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #004c97 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #004c97 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #004c97 40px, white 40px);
}

.dunedin .form__body fieldset select:hover, .dunedin .form__body fieldset select:focus {
  background: #ffffff url("mysource_files/dunedin-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #002f6c 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #002f6c 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #002f6c 40px, white 40px);
}

.loretto .form__body fieldset select:hover, .loretto .form__body fieldset select:focus {
  background: #ffffff url("mysource_files/loretto-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #00a9e0 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #00a9e0 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #00a9e0 40px, white 40px);
}

.barony .form__body fieldset select:hover, .barony .form__body fieldset select:focus {
  background: #ffffff url("mysource_files/barony-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #006d7f 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #006d7f 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #006d7f 40px, white 40px);
}

.yourplace .form__body fieldset select:hover, .yourplace .form__body fieldset select:focus {
  background: #ffffff url("mysource_files/yourplace-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #00B5E2 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #00B5E2 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #00B5E2 40px, white 40px);
}

.lowther .form__body fieldset select:hover, .lowther .form__body fieldset select:focus {
  background: #ffffff url("mysource_files/yourplace-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #c4d600 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #c4d600 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #c4d600 40px, white 40px);
}

.wheatley .form__body fieldset select:hover, .wheatley .form__body fieldset select:focus {
  background: #ffffff url("mysource_files/wheatley-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #572932 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #572932 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #572932 40px, white 40px);
}

.form__body fieldset select:focus::-ms-value {
  background-color: #ffffff;
  color: black;
}

.form__body fieldset .form__dropdown {
  position: relative;
}

.form__body fieldset .form__dropdown-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #666666 url("mysource_files/dropdown.svg") 100% 50%/40px 40px no-repeat;
}

.form__body fieldset .form__dropdown select:hover + .form__dropdown-box,
.form__body fieldset .form__dropdown select.is-selected + .form__dropdown-box {
  background: red url("mysource_files/dropdown.svg") 100% 50%/40px 40px no-repeat;
  transition: background-color 0.3s;
}

.gha-cube .form__body fieldset .form__dropdown select:hover + .form__dropdown-box, .gha-cube
.form__body fieldset .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #a50034;
}

.gha-wlhp .form__body fieldset .form__dropdown select:hover + .form__dropdown-box, .gha-wlhp
.form__body fieldset .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #004c97;
}

.dunedin .form__body fieldset .form__dropdown select:hover + .form__dropdown-box, .dunedin
.form__body fieldset .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #205c40;
}

.loretto .form__body fieldset .form__dropdown select:hover + .form__dropdown-box, .loretto
.form__body fieldset .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #007096;
}

.barony .form__body fieldset .form__dropdown select:hover + .form__dropdown-box, .barony
.form__body fieldset .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #FFC72C;
}

.yourplace .form__body fieldset .form__dropdown select:hover + .form__dropdown-box, .yourplace
.form__body fieldset .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #00558C;
}

.lowther .form__body fieldset .form__dropdown select:hover + .form__dropdown-box, .lowther
.form__body fieldset .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #c4d600;
}

.wheatley .form__body fieldset .form__dropdown select:hover + .form__dropdown-box, .wheatley
.form__body fieldset .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #572932;
}

.form__body fieldset input {
  background: #fff;
}

.form__body fieldset input[type=radio] {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  vertical-align: -20%;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 0;
}

.form__body fieldset input[type=radio] ~ label {
  margin-bottom: 30px;
  font-weight: 200;
  margin-right: 20px;
}

.form__body fieldset input[type=radio]:after {
  position: absolute;
  width: 10px;
  top: 4px;
  left: 4px;
  height: 10px;
  content: " ";
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form__body fieldset input[type=radio]:checked:after {
  position: absolute;
  width: 10px;
  top: 4px;
  left: 4px;
  height: 10px;
  content: " ";
  background-color: #e22e14;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.gha-cube .form__body fieldset input[type=radio]:checked:after {
  background-color: #008675;
}

.gha-wlhp .form__body fieldset input[type=radio]:checked:after {
  background-color: #004c97;
}

.dunedin .form__body fieldset input[type=radio]:checked:after {
  background-color: #002f6c;
}

.loretto .form__body fieldset input[type=radio]:checked:after {
  background-color: #00A9E0;
}

.barony .form__body fieldset input[type=radio]:checked:after {
  background-color: #006d7f;
}

.yourplace .form__body fieldset input[type=radio]:checked:after {
  background-color: #00B5E2;
}

.lowther .form__body fieldset input[type=radio]:checked:after {
  background-color: #c4d600;
}

.wheatley .form__body fieldset input[type=radio]:checked:after {
  background-color: #572932;
}

.form__body fieldset input::-ms-check {
  color: #e22e14;
}

.gha-cube .form__body fieldset input::-ms-check {
  color: #008675;
}

.gha-wlhp .form__body fieldset input::-ms-check {
  color: #004c97;
}

.dunedin .form__body fieldset input::-ms-check {
  color: #002f6c;
}

.loretto .form__body fieldset input::-ms-check {
  color: #00A9E0;
}

.barony .form__body fieldset input::-ms-check {
  color: #006d7f;
}

.yourplace .form__body fieldset input::-ms-check {
  color: #00B5E2;
}

.lowther .form__body fieldset input::-ms-check {
  color: #c4d600;
}

.wheatley .form__body fieldset input::-ms-check {
  color: #572932;
}

.form__body fieldset textarea {
  height: 200px;
  padding: 10px 20px;
}

.form__body fieldset .error {
  color: #e22e14;
}

.gha-cube .form__body fieldset .error {
  color: #008675;
}

.gha-wlhp .form__body fieldset .error {
  color: #004c97;
}

.dunedin .form__body fieldset .error {
  color: #002f6c;
}

.loretto .form__body fieldset .error {
  color: #00A9E0;
}

.barony .form__body fieldset .error {
  color: #006d7f;
}

.yourplace .form__body fieldset .error {
  color: #00B5E2;
}

.form__body fieldset .error:required:invalid {
  border: 2px solid #000;
}

.form__body fieldset .error:required:invalid::-webkit-input-placeholder {
  color: #e22e14;
}

.gha-cube .form__body fieldset .error:required:invalid::-webkit-input-placeholder {
  color: #008675;
}

.gha-wlhp .form__body fieldset .error:required:invalid::-webkit-input-placeholder {
  color: #004c97;
}

.dunedin .form__body fieldset .error:required:invalid::-webkit-input-placeholder {
  color: #002f6c;
}

.loretto .form__body fieldset .error:required:invalid::-webkit-input-placeholder {
  color: #00A9E0;
}

.barony .form__body fieldset .error:required:invalid::-webkit-input-placeholder {
  color: #006d7f;
}

.yourplace .form__body fieldset .error:required:invalid::-webkit-input-placeholder {
  color: #00B5E2;
}

.lowther .form__body fieldset .error:required:invalid::-webkit-input-placeholder {
  color: #c4d600;
}

.wheatley .form__body fieldset .error:required:invalid::-webkit-input-placeholder {
  color: #572932;
}

.form__body fieldset .button__form a {
  color: #fff;
  font-weight: 200;
  padding: 0 15px;
}

.form__body fieldset .button__form:focus {
  background-color: #e22e14;
}

.gha-cube .form__body fieldset .button__form:focus {
  background-color: #a50034;
}

.gha-wlhp .form__body fieldset .button__form:focus {
  background-color: #af1685;
}

.dunedin .form__body fieldset .button__form:focus {
  background-color: #205c40;
}

.loretto .form__body fieldset .button__form:focus {
  background-color: #007096;
}

.barony .form__body fieldset .button__form:focus {
  background-color: #FFC72C;
}

.yourplace .form__body fieldset .button__form:focus {
  background-color: #00558C;
}

.lowther .form__body fieldset .button__form:focus {
  background-color: #c4d600;
}

.wheatley .form__body fieldset .button__form:focus {
  background-color: #572932;
}

.form__body fieldset p {
  margin: 18px;
}

.form__body fieldset .columnlist ul li {
  display: list-item;
}

.form__body fieldset .columnlist ul li label {
  margin-bottom: 5px;
}

.form__body fieldset .columnlist ul li:last-child label {
  margin-bottom: 30px;
}

.form__body fieldset .sq-form-question-answer label {
  font-weight: 400;
}

.form__body fieldset .sq-form-question-answer input[type="radio"].sq-form-field {
  margin-left: 0;
}

.form__body fieldset .sq-form-question-answer input[type="radio"].sq-form-field + label {
  margin-right: 20px;
}

.form__body .sq-form-unattached > .sq-form-question-text {
  margin: 0 2px;
  padding: 0 0.625em;
}

.sq-form-required-field {
  display: inline-block;
}

/* Module: S */
.lowther .page-wrapper, .wheatley .page-wrapper {
  overflow: hidden;
}

.header {
  padding: 25px 0 18px;
  background: #F6F6F6;
  border-bottom: 2px solid #dddddd;
  position: relative;
}

.lowther .header {
  padding: 36px 0 18px;
}

.lowther .header, .wheatley .header {
  background-color: white;
  border-bottom-width: 0;
  padding-bottom: 0;
}

.header img {
  margin-bottom: 0;
}

.header .sq-header-logo {
  margin-bottom: 1em;
}

.lowther .header .sq-header-logo {
  margin-bottom: 27px;
}

.header .sq-header-logo svg.lorettologo {
  width: 145px;
}

@media (max-width: 991px) {
  .header .sq-header-logo svg.lorettologo {
    width: 130px;
  }
}

@media (max-width: 991px) {
  .header .sq-header-logo svg.wheatleylogo {
    width: 150px;
  }
}

.header .sq-header-logo ul {
  list-style: none;
}

.header .sq-header-logo ul li {
  max-width: 45px;
  display: inline-block;
  padding: 0.3em 10px;
  height: 35px;
  float: left;
}

.header .sq-header-logo ul li:first-child {
  margin-left: 0;
}

.header .sq-header-logo ul li:nth-child(2) {
  padding-right: 8px;
}

.lowther .header .sq-header-logo ul li:nth-child(2) {
  border-right: 1px solid #333333;
  padding-right: 14px;
}

.header .sq-header-logo ul li:nth-child(3) {
  border-right: 1px solid #333333;
  padding-right: 14px;
}

.lowther .header .sq-header-logo ul li:nth-child(3) {
  border-right: 0;
  padding-right: 0;
}

.header .sq-header-logo ul li:nth-child(4) {
  padding: 0.3em 0.5em;
}

.header__button a:hover {
  text-decoration: none;
}

.header__button a:focus {
  text-decoration: none;
}

.header__button svg {
  height: 22px;
  width: auto;
  fill: #333333;
  vertical-align: bottom;
}

.header__button svg:hover {
  fill: #e22e14;
}

.gha-cube .header__button svg:hover {
  fill: #008675;
}

.gha-wlhp .header__button svg:hover {
  fill: #004c97;
}

.dunedin .header__button svg:hover {
  fill: #002f6c;
}

.loretto .header__button svg:hover {
  fill: #00A9E0;
}

.barony .header__button svg:hover {
  fill: #006d7f;
}

.yourplace .header__button svg:hover {
  fill: #00B5E2;
}

.lowther .header__button svg:hover {
  fill: #c4d600;
}

.wheatley .header__button svg:hover {
  fill: #572932;
}

.header__button img {
  height: 22px;
  width: auto;
}

.header__logo {
  height: 72px;
}

.header__logo .logoback {
  fill: #e22e14;
}

.gha-cube .header__logo .logoback {
  fill: #008675;
}

.gha-wlhp .header__logo .logoback {
  fill: #004c97;
}

.dunedin .header__logo .logoback {
  fill: #002f6c;
}

.loretto .header__logo .logoback {
  fill: #00A9E0;
}

.barony .header__logo .logoback {
  fill: #006d7f;
}

.yourplace .header__logo .logoback {
  fill: #00B5E2;
}

.lowther .header__logo .logoback {
  fill: #c4d600;
}

.header__logo .logofront {
  fill: #fff;
}

@media (max-width: 768px) {
  .loretto .header__logo {
    margin-left: -34px;
  }
}

.main-navigation__sub-nav-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #9b0000;
  width: 100%;
  left: 0;
  z-index: 5;
  padding: 35px 0 35px;
}

.gha-cube .main-navigation__sub-nav-wrapper {
  background-color: #008675;
}

.gha-wlhp .main-navigation__sub-nav-wrapper {
  background-color: #004c97;
}

.dunedin .main-navigation__sub-nav-wrapper {
  background-color: #002f6c;
}

.loretto .main-navigation__sub-nav-wrapper {
  background-color: #007096;
}

.barony .main-navigation__sub-nav-wrapper {
  background-color: #006d7f;
}

.yourplace .main-navigation__sub-nav-wrapper {
  background-color: #00558C;
}

.lowther .main-navigation__sub-nav-wrapper {
  background-color: black;
}

.wheatley .main-navigation__sub-nav-wrapper {
  background-color: #572932;
}

.main-navigation__sub-nav-wrapper a:hover {
  color: #ffffff;
}

.main-navigation__sub-nav-wrapper a:focus {
  color: #ffffff;
}

.main-navigation__sub-nav-column-wrapper {
  display: table;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.main-navigation__sub-nav-column {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: table-cell;
}

.main-navigation__sub-nav-column.sixcolumn {
  width: 16.66666%;
}

.main-navigation__sub-nav-column.sevencolumn {
  width: 14.28571%;
}

.wheatley .main-navigation__sub-nav-column {
  padding-left: 10px;
  padding-right: 10px;
}

.gha-wlhp .main-navigation__sub-header {
  color: white;
}

.dunedin .main-navigation__sub-header {
  color: white;
}

.main-navigation .login {
  margin-right: 20px;
  background-color: #e22e14;
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.gha-cube .main-navigation .login {
  background-color: #008675;
}

.gha-wlhp .main-navigation .login {
  background-color: #004c97;
}

.dunedin .main-navigation .login {
  background-color: #002f6c;
}

.loretto .main-navigation .login {
  background-color: #00A9E0;
}

.barony .main-navigation .login {
  background-color: #006d7f;
}

.lowther .main-navigation .login {
  background-color: #c4d600;
  border-radius: 0;
  margin-right: 0px;
}

.yourplace .main-navigation .login, lowther .main-navigation .login {
  margin-right: 0px;
  background-color: #00B5E2;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.main-navigation .login.main-navigation__first-level > a {
  color: #fff;
}

.dunedin .main-navigation .login.main-navigation__first-level > a, .barony .main-navigation .login.main-navigation__first-level > a {
  color: #000;
}

.dunedin .main-navigation .login.main-navigation__first-level > a:hover, .lowther .main-navigation .login.main-navigation__first-level > a:hover, .barony .main-navigation .login.main-navigation__first-level > a:hover {
  color: #fff;
}

.main-navigation .login > a {
  color: #fff;
  background: transparent;
}

.main-navigation .login > a:hover {
  color: #fff;
}

.main-navigation .login > a:before, .main-navigation .login > a:after {
  box-shadow: -3px 0 0 0 #e22e14;
  content: '';
  position: absolute;
  right: -10px;
}

.gha-cube .main-navigation .login > a:before, .gha-cube .main-navigation .login > a:after {
  box-shadow: -3px 0 0 0 #a50034;
}

.gha-wlhp .main-navigation .login > a:before, .gha-wlhp .main-navigation .login > a:after {
  box-shadow: -3px 0 0 0 #af1685;
}

.dunedin .main-navigation .login > a:before, .dunedin .main-navigation .login > a:after {
  box-shadow: -3px 0 0 0 #ffc72c;
}

.loretto .main-navigation .login > a:before, .loretto .main-navigation .login > a:after {
  box-shadow: -3px 0 0 0 #00A9E0;
}

.barony .main-navigation .login > a:before, .barony .main-navigation .login > a:after {
  box-shadow: -3px 0 0 0 #FFC72C;
}

.yourplace .main-navigation .login > a:before, .yourplace .main-navigation .login > a:after {
  box-shadow: 0 0 0 0 #00B5E2;
}

.lowther .main-navigation .login > a:before, .lowther .main-navigation .login > a:after {
  box-shadow: 0 0 0 0 #c4d600;
}

.main-navigation .login > a:before {
  background: #e22e14;
  bottom: 10px;
  top: 0;
  width: 10px;
  border-top-right-radius: 3px;
}

.gha-cube .main-navigation .login > a:before {
  background: #a50034;
}

.gha-wlhp .main-navigation .login > a:before {
  background: #af1685;
}

.dunedin .main-navigation .login > a:before {
  background: #ffc72c;
}

.loretto .main-navigation .login > a:before {
  background: #00A9E0;
}

.barony .main-navigation .login > a:before {
  background: #FFC72C;
}

.yourplace .main-navigation .login > a:before {
  background: none;
}

.lowther .main-navigation .login > a:before {
  background: none;
}

.main-navigation .login > a:after {
  bottom: -2px;
  box-shadow: -4px 0 0 0 #e22e14, 0 -4px 0 0 #e22e14, -4px -4px 0 0 #e22e14;
  border-color: #e22e14 transparent transparent #e22e14;
  border-style: solid;
  border-width: 5px;
}

.gha-cube .main-navigation .login > a:after {
  box-shadow: -4px 0 0 0 #a50034, 0 -4px 0 0 #a50034, -4px -4px 0 0 #a50034;
  border-color: #a50034 transparent transparent #a50034;
}

.gha-wlhp .main-navigation .login > a:after {
  box-shadow: -4px 0 0 0 #af1685, 0 -4px 0 0 #af1685, -4px -4px 0 0 #af1685;
  border-color: #af1685 transparent transparent #af1685;
}

.dunedin .main-navigation .login > a:after {
  box-shadow: -4px 0 0 0 #ffc72c, 0 -4px 0 0 #ffc72c, -4px -4px 0 0 #ffc72c;
  border-color: #ffc72c transparent transparent #ffc72c;
}

.loretto .main-navigation .login > a:after {
  box-shadow: -4px 0 0 0 #00A9E0, 0 -4px 0 0 #00A9E0, -4px -4px 0 0 #00A9E0;
  border-color: #00A9E0 transparent transparent #00A9E0;
}

.barony .main-navigation .login > a:after {
  box-shadow: -4px 0 0 0 #FFC72C, 0 -4px 0 0 #FFC72C, -4px -4px 0 0 #FFC72C;
  border-color: #FFC72C transparent transparent #FFC72C;
}

.yourplace .main-navigation .login > a:after {
  box-shadow: 0 0 0 0 #00B5E2, 0 0 0 0 #00B5E2, 0 0 0 0 #00B5E2;
  border-color: transparent;
}

.lowther .main-navigation .login > a:after {
  box-shadow: 0 0 0 0 #c4d600, 0 0 0 0 #c4d600, 0 0 0 0 #c4d600;
  border-color: transparent;
}

.lowther .main-navigation .nav {
  height: 65px;
}

@media (max-width: 991px) {
  .lowther .main-navigation .nav {
    height: 0px;
  }
}

.wheatley .main-navigation .nav {
  height: 65px;
}

@media (max-width: 991px) {
  .wheatley .main-navigation .nav {
    height: 0px;
  }
}

.lowther .main-navigation .nav > li a:hover, .lowther
.main-navigation .nav > li a:focus {
  background-color: #000;
}

.lowther .main-navigation .nav > li > a {
  padding-top: 22px !important;
  padding-bottom: 23px !important;
}

.wheatley .main-navigation .nav > li > a {
  padding-top: 22px !important;
  padding-bottom: 23px !important;
}

.main-navigation .nav > li:last-child {
  background: #e22e14;
}

.gha-cube .main-navigation .nav > li:last-child {
  background-color: #a50034;
}

.gha-wlhp .main-navigation .nav > li:last-child {
  background-color: #af1685;
}

.dunedin .main-navigation .nav > li:last-child {
  background-color: #ffc72c;
}

.loretto .main-navigation .nav > li:last-child {
  background-color: #00A9E0;
}

.barony .main-navigation .nav > li:last-child {
  background-color: #FFC72C;
}

.yourplace .main-navigation .nav > li:last-child {
  background-color: #00B5E2;
}

.yourplace .main-navigation .nav > li:last-child a {
  color: white;
}

.lowther .main-navigation .nav > li:last-child {
  background-color: #c4d600;
  height: 65px;
}

.lowther .main-navigation .nav > li:last-child a {
  color: black;
}

.wheatley .main-navigation .nav > li:last-child {
  background-color: transparent;
}

.main-navigation .nav > li:last-child > a:hover,
.main-navigation .nav > li:last-child > a:focus {
  background: #e22e14;
}

.gha-cube .main-navigation .nav > li:last-child > a:hover, .gha-cube
.main-navigation .nav > li:last-child > a:focus {
  background-color: #a50034;
}

.gha-wlhp .main-navigation .nav > li:last-child > a:hover, .gha-wlhp
.main-navigation .nav > li:last-child > a:focus {
  background-color: #af1685;
}

.dunedin .main-navigation .nav > li:last-child > a:hover, .dunedin
.main-navigation .nav > li:last-child > a:focus {
  background-color: #ffc72c;
}

.loretto .main-navigation .nav > li:last-child > a:hover, .loretto
.main-navigation .nav > li:last-child > a:focus {
  background-color: #00A9E0;
}

.barony .main-navigation .nav > li:last-child > a:hover, .barony
.main-navigation .nav > li:last-child > a:focus {
  background-color: #FFC72C;
}

.yourplace .main-navigation .nav > li:last-child > a:hover, .yourplace
.main-navigation .nav > li:last-child > a:focus {
  background-color: #00B5E2;
}

.lowther .main-navigation .nav > li:last-child > a:hover, .lowther
.main-navigation .nav > li:last-child > a:focus {
  background-color: #c4d600;
}

.wheatley .main-navigation .nav > li:last-child > a:hover, .wheatley
.main-navigation .nav > li:last-child > a:focus {
  background-color: transparent;
}

.lowther .main-navigation .nav > li:last-child.main-nav-hover a {
  color: white;
}

.lowther .main-navigation .nav {
  background: #444;
}

.wheatley .main-navigation .nav {
  background: #f1eeeb;
}

.lowther .main-navigation {
  position: relative;
}

.lowther .main-navigation:before, .lowther .main-navigation:after {
  background: #444;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
}

.lowther .main-navigation:before {
  right: 100%;
}

.lowther .main-navigation:after {
  left: 100%;
}

.wheatley .main-navigation {
  position: relative;
}

.wheatley .main-navigation:before, .wheatley .main-navigation:after {
  background: #f1eeeb;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
}

.wheatley .main-navigation:before {
  right: 100%;
}

.wheatley .main-navigation:after {
  left: 100%;
}

.main-navigation li.main-navigation__first-level {
  position: static;
  height: 42px;
  float: left;
}

.main-navigation li.main-navigation__first-level > a {
  border-radius: 0;
  color: #000;
  font-weight: bold;
}

.yourplace .main-navigation li.main-navigation__first-level > a {
  color: #00558C;
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lowther .main-navigation li.main-navigation__first-level > a {
  color: white;
  font-wheight: 200;
}

.wheatley .main-navigation li.main-navigation__first-level > a {
  font-weight: 200;
}

.main-navigation li.main-navigation__first-level + li {
  margin-left: 2px;
}

.main-navigation li.main-navigation__first-level.active > a {
  color: #e22e14;
  border-bottom: 2px solid #e22e14;
}

.gha-cube .main-navigation li.main-navigation__first-level.active > a {
  color: #008675;
  border-bottom-color: #008675;
}

.gha-wlhp .main-navigation li.main-navigation__first-level.active > a {
  color: #004c97;
  border-bottom-color: #004c97;
}

.dunedin .main-navigation li.main-navigation__first-level.active > a {
  color: #002f6c;
  border-bottom-color: #002f6c;
}

.loretto .main-navigation li.main-navigation__first-level.active > a {
  color: #007096;
  border-bottom-color: #007096;
}

.barony .main-navigation li.main-navigation__first-level.active > a {
  color: #006d7f;
  border-bottom-color: #006d7f;
}

.yourplace .main-navigation li.main-navigation__first-level.active > a {
  color: #00B5E2;
  border-bottom-color: #00B5E2;
}

.lowther .main-navigation li.main-navigation__first-level.active > a {
  color: white;
  border-bottom: none;
  background-color: black;
}

.wheatley .main-navigation li.main-navigation__first-level.active > a {
  color: black;
  border-bottom: 0px;
}

.wheatley .main-navigation li.main-navigation__first-level.active > a:after {
  bottom: 0%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #572932;
  border-width: 10px;
  margin-left: -10px;
  box-shadow: none;
}

.main-navigation li.main-navigation__first-level.active > a:hover {
  border-bottom: 2px solid #e22e14;
}

.gha-cube .main-navigation li.main-navigation__first-level.active > a:hover {
  border-bottom-color: #008675;
}

.gha-wlhp .main-navigation li.main-navigation__first-level.active > a:hover {
  border-bottom-color: #004c97;
}

.dunedin .main-navigation li.main-navigation__first-level.active > a:hover {
  border-bottom-color: #002f6c;
}

.loretto .main-navigation li.main-navigation__first-level.active > a:hover {
  border-bottom-color: #007096;
}

.barony .main-navigation li.main-navigation__first-level.active > a:hover {
  border-bottom-color: #006d7f;
}

.yourplace .main-navigation li.main-navigation__first-level.active > a:hover {
  border-bottom-color: #00B5E2;
}

.lowther .main-navigation li.main-navigation__first-level.active > a:hover {
  border-bottom-color: #c4d600;
  border: 0;
}

.wheatley .main-navigation li.main-navigation__first-level.active > a:hover {
  border: 0;
}

.main-navigation li.main-navigation__first-level.active.main-nav-hover > a, .main-navigation li.main-navigation__first-level.main-nav-hover > a {
  background: #9b0000 !important;
  border-bottom: 22px solid #9b0000;
  color: #fff;
  border-radius: 3px 3px 0 0;
}

.gha-cube .main-navigation li.main-navigation__first-level.active.main-nav-hover > a, .gha-cube .main-navigation li.main-navigation__first-level.main-nav-hover > a {
  background: #008675 !important;
  border-bottom-color: #008675;
}

.gha-wlhp .main-navigation li.main-navigation__first-level.active.main-nav-hover > a, .gha-wlhp .main-navigation li.main-navigation__first-level.main-nav-hover > a {
  background: #004c97 !important;
  border-bottom-color: #004c97;
}

.dunedin .main-navigation li.main-navigation__first-level.active.main-nav-hover > a, .dunedin .main-navigation li.main-navigation__first-level.main-nav-hover > a {
  background: #002f6c !important;
  border-bottom-color: #002f6c;
}

.loretto .main-navigation li.main-navigation__first-level.active.main-nav-hover > a, .loretto .main-navigation li.main-navigation__first-level.main-nav-hover > a {
  background: #007096 !important;
  border-bottom-color: #007096;
}

.barony .main-navigation li.main-navigation__first-level.active.main-nav-hover > a, .barony .main-navigation li.main-navigation__first-level.main-nav-hover > a {
  background: #006d7f !important;
  border-bottom-color: #006d7f;
}

.yourplace .main-navigation li.main-navigation__first-level.active.main-nav-hover > a, .yourplace .main-navigation li.main-navigation__first-level.main-nav-hover > a {
  background: #00558C !important;
  border-bottom-color: #00558C;
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lowther .main-navigation li.main-navigation__first-level.active.main-nav-hover > a, .lowther .main-navigation li.main-navigation__first-level.main-nav-hover > a {
  background: black !important;
  border-bottom-color: black;
}

.wheatley .main-navigation li.main-navigation__first-level.active.main-nav-hover > a, .wheatley .main-navigation li.main-navigation__first-level.main-nav-hover > a {
  background: transparent !important;
  border-bottom: none;
  position: relative;
  color: black;
}

.wheatley .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:after, .wheatley .main-navigation li.main-navigation__first-level.main-nav-hover > a:after {
  bottom: 0%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #572932;
  border-width: 10px;
  margin-left: -10px;
  box-shadow: none;
}

.main-navigation li.main-navigation__first-level.active.main-nav-hover .main-navigation__sub-nav-wrapper, .main-navigation li.main-navigation__first-level.main-nav-hover .main-navigation__sub-nav-wrapper {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.main-navigation li.main-navigation__first-level.active.main-nav-hover .main-navigation__sub-nav-wrapper:before, .main-navigation li.main-navigation__first-level.main-nav-hover .main-navigation__sub-nav-wrapper:before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  bottom: -1px;
}

.main-navigation li.main-navigation__first-level.active.main-nav-hover .main-navigation__sub-nav-wrapper:after, .main-navigation li.main-navigation__first-level.main-nav-hover .main-navigation__sub-nav-wrapper:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  bottom: -1px;
}

.main-navigation li.main-navigation__first-level.active.main-nav-hover.nosubnav > a, .main-navigation li.main-navigation__first-level.main-nav-hover.nosubnav > a {
  background: #9b0000 !important;
  border-bottom: 9px solid #9b0000;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}

.gha-cube .main-navigation li.main-navigation__first-level.active.main-nav-hover.nosubnav > a, .gha-cube .main-navigation li.main-navigation__first-level.main-nav-hover.nosubnav > a {
  background: #008675 !important;
  border-bottom: 9px solid #008675;
}

.gha-wlhp .main-navigation li.main-navigation__first-level.active.main-nav-hover.nosubnav > a, .gha-wlhp .main-navigation li.main-navigation__first-level.main-nav-hover.nosubnav > a {
  background: #004c97 !important;
  border-bottom: 9px solid #004c97;
}

.dunedin .main-navigation li.main-navigation__first-level.active.main-nav-hover.nosubnav > a, .dunedin .main-navigation li.main-navigation__first-level.main-nav-hover.nosubnav > a {
  background: #002f6c !important;
  border-bottom: 9px solid #002f6c;
}

.loretto .main-navigation li.main-navigation__first-level.active.main-nav-hover.nosubnav > a, .loretto .main-navigation li.main-navigation__first-level.main-nav-hover.nosubnav > a {
  background: #007096 !important;
  border-bottom: 9px solid #007096;
}

.barony .main-navigation li.main-navigation__first-level.active.main-nav-hover.nosubnav > a, .barony .main-navigation li.main-navigation__first-level.main-nav-hover.nosubnav > a {
  background: #006d7f !important;
  border-bottom: 9px solid #006d7f;
}

.yourplace .main-navigation li.main-navigation__first-level.active.main-nav-hover.nosubnav > a, .yourplace .main-navigation li.main-navigation__first-level.main-nav-hover.nosubnav > a {
  background: #00558C !important;
  border-bottom: 9px solid #00558C;
}

.lowther .main-navigation li.main-navigation__first-level.active.main-nav-hover.nosubnav > a, .lowther .main-navigation li.main-navigation__first-level.main-nav-hover.nosubnav > a {
  background: black !important;
  border-bottom: none;
}

.wheatley .main-navigation li.main-navigation__first-level.active.main-nav-hover.nosubnav > a, .wheatley .main-navigation li.main-navigation__first-level.main-nav-hover.nosubnav > a {
  color: black;
  background: transparent !important;
  border-bottom: none;
}

.main-navigation li.main-navigation__first-level.active.main-nav-hover.nosubnav .main-navigation__sub-nav-wrapper, .main-navigation li.main-navigation__first-level.main-nav-hover.nosubnav .main-navigation__sub-nav-wrapper {
  display: none;
}

.main-navigation li.main-navigation__first-level.active.main-nav-hover > a:before, .main-navigation li.main-navigation__first-level.main-nav-hover > a:before {
  box-shadow: -1px 0 0 0 #9b0000;
  bottom: -20px;
  background: #9b0000;
}

.gha-cube .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:before, .gha-cube .main-navigation li.main-navigation__first-level.main-nav-hover > a:before {
  box-shadow: -1px 0 0 0 #008675;
  background: #008675;
}

.gha-wlhp .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:before, .gha-wlhp .main-navigation li.main-navigation__first-level.main-nav-hover > a:before {
  box-shadow: -1px 0 0 0 #004c97;
  background: #004c97;
}

.dunedin .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:before, .dunedin .main-navigation li.main-navigation__first-level.main-nav-hover > a:before {
  box-shadow: -1px 0 0 0 #002f6c;
  background: #002f6c;
}

.loretto .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:before, .loretto .main-navigation li.main-navigation__first-level.main-nav-hover > a:before {
  box-shadow: -1px 0 0 0 #007096;
  background: #007096;
}

.barony .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:before, .barony .main-navigation li.main-navigation__first-level.main-nav-hover > a:before {
  box-shadow: -1px 0 0 0 #006d7f;
  background: #006d7f;
}

.yourplace .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:before, .yourplace .main-navigation li.main-navigation__first-level.main-nav-hover > a:before {
  box-shadow: 0 0 0 0 #00558C;
  background: transparent;
}

.lowther .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:before, .lowther .main-navigation li.main-navigation__first-level.main-nav-hover > a:before {
  box-shadow: 0 0 0 0 #c4d600;
  background: transparent;
}

.main-navigation li.main-navigation__first-level.active.main-nav-hover > a:after, .main-navigation li.main-navigation__first-level.main-nav-hover > a:after {
  box-shadow: -1px -1px 0 1px #9b0000;
  border-color: #9b0000 transparent transparent #9b0000;
}

.gha-cube .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:after, .gha-cube .main-navigation li.main-navigation__first-level.main-nav-hover > a:after {
  box-shadow: -1px -1px 0 1px #008675;
  border-color: #008675 transparent transparent #008675;
}

.gha-wlhp .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:after, .gha-wlhp .main-navigation li.main-navigation__first-level.main-nav-hover > a:after {
  box-shadow: -1px -1px 0 1px #004c97;
  border-color: #004c97 transparent transparent #004c97;
}

.dunedin .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:after, .dunedin .main-navigation li.main-navigation__first-level.main-nav-hover > a:after {
  box-shadow: -1px -1px 0 1px #002f6c;
  border-color: #002f6c transparent transparent #002f6c;
}

.loretto .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:after, .loretto .main-navigation li.main-navigation__first-level.main-nav-hover > a:after {
  box-shadow: -1px -1px 0 1px #007096;
  border-color: #007096 transparent transparent #007096;
}

.barony .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:after, .barony .main-navigation li.main-navigation__first-level.main-nav-hover > a:after {
  box-shadow: -1px -1px 0 1px #006d7f;
  border-color: #006d7f transparent transparent #006d7f;
}

.yourplace .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:after, .yourplace .main-navigation li.main-navigation__first-level.main-nav-hover > a:after {
  box-shadow: 0 0 0 0 #00558C;
  border-color: transparent;
}

.lowther .main-navigation li.main-navigation__first-level.active.main-nav-hover > a:after, .lowther .main-navigation li.main-navigation__first-level.main-nav-hover > a:after {
  box-shadow: 0 0 0 0 #c4d600;
  border-color: transparent;
}

.lowther .main-navigation__sub-nav-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.lowther .main-navigation__sub-nav-wrapper:before, .lowther .main-navigation__sub-nav-wrapper:after {
  background: #000;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  bottom: -1px;
}

.lowther .main-navigation__sub-nav-wrapper:before {
  right: 100%;
}

.lowther .main-navigation__sub-nav-wrapper:after {
  left: 100%;
}

.wheatley .main-navigation__sub-nav-wrapper {
  border-bottom: 0px;
}

.wheatley .main-navigation__sub-nav-wrapper:before, .wheatley .main-navigation__sub-nav-wrapper:after {
  background: #572932;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  border-bottom: 0px;
  bottom: -1px;
}

.wheatley .main-navigation__sub-nav-wrapper:before {
  right: 100%;
}

.wheatley .main-navigation__sub-nav-wrapper:after {
  left: 100%;
}

.main-navigation__sub-nav-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation__sub-nav-wrapper li {
  float: none;
  margin-top: 20px;
}

.wheatley .main-navigation__sub-nav-wrapper li {
  margin-top: 13px;
}

.main-navigation__sub-nav-wrapper a {
  color: #fff;
  font-weight: 200;
}

.wheatley .main-navigation__sub-nav-wrapper a {
  padding-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px dotted white;
}

.main-navigation__sub-nav-wrapper .main-navigation__second-level-link {
  font-weight: bold;
  font-size: 1.125em;
}

.yourplace .main-navigation__sub-nav-wrapper .main-navigation__second-level-link {
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.wheatley .main-navigation__sub-nav-wrapper .main-navigation__second-level-link {
  text-transform: uppercase;
  font-size: 1em;
  display: block;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 2px solid #ffc72c;
}

.main-navigation__second-level-link {
  font-weight: bold;
}

.login-panel {
  padding: 0;
  display: block;
}

.login-panel img {
  max-width: 276px;
  width: 100%;
  padding: 0;
  padding-top: 22px;
}

.login-panel li {
  margin-top: 12px;
}

.login-panel h2,
.login-panel p {
  color: #fff;
  font-weight: 100;
  line-height: 1.3;
}

.login-panel h2 {
  font-size: 2rem;
  padding-bottom: 5px;
  margin-top: 0;
  max-width: 350px;
}

.lowther .login-panel h2 {
  color: #c4d600;
}

.login-panel p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  max-width: 290px;
}

.login-panel .button:focus, .login-panel .button_border:focus, .login-panel .form__body fieldset .button__form:focus, .form__body fieldset .login-panel .button__form:focus, .login-panel .search-bar .button__search:focus, .search-bar .login-panel .button__search:focus, .login-panel .search-overlay .buttonoverlay:focus, .search-overlay .login-panel .buttonoverlay:focus, .login-panel .search-main-body .buttonoverlay:focus, .search-main-body .login-panel .buttonoverlay:focus, .login-panel .search-result-bar .button__search:focus, .search-result-bar .login-panel .button__search:focus {
  color: #fff;
}

.login-panel__register {
  padding-left: 40px;
}

.login-panel__lognow {
  padding-left: 40px;
}

.login-panel__lognow .list-arrow {
  padding-bottom: 20px;
}

.login-panel a.button, .login-panel a.button_border, .login-panel .form__body fieldset a.button__form, .form__body fieldset .login-panel a.button__form, .login-panel .search-bar a.button__search, .search-bar .login-panel a.button__search, .login-panel .search-overlay a.buttonoverlay, .search-overlay .login-panel a.buttonoverlay, .login-panel .search-main-body a.buttonoverlay, .search-main-body .login-panel a.buttonoverlay, .login-panel .search-result-bar a.button__search, .search-result-bar .login-panel a.button__search {
  font-weight: bold;
}

.lowther .login-panel a.button:hover, .lowther .login-panel a.button_border:hover, .lowther .login-panel .form__body fieldset a.button__form:hover, .form__body fieldset .lowther .login-panel a.button__form:hover, .lowther .login-panel .search-bar a.button__search:hover, .search-bar .lowther .login-panel a.button__search:hover, .lowther .login-panel .search-overlay a.buttonoverlay:hover, .search-overlay .lowther .login-panel a.buttonoverlay:hover, .lowther .login-panel .search-main-body a.buttonoverlay:hover, .search-main-body .lowther .login-panel a.buttonoverlay:hover, .lowther .login-panel .search-result-bar a.button__search:hover, .search-result-bar .lowther .login-panel a.button__search:hover {
  background-color: #c4d600 !important;
}

@media (max-width: 1200px) {
  .login-panel img {
    max-width: 250px;
  }
}

@media screen and (max-width: 991px) {
  .login-panel img {
    display: none;
  }
  .login .main-navigation__sub-nav-wrapper {
    padding-top: 5px;
  }
  .login .main-navigation__sub-nav-wrapper br {
    display: none;
  }
  .login .main-navigation__sub-nav-wrapper .login-panel .button, .login .main-navigation__sub-nav-wrapper .login-panel .button_border, .login .main-navigation__sub-nav-wrapper .login-panel .form__body fieldset .button__form, .form__body fieldset .login .main-navigation__sub-nav-wrapper .login-panel .button__form, .login .main-navigation__sub-nav-wrapper .login-panel .search-bar .button__search, .search-bar .login .main-navigation__sub-nav-wrapper .login-panel .button__search, .login .main-navigation__sub-nav-wrapper .login-panel .search-overlay .buttonoverlay, .search-overlay .login .main-navigation__sub-nav-wrapper .login-panel .buttonoverlay, .login .main-navigation__sub-nav-wrapper .login-panel .search-main-body .buttonoverlay, .search-main-body .login .main-navigation__sub-nav-wrapper .login-panel .buttonoverlay, .login .main-navigation__sub-nav-wrapper .login-panel .search-result-bar .button__search, .search-result-bar .login .main-navigation__sub-nav-wrapper .login-panel .button__search {
    width: 145px;
    margin-top: 0;
  }
  .login .main-navigation__sub-nav-wrapper .login-panel__lognow {
    padding-right: 10px;
    padding-left: 0;
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

@media (min-width: 992px) {
  .header .sq-header-logo .header__mobile-nav-btn {
    display: none;
  }
  .login-panel__lognow {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}

@media (max-width: 991px) {
  .header {
    padding: 15px 0 9px;
  }
  .loretto .header {
    padding: 20px 0 28px;
  }
  .header .main-navigation {
    margin: 0 -15px;
  }
  .header .main-navigation__first-level:not(.login) {
    display: none;
  }
  .header .login > a, .header .login:after, .header .login:before {
    display: none;
  }
  .header .main-navigation li.main-navigation__first-level {
    height: auto;
  }
  .header .main-navigation__sub-nav-wrapper {
    display: block;
  }
  .header .sq-header-logo {
    margin-bottom: 0;
  }
  .main-navigation li.main-navigation__first-level + li {
    margin: 20px 0 0;
  }
  li.login {
    display: none;
    width: 100%;
  }
  li.login > div {
    position: relative;
  }
  li.login .login-panel {
    display: block;
    padding: 0;
  }
  li.login .login-panel li {
    margin-top: 20px;
  }
  li.login .login-panel .button, li.login .login-panel .button_border, li.login .login-panel .form__body fieldset .button__form, .form__body fieldset li.login .login-panel .button__form, li.login .login-panel .search-bar .button__search, .search-bar li.login .login-panel .button__search, li.login .login-panel .search-overlay .buttonoverlay, .search-overlay li.login .login-panel .buttonoverlay, li.login .login-panel .search-main-body .buttonoverlay, .search-main-body li.login .login-panel .buttonoverlay, li.login .login-panel .search-result-bar .button__search, .search-result-bar li.login .login-panel .button__search {
    width: 100%;
    text-align: center;
  }
  li.login .login-panel__register {
    padding: 30px 10px 0 0;
  }
  li.login .login-panel__lognow {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding: 10px 25px 0 15px;
    padding-bottom: 30px;
  }
  li.login .login-panel__lognow a {
    margin-top: 20px;
  }
}

/* Module: S */
.landing-page-content {
  display: table;
}

.landing-page-content h1 {
  color: #e22e14;
  font-size: 2.25em;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.gha-cube .landing-page-content h1 {
  color: #008675;
}

.gha-wlhp .landing-page-content h1 {
  color: #004c97;
}

.dunedin .landing-page-content h1 {
  color: #002f6c;
}

.loretto .landing-page-content h1 {
  color: #00A9E0;
}

.barony .landing-page-content h1 {
  color: #006d7f;
}

.yourplace .landing-page-content h1 {
  color: #00558C;
}

.lowther .landing-page-content h1 {
  color: #c4d600;
}

.wheatley .landing-page-content h1 {
  color: #572932;
}

.landing-page-content h2 {
  color: #737373;
  font-size: 1.5em;
  line-height: 1.9375rem;
  font-weight: 200;
  margin-bottom: 30px;
  margin-top: 0;
}

.lowther .landing-page-content h2 {
  color: #7f7f7f;
}

.wheatley .landing-page-content h2 {
  color: #b7a99a;
  font-size: 1.875em;
  line-height: 2.25rem;
}

.landing-page-content p {
  color: #222;
  font-weight: 200;
}

.landing-page-content p:last-child {
  margin-bottom: 3.125em;
}

.wheatley .landing-page-content p:last-child {
  margin-bottom: 3.75em;
}

.landing-page-content .accordion-title h2 {
  margin-bottom: 0px;
}

.landing-page-content .landing-page-content__bottom {
  float: none;
  display: table-cell;
  vertical-align: bottom;
}

.landing-page-content .landing-page-content__bottom.text {
  padding-right: 7%;
  vertical-align: top;
}

@media (max-width: 767px) {
  .landing-page-content .landing-page-content__bottom.text {
    padding-right: 15px;
  }
}

.landing-page-content__img {
  max-height: 250px;
  margin-bottom: 3.125em;
  float: right;
}

/* Module: S */
.landing-page__secondlevel {
  display: block;
}

.landing-page__secondlevel h1 {
  color: #7a7a7a;
  font-size: 1.5em;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.gha-cube .landing-page__secondlevel h1,
.gha-wlhp .landing-page__secondlevel h1,
.dunedin .landing-page__secondlevel h1,
.loretto .landing-page__secondlevel h1,
.barony .landing-page__secondlevel h1,
.yourplace .landing-page__secondlevel h1 {
  color: #7a7a7a;
}

.lowther .landing-page__secondlevel h1 {
  color: #262626;
  border-bottom: 3px solid #c4d600;
}

.wheatley .landing-page__secondlevel h1 {
  color: #572932;
  font-size: 34px;
  font-family: Brauer, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px dotted #b7a99a;
}

.landing-page__secondlevel h2 {
  color: #e22e14;
  font-size: 1.5em;
  max-width: 800px;
}

.gha-cube .landing-page__secondlevel h2 {
  color: #008675;
}

.gha-wlhp .landing-page__secondlevel h2 {
  color: #004c97;
}

.dunedin .landing-page__secondlevel h2 {
  color: #002f6c;
}

.loretto .landing-page__secondlevel h2 {
  color: #00A9E0;
}

.barony .landing-page__secondlevel h2 {
  color: #177ba3;
}

.yourplace .landing-page__secondlevel h2 {
  color: #00558C;
}

.lowther .landing-page__secondlevel h2 {
  color: #7f7f7f;
}

.wheatley .landing-page__secondlevel h2 {
  color: #b7a99a;
  font-size: 30px;
  font-weight: 200;
  line-height: 2.25rem;
}

.landing-page__secondlevel p {
  max-width: 800px;
}

.landing-page__secondlevel .landing-page-content__bottom {
  display: block;
}

.landing-page__secondlevel .landing-page-content__bottom.text {
  padding-right: 15px;
}

.landing-page__secondlevel .landing-page-box, .landing-page__secondlevel .landing-page-box__wide {
  background: #fdf5f5;
  border-bottom: solid #eca0a0 3px;
}

.gha-cube .landing-page__secondlevel .landing-page-box, .gha-cube .landing-page__secondlevel .landing-page-box__wide {
  background: #faf2f5;
  border-bottom: solid #dea8bc 3px;
}

.gha-wlhp .landing-page__secondlevel .landing-page-box, .gha-wlhp .landing-page__secondlevel .landing-page-box__wide {
  background: #faf2f5;
  border-bottom: solid #dea8bc 3px;
}

.dunedin .landing-page__secondlevel .landing-page-box, .dunedin .landing-page__secondlevel .landing-page-box__wide {
  background: #fffbf0;
  border-bottom: solid #ffc72c 3px;
}

.loretto .landing-page__secondlevel .landing-page-box, .loretto .landing-page__secondlevel .landing-page-box__wide {
  background: #edf9fd;
  border-bottom: solid #7fb7ca 3px;
}

.barony .landing-page__secondlevel .landing-page-box, .barony .landing-page__secondlevel .landing-page-box__wide {
  background: #fffbf0;
  border-bottom: solid #ffeebf 3px;
}

.yourplace .landing-page__secondlevel .landing-page-box, .yourplace .landing-page__secondlevel .landing-page-box__wide {
  background: #edf9fd;
  border-bottom: solid #7fb7ca 3px;
}

.lowther .landing-page__secondlevel .landing-page-box, .lowther .landing-page__secondlevel .landing-page-box__wide {
  background: #f6f7da;
  border-bottom: solid #c4d600 3px;
}

.wheatley .landing-page__secondlevel .landing-page-box, .wheatley .landing-page__secondlevel .landing-page-box__wide {
  background: #f4f2f0;
  border-bottom: 0px;
  padding: 20px;
}

.wheatley .landing-page__secondlevel .landing-page-box h2, .wheatley .landing-page__secondlevel .landing-page-box__wide h2 {
  font-size: 26px;
  color: #222;
  font-weight: bold;
}

.wheatley .landing-page__secondlevel .landing-page-box .linebottom, .wheatley .landing-page__secondlevel .landing-page-box__wide .linebottom {
  border-bottom: 1px dotted #b7a99a;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .landing-page-boxes.landing-page__secondlevel {
    margin-right: -17px !important;
  }
}

/* Module: S */
.landing-page-boxes {
  margin: 0 -5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landing-page-box {
  width: calc(25% - 10px);
}

.landing-page-box__wide {
  width: calc(33% - 10px);
}

.landing-page-box, .landing-page-box__wide {
  background: #f8f8f8;
  margin: 0 5px  0.5em;
  border-bottom: solid #e4e4e4 3px;
  padding: 20px 10px 35px;
}

.wheatley .landing-page-box, .wheatley .landing-page-box__wide {
  background: #f4f2f0;
  border-bottom: 0px;
}

.wheatley .landing-page-box h2, .wheatley .landing-page-box__wide h2 {
  font-size: 26px;
  color: #222;
  font-weight: bold;
}

.wheatley .landing-page-box .linebottom, .wheatley .landing-page-box__wide .linebottom {
  border-bottom: 1px dotted #b7a99a;
  padding-bottom: 0.9em;
  margin-bottom: 1em;
}

.landing-page-box h2, .landing-page-box__wide h2 {
  font-size: 1.5em;
  margin: 0;
  color: #383838;
  font-weight: 200;
}

.landing-page-box h2 a,
.gha-cube .landing-page-box h2 a,
.gha-wlhp .landing-page-box h2 a,
.dunedin .landing-page-box h2 a,
.loretto .landing-page-box h2 a,
.barony .landing-page-box h2 a,
.yourplace .landing-page-box h2, .landing-page-box__wide h2 a,
.gha-cube .landing-page-box__wide h2 a,
.gha-wlhp .landing-page-box__wide h2 a,
.dunedin .landing-page-box__wide h2 a,
.loretto .landing-page-box__wide h2 a,
.barony .landing-page-box__wide h2 a,
.yourplace .landing-page-box__wide h2 {
  color: #383838;
}

.lowther .landing-page-box h2 a, .lowther .landing-page-box__wide h2 a {
  font-weight: 200;
}

.landing-page-box ul, .landing-page-box__wide ul {
  margin: 0;
  font-weight: 200;
}

.landing-page-box li, .landing-page-box p, .landing-page-box__wide li, .landing-page-box__wide p {
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: 200;
}

.landing-page-box p, .landing-page-box__wide p {
  color: #7a7a7a;
  font-weight: 200;
}

.gha-cube .landing-page-box p,
.gha-wlhp .landing-page-box p,
.dunedin .landing-page-box p,
.loretto .landing-page-box p,
.barony .landing-page-box p,
.yourplace .landing-page-box p, .gha-cube .landing-page-box__wide p,
.gha-wlhp .landing-page-box__wide p,
.dunedin .landing-page-box__wide p,
.loretto .landing-page-box__wide p,
.barony .landing-page-box__wide p,
.yourplace .landing-page-box__wide p {
  color: #7a7a7a;
}

.lowther .landing-page-box p, .lowther .landing-page-box__wide p {
  color: #737373;
}

@media (max-width: 767px) {
  .landing-page-box, .landing-page-box__wide {
    width: 100%;
  }
}

/* Module: S */
.localSelectorWrapper {
  z-index: 99;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 10px;
  left: 10px;
}

.localSelectorWrapper #localselector {
  list-style: none;
  padding: 15px;
  margin: 0px;
}

.localSelectorWrapper #localselector li {
  display: inline-block;
  padding: 5px;
  background-color: white;
}

/* Module: S */
.lowther-checklist {
  padding: 80px 0;
  background-color: black;
}

.lowther-checklist h3 {
  color: white;
  font-size: 31px;
  border-bottom: 4px solid #c4d600;
  padding-bottom: 25px;
  margin-bottom: 10px;
}

.lowther-checklist .list-check_outside {
  margin: 40px 0;
}

.lowther-checklist .list-check_outside li {
  color: white;
  font-weight: 500;
}

/* Module: S */
.lowther-featured-content {
  padding: 60px 0;
}

.lowther-featured-content .lowther-howitworks__intro {
  padding: 0 0 30px 0;
}

.lowther-featured-content .lowther-howitworks__intro h2 {
  font-weight: normal;
}

.lowther-featured-content .lowther-howitworks__intro p {
  font-size: 22px;
  color: #7a7a7a;
  width: 80%;
}

.lowther-featured-content .content_column {
  column-count: 2;
}

@media (max-width: 767px) {
  .lowther-featured-content .content_column {
    column-count: 1;
  }
}

/* Module: S */
.lowther-featured {
  padding: 60px 0;
}

.lowther-featured .lowther-howitworks__intro {
  padding: 0 0 30px 0;
}

.lowther-featured .img-wrapper {
  padding-bottom: 60%;
}

.lowther-featured .img-wrapper .cityname {
  position: absolute;
  width: 100%;
  padding: 3% 0;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
}

.lowther-featured .img-wrapper .cityname p {
  font-size: 21px;
  margin: 0;
  color: white;
  font-weight: 500;
  text-align: center;
}

.see-all-properties {
  background-color: #c4d600;
  padding: 25px 0;
}

.see-all-properties p {
  text-align: center;
  margin: 0;
}

.see-all-properties p a {
  color: black;
  font-weight: 700;
  position: relative;
}

.see-all-properties p a:hover {
  color: black;
}

.see-all-properties p a:after {
  content: ">";
  font-size: 20px;
  position: absolute;
  bottom: -8px;
  right: -20px;
}

/* Module: S */
.lowther-howitworks__intro {
  padding: 60px 0 30px 0;
}

.lowther-howitworks__intro h2, .lowther-howitworks__intro p {
  margin: 0 auto;
  text-align: center;
  width: 50%;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .lowther-howitworks__intro h2, .lowther-howitworks__intro p {
    width: 80%;
  }
}

.lowther-howitworks__intro h2 {
  border-bottom: 4px solid #c4d600;
  font-size: 31px;
  font-weight: 700;
}

.propertieslist {
  position: relative;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .propertieslist {
    padding: 30px 0 50px;
  }
}

.propertieslist:after {
  position: absolute;
  content: " ";
  background-color: #c4d600;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 100%;
}

@media (max-width: 991px) {
  .propertieslist:after {
    content: none;
  }
}

.propertieslist:nth-child(even) {
  background-color: #f6f7f7;
}

.propertieslist:nth-child(odd) {
  background-color: white;
}

.propertieslist.first:after {
  height: 80%;
}

.propertieslist .img-wrapper {
  margin-top: 20px;
  padding-bottom: 60%;
}

@media (max-width: 767px) {
  .propertieslist .img-wrapper {
    display: none;
  }
}

.propertieslist h3 {
  font-size: 22px;
  margin-bottom: 24px;
}

.propertieslist .listnumber {
  margin-top: -10px;
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .propertieslist .listnumber {
    display: none;
  }
}

.propertieslist .listnumber:before {
  position: absolute;
  content: " ";
  background-color: #c4d600;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  z-index: -1;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

@media (max-width: 991px) {
  .propertieslist .listnumber:before {
    content: none;
  }
}

.propertieslist .listnumber:after {
  position: absolute;
  content: " ";
  border: 4px solid white;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  z-index: 1;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

@media (max-width: 991px) {
  .propertieslist .listnumber:after {
    content: none;
  }
}

/* Module: S */
.lowther-icons__item figure {
  padding-top: 50px;
  width: 100%;
  text-align: center;
}

.lowther-icons__item svg {
  width: 95px;
}

.lowther-icons__item figcaption {
  font-size: 28px;
  text-align: center;
  padding-top: 20px;
}

.lowther-icons__item p {
  color: #222;
  font-family: "FSMe", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lowther .lowther-icons__item svg {
  fill: #c4d600;
}

/* Module: S */
.lowther-news__header {
  color: #788600;
  font-size: 42px;
  font-weight: 300;
  display: inline-block;
}

.lowther-news__link {
  font-size: 18px;
  text-decoration: underline;
  margin-left: 30px;
  padding-left: 25px;
  position: relative;
  transform: translateY(-5px);
  display: inline-block;
}

.lowther-news__link:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 21px;
  height: 30px;
  background-image: url("mysource_files/green-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.lowther-news__item:hover {
  text-decoration: none;
}

.lowther-news__item:hover .news-item__header {
  text-decoration: underline;
}

.lowther-news ul {
  list-style: none;
  padding: 0;
}

.news-item__image {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news-item__header {
  font-size: 20px;
  font-weight: 600;
}

.news-item__text {
  color: black;
  font-size: 18px;
  line-height: 1.3em;
}

/* Module: S */
.lowther-searchfilter {
  background-color: #c4d600;
  padding-top: 30px;
  padding-bottom: 15px;
}

.lowther-searchfilter h2 {
  color: #222;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 200;
}

.lowther-searchfilter .flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lowther-searchfilter .flex_box:before {
  width: 0;
}

.lowther-searchfilter .flex_box .flex_element {
  padding: 0 15px;
  margin-bottom: 15px;
}

.lowther-searchfilter .flex_box .flex_element.whiteborder {
  border-right: 1px solid white;
}

@media (max-width: 767px) {
  .lowther-searchfilter .flex_box .flex_element.whiteborder {
    border-right: 0;
  }
}

.lowther-searchfilter .flex_box .flex_element.width15 {
  width: 15%;
}

@media (max-width: 991px) {
  .lowther-searchfilter .flex_box .flex_element.width15 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .lowther-searchfilter .flex_box .flex_element.width15 {
    width: 100%;
  }
}

.lowther-searchfilter .flex_box .flex_element.width20 {
  width: 25%;
}

@media (max-width: 991px) {
  .lowther-searchfilter .flex_box .flex_element.width20 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .lowther-searchfilter .flex_box .flex_element.width20 {
    width: 100%;
  }
}

.lowther-searchfilter .flex_box .flex_element p {
  margin-bottom: 1em;
}

.lowther-searchfilter .flex_box .flex_element select {
  font-weight: 200;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-size: 1.25em;
  color: black;
  padding-left: 5px;
  border: 0px;
  margin: 12px 0;
  padding-right: 35px;
  cursor: pointer;
  margin: 0px;
  background: #ffffff url("mysource_files/dropdown-grey.png") right 10px center/17px 10px no-repeat;
  background: #ffffff url("mysource_files/lowther_dropdown.svg") right 10px center/17px 10px no-repeat;
}

.lowther-searchfilter .flex_box .flex_element select:focus::-ms-value {
  background-color: #ffffff;
  color: black;
}

.lowther-searchfilter .flex_box .flex_element.minmax select {
  width: 41%;
}

@media (max-width: 1199px) {
  .lowther-searchfilter .flex_box .flex_element.minmax select {
    width: 39%;
  }
}

@media (max-width: 991px) {
  .lowther-searchfilter .flex_box .flex_element.minmax select {
    width: 43%;
  }
}

@media (max-width: 767px) {
  .lowther-searchfilter .flex_box .flex_element.minmax select {
    width: 44%;
  }
}

.lowther-searchfilter .flex_box .flex_element #propertymin {
  float: left;
}

.lowther-searchfilter .flex_box .flex_element #propertymax {
  float: right;
}

.lowther-searchfilter .flex_box .flex_element .to {
  float: left;
  width: 8%;
  margin-top: 6px;
  margin-bottom: 0px;
  text-align: center;
}

@media (max-width: 1199px) {
  .lowther-searchfilter .flex_box .flex_element .to {
    width: 22%;
  }
}

@media (max-width: 991px) {
  .lowther-searchfilter .flex_box .flex_element .to {
    width: 14%;
  }
}

@media (max-width: 767px) {
  .lowther-searchfilter .flex_box .flex_element .to {
    width: 12%;
  }
}

.lowther-searchfilter .flex_box .flex_element .button, .lowther-searchfilter .flex_box .flex_element .button_border, .lowther-searchfilter .flex_box .flex_element .form__body fieldset .button__form, .form__body fieldset .lowther-searchfilter .flex_box .flex_element .button__form, .lowther-searchfilter .flex_box .flex_element .search-bar .button__search, .search-bar .lowther-searchfilter .flex_box .flex_element .button__search, .lowther-searchfilter .flex_box .flex_element .search-overlay .buttonoverlay, .search-overlay .lowther-searchfilter .flex_box .flex_element .buttonoverlay, .lowther-searchfilter .flex_box .flex_element .search-main-body .buttonoverlay, .search-main-body .lowther-searchfilter .flex_box .flex_element .buttonoverlay, .lowther-searchfilter .flex_box .flex_element .search-result-bar .button__search, .search-result-bar .lowther-searchfilter .flex_box .flex_element .button__search {
  color: white !important;
  background-color: black;
}

.lowther-searchfilter-wrapper .lowther-searchfilter-cointainer {
  padding: 0 40px;
}

@media (min-width: 991px) {
  .lowther-searchfilter-wrapper .lowther-searchfilter .flex_box .flex_element.width15 {
    width: 50%;
  }
  .lowther-searchfilter-wrapper .lowther-searchfilter .flex_box .flex_element.width20 {
    width: 50%;
  }
}

/* Module: S */
.lowther-tab {
  background-color: #f6f7f7;
  padding: 30px 0;
}

.lowther-tab .nav-tabs {
  border-bottom: 0px;
  text-align: center;
}

.lowther-tab .nav-tabs > li {
  float: none;
  display: inline-block;
  zoom: 1;
}

.lowther-tab .nav-tabs > li > a {
  padding: 10px 25px;
  color: #58595b;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid transparent;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .lowther-tab .nav-tabs > li > a {
    padding: 10px 5px;
  }
}

.lowther-tab .nav-tabs > li > a:hover {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid #c4d600;
  background-color: transparent;
}

.lowther-tab .nav-tabs > li.active > a {
  color: #58595b;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid #c4d600;
  background-color: transparent;
}

.lowther-tab .tab-content {
  padding: 30px 0;
}

.lowther-tab .tab-content .location-images, .lowther-tab .tab-content .floor-plan {
  position: relative;
}

.lowther-tab .tab-content .location-images .slick-next, .lowther-tab .tab-content .location-images .slick-prev, .lowther-tab .tab-content .floor-plan .slick-next, .lowther-tab .tab-content .floor-plan .slick-prev {
  width: 21px;
  height: 38px;
  padding: 0;
  margin-top: 0px;
  border: 0px;
}

.lowther-tab .tab-content .location-images .slick-prev, .lowther-tab .tab-content .floor-plan .slick-prev {
  left: -5%;
  background: url(mysource_files/lowther-icon-arrow-left.svg) center center/cover;
}

@media (max-width: 768px) {
  .lowther-tab .tab-content .location-images .slick-prev, .lowther-tab .tab-content .floor-plan .slick-prev {
    left: 15px;
  }
}

.lowther-tab .tab-content .location-images .slick-next, .lowther-tab .tab-content .floor-plan .slick-next {
  right: -5%;
  background: url(mysource_files/lowther-icon-arrow-right.svg) center center/cover;
}

@media (max-width: 768px) {
  .lowther-tab .tab-content .location-images .slick-next, .lowther-tab .tab-content .floor-plan .slick-next {
    right: 15px;
  }
}

.lowther-tab .tab-content .location-images .slick-dots li button, .lowther-tab .tab-content .floor-plan .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #58595b;
  opacity: 0.5;
  border-radius: 12px;
  transition: opacity 0.2s;
}

.lowther-tab .tab-content .location-images .slick-dots li.slick-active button, .lowther-tab .tab-content .floor-plan .slick-dots li.slick-active button {
  background-color: #58595b;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px;
}

.lowther-tab .tab-content .location-images img, .lowther-tab .tab-content .floor-plan img {
  width: 100%;
  height: auto;
  margin: 0;
}

.lowther-tab .tab-content .homevideo-widget {
  position: relative;
  background-color: #000;
  padding-bottom: 56.25%;
}

@media (max-width: 768px) {
  .lowther-tab .tab-content .homevideo-widget {
    padding-bottom: 58%;
  }
}

.lowther-tab .tab-content .homevideo-widget .homevideo-overlay {
  z-index: 1;
}

.lowther-tab .tab-content .homevideo-widget .homevideo-overlay .homevideo-text {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lowther-tab .tab-content .homevideo-widget .homevideo-overlay .homevideo-text svg {
  cursor: pointer;
}

@media (max-width: 768px) {
  .lowther-tab .tab-content .homevideo-widget .homevideo-overlay .homevideo-text svg {
    margin-top: 15px;
    width: 50px;
    height: 50px;
  }
}

.lowther-tab .tab-content .homevideo-widget .homevideo-thumbnail {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.lowther-tab .tab-content #gmap {
  width: 100%;
  height: 550px;
}

/* Module: S */
.message-box__content {
  color: white;
  padding: 20px 0;
}

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

.message-box__content h1 {
  font-size: 44px;
  font-weight: 300;
}

.message-box__content p {
  font-size: 24px;
}

.message-box.top-bot-border {
  border-top: 20px solid #444;
  border-bottom: 20px solid #444;
}

.lowther .message-box {
  background-color: #637511;
}

/* Module: S */
.lowther-top {
  margin-top: -1.32em;
  position: relative;
  overflow: hidden;
  padding-top: 250px;
}

@media (max-width: 991px) {
  .lowther-top .container {
    background-color: black;
  }
}

.lowther-top__content, .lowther-top__contentnoblack {
  max-width: 660px;
  background-color: black;
  padding: 25px 100px 25px 0;
  position: relative;
}

.lowther-top__content:before, .lowther-top__contentnoblack:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  background-color: black;
  content: " ";
  width: 50vw;
}

.lowther-top__content h1, .lowther-top__contentnoblack h1 {
  margin-top: 0;
  font-size: 31px;
  color: #c4d600;
  font-weight: 300;
  margin-bottom: 15px;
}

.lowther-top__content p, .lowther-top__content a, .lowther-top__contentnoblack p, .lowther-top__contentnoblack a {
  color: white;
  margin-bottom: 15px;
  font-weight: 200;
}

.lowther-top__content a:hover, .lowther-top__contentnoblack a:hover {
  color: white;
}

.lowther-top__contentnoblack {
  background-color: transparent;
}

.lowther-top__contentnoblack:before {
  background-color: transparent;
}

.lowther-top__contentnoblack h1 {
  color: white;
}

/* Module: S */
.two-boxes {
  margin: 20px 0;
}

.two-boxes-text-wrap {
  color: black;
  padding: 5px 30px;
}

.two-boxes__bg {
  height: 100%;
}

.two-boxes__image {
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.two-boxes__header {
  font-size: 34px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  margin-right: 40px;
}

.two-boxes__header:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 30px;
  background-image: url("mysource_files/gray-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: -30px;
}

.two-boxes__content a {
  font-weight: 300;
  color: black;
  text-decoration: underline;
}

.no-margin {
  margin: 0;
}

.lowther .two-boxes__bg {
  background-color: #c4d603;
}

/* Module: S */
.lowther-yellowstrip {
  padding: 30px 0;
  background-color: #c4d600;
  text-align: center;
}

.lowther-yellowstrip h3 {
  font-size: 22px;
  margin: 20px 0;
  text-align: left;
}

.lowther-yellowstrip p {
  margin-bottom: 20px;
  text-align: left;
}

.lowther-yellowstrip .button, .lowther-yellowstrip .button_border, .lowther-yellowstrip .form__body fieldset .button__form, .form__body fieldset .lowther-yellowstrip .button__form, .lowther-yellowstrip .search-bar .button__search, .search-bar .lowther-yellowstrip .button__search, .lowther-yellowstrip .search-overlay .buttonoverlay, .search-overlay .lowther-yellowstrip .buttonoverlay, .lowther-yellowstrip .search-main-body .buttonoverlay, .search-main-body .lowther-yellowstrip .buttonoverlay, .lowther-yellowstrip .search-result-bar .button__search, .search-result-bar .lowther-yellowstrip .button__search {
  margin: 0 auto;
  color: white !important;
  background-color: black;
}

.lowther-yellowstrip .button:hover, .lowther-yellowstrip .button_border:hover, .lowther-yellowstrip .form__body fieldset .button__form:hover, .form__body fieldset .lowther-yellowstrip .button__form:hover, .lowther-yellowstrip .search-bar .button__search:hover, .search-bar .lowther-yellowstrip .button__search:hover, .lowther-yellowstrip .search-overlay .buttonoverlay:hover, .search-overlay .lowther-yellowstrip .buttonoverlay:hover, .lowther-yellowstrip .search-main-body .buttonoverlay:hover, .search-main-body .lowther-yellowstrip .buttonoverlay:hover, .lowther-yellowstrip .search-result-bar .button__search:hover, .search-result-bar .lowther-yellowstrip .button__search:hover {
  color: white !important;
  background-color: black;
}

/* Module: S */
.sq-breadcrumb {
  padding: 6px 0;
  margin: 1em 0;
  margin-top: 0;
  padding-top: 0;
  list-style: none;
  font-size: 0.875em;
}

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

.sq-breadcrumb > li + li:before {
  content: "> ";
  padding: 0 5px;
  color: #aaa;
}

.wheatley .sq-breadcrumb > li + li:before {
  color: #b7a99a;
}

.gha-wlhp .sq-breadcrumb > li a {
  color: #004c97;
}

.gha-cube .sq-breadcrumb > li a {
  color: #008675;
}

.dunedin .sq-breadcrumb > li a {
  color: #002f6c;
}

.loretto .sq-breadcrumb > li a {
  color: #007096;
}

.barony .sq-breadcrumb > li a {
  color: #006d7f;
}

.yourplace .sq-breadcrumb > li a {
  color: #00558C;
}

.sq-breadcrumb > li a .wheatley {
  color: #572932;
}

.sq-breadcrumb > .active {
  color: #7a7a7a;
}

.wheatley .sq-breadcrumb > .active {
  color: #b7a99a;
}

/* Module: S */
.news_n_blogs {
  margin-bottom: 10px;
  position: relative;
}

.news_n_blogs__arrows {
  position: absolute;
  right: 5px;
  top: 10px;
}

.news_n_blogs__arrows .icon-arrow {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #ccc;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 10px 20px;
  z-index: 2;
  margin-top: -21px;
}

.news_n_blogs__arrows .icon-arrow.disactive {
  opacity: 0.5;
}

.news_n_blogs__arrows .icon-arrow-left, .news_n_blogs__arrows .carousel .slick-prev, .carousel .news_n_blogs__arrows .slick-prev {
  left: -52px;
  background-position: 15px center;
}

.news_n_blogs__arrows .icon-arrow-right, .news_n_blogs__arrows .carousel .slick-next, .carousel .news_n_blogs__arrows .slick-next {
  right: -52px;
  background-position: 18px center;
}

.news_n_blogs .news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.news_n_blogs h2 {
  font-size: 1.5em;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  color: #7a7a7a;
  padding-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.news_n_blogs .newswide, .news_n_blogs .news {
  border-bottom: 10px solid #fff;
  border-radius: 3px;
  background-clip: padding-box;
  border: 5px solid transparent;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.news_n_blogs .newswide .img-wrapper, .news_n_blogs .news .img-wrapper {
  position: relative;
  padding-bottom: 230px;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.news_n_blogs .newswide .news-wrapper, .news_n_blogs .news .news-wrapper {
  padding: 20px;
}

.news_n_blogs .newswide .news-wrapper .titlewrapper, .news_n_blogs .news .news-wrapper .titlewrapper {
  height: 80px;
  overflow: hidden;
  margin-bottom: 5px;
}

.news_n_blogs .newswide h4, .news_n_blogs .news h4 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: 0;
  padding-right: 30px;
}

.news_n_blogs .newswide h4 span, .news_n_blogs .news h4 span {
  color: #e22e14;
}

.gha-cube .news_n_blogs .newswide h4 span, .gha-cube .news_n_blogs .news h4 span {
  color: #a50034;
}

.gha-wlhp .news_n_blogs .newswide h4 span, .gha-wlhp .news_n_blogs .news h4 span {
  color: #af1685;
}

.dunedin .news_n_blogs .newswide h4 span, .dunedin .news_n_blogs .news h4 span {
  color: #002E6B;
}

.loretto .news_n_blogs .newswide h4 span, .loretto .news_n_blogs .news h4 span {
  color: #007096;
}

.barony .news_n_blogs .newswide h4 span, .barony .news_n_blogs .news h4 span {
  color: #006d7f;
}

.yourplace .news_n_blogs .newswide h4 span, .yourplace .news_n_blogs .news h4 span {
  color: #00558C;
}

.lowther .news_n_blogs .newswide h4 span, .lowther .news_n_blogs .news h4 span {
  color: #788600;
}

.wheatley .news_n_blogs .newswide h4 span, .wheatley .news_n_blogs .news h4 span {
  color: #572932;
  font-weight: 700;
  font-family: FSMe, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.news_n_blogs .newswide p, .news_n_blogs .news p {
  font-weight: 300;
  margin-top: 0px;
}

.news_n_blogs.listing_page .newswide p, .news_n_blogs.listing_page .news p {
  margin-bottom: 0px;
}

.news_n_blogs.listing_page .newswide .news-wrapper .titlewrapper, .news_n_blogs.listing_page .news .news-wrapper .titlewrapper {
  height: auto;
}

@media (max-width: 768px) {
  .news_n_blogs {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.goog-te-gadget img {
  margin-bottom: 0;
}

.newswide {
  background-color: #FCEEED;
}

.gha-cube .newswide {
  background-color: #f8ebef;
}

.gha-wlhp .newswide {
  background-color: #f9edf5;
}

.dunedin .newswide {
  background-color: #e5eaf0;
}

.loretto .newswide {
  background-color: #edf9fd;
}

.barony .newswide {
  background-color: #fefbef;
}

.yourplace .newswide {
  background-color: #d9f5fc;
}

.lowther .newswide {
  background-color: #222222;
}

.wheatley .newswide {
  background-color: #f1eeeb;
}

.newswide .news-wrapper .titlewrapper {
  border-bottom: 1px solid #F6C0B8;
}

.gha-cube .newswide .news-wrapper .titlewrapper {
  border-bottom: 1px solid #e3b2c1;
}

.gha-wlhp .newswide .news-wrapper .titlewrapper {
  border-bottom: 1px solid #e3aed4;
}

.dunedin .newswide .news-wrapper .titlewrapper {
  border-bottom: 1px solid #607c6f;
}

.loretto .newswide .news-wrapper .titlewrapper {
  border-bottom: 1px solid #c3dfe9;
}

.barony .newswide .news-wrapper .titlewrapper {
  border-bottom: 1px solid #cee6f1;
}

.yourplace .newswide .news-wrapper .titlewrapper {
  border-bottom: 1px solid #00bfe8;
}

.lowther .newswide .news-wrapper .titlewrapper {
  border-bottom: 0px;
}

.wheatley .newswide .news-wrapper .titlewrapper {
  border-bottom: 1px dotted #b7a99a;
}

.lowther .newswide .news-wrapper .titlewrapper h4 a {
  color: #c4d600;
  font-weight: bold;
}

.lowther .newswide .news-wrapper .titlewrapper h4 a span {
  color: #c4d600 !important;
  font-weight: bold;
}

.lowther .newswide .news-wrapper p {
  color: white;
}

.news {
  background-color: #F2F2F2;
}

.wheatley .news {
  background-color: #f1eeeb;
}

.news .news-wrapper .titlewrapper {
  border-bottom: 1px solid #BFBFBF;
}

.wheatley .news .news-wrapper .titlewrapper {
  border-bottom: 1px dotted #b7a99a;
}

@media screen and (min-width: 991px) {
  .news_n_blogs__arrows {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .news_list .homepage:not(.active) {
    display: none;
  }
  .news_list .homepage {
    width: 100%;
  }
}

/* Module: S */
.promo-banner {
  background: #990000 url("mysource_files/cta-ribbon.svg") repeat-y 14% 50%;
  color: #fff;
  padding: 0.75em 5px 8px 5px;
  margin-bottom: 8px;
}

.gha-cube .promo-banner {
  background: #008675 url("mysource_files/gha-cube-cta-ribbon.svg") repeat-y 14% 50%;
}

.gha-wlhp .promo-banner {
  background: #004c97 url("mysource_files/gha-wlhp-cta-ribbon.svg") repeat-y 14% 50%;
}

.dunedin .promo-banner {
  background: #002f6c url("mysource_files/dunedin-cta-ribbon.svg") repeat-y 14% 50%;
}

.loretto .promo-banner {
  background: #00A9E0 url("mysource_files/loretto-cta-ribbon.svg") repeat-y 14% 50%;
}

.barony .promo-banner {
  background: #006d7f url("mysource_files/barony-cta-ribbon.svg") repeat-y 14% 50%;
}

.yourplace .promo-banner {
  background: #d9f5fc url("mysource_files/yourplace-cta-ribbon.svg") repeat-y 14% 50%;
}

.promo-banner h2 {
  color: #fff;
  font-size: 1.325em;
  margin-bottom: 1.25em;
}

.promo-banner .button, .promo-banner .button_border, .promo-banner .form__body fieldset .button__form, .form__body fieldset .promo-banner .button__form, .promo-banner .search-bar .button__search, .search-bar .promo-banner .button__search, .promo-banner .search-overlay .buttonoverlay, .search-overlay .promo-banner .buttonoverlay, .promo-banner .search-main-body .buttonoverlay, .search-main-body .promo-banner .buttonoverlay, .promo-banner .search-result-bar .button__search, .search-result-bar .promo-banner .button__search {
  margin-bottom: 1em;
}

.promo-banner a {
  font-weight: lighter;
}

.promo-banner a:hover,
.promo-banner a :focus {
  color: #fff;
}

@media (max-width: 767px) {
  .promo-banner {
    background-position: 8% 50%;
  }
}

/* Module: S */
.gha-wlhp .button, .gha-wlhp .button_border, .gha-wlhp .form__body fieldset .button__form, .form__body fieldset .gha-wlhp .button__form, .gha-wlhp .search-bar .button__search, .search-bar .gha-wlhp .button__search, .gha-wlhp .search-overlay .buttonoverlay, .search-overlay .gha-wlhp .buttonoverlay, .gha-wlhp .search-main-body .buttonoverlay, .search-main-body .gha-wlhp .buttonoverlay, .gha-wlhp .search-result-bar .button__search, .search-result-bar .gha-wlhp .button__search {
  color: #fff;
}

.pb2top {
  border-top: 10px solid #FFC72C;
  position: relative;
}

.gha-cube .pb2top {
  border-top-color: #a50034;
}

.gha-wlhp .pb2top {
  border-top-color: #af1685;
}

.dunedin .pb2top {
  border-top-color: #ffc72c;
}

.loretto .pb2top {
  border-top-color: #007096;
}

.barony .pb2top {
  border-top-color: #FFC72C;
}

.yourplace .pb2top {
  border-top-color: #00558C;
}

.lowther .pb2top {
  border-top-color: #788600;
}

.wheatley .pb2top {
  border-top-color: #572932;
}

.pb2top:before {
  content: " ";
  display: block;
  position: absolute;
  border-top: 10px solid #fff;
  top: -10px;
  border-right: 10px solid transparent;
}

.pb2top:after {
  content: " ";
  display: block;
  position: absolute;
  border-top: 10px solid #fff;
  top: -10px;
  right: 0px;
  border-left: 10px solid transparent;
}

.promo-banner2 {
  padding: 10px;
  background-color: #FFF9E9;
  color: #222;
  border-left: 10px solid #FFE9AB;
  border-right: 10px solid #FFE9AB;
}

@media (max-width: 992px) {
  .promo-banner2 {
    background: #FFF9E9 !important;
    text-align: center;
  }
  .gha-cube .promo-banner2 {
    background: #f8ebef !important;
  }
  .gha-wlhp .promo-banner2 {
    background: #f8ebef !important;
  }
  .dunedin .promo-banner2 {
    background: #fffbf0 !important;
  }
  .loretto .promo-banner2 {
    background: #edf9fd !important;
  }
  .barony .promo-banner2 {
    background: #fefbef !important;
  }
  .yourplace .promo-banner2 {
    background: #d9f5fc !important;
  }
  .lowther .promo-banner2 {
    background: #f6f7f7 !important;
  }
  .wheatley .promo-banner2 {
    background: #f1eeeb !important;
  }
}

.gha-cube .promo-banner2 {
  background-color: #f8ebef;
}

.gha-wlhp .promo-banner2 {
  background-color: #f8ebef;
}

.dunedin .promo-banner2 {
  background-color: #fffbf0;
}

.loretto .promo-banner2 {
  background-color: #edf9fd;
}

.barony .promo-banner2 {
  background-color: #fefbef;
}

.yourplace .promo-banner2 {
  background: #d9f5fc;
}

.lowther .promo-banner2 {
  background-color: #F6F9D9;
}

.wheatley .promo-banner2 {
  background: #f1eeeb;
}

.promo-banner2 h2 {
  color: #000;
  font-size: 2.2em;
  margin-bottom: 0.5em;
  font-weight: 600;
}

.promo-banner2 .button, .promo-banner2 .button_border, .promo-banner2 .form__body fieldset .button__form, .form__body fieldset .promo-banner2 .button__form, .promo-banner2 .search-bar .button__search, .search-bar .promo-banner2 .button__search, .promo-banner2 .search-overlay .buttonoverlay, .search-overlay .promo-banner2 .buttonoverlay, .promo-banner2 .search-main-body .buttonoverlay, .search-main-body .promo-banner2 .buttonoverlay, .promo-banner2 .search-result-bar .button__search, .search-result-bar .promo-banner2 .button__search {
  margin-bottom: 1em;
}

.promo-banner2 a {
  font-weight: lighter;
}

.dunedin .promo-banner2 a {
  color: black !important;
}

.promo-banner2 a:hover,
.promo-banner2 a :focus {
  color: #fff;
}

.dunedin .promo-banner2 a:hover, .dunedin
.promo-banner2 a :focus {
  color: black !important;
}

@media (max-width: 992px) {
  .promo-banner2 p {
    display: none;
  }
}

.gha-cube .promo-banner2 {
  border-left-color: #c04d71;
  border-right-color: #c04d71;
}

.gha-wlhp .promo-banner2 {
  border-left: 10px solid #c350a4;
  border-right: 10px solid #c350a4;
}

.dunedin .promo-banner2 {
  border-left: 10px solid #ffe395;
  border-right: 10px solid #ffe395;
}

.loretto .promo-banner2 {
  border-left: 10px solid #7fb7ca;
  border-right: 10px solid #7fb7ca;
}

.barony .promo-banner2 {
  border-left-color: #ffe9ab;
  border-right-color: #ffe9ab;
}

.yourplace .promo-banner2 {
  border-left-color: #00bfe8;
  border-right-color: #00bfe8;
}

.lowther .promo-banner2 {
  border-left: 10px solid #c4d600;
  border-right: 10px solid #c4d600;
}

.wheatley .promo-banner2 {
  border-left: 10px solid #572932;
  border-right: 10px solid #572932;
}

.pb2bottom {
  border-bottom: 10px solid #FFC72C;
  position: relative;
  margin-bottom: 2em;
}

.gha-cube .pb2bottom {
  border-bottom-color: #a50034;
}

.gha-wlhp .pb2bottom {
  border-bottom-color: #af1685;
}

.dunedin .pb2bottom {
  border-bottom-color: #ffc72c;
}

.loretto .pb2bottom {
  border-bottom-color: #007096;
}

.barony .pb2bottom {
  border-bottom-color: #FFC72C;
}

.yourplace .pb2bottom {
  border-bottom-color: #00558C;
}

.lowther .pb2bottom {
  border-bottom-color: #788600;
}

.wheatley .pb2bottom {
  border-bottom-color: #572932;
}

.pb2bottom:before {
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 10px solid #fff;
  top: 0px;
  border-right: 10px solid transparent;
}

.pb2bottom:after {
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 10px solid #fff;
  top: 0px;
  right: 0px;
  border-left: 10px solid transparent;
}

@media (max-width: 767px) {
  .promo-banner {
    background-position: 8% 50%;
  }
}

/* Module: S */
.search-content .sub-header__search {
  border-top: 1px solid #ccc;
  font-size: 1.5em;
  font-weight: 200;
  color: #737373;
  margin: 0.8em 0 0.7em 0;
  padding-top: 0.7em;
}

.lowther .search-content .sub-header__search {
  font-weight: 300;
}

.search-content .accordion {
  background-color: #f8f8f8;
  border-bottom: 3px solid #e4e4e4;
  margin-bottom: 1em;
  padding-bottom: 0;
}

.lowther .search-content .accordion {
  border-bottom: 0;
}

.search-content .accordion h2 {
  background-color: #e4e4e4;
  color: #222222;
  font-size: 1.125em;
  padding: 1em calc(3% + 25px) 1em 3%;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.lowther .search-content .accordion h2 {
  background: #444444;
  color: #fff;
}

.wheatley .search-content .accordion h2 {
  background: #572932;
  color: white;
  font-family: FSMe, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.search-content .accordion h2 .sq-open,
.search-content .accordion h2 .sq-close {
  min-width: 20px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -10px;
}

.search-content .accordion h2 .sq-close {
  background: url("mysource_files/expand.png") no-repeat 50% 50%;
}

.lowther .search-content .accordion h2 .sq-close, .wheatley .search-content .accordion h2 .sq-close {
  background: url("mysource_files/expand-white.png") no-repeat 50% 50%;
}

.search-content .accordion h2 .sq-open {
  background: url("mysource_files/collapse.png") no-repeat 50% 50%;
}

.lowther .search-content .accordion h2 .sq-open, .wheatley .search-content .accordion h2 .sq-open {
  background: url("mysource_files/collapse-white.png") no-repeat 50% 50%;
}

.search-content .accordion > .row {
  padding: 0 3%;
  margin-top: 1em;
}

.lowther .search-content .accordion > .row {
  padding: 5px 1% 0 1%;
  border-bottom: 3px solid #e4e4e4;
  margin: 0;
  margin-top: 1em;
}

.search-content .accordion h3 {
  margin: 0 0 1em 0;
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: 500;
  color: #666;
}

.search-content .accordion li {
  margin-bottom: 1em;
}

.search-content .accordion li > ul {
  margin-top: 1em;
}

/* Module: S */
.search-bar {
  margin-bottom: 30px;
}

.search-bar .intro__search {
  font-weight: 300;
  font-size: 1.5em;
  padding-right: 35%;
}

.lowther .search-bar .intro__search {
  font-weight: normal;
}

.search-bar .searchresultinput-wapper {
  position: relative;
  width: 40%;
}

.search-bar .searchresultinput-wapper svg {
  position: absolute;
  right: 2%;
  top: 35px;
  width: 20px;
}

.search-bar .searchresultinput-wapper svg .search {
  fill: #e22e14;
}

.gha-cube .search-bar .searchresultinput-wapper svg .search {
  fill: #a50034;
}

.gha-wlhp .search-bar .searchresultinput-wapper svg .search {
  fill: #af1685;
}

.dunedin .search-bar .searchresultinput-wapper svg .search {
  fill: #205c40;
}

.loretto .search-bar .searchresultinput-wapper svg .search {
  fill: #007096;
}

.barony .search-bar .searchresultinput-wapper svg .search {
  fill: #FFC72C;
}

.yourplace .search-bar .searchresultinput-wapper svg .search {
  fill: #00558C;
}

.lowther .search-bar .searchresultinput-wapper svg .search {
  fill: #c4d600;
}

.wheatley .search-bar .searchresultinput-wapper svg .search {
  fill: #572932;
}

.search-bar .searchresultinput {
  float: left;
  height: 38px;
  margin-top: 25px;
  padding: 0.5em;
  width: 40%;
  font-size: 18px;
  font-weight: 300;
  color: #7a7a7a;
  border: 1px solid #e4e4e4;
  background: url("mysource_files/search-gha.svg") 98% center/24px 24px no-repeat;
}

@media (max-width: 767px) {
  .search-bar .searchresultinput {
    width: 100%;
  }
}

.gha-cube .search-bar .searchresultinput {
  background: url("mysource_files/search-cube.svg") 98% center/24px 24px no-repeat;
}

.gha-wlhp .search-bar .searchresultinput {
  background: url("mysource_files/search-wlhp.svg") 98% center/24px 24px no-repeat;
}

.dunedin .search-bar .searchresultinput {
  background: url("mysource_files/search-dunedin.svg") 98% center/24px 24px no-repeat;
}

.loretto .search-bar .searchresultinput {
  background: url("mysource_files/search-loretto.svg") 98% center/24px 24px no-repeat;
}

.barony .search-bar .searchresultinput {
  background: url("mysource_files/search-barony.svg") 98% center/24px 24px no-repeat;
}

.yourplace .search-bar .searchresultinput {
  background: url("mysource_files/search-yourplace.svg") 98% center/24px 24px no-repeat;
}

.lowther .search-bar .searchresultinput {
  background: url("mysource_files/search-lowther.svg") 98% center/24px 24px no-repeat;
}

.wheatley .search-bar .searchresultinput {
  background: url("mysource_files/search-wheatley.svg") 98% center/24px 24px no-repeat;
  height: 48px;
}

.search-bar .button__search {
  margin-top: 25px;
  float: left;
  margin-left: 10px;
  height: 38px;
  font-weight: 200;
  padding-top: 9px;
}

.search-bar .button__search a {
  color: #fff;
}

.wheatley .search-bar .button__search {
  height: 48px;
}

@media (max-width: 767px) {
  .search-bar .button__search {
    margin-left: 0;
  }
}

/* Module: S */
.search-content .result_message {
  font-size: 1em;
  color: #7a7a7a;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 13px;
}

.search-content ul.main-results li {
  font-weight: 300;
  border-top: 1px solid #ccc;
  color: #222222;
  padding-bottom: 10px;
}

.wheatley .search-content ul.main-results li {
  border-top: 1px dotted #b7a99a;
}

.search-content ul.main-results li h3 {
  color: #e22e14;
  font-size: 1.25em;
  margin-left: 25px;
  font-weight: 700;
}

.gha-cube .search-content ul.main-results li h3 {
  color: #008675;
}

.gha-wlhp .search-content ul.main-results li h3 {
  color: #004c97;
}

.dunedin .search-content ul.main-results li h3 {
  color: #002f6c;
}

.loretto .search-content ul.main-results li h3 {
  color: #00A9E0;
}

.barony .search-content ul.main-results li h3 {
  color: #006d7f;
}

.yourplace .search-content ul.main-results li h3 {
  color: #00B5E2;
}

.lowther .search-content ul.main-results li h3 {
  color: #c4d600;
}

.wheatley .search-content ul.main-results li h3 {
  color: #572932;
}

.search-content ul.main-results li h3:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 15px;
  background: url("mysource_files/external-link.svg") 50% 50%/15px 15px no-repeat;
}

.gha-cube .search-content ul.main-results li h3:before {
  background-image: url("mysource_files/gha-cube-external-link.svg");
}

.gha-wlhp .search-content ul.main-results li h3:before {
  background-image: url("mysource_files/gha-wlhp-external-link.svg");
}

.dunedin .search-content ul.main-results li h3:before {
  background-image: url("mysource_files/dunedin-external-link.svg");
}

.loretto .search-content ul.main-results li h3:before {
  background-image: url("mysource_files/loretto-external-link.svg");
}

.barony .search-content ul.main-results li h3:before {
  background-image: url("mysource_files/barony-external-link.svg");
}

.yourplace .search-content ul.main-results li h3:before {
  background-image: url("mysource_files/yourplace-external-link.svg");
}

.lowther .search-content ul.main-results li h3:before {
  background-image: url("mysource_files/lowther-external-link.svg");
}

.wheatley .search-content ul.main-results li h3:before {
  background-image: url("mysource_files/wheatley-external-link.svg");
}

.search-content ul.main-results li p {
  padding-right: 25%;
}

@media (max-width: 767px) {
  .search-content ul.main-results li p {
    padding-right: 0;
  }
}

.search-content ul.main-results li .link-arrow__result {
  margin-left: 10px;
}

.search-content .pagination > li > span {
  color: #e22e14;
}

.gha-cube .search-content .pagination > li > span {
  color: #008675;
}

.gha-wlhp .search-content .pagination > li > span {
  color: #004c97;
}

.dunedin .search-content .pagination > li > span {
  color: #002f6c;
}

.loretto .search-content .pagination > li > span {
  color: #00A9E0;
}

.barony .search-content .pagination > li > span {
  color: #006d7f;
}

.yourplace .search-content .pagination > li > span {
  color: #00B5E2;
}

.lowther .search-content .pagination > li > span {
  color: #c4d600;
}

.wheatley .search-content .pagination > li > span {
  color: #572932;
}

.search-content .pagination > li.active > span {
  background-color: #e22e14;
  border-color: #e22e14;
  color: #fff;
}

.gha-cube .search-content .pagination > li.active > span {
  background-color: #008675;
  border-color: #008675;
}

.gha-wlhp .search-content .pagination > li.active > span {
  background-color: #004c97;
  border-color: #004c97;
}

.dunedin .search-content .pagination > li.active > span {
  background-color: #205c40;
  border-color: #205c40;
}

.loretto .search-content .pagination > li.active > span {
  background-color: #007096;
  border-color: #007096;
}

.barony .search-content .pagination > li.active > span {
  background-color: #006d7f;
  border-color: #006d7f;
}

.yourplace .search-content .pagination > li.active > span {
  background-color: #00B5E2;
  border-color: #00B5E2;
}

.lowther .search-content .pagination > li.active > span {
  background-color: #c4d600;
  border-color: #c4d600;
}

.wheatley .search-content .pagination > li.active > span {
  background-color: #572932;
  border-color: #572932;
}

/* Module: S */
.search-content .main-header__searchside {
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 1px;
  margin-top: 10px;
}

.search-content ul.filters li {
  font-size: 16px;
  font-weight: 300;
  color: #e22e14;
  padding-top: 15px;
}

.gha-cube .search-content ul.filters li {
  color: #008675;
}

.gha-wlhp .search-content ul.filters li {
  color: #004c97;
}

.dunedin .search-content ul.filters li {
  color: #002f6c;
}

.loretto .search-content ul.filters li {
  color: #00A9E0;
}

.barony .search-content ul.filters li {
  color: #006d7f;
}

.yourplace .search-content ul.filters li {
  color: #00B5E2;
}

.lowther .search-content ul.filters li {
  color: #c4d600;
}

.wheatley .search-content ul.filters li {
  color: #572932;
}

/* Module: S */
.quote-carousel {
  padding: 30px 0;
}

.quote-carousel__intro h2, .quote-carousel__intro p {
  margin: 0 auto;
  text-align: center;
  width: 50%;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .quote-carousel__intro h2, .quote-carousel__intro p {
    width: 80%;
  }
}

.quote-carousel__intro h2 {
  border-bottom: 4px solid #c4d600;
  font-size: 31px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .quote-carousel .slick-list {
    padding: 0 10px !important;
  }
}

@media (min-width: 768px) {
  .quote-carousel__wrapper {
    overflow: hidden;
    position: relative;
  }
  .quote-carousel__wrapper > div {
    position: static;
  }
  .quote-carousel__slide-container {
    position: static;
  }
  .quote-carousel .slick-list {
    overflow: visible;
  }
  .quote-carousel .slick-track {
    margin: 35px 0;
  }
  .quote-carousel .slick-slide {
    margin: 0;
    z-index: 2;
    pointer-events: none;
  }
  .quote-carousel .slick-slide .quote-carousel__slide {
    margin: 0 -50%;
    width: 200%;
    opacity: 0;
    transform: scale(0.9);
    transition: transform 0.3s, opacity 0.3s;
  }
  .quote-carousel .slick-slide.slick-center {
    z-index: 4;
  }
  .quote-carousel .slick-slide.slick-center .quote-carousel__slide {
    transform: scale(1.1);
    opacity: 1;
  }
  .quote-carousel .slick-slide.slick-center .quote-carousel__quote {
    border-color: #c4d600;
  }
  .quote-carousel .slick-slide.sq-slick-center-neighbour .quote-carousel__slide {
    opacity: 1;
  }
  .quote-carousel .slick-slide.sq-slick-no-transition .quote-carousel__slide {
    transition: none;
  }
  .quote-carousel .slick-slide.sq-slick-hidden .quote-carousel__slide {
    opacity: 0;
  }
}

.quote-carousel .slick-arrow {
  background: url(mysource_files/quote-carousel-arrow-down.svg) no-repeat;
  font-size: 0;
  border: none;
  color: transparent;
  height: 30px;
  width: 50px;
  border-radius: 0;
  margin: 0;
  padding: 0;
  opacity: 0.5;
  z-index: 10;
  transition: opacity 0.2s;
}

.quote-carousel .slick-arrow:hover {
  opacity: 0.75;
}

.quote-carousel .slick-prev {
  transform: translate3d(0, -50%, 0) rotateZ(90deg);
}

.quote-carousel .slick-next {
  transform: translate3d(0, -50%, 0) rotateZ(-90deg);
}

.quote-carousel .slick-dots li {
  position: relative;
  width: 16px;
  height: 16px;
}

.quote-carousel .slick-dots li.slick-active button {
  background-color: #58595b;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px;
}

.quote-carousel .slick-dots li.slick-active button:hover {
  opacity: 1;
}

.quote-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #58595b;
  opacity: 0.5;
  border-radius: 12px;
  transition: opacity 0.2s;
}

.quote-carousel .slick-dots li button:hover {
  opacity: 0.75;
}

.quote-carousel__slide {
  background: #fff;
  border: 1px solid #b0b1b2;
  margin: 20px 0;
  padding: 20px 20px 40px 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .quote-carousel__slide {
    border: 10px solid #c4d600;
    position: relative;
  }
  .quote-carousel__slide:before, .quote-carousel__slide:after {
    background: #fff;
    content: '';
    height: 12px;
    left: 30px;
    position: absolute;
    width: calc(100% - 60px);
  }
  .quote-carousel__slide:before {
    top: -11px;
  }
  .quote-carousel__slide:after {
    bottom: -11px;
  }
}

@media (min-width: 768px) {
  .quote-carousel__slide {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
    width: 150%;
    margin: 0 -25%;
  }
}

.quote-carousel__quote {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .quote-carousel__quote {
    border-width: 20px;
    border-style: solid;
    border-color: #fff;
    transition: border-color 0.3s;
    position: relative;
  }
  .quote-carousel__quote:before, .quote-carousel__quote:after {
    background: #fff;
    content: '';
    height: 22px;
    left: 30px;
    position: absolute;
    width: calc(100% - 60px);
  }
  .quote-carousel__quote:before {
    top: -21px;
  }
  .quote-carousel__quote:after {
    bottom: -21px;
  }
  .quote-carousel__quote p {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .quote-carousel__quote {
    min-height: 250px;
    display: flex;
    align-items: center;
  }
}

.quote-carousel__quote p {
  margin: 0;
}

.quote-carousel__quote-name {
  font-weight: bold;
  margin: 0;
}

.quote-carousel__quote-info {
  margin: 0;
}

.quote-carousel .sq-slick-one-slide .slick-track {
  transform: none !important;
}

.quote-carousel .sq-slick-one-slide .slick-track .quote-carousel__quote {
  min-height: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .quote-carousel .slick-slide .quote-carousel__slide {
    margin: 0 -150%;
    width: 400%;
  }
}

/* Module: S */
.latestnews {
  background-color: #000;
  color: #fff;
  line-height: 50px;
  margin-top: -2px;
  z-index: 2;
  position: relative;
  display: none;
}

.latestnews .marquee {
  position: relative;
  overflow: hidden;
  height: 50px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (max-width: 991px) {
  .latestnews .marquee {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.latestnews .marquee .news {
  animation: marquee 20s linear infinite;
  position: absolute;
  z-index: 10;
  width: 200%;
  padding: 0;
  background-color: #000;
  height: 35px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .latestnews .marquee .news {
    animation: marquee2 20s linear infinite;
    width: 320%;
    padding-top: 10px;
    line-height: 25px;
  }
}

@media (max-width: 600px) {
  .latestnews .marquee .news {
    animation: marquee3 20s linear infinite;
    width: 500%;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes marquee2 {
  0% {
    left: 0;
  }
  100% {
    left: -160%;
  }
}

@keyframes marquee3 {
  0% {
    left: 0;
  }
  100% {
    left: -250%;
  }
}

.latestnews .marquee .news span {
  min-width: 50%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
}

.latestnews .marquee .news:hover {
  animation-play-state: paused;
}

.latestnews .latest {
  background-color: #ffc72c;
  color: #000;
  text-align: center;
  max-width: 70px;
}

@media (min-width: 992px) {
  .latestnews .more-wrapper {
    float: right;
  }
}

.latestnews .more {
  padding: 0 30px;
  padding-left: 0px;
}

.latestnews .more a {
  text-align: center;
  color: #ffc72c;
  margin-right: 12px;
}

.latestnews .more .sr-only {
  color: #fff;
}

@media (max-width: 991px) {
  .latestnews .more {
    text-align: right;
  }
}

.latestnews .close {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 19px;
  right: 15px;
  float: right;
  opacity: 1;
  text-shadow: none;
  background: url(mysource_files/closeicon.png) 50% 50%/12px 12px no-repeat;
  background: url(mysource_files/closeicon.svg) 50% 50%/12px 12px no-repeat;
  color: #ffc72c;
}

.latestnews .close a {
  color: #ffc72c;
}

/* Module: S */
.red-arrows {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  max-height: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.gha-cube .red-arrows {
  background: #008675;
}

.gha-wlhp .red-arrows {
  background: #004c97;
}

.dunedin .red-arrows {
  background: #002f6c;
}

.loretto .red-arrows {
  background: #007096;
}

.barony .red-arrows {
  background: #5A5D62;
}

.yourplace .red-arrows {
  background: #00558C;
}

.red-arrows img {
  margin: 0;
  float: right;
}

.red-arrows .arrowtip {
  position: absolute;
  width: 57%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.red-arrows .arrowtip .acontainer {
  position: absolute;
  top: 50%;
  right: 336px;
  -ms-transform: rotate(45deg) translateY(-70%);
  -webkit-transform: rotate(45deg) translateY(-70%);
  transform: rotate(45deg) translateY(-70%);
}

.red-arrows .arrowtip .acontainer .amiddle {
  background: #E12E14;
  height: 500px;
  width: 500px;
}

.gha-cube .red-arrows .arrowtip .acontainer .amiddle {
  background: #008675;
}

.gha-wlhp .red-arrows .arrowtip .acontainer .amiddle {
  background: #004c97;
}

.dunedin .red-arrows .arrowtip .acontainer .amiddle {
  background: #002e6b;
}

.loretto .red-arrows .arrowtip .acontainer .amiddle {
  background: #007096;
}

.barony .red-arrows .arrowtip .acontainer .amiddle {
  background: #5A5D62;
}

.yourplace .red-arrows .arrowtip .acontainer .amiddle {
  background: #00558C;
}

.red-arrows .arrowtip .acontainer .amiddle:before {
  content: " ";
  display: block;
  height: 22px;
  width: 100%;
  background-color: #FFC72C;
}

.gha-cube .red-arrows .arrowtip .acontainer .amiddle:before {
  background-color: #40a498;
}

.gha-wlhp .red-arrows .arrowtip .acontainer .amiddle:before {
  background-color: #4079b1;
}

.dunedin .red-arrows .arrowtip .acontainer .amiddle:before {
  background-color: #FFC72C;
}

.loretto .red-arrows .arrowtip .acontainer .amiddle:before {
  background-color: #00A9E0;
}

.barony .red-arrows .arrowtip .acontainer .amiddle:before {
  background-color: #FFC72C;
}

.yourplace .red-arrows .arrowtip .acontainer .amiddle:before {
  background: #00B5E2;
}

.red-arrows .arrowtip .acontainer .amiddle:after {
  position: absolute;
  content: " ";
  display: block;
  height: 100%;
  width: 22px;
  background-color: #FFE9AB;
  right: 0;
}

.gha-cube .red-arrows .arrowtip .acontainer .amiddle:after {
  background-color: #7fc2ba;
}

.gha-wlhp .red-arrows .arrowtip .acontainer .amiddle:after {
  background-color: #7fa5cb;
}

.dunedin .red-arrows .arrowtip .acontainer .amiddle:after {
  background-color: #ffe395;
}

.loretto .red-arrows .arrowtip .acontainer .amiddle:after {
  background-color: #7fd4ef;
}

.barony .red-arrows .arrowtip .acontainer .amiddle:after {
  background-color: #fbe396;
}

.yourplace .red-arrows .arrowtip .acontainer .amiddle:after {
  background: #d9f5fc;
}

.red-arrows .arrows__caption {
  position: absolute;
  top: 15px;
  left: 13px;
}

.red-arrows .arrows__caption a:hover {
  color: #fff;
}

.red-arrows .arrows__caption h2 {
  margin-top: 5px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 200;
  margin-bottom: 25px;
}

.red-arrows .arrows__caption p {
  color: #fff;
  font-weight: 200;
  margin-bottom: 10px;
}

.red-arrows .arrows__caption .red-arrows_social {
  display: inline-block;
  padding-left: 0px;
  padding-bottom: 0px;
}

.red-arrows .arrows__caption .red-arrows_social li {
  float: left;
  margin: 0;
}

.red-arrows .arrows__caption .red-arrows_social li .teamicon {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0px 5px 0px 0px;
}

.red-arrows .arrows__caption .red-arrows_social li .teamicon.facebook {
  background: url(mysource_files/red_arrow_facebook.png) 50% 50%/36px 36px no-repeat;
  background: url(mysource_files/red_arrow_facebook.svg) 50% 50%/36px 36px no-repeat;
}

.red-arrows .arrows__caption .red-arrows_social li .teamicon.twitter {
  background: url(mysource_files/red_arrow_twitter.png) 50% 50%/36px 36px no-repeat;
  background: url(mysource_files/red_arrow_twitter.svg) 50% 50%/36px 36px no-repeat;
}

@media screen and (max-width: 768px) {
  .red-arrows {
    background: #E12E14;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }
  .red-arrows .arrows__caption h2 {
    width: 100%;
  }
  .red-arrows .arrows__caption {
    position: relative;
    transform: none;
    top: 11px;
    left: 0;
    padding: 8px;
  }
  .red-arrows .arrowtip {
    left: auto;
    right: 0;
  }
  .red-arrows .arrowtip .acontainer {
    right: 308px;
  }
  .red-arrows .arrowtip .acontainer .amiddle:before {
    content: " ";
    display: block;
    height: 70px;
    width: 100%;
    background-color: #fff;
    border-bottom: 16px solid #FFC72C;
  }
  .gha-cube .red-arrows .arrowtip .acontainer .amiddle:before {
    background-color: #fff;
    border-bottom: 16px solid #40a498;
  }
  .gha-wlhp .red-arrows .arrowtip .acontainer .amiddle:before {
    background-color: #fff;
    border-bottom: 16px solid #4079b1;
  }
  .dunedin .red-arrows .arrowtip .acontainer .amiddle:before {
    background-color: #fff;
    border-bottom: 16px solid #FFC72C;
  }
  .loretto .red-arrows .arrowtip .acontainer .amiddle:before {
    background-color: #fff;
    border-bottom: 16px solid #00A9E0;
  }
  .barony .red-arrows .arrowtip .acontainer .amiddle:before {
    background-color: #fff;
    border-bottom: 16px solid #FFC72C;
  }
  .yourplace .red-arrows .arrowtip .acontainer .amiddle:before {
    background-color: #fff;
    border-bottom: 16px solid #00B5E2;
  }
  .red-arrows .arrowtip .acontainer .amiddle:after {
    display: none;
  }
  .red-arrows p,
  .red-arrows img,
  .red-arrows .arrows__caption .red-arrows_social {
    display: none;
  }
}

/* Module: S */
.related-content h2 {
  background-color: #e22e14;
  border-radius: 2px 0 0 2px;
  color: #fff;
  font-size: 1.25em;
  font-weight: lighter;
  padding: 0.5em 1em;
  position: relative;
  display: inline-block;
  border-right: 12px solid #e22e14;
  width: calc(100% - 54px);
  margin-bottom: 1em;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.gha-cube .related-content h2 {
  border-right-color: #008675;
  background-color: #008675;
}

.gha-wlhp .related-content h2 {
  border-right-color: #004c97;
  background-color: #004c97;
}

.dunedin .related-content h2 {
  border-right-color: #002f6c;
  background-color: #002f6c;
}

.loretto .related-content h2 {
  border-right-color: #00A9E0;
  background-color: #00A9E0;
}

.barony .related-content h2 {
  border-right-color: #006d7f;
  background-color: #006d7f;
}

.yourplace .related-content h2 {
  border-right-color: #00B5E2;
  background-color: #00B5E2;
}

.wheatley .related-content h2 {
  border-right-color: #572932;
  background-color: #572932;
}

.lowther .related-content h2 {
  background: transparent;
  border-right: 0;
  padding: 0.75em 1em 1.5em 1.5em;
  color: #262626;
  font-weight: bold;
}

.related-content h2:before {
  content: '';
  position: absolute;
  right: -42px;
  top: 0;
  border-style: solid;
  border-color: #e22e14 transparent transparent #e22e14;
  border-width: 21px;
  z-index: 1;
  box-shadow: -3px 0 0 0 #e22e14;
}

.gha-cube .related-content h2:before {
  border-color: #008675 transparent transparent #008675;
  box-shadow: -3px 0 0 0 #008675;
}

.gha-wlhp .related-content h2:before {
  border-color: #004c97 transparent transparent #004c97;
  box-shadow: -3px 0 0 0 #004c97;
}

.dunedin .related-content h2:before {
  border-color: #002f6c transparent transparent #002f6c;
  box-shadow: -3px 0 0 0 #002f6c;
}

.loretto .related-content h2:before {
  border-color: #00A9E0 transparent transparent #00A9E0;
  box-shadow: -3px 0 0 0 #00A9E0;
}

.barony .related-content h2:before {
  border-color: #006d7f transparent transparent #006d7f;
  box-shadow: -3px 0 0 0 #006d7f;
}

.yourplace .related-content h2:before {
  border-color: #00B5E2 transparent transparent #00B5E2;
  box-shadow: -3px 0 0 0 #00B5E2;
}

.wheatley .related-content h2:before {
  border-color: #572932 transparent transparent #572932;
  box-shadow: -3px 0 0 0 #572932;
}

.lowther .related-content h2:before {
  background: url("mysource_files/lowther-related-before.svg") left center no-repeat;
  left: 0;
  position: absolute;
  border: 0;
  box-shadow: 0;
  width: 20px;
  height: 53px;
  box-shadow: none;
}

.related-content h2:after {
  border-radius: 0 2px 0 0;
  content: '';
  position: absolute;
  right: -54px;
  top: 0;
  border-style: solid;
  border-color: #e22e14 transparent transparent #e22e14;
  border-width: 21px;
  box-shadow: -3px 0 0 0 #e22e14;
}

.gha-cube .related-content h2:after {
  border-color: #008675 transparent transparent #008675;
  box-shadow: -3px 0 0 0 #008675;
}

.gha-wlhp .related-content h2:after {
  border-color: #004c97 transparent transparent #004c97;
  box-shadow: -3px 0 0 0 #004c97;
}

.dunedin .related-content h2:after {
  border-color: #002f6c transparent transparent #002f6c;
  box-shadow: -3px 0 0 0 #002f6c;
}

.loretto .related-content h2:after {
  border-color: #00A9E0 transparent transparent #00A9E0;
  box-shadow: -3px 0 0 0 #00A9E0;
}

.barony .related-content h2:after {
  border-color: #006d7f transparent transparent #006d7f;
  box-shadow: -3px 0 0 0 #006d7f;
}

.yourplace .related-content h2:after {
  border-color: #00B5E2 transparent transparent #00B5E2;
  box-shadow: -3px 0 0 0 #00B5E2;
}

.wheatley .related-content h2:after {
  border-color: #572932 transparent transparent #572932;
  box-shadow: -3px 0 0 0 #572932;
}

.lowther .related-content h2:after {
  background: url("mysource_files/lowther-related-after.svg") right center no-repeat;
  right: calc(100% - 250px);
  position: absolute;
  border: 0;
  box-shadow: 0;
  width: 20px;
  height: 53px;
  box-shadow: none;
}

.related-content li {
  margin-bottom: 1em;
}

/* Module: S */
.mp-menu {
  display: none;
}

@media screen and (max-width: 990px) {
  .scroller,
  .scroller-inner {
    position: relative;
  }
  .scroller-inner {
    overflow-x: hidden;
  }
  .menu-container {
    position: relative;
    overflow: hidden;
  }
  .menu-trigger {
    position: relative;
    padding-left: 60px;
    font-size: 0.9em;
  }
  .menu-trigger:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 40px;
    height: 6px;
    background: #fff;
    box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
    content: '';
  }
  html,
  body,
  .menu-container,
  .scroller {
    height: 100%;
  }
  .scroller {
    overflow-y: scroll;
  }
  .mp-pusher {
    position: relative;
    left: 0;
    height: 100%;
  }
  .mp-menu {
    display: block;
    position: absolute;
    /* we can't use fixed here :( */
    top: 0;
    left: 0;
    z-index: 1;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #990000;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .gha-cube .mp-level {
    background-color: #008675;
  }
  .gha-wlhp .mp-level {
    background-color: #004c97;
  }
  .dunedin .mp-level {
    background-color: #002f6c;
  }
  .loretto .mp-level {
    background-color: #007096;
  }
  .barony .mp-level {
    background-color: #006d7f;
  }
  .yourplace .mp-level {
    background-color: #00B5E2;
  }
  .lowther .mp-level {
    background-color: #000;
  }
  .wheatley .mp-level {
    background-color: #572932;
  }
  .wheatley .mp-level h2 {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #ffc72c;
  }
  .wheatley .mp-level li:first-child > a {
    box-shadow: none;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px dotted #b7a99a;
  }
  .wheatley .mp-level li > a {
    box-shadow: none;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px dotted #b7a99a;
  }
  .mp-level[data-level="2"] {
    background: #e4e4e4;
  }
  .mp-level[data-level="2"] a,
  .mp-level[data-level="2"] h2 {
    color: #000;
  }
  .mp-level[data-level="2"] a {
    font-weight: 400;
    box-shadow: inset 0 -1px #b6b6b6;
  }
  .mp-level[data-level="2"] li:first-child > a {
    box-shadow: inset 0 -1px #b6b6b6, inset 0 1px #b6b6b6;
  }
  .gha-cube .mp-level[data-level="2"] a,
  .gha-wlhp .mp-level[data-level="2"] a,
  .dunedin .mp-level[data-level="2"] a,
  .loretto .mp-level[data-level="2"] a,
  .barony .mp-level[data-level="2"] a,
  .yourplace .mp-level[data-level="2"] a {
    font-weight: 400;
    box-shadow: inset 0 -1px #b6b6b6;
  }
  .gha-cube .mp-level[data-level="2"] li:first-child > a,
  .gha-wlhp .mp-level[data-level="2"] li:first-child > a,
  .dunedin .mp-level[data-level="2"] li:first-child > a,
  .loretto .mp-level[data-level="2"] li:first-child > a,
  .barony .mp-level[data-level="2"] li:first-child > a,
  .yourplace .mp-level[data-level="2"] li:first-child > a {
    box-shadow: inset 0 -1px #b6b6b6, inset 0 1px #b6b6b6;
  }
  .lowther .mp-level[data-level="2"] {
    background-color: #444444;
  }
  .lowther .mp-level[data-level="2"] a,
  .lowther .mp-level[data-level="2"] h2 {
    color: #fff;
  }
  .wheatley .mp-level[data-level="2"] {
    background-color: #663e48;
  }
  .wheatley .mp-level[data-level="2"] a,
  .wheatley .mp-level[data-level="2"] h2 {
    color: #fff;
  }
  .wheatley .mp-level[data-level="2"] h2 {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #ffc72c;
  }
  .wheatley .mp-level[data-level="2"] li:first-child > a {
    box-shadow: none;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px dotted #b7a99a;
  }
  .wheatley .mp-level[data-level="2"] li > a {
    box-shadow: none;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px dotted #b7a99a;
  }
  .mp-level[data-level="3"] {
    background: #fff4f3;
  }
  .mp-level[data-level="3"] a {
    box-shadow: inset 0 -1px #ebc3c2;
  }
  .mp-level[data-level="3"] li:first-child > a {
    box-shadow: inset 0 -1px #ebc3c2, inset 0 1px #ebc3c2;
  }
  .gha-cube .mp-level[data-level="3"],
  .gha-wlhp .mp-level[data-level="3"] {
    background-color: #faf2f4;
  }
  .gha-cube .mp-level[data-level="3"] a,
  .gha-wlhp .mp-level[data-level="3"] a {
    box-shadow: inset 0 -1px #f1d9e1;
  }
  .gha-cube .mp-level[data-level="3"] li:first-child > a,
  .gha-wlhp .mp-level[data-level="3"] li:first-child > a {
    box-shadow: inset 0 -1px #f1d9e1, inset 0 1px #f1d9e1;
  }
  .loretto .mp-level[data-level="3"] {
    background-color: #edf9fd;
  }
  .loretto .mp-level[data-level="3"] a {
    font-weight: 400;
    box-shadow: inset 0 -1px #d5ebf2;
  }
  .loretto .mp-level[data-level="3"] li:first-child > a {
    box-shadow: inset 0 -1px #d5ebf2, inset 0 1px #d5ebf2;
  }
  .barony .mp-level[data-level="3"] {
    background-color: #fffbf0;
  }
  .barony .mp-level[data-level="3"] a {
    font-weight: 400;
    box-shadow: inset 0 -1px #d5ebf2;
  }
  .barony .mp-level[data-level="3"] li:first-child > a {
    box-shadow: inset 0 -1px #d5ebf2, inset 0 1px #d5ebf2;
  }
  .yourplace .mp-level[data-level="3"] {
    background-color: #d9f5fc;
  }
  .yourplace .mp-level[data-level="3"] a {
    font-weight: 400;
    box-shadow: inset 0 -1px #00bfe8;
  }
  .yourplace .mp-level[data-level="3"] li:first-child > a {
    box-shadow: inset 0 -1px #00bfe8, inset 0 1px #00bfe8;
  }
  .lowther .mp-level[data-level="3"] {
    background-color: #f6f7da;
  }
  .lowther .mp-level[data-level="3"] a,
  .lowther .mp-level[data-level="3"] h2 {
    color: #000;
  }
  .lowther .mp-level[data-level="3"] li:first-child > a {
    box-shadow: inset 0 -1px #DDE1B0, inset 0 1px #DDE1B0;
  }
  .lowther .mp-level[data-level="3"] li > a {
    box-shadow: inset 0 -1px #DDE1B0;
  }
  .wheatley .mp-level[data-level="3"] {
    background-color: #79545b;
  }
  .wheatley .mp-level[data-level="3"] a,
  .wheatley .mp-level[data-level="3"] h2 {
    color: #fff;
  }
  .wheatley .mp-level[data-level="3"] h2 {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #ffc72c;
  }
  .wheatley .mp-level[data-level="3"] li:first-child > a {
    box-shadow: none;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px dotted #b7a99a;
  }
  .wheatley .mp-level[data-level="3"] li > a {
    box-shadow: none;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px dotted #b7a99a;
  }
  /* overlays for pusher and for level that gets covered */
  .mp-pusher::after,
  .mp-level::after,
  .mp-level::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0;
  }
  .mp-pusher::after,
  .mp-level::after {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  }
  .mp-level::after {
    z-index: -1;
  }
  .mp-pusher.mp-pushed::after,
  .mp-level.mp-level-overlay::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .mp-level.mp-level-overlay {
    cursor: pointer;
  }
  .mp-level.mp-level-overlay.mp-level::before {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1;
  }
  .mp-pusher,
  .mp-level {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  /* overlap */
  .mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  /* First level */
  .mp-menu > .mp-level,
  .mp-menu > .mp-level.mp-level-open,
  .mp-menu.mp-overlap > .mp-level,
  .mp-menu.mp-overlap > .mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* cover */
  .mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* content style */
  .mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mp-menu h2 {
    margin: 0;
    padding: 1em 1em;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .mp-menu.mp-overlap h2::before {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8px;
    font-size: 75%;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
    transition: opacity 0.3s, transform 0.1s 0.3s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .mp-menu.mp-cover h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1em;
  }
  .mp-overlap .mp-level.mp-level-overlay > h2::before {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .mp-menu ul li > a {
    display: block;
    padding: 0.7em 1em 0.7em 1.4em;
    outline: none;
    box-shadow: inset 0 -1px #b13333;
    font-weight: 200;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 1em;
    color: #fff;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
  }
  .mp-menu ul li > a:hover, .mp-menu ul li > a:focus {
    color: #fff;
  }
  .gha-cube .mp-menu ul li > a {
    box-shadow: inset 0 -1px #339e91;
  }
  .gha-wlhp .mp-menu ul li > a {
    box-shadow: inset 0 -1px #1e5d9e;
  }
  .dunedin .mp-menu ul li > a {
    box-shadow: inset 0 -1px #2D558A;
  }
  .loretto .mp-menu ul li > a {
    box-shadow: inset 0 -1px #2082a3;
  }
  .barony .mp-menu ul li > a {
    box-shadow: inset 0 -1px #2e8796;
  }
  .yourplace .mp-menu ul li > a {
    box-shadow: inset 0 -1px #00558C;
  }
  .lowther .mp-menu ul li > a {
    box-shadow: inset 0 -1px #3d3d3d;
  }
  .mp-menu ul li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.2);
    line-height: 3.5;
  }
  .mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px #b13333, inset 0 1px #b13333;
  }
  .gha-cube .mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px #339e91, inset 0 1px #339e91;
  }
  .gha-wlhp .mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px #1e5d9e, inset 0 1px #1e5d9e;
  }
  .dunedin .mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px #2D558A, inset 0 1px #2D558A;
  }
  .loretto .mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px #2082a3, inset 0 1px #7fb7ca;
  }
  .barony .mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px #2e8796, inset 0 1px #2e8796;
  }
  .yourplace .mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px #00558C, inset 0 1px #00558C;
  }
  .lowther .mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px #3d3d3d, inset 0 1px #3d3d3d;
  }
  .mp-menu ul li a:hover,
  .mp-level > ul > li:first-child > a:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
  }
  .mp-menu .mp-level.mp-level-overlay > ul > li > a,
  .mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0) !important;
  }
  .mp-level > ul > li:first-child > a:hover,
  .mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0);
  }
  /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
  .mp-back {
    background: rgba(0, 0, 0, 0.1);
    outline: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
  }
  .mp-back::after {
    font-family: 'linecons';
    position: absolute;
    content: "\e037";
    right: 10px;
    font-size: 1.3em;
    color: rgba(0, 0, 0, 0.3);
  }
  .mp-menu .mp-level.mp-level-overlay > .mp-back,
  .mp-menu .mp-level.mp-level-overlay > .mp-back::after {
    background: transparent;
    box-shadow: none;
    color: transparent;
  }
  /* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
  /* We'll show the first level only */
  .no-csstransforms3d .mp-menu .mp-level,
  .no-js .mp-menu .mp-level {
    display: none;
  }
  .no-csstransforms3d .mp-menu > .mp-level,
  .no-js .mp-menu > .mp-level {
    display: block;
  }
}

/* Module: S */
.main .search-overlay {
  position: relative;
  background: none;
  display: block;
  z-index: 1;
}

.main .search-overlay .search-overlay-inner {
  margin-top: 4%;
}

.search-overlay {
  top: 0;
  left: 0;
  display: none;
  z-index: 3;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  position: absolute;
}

.wheatley .search-overlay {
  z-index: 5;
}

.search-overlay fieldset {
  border: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

.search-overlay fieldset legend {
  display: none;
}

.search-overlay .search-overlay-inner {
  margin-top: 8.8%;
}

.search-overlay .search-overlay-inner .search_suggestion {
  font-size: 1em;
  color: #333333;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.search-overlay .search-overlay-inner .suggestion_list li {
  font-size: 1.5em;
  color: #7a7a7a;
  font-weight: 700;
  padding: 10px;
}

.search-overlay .search-overlay-inner .searchresultinput-wapper {
  position: relative;
  width: calc(100% - 138px);
  float: left;
}

.yourplace .search-overlay .search-overlay-inner .searchresultinput-wapper, .lowther .search-overlay .search-overlay-inner .searchresultinput-wapper {
  width: calc(100% - 140px);
}

@media (max-width: 576px) {
  .yourplace .search-overlay .search-overlay-inner .searchresultinput-wapper, .lowther .search-overlay .search-overlay-inner .searchresultinput-wapper {
    width: 100%;
  }
}

.wheatley .search-overlay .search-overlay-inner .searchresultinput-wapper {
  width: calc(100% - 141px);
}

@media (max-width: 576px) {
  .wheatley .search-overlay .search-overlay-inner .searchresultinput-wapper {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .search-overlay .search-overlay-inner .searchresultinput-wapper {
    width: 100%;
  }
}

.search-overlay .search-overlay-inner .searchresultinput-wapper svg {
  position: absolute;
  right: 2%;
  top: 10px;
  width: 20px;
}

.search-overlay .search-overlay-inner .searchresultinput-wapper svg .search {
  fill: #e22e14;
}

.gha-cube .search-overlay .search-overlay-inner .searchresultinput-wapper svg .search {
  fill: #a50034;
}

.gha-wlhp .search-overlay .search-overlay-inner .searchresultinput-wapper svg .search {
  fill: #af1685;
}

.dunedin .search-overlay .search-overlay-inner .searchresultinput-wapper svg .search {
  fill: #205c40;
}

.loretto .search-overlay .search-overlay-inner .searchresultinput-wapper svg .search {
  fill: #00A9E0;
}

.barony .search-overlay .search-overlay-inner .searchresultinput-wapper svg .search {
  fill: #FFC72C;
}

.yourplace .search-overlay .search-overlay-inner .searchresultinput-wapper svg .search {
  fill: #00558C;
}

.lowther .search-overlay .search-overlay-inner .searchresultinput-wapper svg .search {
  fill: #c4d600;
}

.wheatley .search-overlay .search-overlay-inner .searchresultinput-wapper svg .search {
  fill: #572932;
}

.search-overlay .searchoverlayinput {
  float: left;
  height: 40px;
  padding: 0.5em;
  border: 1px solid #999999;
  width: 100%;
  color: #7a7a7a;
  font-size: 1em;
  font-weight: 300;
  background: url(mysource_files/search-gha.svg) 98% center/24px 24px no-repeat;
}

.gha-cube .search-overlay .searchoverlayinput {
  background: url(mysource_files/search-cube.svg) 98% center/24px 24px no-repeat;
}

.gha-wlhp .search-overlay .searchoverlayinput {
  background: url(mysource_files/search-wlhp.svg) 98% center/24px 24px no-repeat;
}

.dunedin .search-overlay .searchoverlayinput {
  background: url(mysource_files/search-dunedin.svg) 98% center/24px 24px no-repeat;
}

.loretto .search-overlay .searchoverlayinput {
  background: url(mysource_files/search-loretto.svg) 98% center/24px 24px no-repeat;
}

.barony .search-overlay .searchoverlayinput {
  background: url(mysource_files/search-barony.svg) 98% center/24px 24px no-repeat;
}

.yourplace .search-overlay .searchoverlayinput {
  background: url(mysource_files/search-yourplace.svg) 98% center/24px 24px no-repeat;
}

.lowther .search-overlay .searchoverlayinput {
  background: url(mysource_files/search-lowther.svg) 98% center/24px 24px no-repeat;
}

.wheatley .search-overlay .searchoverlayinput {
  height: 48px;
  background: url(mysource_files/search-wheatley.svg) 98% center/24px 24px no-repeat;
}

.search-overlay .buttonoverlay {
  float: left;
  margin-left: 10px;
  height: 40px;
  font-weight: 200;
  padding-top: 9px;
}

.wheatley .search-overlay .buttonoverlay {
  height: 48px;
}

@media (max-width: 576px) {
  .search-overlay .buttonoverlay {
    margin-top: 25px;
    margin-left: 50%;
    transform: translateX(-75px);
  }
}

.search-overlay .buttonoverlay a {
  color: #fff;
}

/* Module: S */
.main .search-overlay {
  position: relative;
  background: none;
  display: block;
  z-index: 1;
}

.main .search-overlay .search-overlay-inner {
  margin-top: 4%;
}

.search-main-body {
  top: 0;
  left: 0;
  z-index: 3;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.search-main-body fieldset {
  border: 0px;
  margin-bottom: 20px;
}

.search-main-body .search-overlay-inner {
  margin-top: 2em;
}

.search-main-body .search-overlay-inner .search_suggestion {
  font-size: 1em;
  color: #333333;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.search-main-body .search-overlay-inner .suggestion_list li {
  font-size: 1.5em;
  color: #7a7a7a;
  font-weight: 700;
  padding: 10px;
}

.search-main-body .search-overlay-inner .suggestion_list li a {
  padding-left: 20px;
  color: #333333;
}

.search-main-body .search-overlay-inner .suggestion_list li a:hover {
  color: #e22e14;
}

.gha-cube .search-main-body .search-overlay-inner .suggestion_list li a:hover {
  color: #008675;
}

.gha-wlhp .search-main-body .search-overlay-inner .suggestion_list li a:hover {
  color: #004c97;
}

.dunedin .search-main-body .search-overlay-inner .suggestion_list li a:hover {
  color: #002f6c;
}

.loretto .search-main-body .search-overlay-inner .suggestion_list li a:hover {
  color: #00A9E0;
}

.barony .search-main-body .search-overlay-inner .suggestion_list li a:hover {
  color: #006d7f;
}

.yourplace .search-main-body .search-overlay-inner .suggestion_list li a:hover {
  color: #00B5E2;
}

.wheatley .search-main-body .search-overlay-inner .suggestion_list li a:hover {
  color: #572932;
}

.search-main-body .searchresultinput-wapper {
  position: relative;
  width: 100%;
}

.search-main-body .searchresultinput-wapper svg {
  position: absolute;
  right: 2%;
  top: 10px;
  width: 20px;
}

.search-main-body .searchresultinput-wapper svg .search {
  fill: #e22e14;
}

.gha-cube .search-main-body .searchresultinput-wapper svg .search {
  fill: #a50034;
}

.gha-wlhp .search-main-body .searchresultinput-wapper svg .search {
  fill: #af1685;
}

.dunedin .search-main-body .searchresultinput-wapper svg .search {
  fill: #205c40;
}

.loretto .search-main-body .searchresultinput-wapper svg .search {
  fill: #007096;
}

.barony .search-main-body .searchresultinput-wapper svg .search {
  fill: #FFC72C;
}

.yourplace .search-main-body .searchresultinput-wapper svg .search {
  fill: #00558C;
}

.search-main-body .searchoverlayinput {
  float: left;
  height: 40px;
  padding: 0.5em;
  border: 1px solid #e4e4e4;
  width: 100%;
  color: #7a7a7a;
  font-size: 1em;
  font-weight: 300;
}

.search-main-body .buttonoverlay {
  float: left;
  margin-left: -15px;
  height: 40px;
  font-weight: 200;
  padding-top: 9px;
}

@media (max-width: 576px) {
  .search-main-body .buttonoverlay {
    margin-top: 25px;
    margin-left: 50%;
    transform: translateX(-75px);
  }
}

.search-main-body .buttonoverlay a {
  color: #fff;
}

.search-main-body .buttonoverlay:focus {
  background-color: #e22e14;
}

.gha-cube .search-main-body .buttonoverlay:focus {
  background-color: #008675;
}

.gha-wlhp .search-main-body .buttonoverlay:focus {
  background-color: #004c97;
}

.dunedin .search-main-body .buttonoverlay:focus {
  background-color: #002f6c;
}

.loretto .search-main-body .buttonoverlay:focus {
  background-color: #00A9E0;
}

.barony .search-main-body .buttonoverlay:focus {
  background-color: #006d7f;
}

.yourplace .search-main-body .buttonoverlay:focus {
  background-color: #00B5E2;
}

/* Module: S */
.search-result-bar {
  background-color: #f8f8f8;
  border-bottom: 3px solid #e4e4e4;
  padding-bottom: 25px;
  margin: 0 0 25px 0;
}

.search-result-bar .searchresultinput {
  background: url("mysource_files/search-gha.svg") 98% center/24px 24px no-repeat;
}

.gha-cube .search-result-bar .searchresultinput {
  background: url("mysource_files/search-cube.svg") 98% center/24px 24px no-repeat;
}

.gha-wlhp .search-result-bar .searchresultinput {
  background: url("mysource_files/search-wlhp.svg") 98% center/24px 24px no-repeat;
}

.dunedin .search-result-bar .searchresultinput {
  background: url("mysource_files/search-dunedin.svg") 98% center/24px 24px no-repeat;
}

.loretto .search-result-bar .searchresultinput {
  background: url("mysource_files/search-loretto.svg") 98% center/24px 24px no-repeat;
}

.barony .search-result-bar .searchresultinput {
  background: url("mysource_files/search-barony.svg") 98% center/24px 24px no-repeat;
}

.yourplace .search-result-bar .searchresultinput {
  background: url("mysource_files/search-yourplace.svg") 98% center/24px 24px no-repeat;
}

.lowther .search-result-bar .searchresultinput {
  background: url("mysource_files/search-lowther.svg") 98% center/24px 24px no-repeat;
}

.wheatley .search-result-bar .searchresultinput {
  background: url("mysource_files/search-wheatley.svg") 98% center/24px 24px no-repeat;
  height: 48px;
}

.search-result-bar .searchresultinput-wrapper {
  position: relative;
  width: 60%;
}

.search-result-bar .searchresultinput-wrapper svg {
  position: absolute;
  right: 2%;
  top: 35px;
  width: 20px;
}

.search-result-bar .searchresultinput-wrapper svg .search {
  fill: #e22e14;
}

.gha-cube .search-result-bar .searchresultinput-wrapper svg .search {
  fill: #a50034;
}

.gha-wlhp .search-result-bar .searchresultinput-wrapper svg .search {
  fill: #af1685;
}

.dunedin .search-result-bar .searchresultinput-wrapper svg .search {
  fill: #205c40;
}

.loretto .search-result-bar .searchresultinput-wrapper svg .search {
  fill: #007096;
}

.barony .search-result-bar .searchresultinput-wrapper svg .search {
  fill: #FFC72C;
}

.yourplace .search-result-bar .searchresultinput-wrapper svg .search {
  fill: #00558C;
}

.lowther .search-result-bar .searchresultinput-wrapper svg .search {
  fill: #c4d600;
}

.wheatley .search-result-bar .searchresultinput-wrapper svg .search {
  fill: #572932;
}

@media (max-width: 576px) {
  .search-result-bar .searchresultinput-wrapper {
    width: 50%;
    float: left;
  }
}

.search-result-bar .searchresultinput {
  float: left;
  height: 38px;
  margin-top: 25px;
  padding: 0.5em;
  width: 60%;
  border: 1px solid #e4e4e4;
  font-size: 18px;
  font-weight: 300;
  color: #7a7a7a;
}

@media (max-width: 576px) {
  .search-result-bar .searchresultinput {
    width: 100%;
  }
}

.search-result-bar .button__search {
  margin-top: 25px;
  float: left;
  margin-left: 10px;
  height: 38px;
  font-weight: 200;
  padding-top: 9px;
  white-space: nowrap;
}

.wheatley .search-result-bar .button__search {
  height: 48px;
}

.search-result-bar .button__search a {
  color: #fff;
}

/* Module: S */
/*Right hand column*/
.aside-header {
  border-bottom: 1px solid #ccc;
  color: #7a7a7a;
  padding-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 16px;
}

.lowther .aside-header {
  color: #222;
  border-bottom: 4px solid #c4d600;
}

.wheatley .aside-header {
  color: #572932;
  border-bottom: 1px dotted #b7a99a;
  font-size: 2.125em;
  margin-top: 0.67em;
}

.latest-news h3 {
  font-size: 1.1em;
  margin-top: 0;
  font-weight: 600;
  line-height: 26px;
}

.gha-wlhp .latest-news h3 a {
  color: #af1685 !important;
}

.dunedin .latest-news h3 a {
  color: #002E6B !important;
}

.loretto .latest-news h3 a {
  color: #007096 !important;
}

.yourplace .latest-news h3 a {
  color: #00558C !important;
}

.wheatley .latest-news h3 {
  font-family: FSMe, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.latest-news p {
  font-weight: 200;
  margin-bottom: 0;
}

.latest-news .text {
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 0 0 2px 2px;
}

.wheatley .latest-news .text hr {
  border: none;
  border-top: 1px dotted #b7a99a;
  height: 1px;
}

@media (max-width: 991px) {
  .latest-news .img {
    position: relative;
    padding-bottom: 230px;
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .latest-news .img img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
}

.latest-news img {
  border-radius: 2px 2px 0 0;
  margin: 0;
}

.latest-news hr {
  border-top: 1px solid #bfbfbf;
  margin-top: 12px;
  margin-bottom: 5px;
}

/* Module: S */
.socialbar {
  background-color: #3c3c3c;
  margin-bottom: 20px;
  position: relative;
}

.socialbar h1 {
  color: #fff;
  font-weight: 200;
  font-size: 2em;
  margin: 15px 0;
}

@media screen and (max-width: 992px) {
  .socialbar h1 {
    text-align: center;
  }
}

.socialbar h1:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 96px;
  top: -16px;
  margin-left: 40px;
  background: url(mysource_files/join-the-conversation.png) center/cover no-repeat;
}

@media screen and (max-width: 992px) {
  .socialbar h1:after {
    display: none;
  }
}

.socialbar label {
  display: none;
}

.socialbar select {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-size: 1.25em;
  color: #999999;
  padding-left: 20px;
  border: 0px solid #999999;
  margin: 12px 0;
  padding-right: 60px;
  cursor: pointer;
  background: #ffffff url("mysource_files/dropdown-grey.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #666666 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #666666 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #666666 40px, white 40px);
}

.socialbar select:hover, .socialbar select:focus {
  background: #ffffff url("mysource_files/dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #e22e14 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #e22e14 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #e22e14 40px, white 40px);
}

.gha-cube .socialbar select:hover, .gha-cube .socialbar select:focus {
  background: #ffffff url("mysource_files/gha-cube-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #008675 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #008675 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #008675 40px, white 40px);
}

.gha-wlhp .socialbar select:hover, .gha-wlhp .socialbar select:focus {
  background: #ffffff url("mysource_files/gha-wlhp-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #004c97 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #004c97 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #004c97 40px, white 40px);
}

.dunedin .socialbar select:hover, .dunedin .socialbar select:focus {
  background: #ffffff url("mysource_files/dunedin-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #002f6c 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #002f6c 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #002f6c 40px, white 40px);
}

.loretto .socialbar select:hover, .loretto .socialbar select:focus {
  background: #ffffff url("mysource_files/loretto-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #00a9e0 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #00a9e0 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #00a9e0 40px, white 40px);
}

.barony .socialbar select:hover, .barony .socialbar select:focus {
  background: #ffffff url("mysource_files/barony-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #006d7f 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #006d7f 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #006d7f 40px, white 40px);
}

.yourplace .socialbar select:hover, .yourplace .socialbar select:focus {
  background: #ffffff url("mysource_files/yourplace-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #00B5E2 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #00B5E2 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #00B5E2 40px, white 40px);
}

.lowther .socialbar select:hover, .lowther .socialbar select:focus {
  background: #ffffff url("mysource_files/lowther-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #c4d600 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #c4d600 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #c4d600 40px, white 40px);
}

.wheatley .socialbar select:hover, .wheatley .socialbar select:focus {
  background: #ffffff url("mysource_files/wheatley-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #572932 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #572932 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #572932 40px, white 40px);
}

.wheatley.video-wall .socialbar select:hover, .wheatley.video-wall .socialbar select:focus {
  background: #ffffff url("mysource_files/wheatley-dropdown.png") right center/40px 40px no-repeat;
  background: url("mysource_files/dropdown.svg") right center no-repeat, -webkit-linear-gradient(right, #b7a99a 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, -moz-linear-gradient(right, #b7a99a 40px, white 40px);
  background: url("mysource_files/dropdown.svg") right center no-repeat, linear-gradient(to left, #b7a99a 40px, white 40px);
}

.socialbar select:focus::-ms-value {
  background-color: #ffffff;
  color: black;
}

.socialbar .form__dropdown {
  position: relative;
}

.socialbar .form__dropdown-box {
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  background: #666666 url("mysource_files/dropdown.svg");
}

.socialbar .form__dropdown select:hover + .form__dropdown-box,
.socialbar .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #e22e14;
  transition: background-color 0.3s;
}

.gha-cube .socialbar .form__dropdown select:hover + .form__dropdown-box, .gha-cube
.socialbar .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #a50034;
}

.gha-wlhp .socialbar .form__dropdown select:hover + .form__dropdown-box, .gha-wlhp
.socialbar .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #af1685;
}

.dunedin .socialbar .form__dropdown select:hover + .form__dropdown-box, .dunedin
.socialbar .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #205c40;
}

.loretto .socialbar .form__dropdown select:hover + .form__dropdown-box, .loretto
.socialbar .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #007096;
}

.barony .socialbar .form__dropdown select:hover + .form__dropdown-box, .barony
.socialbar .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #FFC72C;
}

.yourplace .socialbar .form__dropdown select:hover + .form__dropdown-box, .yourplace
.socialbar .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #00558C;
}

.lowther .socialbar .form__dropdown select:hover + .form__dropdown-box, .lowther
.socialbar .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #c4d600;
}

.wheatley .socialbar .form__dropdown select:hover + .form__dropdown-box, .wheatley
.socialbar .form__dropdown select.is-selected + .form__dropdown-box {
  background-color: #572932;
}

.involved {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #3c3c3c;
}

.involved p {
  margin-bottom: 0;
  float: left;
  padding-top: 13px;
}

.involved .social {
  float: left;
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 0;
}

.involved .social li {
  float: left;
  margin: 0;
}

.involved .social li .teamicon {
  display: block;
  width: 36px;
  height: 36px;
  margin: 5px;
}

.involved .social li .teamicon.facebook {
  background: url(mysource_files/team_facebook_grey.svg) 50% 50%/36px 36px no-repeat;
}

.involved .social li .teamicon.facebook:hover, .involved .social li .teamicon.facebook:focus {
  background: url(mysource_files/team_facebook.svg) 50% 50%/36px 36px no-repeat;
}

.gha-cube .involved .social li .teamicon.facebook:hover, .gha-cube .involved .social li .teamicon.facebook:focus {
  background: url(mysource_files/gha-cube-team_facebook.svg) 50% 50%/36px 36px no-repeat;
}

.gha-wlhp .involved .social li .teamicon.facebook:hover, .gha-wlhp .involved .social li .teamicon.facebook:focus {
  background: url(mysource_files/gha-wlhp-team_facebook.svg) 50% 50%/36px 36px no-repeat;
}

.dunedin .involved .social li .teamicon.facebook:hover, .dunedin .involved .social li .teamicon.facebook:focus {
  background: url(mysource_files/dunedin-team_facebook.svg) 50% 50%/36px 36px no-repeat;
}

.loretto .involved .social li .teamicon.facebook:hover, .loretto .involved .social li .teamicon.facebook:focus {
  background: url(mysource_files/loretto-team_facebook.svg) 50% 50%/36px 36px no-repeat;
}

.barony .involved .social li .teamicon.facebook:hover, .barony .involved .social li .teamicon.facebook:focus {
  background: url(mysource_files/barony-team_facebook.svg) 50% 50%/36px 36px no-repeat;
}

.yourplace .involved .social li .teamicon.facebook:hover, .yourplace .involved .social li .teamicon.facebook:focus {
  background: url(mysource_files/yourplace-team_facebook.svg) 50% 50%/36px 36px no-repeat;
}

.lowther .involved .social li .teamicon.facebook:hover, .lowther .involved .social li .teamicon.facebook:focus {
  background: url(mysource_files/lowther-team_facebook.svg) 50% 50%/36px 36px no-repeat;
}

.wheatley .involved .social li .teamicon.facebook:hover, .wheatley .involved .social li .teamicon.facebook:focus {
  background: url(mysource_files/wheatley-team_facebook.svg) 50% 50%/36px 36px no-repeat;
}

.involved .social li .teamicon.twitter {
  background: url(mysource_files/team_twitter_grey.svg) 50% 50%/36px 36px no-repeat;
}

.involved .social li .teamicon.twitter:hover, .involved .social li .teamicon.twitter:focus {
  background: url(mysource_files/team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.gha-cube .involved .social li .teamicon.twitter:hover, .gha-cube .involved .social li .teamicon.twitter:focus {
  background: url(mysource_files/gha-cube-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.gha-wlhp .involved .social li .teamicon.twitter:hover, .gha-wlhp .involved .social li .teamicon.twitter:focus {
  background: url(mysource_files/gha-wlhp-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.dunedin .involved .social li .teamicon.twitter:hover, .dunedin .involved .social li .teamicon.twitter:focus {
  background: url(mysource_files/dunedin-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.loretto .involved .social li .teamicon.twitter:hover, .loretto .involved .social li .teamicon.twitter:focus {
  background: url(mysource_files/loretto-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.barony .involved .social li .teamicon.twitter:hover, .barony .involved .social li .teamicon.twitter:focus {
  background: url(mysource_files/barony-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.yourplace .involved .social li .teamicon.twitter:hover, .yourplace .involved .social li .teamicon.twitter:focus {
  background: url(mysource_files/yourplace-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.lowther .involved .social li .teamicon.twitter:hover, .lowther .involved .social li .teamicon.twitter:focus {
  background: url(mysource_files/lowther-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.wheatley .involved .social li .teamicon.twitter:hover, .wheatley .involved .social li .teamicon.twitter:focus {
  background: url(mysource_files/wheatley-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.social-hub .grid {
  overflow: hidden;
}

.social-hub .grid-sizer,
.social-hub .grid-item {
  width: 33.33333%;
  padding: 10px;
}

@media screen and (max-width: 992px) {
  .social-hub .grid-sizer,
  .social-hub .grid-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .social-hub .grid-sizer,
  .social-hub .grid-item {
    width: 100%;
  }
}

.social-hub .grid-sizer.hidden .hidden,
.social-hub .grid-item.hidden .hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.social-hub .grid-sizer.facebook,
.social-hub .grid-item.facebook {
  position: relative;
}

.social-hub .grid-sizer.facebook:after,
.social-hub .grid-item.facebook:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 23px;
  left: 30px;
  background: url(mysource_files/social_face.png) left bottom/15px 25px no-repeat;
}

.social-hub .grid-sizer.twitter,
.social-hub .grid-item.twitter {
  position: relative;
}

.social-hub .grid-sizer.twitter:after,
.social-hub .grid-item.twitter:after {
  content: '';
  position: absolute;
  width: 31px;
  height: 30px;
  bottom: 23px;
  left: 30px;
  background: url(mysource_files/social_tweet.png) left bottom/31px 25px no-repeat;
}

.social-hub .grid-sizer .content,
.social-hub .grid-item .content {
  height: auto;
}

.social-hub .grid-sizer .content .picturewrapper,
.social-hub .grid-item .content .picturewrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

.social-hub .grid-sizer .content .txt-wrapper,
.social-hub .grid-item .content .txt-wrapper {
  border: 1px solid #cccccc;
  padding: 20px 20px 60px 20px;
  font-size: 0.98em;
  color: #3c3c3c;
  position: relative;
}

.social-hub .grid-sizer .content .txt-wrapper:after,
.social-hub .grid-item .content .txt-wrapper:after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  top: 21px;
  left: 20px;
  background: url(mysource_files/social_logo.png) center center/32px 32px no-repeat;
  border: 1px solid #cccccc;
}

.social-hub .grid-sizer .content .txt-wrapper .date,
.social-hub .grid-item .content .txt-wrapper .date {
  display: none;
}

.social-hub .grid-sizer .content .txt-wrapper p,
.social-hub .grid-item .content .txt-wrapper p {
  line-height: 1.7;
  margin: 0;
}

.social-hub .grid-sizer .content .txt-wrapper p.socialtitle,
.social-hub .grid-item .content .txt-wrapper p.socialtitle {
  font-size: 0.7em;
  line-height: 1.2;
  padding-left: 50px;
}

.social-hub .grid-sizer .content .txt-wrapper p:nth-child(2),
.social-hub .grid-item .content .txt-wrapper p:nth-child(2) {
  margin-bottom: 20px;
}

.social-hub .grid-sizer .content .txt-wrapper a.socialtitle,
.social-hub .grid-item .content .txt-wrapper a.socialtitle {
  color: #3c3c3c;
  font-size: 0.7em;
  line-height: 1.2;
  padding-left: 50px;
}

.social-hub .grid-sizer .content .txt-wrapper .nolink,
.social-hub .grid-item .content .txt-wrapper .nolink {
  color: #3c3c3c;
}

.social-hub .grid-sizer .content .txt-wrapper .nolink:hover,
.social-hub .grid-item .content .txt-wrapper .nolink:hover {
  text-decoration: none;
}

.social-hub .grid-sizer .content .txt-wrapper .nolink:focus,
.social-hub .grid-item .content .txt-wrapper .nolink:focus {
  text-decoration: none;
}

.social-hub .grid-sizer .content .txt-wrapper .break,
.social-hub .grid-item .content .txt-wrapper .break {
  word-wrap: break-word;
}

.gha-cube .social-hub .grid-sizer .content .txt-wrapper:after, .gha-cube
.social-hub .grid-item .content .txt-wrapper:after {
  background: url(mysource_files/social_logo_cube.png) center center/32px 32px no-repeat;
}

.gha-wlhp .social-hub .grid-sizer .content .txt-wrapper:after, .gha-wlhp
.social-hub .grid-item .content .txt-wrapper:after {
  background: url(mysource_files/social_logo_wlhp.png) center center/32px 32px no-repeat;
}

.dunedin .social-hub .grid-sizer .content .txt-wrapper:after, .dunedin
.social-hub .grid-item .content .txt-wrapper:after {
  background: url(mysource_files/social_logo_dunedin.png) center center/32px 32px no-repeat;
}

.loretto .social-hub .grid-sizer .content .txt-wrapper:after, .loretto
.social-hub .grid-item .content .txt-wrapper:after {
  background: url(mysource_files/social_logo_loretto.png) center center/32px 32px no-repeat;
}

.barony .social-hub .grid-sizer .content .txt-wrapper:after, .barony
.social-hub .grid-item .content .txt-wrapper:after {
  background: url(mysource_files/social_logo_barony.png) center center/32px 32px no-repeat;
}

.yourplace .social-hub .grid-sizer .content .txt-wrapper:after, .yourplace
.social-hub .grid-item .content .txt-wrapper:after {
  background: url(mysource_files/social_logo_yourplace.png) center center/32px 32px no-repeat;
}

.lowther .social-hub .grid-sizer .content .txt-wrapper:after, .lowther
.social-hub .grid-item .content .txt-wrapper:after {
  background: url(mysource_files/lowtherhomes-logo.svg) center center/32px 32px no-repeat;
}

.wheatley .social-hub .grid-sizer .content .txt-wrapper:after, .wheatley
.social-hub .grid-item .content .txt-wrapper:after {
  background: url(mysource_files/wheatley-logo.png) center center/32px 32px no-repeat;
}

.social-hub #load-more {
  width: 100%;
  padding: 60px 10px;
}

.social-hub #load-more .load-more {
  border-top: 1px solid #cccccc;
  position: relative;
}

.social-hub #load-more .load-more .load-more-btn {
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  position: absolute;
  display: block;
  width: 80px;
  height: 40px;
  left: 50%;
  transform: translateX(-40px);
  top: -20px;
  background: transparent url(mysource_files/show_more.png) left bottom/40px 40px no-repeat;
  cursor: pointer;
}

/* Module: S */
.img-wrapper {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.img-wrapper .to-wrap {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

/* Module: S */
.team-member .team-tile {
  width: 100%;
  margin: 0 0 15px 0;
}

.team-member .accordion .accordion-title h2 {
  padding: 15px;
}

.team-member .accordion .accordion-body p {
  padding: 15px;
  color: #666666;
  font-weight: 200;
  margin: 0;
}

.team-member .accordion .accordion-body .team_social {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 20px;
}

.team-member .accordion .accordion-body .team_social li {
  float: left;
  margin: 0;
}

.team-member .accordion .accordion-body .team_social li .teamicon {
  display: block;
  width: 36px;
  height: 36px;
  margin: 5px;
}

.team-member .accordion .accordion-body .team_social li .teamicon.linkdin {
  background: url(mysource_files/team_linkdin_grey.svg) 50% 50%/36px 36px no-repeat;
}

.team-member .accordion .accordion-body .team_social li .teamicon.linkdin:hover {
  background: url(mysource_files/team_linkdin.svg) 50% 50%/36px 36px no-repeat;
}

.gha-cube .team-member .accordion .accordion-body .team_social li .teamicon.linkdin:hover {
  background: url(mysource_files/gha-cube-team_linkdin.svg) 50% 50%/36px 36px no-repeat;
}

.gha-wlhp .team-member .accordion .accordion-body .team_social li .teamicon.linkdin:hover {
  background: url(mysource_files/gha-wlhp-team_linkdin.svg) 50% 50%/36px 36px no-repeat;
}

.dunedin .team-member .accordion .accordion-body .team_social li .teamicon.linkdin:hover {
  background: url(mysource_files/dunedin-team_linkdin.svg) 50% 50%/36px 36px no-repeat;
}

.loretto .team-member .accordion .accordion-body .team_social li .teamicon.linkdin:hover {
  background: url(mysource_files/loretto-team_linkdin.svg) 50% 50%/36px 36px no-repeat;
}

.barony .team-member .accordion .accordion-body .team_social li .teamicon.linkdin:hover {
  background: url(mysource_files/barony-team_linkdin.svg) 50% 50%/36px 36px no-repeat;
}

.yourplace .team-member .accordion .accordion-body .team_social li .teamicon.linkdin:hover {
  background: url(mysource_files/yourplace-team_linkdin.svg) 50% 50%/36px 36px no-repeat;
}

.wheatley .team-member .accordion .accordion-body .team_social li .teamicon.linkdin:hover {
  background: url(mysource_files/wheatley-team_linkdin.svg) 50% 50%/36px 36px no-repeat;
}

.team-member .accordion .accordion-body .team_social li .teamicon.twitter {
  background: url(mysource_files/team_twitter_grey.svg) 50% 50%/36px 36px no-repeat;
}

.team-member .accordion .accordion-body .team_social li .teamicon.twitter:hover {
  background: url(mysource_files/team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.gha-cube .team-member .accordion .accordion-body .team_social li .teamicon.twitter:hover {
  background: url(mysource_files/gha-cube-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.gha-wlhp .team-member .accordion .accordion-body .team_social li .teamicon.twitter:hover {
  background: url(mysource_files/gha-wlhp-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.dunedin .team-member .accordion .accordion-body .team_social li .teamicon.twitter:hover {
  background: url(mysource_files/dunedin-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.loretto .team-member .accordion .accordion-body .team_social li .teamicon.twitter:hover {
  background: url(mysource_files/loretto-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.barony .team-member .accordion .accordion-body .team_social li .teamicon.twitter:hover {
  background: url(mysource_files/barony-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.yourplace .team-member .accordion .accordion-body .team_social li .teamicon.twitter:hover {
  background: url(mysource_files/yourplace-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.wheatley .team-member .accordion .accordion-body .team_social li .teamicon.twitter:hover {
  background: url(mysource_files/wheatley-team_twitter.svg) 50% 50%/36px 36px no-repeat;
}

.team-member .team-member-description h1 {
  font-size: 2em;
  color: #e22e14;
  margin: 0 0 10px 0;
}

.gha-cube .team-member .team-member-description h1 {
  color: #008675;
}

.gha-wlhp .team-member .team-member-description h1 {
  color: #004c97;
}

.dunedin .team-member .team-member-description h1 {
  color: #002f6c;
}

.loretto .team-member .team-member-description h1 {
  color: #00A9E0;
}

.barony .team-member .team-member-description h1 {
  color: #006d7f;
}

.yourplace .team-member .team-member-description h1 {
  color: #00B5E2;
}

.lowther .team-member .team-member-description h1 {
  color: #c4d600;
}

.wheatley .team-member .team-member-description h1 {
  color: #572932;
}

.team-member .team-member-description h2 {
  font-size: 1.5em;
  font-weight: 200;
  color: #666666;
  margin: 0 0 60px 0;
}

.team-member .team-member-description p {
  font-weight: 200;
  color: #333333;
}

/* Module: S */
.team p {
  color: #333333;
  padding-right: 33%;
  line-height: 2em;
}

@media (max-width: 767px) {
  .team p {
    padding-right: 0;
  }
}

.team ul {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}

.team ul:before, .team ul:after {
  content: '';
  display: table;
  line-height: 0;
}

.team ul li {
  flex-basis: 33%;
}

.team ul li .team-tile {
  width: 100%;
  margin: 0;
}

.team ul li h3 {
  color: #e22e14;
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0px;
}

.gha-cube .team ul li h3 a {
  color: #008675;
}

.gha-wlhp .team ul li h3 a {
  color: #004c97;
}

.dunedin .team ul li h3 a {
  color: #002f6c;
}

.loretto .team ul li h3 a {
  color: #00A9E0;
}

.barony .team ul li h3 a {
  color: #006d7f;
}

.yourplace .team ul li h3 a {
  color: #00B5E2;
}

.team ul li h3:hover {
  color: #9b0000;
}

.wheatley .team ul li h3 {
  font-family: FSMe, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.team ul li p {
  color: #666666;
  font-size: 0.94em;
  padding: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .team ul li {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 768px) {
  .team ul {
    display: block;
  }
}

/* Module: S */
/* Module: S */
/* Module: S */
.bootstrap-fix1 {
  width: calc(25% - 10px) !important;
}

@media (max-width: 992px) {
  .bootstrap-fix1 {
    width: calc(50% - 10px) !important;
  }
}

@media (max-width: 768px) {
  .bootstrap-fix1 {
    width: calc(100% - 10px) !important;
    margin-bottom: 0px !important;
  }
}

.bootstrap-fix2 {
  width: calc(50% - 10px) !important;
}

@media (max-width: 768px) {
  .bootstrap-fix2 {
    width: calc(100% - 10px) !important;
    margin-bottom: 0px !important;
  }
}

.tile-item, .tile-item2 {
  margin: 0px 5px 8px 5px;
  background-color: #efefef;
  background-position: right 1em bottom 1em;
  background-repeat: no-repeat;
  border: 2px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 10px 10px 10px;
  position: relative;
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 768px) {
  .tile-item, .tile-item2 {
    margin-left: 15px;
    margin-right: 15px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-position-y: 50%;
  }
}

.tile-item__header, .tile-item2__header {
  margin: 0 0 16px;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.2rem;
}

.tile-item__header a, .tile-item2__header a {
  color: #222222;
  padding: 0;
}

.gha-cube .tile-item__header a:hover, .gha-wlhp .tile-item__header a:hover, .loretto .tile-item__header a:hover, .barony .tile-item__header a:hover, .yourplace .tile-item__header a:hover, .gha-cube .tile-item2__header a:hover, .gha-wlhp .tile-item2__header a:hover, .loretto .tile-item2__header a:hover, .barony .tile-item2__header a:hover, .yourplace .tile-item2__header a:hover {
  color: #222222;
}

.dunedin .tile-item__header a:hover, .dunedin .tile-item2__header a:hover {
  color: #222222;
  padding: 0;
}

.tile-item__header a:before, .tile-item2__header a:before {
  content: none;
}

.tile-item a, .tile-item2 a {
  font-weight: 200;
  display: block;
}

.tile-item p, .tile-item2 p {
  margin-bottom: 0.8em;
  font-weight: 200;
  padding-right: 90px;
}

@media (max-width: 768px) {
  .tile-item p, .tile-item2 p {
    padding-right: 0px;
  }
}

.tile-item.icon-pliers, .tile-item2.icon-pliers {
  background-image: url("mysource_files/tile-icon-pliers.png");
  background-image: url("mysource_files/tile-icon-pliers.svg");
  background-size: 50px auto;
}

.tile-item.icon-pound, .tile-item2.icon-pound {
  background-image: url("mysource_files/tile-icon-pound.png");
  background-image: url("mysource_files/tile-icon-pound.svg");
  background-size: 58px auto;
}

.tile-item.icon-house, .tile-item2.icon-house {
  background-image: url("mysource_files/tile-icon-house.png");
  background-image: url("mysource_files/tile-icon-house.svg");
  background-size: 89px auto;
}

.tile-item.icon-support, .tile-item2.icon-support {
  background-image: url("mysource_files/tile-icon-support.png");
  background-image: url("mysource_files/tile-icon-support.svg");
  background-size: 81px auto;
}

.tile-item.important, .tile-item2.important {
  border-color: #f3aba1;
  background-color: #fceae7;
}

@media (max-width: 768px) {
  .tile-item.important, .tile-item2.important {
    margin-top: 15px;
  }
}

.tile-item.important:before, .tile-item.important:after, .tile-item2.important:before, .tile-item2.important:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  right: 0;
  bottom: 0;
}

.tile-item.important:before, .tile-item2.important:before {
  border-width: 0 0 75px 75px;
  border-color: transparent transparent #de2e14 transparent;
}

.gha-cube .tile-item.important:before, .gha-cube .tile-item2.important:before {
  border-color: transparent transparent #a50034 transparent;
}

.gha-wlhp .tile-item.important:before, .gha-wlhp .tile-item2.important:before {
  border-color: transparent transparent #af1685 transparent;
}

.dunedin .tile-item.important:before, .dunedin .tile-item2.important:before {
  border-color: transparent transparent #ffc72c transparent;
}

.loretto .tile-item.important:before, .loretto .tile-item2.important:before {
  border-color: transparent transparent #00A9E0 transparent;
}

.barony .tile-item.important:before, .barony .tile-item2.important:before {
  border-color: transparent transparent #FFC72C transparent;
}

.yourplace .tile-item.important:before, .yourplace .tile-item2.important:before {
  border-color: transparent transparent #00558C transparent;
}

.tile-item.important:after, .tile-item2.important:after {
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #e5624f transparent;
}

.gha-cube .tile-item.important:after, .gha-cube .tile-item2.important:after {
  border-color: transparent transparent #c04d71 transparent;
}

.gha-wlhp .tile-item.important:after, .gha-wlhp .tile-item2.important:after {
  border-color: transparent transparent #c350a4 transparent;
}

.dunedin .tile-item.important:after, .dunedin .tile-item2.important:after {
  border-color: transparent transparent #ffe395 transparent;
}

.loretto .tile-item.important:after, .loretto .tile-item2.important:after {
  border-color: transparent transparent #7fd4ef transparent;
}

.barony .tile-item.important:after, .barony .tile-item2.important:after {
  border-color: transparent transparent #fbe396 transparent;
}

.yourplace .tile-item.important:after, .yourplace .tile-item2.important:after {
  border-color: transparent transparent #00bfe8 transparent;
}

.gha-cube .tile-item.important, .gha-cube .tile-item2.important {
  background-color: #f8ebef;
  border-color: #e0a6b8;
}

.gha-wlhp .tile-item.important, .gha-wlhp .tile-item2.important {
  background-color: #f9edf5;
  border-color: #e3aed4;
}

.dunedin .tile-item.important, .dunedin .tile-item2.important {
  background-color: #fff9e9;
  border-color: #ffe395;
}

.loretto .tile-item.important, .loretto .tile-item2.important {
  background-color: #edf9fd;
  border-color: #7fb7ca;
}

.barony .tile-item.important, .barony .tile-item2.important {
  background-color: #fefbef;
  border-color: #fbe396;
}

.yourplace .tile-item.important, .yourplace .tile-item2.important {
  background-color: #d9f5fc;
  border-color: #00bfe8;
}

.tile-item2 {
  margin: 0px 5px 18px 15px;
  padding: 10px;
  width: 250px;
  min-height: 0;
  height: 122px;
}

@media (max-width: 768px) {
  .tile-item2 {
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
  }
}

@media (max-width: 539px) {
  .tile-item2 {
    width: 100%;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}

.tile-item2__header {
  margin: 0;
}

.tile-item2__header a {
  line-height: 30px;
}

.tile-item2.icon-pliers {
  background-image: url("mysource_files/tile-icon-pliers.png");
  background-image: url("mysource_files/tile-icon-pliers.svg");
  background-size: 44px auto;
}

.tile-item2.icon-pound {
  background-image: url("mysource_files/tile-icon-pound.png");
  background-image: url("mysource_files/tile-icon-pound.svg");
  background-size: 50px auto;
}

.tile-item2.icon-house {
  background-image: url("mysource_files/tile-icon-house.png");
  background-image: url("mysource_files/tile-icon-house.svg");
  background-size: 81px auto;
}

.accordion .tile-item2 h2 {
  background-color: transparent;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.2rem;
  padding: 0;
}

.gha-cube .accordion .tile-item2 h2 a:hover, .gha-wlhp .accordion .tile-item2 h2 a:hover, .dunedin .accordion .tile-item2 h2 a:hover, .loretto .accordion .tile-item2 h2 a:hover, .barony .accordion .tile-item2 h2 a:hover, .yourplace .accordion .tile-item2 h2 a:hover {
  color: #222222;
}

.accordion .tile-item2__text p {
  padding-top: 12px;
}

@media (max-width: 991px) {
  .tile-item.important::before {
    display: none;
  }
  .tile-item.important::after {
    display: none;
  }
}

.aftertilebreaker {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 7px;
}

/* Module: S */
.video-widget {
  position: relative;
  background-color: #000;
  margin-bottom: 24px;
}

.video-overlay {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.video-overlay h2 {
  color: #fff;
  font-size: 1.125em;
  font-weight: 400;
  margin: 1.195em 0 1.195em 0;
}

.video-text {
  position: absolute;
  border-radius: 0 0 2px 2px;
  color: #fff;
  left: 0;
  bottom: 0;
  font-weight: lighter;
  right: 0;
  z-index: 1;
  padding: 0 20px 0 82px;
  background-color: #1a1a1a;
}

.video-text p {
  font-size: 0.875em;
}

.wheatley .video-text h2 {
  font-family: FSMe, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.video-thumbnail {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.video-play {
  height: 100%;
  background: #444;
  transition: background-color 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 62px;
  left: 0;
}

.video-play:hover {
  background: #e22e14;
  transition: background-color 0.3s;
}

.gha-cube .video-play:hover {
  background-color: #008675;
}

.gha-wlhp .video-play:hover {
  background-color: #004c97;
}

.dunedin .video-play:hover {
  background-color: #ffc72c;
}

.loretto .video-play:hover {
  background-color: #00A9E0;
}

.barony .video-play:hover {
  background-color: #ffc72c;
}

.yourplace .video-play:hover {
  background-color: #00B5E2;
}

.wheatley .video-play:hover {
  background-color: #b7a99a;
}

/* Module: S */
.wheatley_news_n_blogs {
  margin: 20px 0 0 0;
  position: relative;
}

.wheatley_news_n_blogs h2 {
  padding-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  color: #572932;
  border-bottom: 1px dotted #b7a99a;
}

.wheatley_news_n_blogs h2 a {
  color: #b7a99a;
  font-size: 16px;
  font-family: FSMe, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 1200px) {
  .wheatley_news_n_blogs h2 a {
    display: block;
  }
}

.wheatley_news_n_blogs .main-col:first-child {
  padding-right: 10px;
}

@media (max-width: 991px) {
  .wheatley_news_n_blogs .main-col:first-child {
    padding-right: 15px;
  }
}

.wheatley_news_n_blogs .main-col:last-child {
  padding-left: 10px;
}

@media (max-width: 991px) {
  .wheatley_news_n_blogs .main-col:last-child {
    padding-left: 15px;
  }
}

.wheatley_news_n_blogs .sub-col {
  padding-left: 10px;
  padding-right: 10px;
}

.wheatley_news_n_blogs .sub-col:first-child {
  padding-left: 15px;
}

@media (max-width: 991px) {
  .wheatley_news_n_blogs .sub-col:first-child {
    padding-right: 15px;
  }
}

.wheatley_news_n_blogs .sub-col:last-child {
  padding-right: 15px;
}

@media (max-width: 991px) {
  .wheatley_news_n_blogs .sub-col:last-child {
    padding-left: 15px;
  }
}

.wheatley_news_n_blogs .sub-col .img-wrapper {
  position: relative;
  padding-bottom: 230px;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.wheatley_news_n_blogs .sub-col .img-wrapper .to-wrap {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.wheatley_news_n_blogs .sub-col .news-wrapper {
  background-color: #f1eeeb;
  padding: 15px;
  margin-bottom: 15px;
}

.wheatley_news_n_blogs .sub-col .news-wrapper .titlewrapper {
  overflow: hidden;
  margin-bottom: 5px;
  border-bottom: 1px dotted #b7a99a;
}

.wheatley_news_n_blogs .sub-col .news-wrapper .titlewrapper h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: FSMe, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

.wheatley_news_n_blogs .sub-col .news-wrapper .titlewrapper h4 a span {
  font-weight: 700;
  line-height: 26px;
}

.wheatley_news_n_blogs .sub-col .news-wrapper p {
  margin-bottom: 10px;
}

.wheatley_news_n_blogs .sub-col .news-wrapper p a {
  font-weight: 200;
}

/* Module: S */
.wheatleyctas {
  margin-top: -105px;
  padding-bottom: 95px;
}

@media (max-width: 767px) {
  .wheatleyctas {
    margin-top: 0;
  }
}

.wheatleyctas .gutterten {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .wheatleyctas .gutterten {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.wheatleyctas .gutterten:first-child {
  padding-left: 15px !important;
}

@media (max-width: 767px) {
  .wheatleyctas .gutterten:first-child {
    padding-left: 0px !important;
  }
}

.wheatleyctas .gutterten:last-child {
  padding-right: 15px !important;
}

@media (max-width: 767px) {
  .wheatleyctas .gutterten:last-child {
    padding-right: 0px !important;
  }
}

.wheatleyctas .gutterten a .wheatleyctared, .wheatleyctas .gutterten a .wheatleyctagrey, .wheatleyctas .gutterten a .wheatleyctayellow {
  width: 100%;
  padding-bottom: 215px;
  overflow: hidden;
  height: 0;
  position: relative;
}

@media (max-width: 767px) {
  .wheatleyctas .gutterten a .wheatleyctared, .wheatleyctas .gutterten a .wheatleyctagrey, .wheatleyctas .gutterten a .wheatleyctayellow {
    padding-bottom: 130px;
  }
}

.wheatleyctas .gutterten a .wheatleyctared:before, .wheatleyctas .gutterten a .wheatleyctagrey:before, .wheatleyctas .gutterten a .wheatleyctayellow:before {
  position: absolute;
  width: 400px;
  height: 300px;
  transform: rotate(-45deg);
  content: " ";
  top: -118px;
  left: -176px;
  z-index: 2;
}

@media (max-width: 991px) {
  .wheatleyctas .gutterten a .wheatleyctared:before, .wheatleyctas .gutterten a .wheatleyctagrey:before, .wheatleyctas .gutterten a .wheatleyctayellow:before {
    left: -190px;
  }
}

@media (max-width: 767px) {
  .wheatleyctas .gutterten a .wheatleyctared:before, .wheatleyctas .gutterten a .wheatleyctagrey:before, .wheatleyctas .gutterten a .wheatleyctayellow:before {
    left: auto;
    width: 1000px;
    height: 1000px;
    left: auto;
    top: -500px;
    right: 207px;
  }
}

.wheatleyctas .gutterten a .wheatleyctared:after, .wheatleyctas .gutterten a .wheatleyctagrey:after, .wheatleyctas .gutterten a .wheatleyctayellow:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  transition-duration: 0.5s;
  z-index: 1;
}

.wheatleyctas .gutterten a .wheatleyctared .to-wrap-desk, .wheatleyctas .gutterten a .wheatleyctagrey .to-wrap-desk, .wheatleyctas .gutterten a .wheatleyctayellow .to-wrap-desk {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .wheatleyctas .gutterten a .wheatleyctared .to-wrap-desk, .wheatleyctas .gutterten a .wheatleyctagrey .to-wrap-desk, .wheatleyctas .gutterten a .wheatleyctayellow .to-wrap-desk {
    display: none;
  }
}

.wheatleyctas .gutterten a .wheatleyctared .to-wrap-mobi, .wheatleyctas .gutterten a .wheatleyctagrey .to-wrap-mobi, .wheatleyctas .gutterten a .wheatleyctayellow .to-wrap-mobi {
  display: none;
}

@media (max-width: 767px) {
  .wheatleyctas .gutterten a .wheatleyctared .to-wrap-mobi, .wheatleyctas .gutterten a .wheatleyctagrey .to-wrap-mobi, .wheatleyctas .gutterten a .wheatleyctayellow .to-wrap-mobi {
    display: block;
    right: 0;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}

.wheatleyctas .gutterten a .wheatleyctared .ctacontent, .wheatleyctas .gutterten a .wheatleyctagrey .ctacontent, .wheatleyctas .gutterten a .wheatleyctayellow .ctacontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 15px;
}

.wheatleyctas .gutterten a .wheatleyctared .ctacontent h3, .wheatleyctas .gutterten a .wheatleyctagrey .ctacontent h3, .wheatleyctas .gutterten a .wheatleyctayellow .ctacontent h3 {
  margin-top: 0;
  color: white;
  font-size: 28px;
  max-width: 63%;
  font-weight: normal;
}

@media (max-width: 991px) {
  .wheatleyctas .gutterten a .wheatleyctared .ctacontent h3, .wheatleyctas .gutterten a .wheatleyctagrey .ctacontent h3, .wheatleyctas .gutterten a .wheatleyctayellow .ctacontent h3 {
    font-size: 23px;
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .wheatleyctas .gutterten a .wheatleyctared .ctacontent h3, .wheatleyctas .gutterten a .wheatleyctagrey .ctacontent h3, .wheatleyctas .gutterten a .wheatleyctayellow .ctacontent h3 {
    max-width: 180px;
    font-size: 28px;
    max-width: 70%;
  }
}

.wheatleyctas .gutterten a .wheatleyctared:before {
  background-color: #572932;
}

.wheatleyctas .gutterten a .wheatleyctared .ctacontent p {
  color: #b7a99a;
}

.wheatleyctas .gutterten a .wheatleyctagrey:before {
  background-color: #b7a99a;
}

.wheatleyctas .gutterten a .wheatleyctagrey .ctacontent p {
  color: #572932;
}

.wheatleyctas .gutterten a .wheatleyctayellow:before {
  background-color: #ffc72c;
}

.wheatleyctas .gutterten a .wheatleyctayellow .ctacontent p {
  color: #572932;
}

.wheatleyctas .gutterten a:hover .wheatleyctared:after, .wheatleyctas .gutterten a:hover .wheatleyctagrey:after, .wheatleyctas .gutterten a:hover .wheatleyctayellow:after, .wheatleyctas .gutterten a:focus .wheatleyctared:after, .wheatleyctas .gutterten a:focus .wheatleyctagrey:after, .wheatleyctas .gutterten a:focus .wheatleyctayellow:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.wheatleyctas .gutterten a:hover .wheatleyctared .ctacontent p, .wheatleyctas .gutterten a:hover .wheatleyctagrey .ctacontent p, .wheatleyctas .gutterten a:hover .wheatleyctayellow .ctacontent p, .wheatleyctas .gutterten a:focus .wheatleyctared .ctacontent p, .wheatleyctas .gutterten a:focus .wheatleyctagrey .ctacontent p, .wheatleyctas .gutterten a:focus .wheatleyctayellow .ctacontent p {
  text-decoration: underline;
}

/* Module: S */
.jobs .wheatleylibrary {
  background: none;
  padding: 0;
}

.jobs .wheatleylibrary .container {
  padding: 0;
}

.jobs .wheatleylibrary .whitebg {
  margin-bottom: 25px;
  min-height: 280px;
}

.jobs .wheatleylibrary .libcard svg, .jobs .wheatleylibrary .libcarddownload svg {
  float: right;
}

.jobs .wheatleylibrary .libcard .flexdoc, .jobs .wheatleylibrary .libcarddownload .flexdoc {
  display: block;
}

.jobs .wheatleylibrary .libcard p, .jobs .wheatleylibrary .libcarddownload p {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 10px;
}

.jobs .wheatleylibrary .libcard:before, .jobs .wheatleylibrary .libcarddownload:before {
  right: -25px;
  background: #F4F2F0;
}

@media (max-width: 767px) {
  .jobs .wheatleylibrary .libcard:before, .jobs .wheatleylibrary .libcarddownload:before {
    width: 1000px;
    height: 1000px;
    left: auto;
    right: 60px;
  }
}

.jobs .wheatleylibrary .libcard:after, .jobs .wheatleylibrary .libcarddownload:after {
  background: none;
}

.jobs .wheatleylibrary .libcarddownload h3 {
  margin-bottom: 2em;
}

.jobs .wheatleylibrary .featured .libcard svg, .jobs .wheatleylibrary .featured .libcarddownload svg {
  float: right;
}

.jobs .wheatleylibrary .featured .libcard .flexdoc, .jobs .wheatleylibrary .featured .libcarddownload .flexdoc {
  display: block;
}

.jobs .wheatleylibrary .featured .libcard:before, .jobs .wheatleylibrary .featured .libcarddownload:before {
  background: #E9E3E4;
}

@media (max-width: 767px) {
  .jobs .wheatleylibrary .featured .libcard:before, .jobs .wheatleylibrary .featured .libcarddownload:before {
    width: 1000px;
    height: 1000px;
    left: auto;
    right: 60px;
  }
}

.jobs .more {
  margin-top: 10px;
}

/* Module: S */
.wheatley-landing1 {
  position: relative;
}

.wheatley-landing1 .landingbg {
  position: absolute;
  margin-top: -1.32em;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .wheatley-landing1 .landingbg {
    display: none;
  }
}

.wheatley-landing1 .landingbg:before {
  content: " ";
  position: absolute;
  right: 1035px;
  bottom: -2500px;
  width: 5000px;
  height: 5000px;
  background-color: white;
  transform: rotate(45deg);
}

.wheatley-landing1 .landingbg:after {
  content: " ";
  position: absolute;
  right: -150px;
  bottom: -150px;
  width: 300px;
  height: 300px;
  background-color: #b7a99a;
  transform: rotate(45deg);
}

/* Module: S */
.wheatleylibrary {
  padding: 30px 0;
  background-color: #b7a99a;
}

.wheatleylibrary .whitebg {
  align-self: stretch;
  display: flex;
}

@media (max-width: 767px) {
  .wheatleylibrary .whitebg {
    margin-bottom: 5px;
  }
}

.wheatleylibrary .libcard, .wheatleylibrary .libcarddownload, .wheatleylibrary .libcardvideo {
  padding: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.wheatleylibrary .libcard:before, .wheatleylibrary .libcarddownload:before, .wheatleylibrary .libcardvideo:before {
  position: absolute;
  content: " ";
  background-color: #f4f2f0;
  width: 500px;
  height: 500px;
  transform: rotate(-45deg);
  top: -170px;
  right: 25px;
}

@media (max-width: 1200px) {
  .wheatleylibrary .libcard:before, .wheatleylibrary .libcarddownload:before, .wheatleylibrary .libcardvideo:before {
    top: -160px;
    right: 5px;
  }
}

@media (max-width: 1024px) {
  .wheatleylibrary .libcard:before, .wheatleylibrary .libcarddownload:before, .wheatleylibrary .libcardvideo:before {
    top: -160px;
    right: 25px;
  }
}

@media (max-width: 767px) {
  .wheatleylibrary .libcard:before, .wheatleylibrary .libcarddownload:before, .wheatleylibrary .libcardvideo:before {
    top: -430px;
    right: auto;
    left: -135px;
  }
}

.wheatleylibrary .libcard:after, .wheatleylibrary .libcarddownload:after, .wheatleylibrary .libcardvideo:after {
  position: absolute;
  content: " ";
  width: 30px;
  height: 35px;
  top: 15px;
  left: 87%;
  background: url(mysource_files/libcard-download.svg) 50% 50%/cover no-repeat;
}

@media (max-width: 1024px) {
  .wheatleylibrary .libcard:after, .wheatleylibrary .libcarddownload:after, .wheatleylibrary .libcardvideo:after {
    left: 85%;
  }
}

@media (max-width: 991px) {
  .wheatleylibrary .libcard:after, .wheatleylibrary .libcarddownload:after, .wheatleylibrary .libcardvideo:after {
    content: none;
  }
}

@media (max-width: 767px) {
  .wheatleylibrary .libcard:after, .wheatleylibrary .libcarddownload:after, .wheatleylibrary .libcardvideo:after {
    position: absolute;
    content: " ";
    background-color: rgba(255, 255, 255, 0.3);
    width: 500px;
    height: 20px;
    transform: rotate(-45deg);
    top: 80px;
    left: -65px;
    z-index: 0;
  }
}

.wheatleylibrary .libcard .flexdoc, .wheatleylibrary .libcarddownload .flexdoc, .wheatleylibrary .libcardvideo .flexdoc {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .wheatleylibrary .libcard .flexdoc, .wheatleylibrary .libcarddownload .flexdoc, .wheatleylibrary .libcardvideo .flexdoc {
    display: none;
  }
}

.wheatleylibrary .libcard h3, .wheatleylibrary .libcarddownload h3, .wheatleylibrary .libcardvideo h3 {
  margin: 0 0 20px 0;
  z-index: 2;
}

.wheatleylibrary .libcard h3 a, .wheatleylibrary .libcarddownload h3 a, .wheatleylibrary .libcardvideo h3 a {
  color: #222;
  font-size: 32px;
  font-weight: 700;
}

.wheatleylibrary .libcard h3 a:hover, .wheatleylibrary .libcard h3 a:focus, .wheatleylibrary .libcarddownload h3 a:hover, .wheatleylibrary .libcarddownload h3 a:focus, .wheatleylibrary .libcardvideo h3 a:hover, .wheatleylibrary .libcardvideo h3 a:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .wheatleylibrary .libcard h3 a, .wheatleylibrary .libcarddownload h3 a, .wheatleylibrary .libcardvideo h3 a {
    margin: 0;
    font-size: 28px;
  }
  .wheatleylibrary .libcard h3 a:hover, .wheatleylibrary .libcard h3 a:focus, .wheatleylibrary .libcarddownload h3 a:hover, .wheatleylibrary .libcarddownload h3 a:focus, .wheatleylibrary .libcardvideo h3 a:hover, .wheatleylibrary .libcardvideo h3 a:focus {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .wheatleylibrary .libcard h3, .wheatleylibrary .libcarddownload h3, .wheatleylibrary .libcardvideo h3 {
    margin: 0;
  }
}

.wheatleylibrary .libcard p, .wheatleylibrary .libcarddownload p, .wheatleylibrary .libcardvideo p {
  font-weight: 200;
}

.wheatleylibrary .libcard .img-wrapper, .wheatleylibrary .libcarddownload .img-wrapper, .wheatleylibrary .libcardvideo .img-wrapper {
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
  padding-bottom: 120px;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.wheatleylibrary .libcard .img-wrapper img, .wheatleylibrary .libcarddownload .img-wrapper img, .wheatleylibrary .libcardvideo .img-wrapper img {
  margin: 0;
  padding: 0;
}

.wheatleylibrary .libcard .txtwrap, .wheatleylibrary .libcard .txtwrap2, .wheatleylibrary .libcarddownload .txtwrap, .wheatleylibrary .libcarddownload .txtwrap2, .wheatleylibrary .libcardvideo .txtwrap, .wheatleylibrary .libcardvideo .txtwrap2 {
  margin-bottom: -5px;
}

.wheatleylibrary .libcard .txtwrap, .wheatleylibrary .libcarddownload .txtwrap, .wheatleylibrary .libcardvideo .txtwrap {
  padding-left: 0px;
}

@media (max-width: 991px) {
  .wheatleylibrary .libcard .txtwrap, .wheatleylibrary .libcarddownload .txtwrap, .wheatleylibrary .libcardvideo .txtwrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.wheatleylibrary .libcard .txtwrap2, .wheatleylibrary .libcarddownload .txtwrap2, .wheatleylibrary .libcardvideo .txtwrap2 {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .wheatleylibrary .libcard .txtwrap2, .wheatleylibrary .libcarddownload .txtwrap2, .wheatleylibrary .libcardvideo .txtwrap2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.wheatleylibrary .libcard:after {
  background: transparent;
}

@media (max-width: 991px) {
  .wheatleylibrary .libcard:after {
    background: #dbd4cc;
  }
}

@media (max-width: 991px) {
  .wheatleylibrary .libcarddownload:after {
    background: #dbd4cc;
  }
}

.wheatleylibrary .libcardvideo:after {
  width: 40px;
  height: 40px;
  left: 85%;
  background: url(mysource_files/libcard-video.svg) 50% 50%/cover no-repeat;
}

@media (max-width: 767px) {
  .wheatleylibrary .libcardvideo:after {
    position: absolute;
    content: " ";
    background-color: rgba(255, 255, 255, 0.3);
    width: 500px;
    height: 20px;
    transform: rotate(-45deg);
    top: 80px;
    left: -65px;
    z-index: 0;
  }
}

@media (max-width: 991px) {
  .wheatleylibrary .libcardvideo:after {
    background: #dbd4cc;
  }
}

/* Module: S */
.wheatleyredline {
  padding: 30px 0;
  background-color: #572932;
  text-align: center;
}

.wheatleyredline h2 {
  color: white;
  font-size: 42px;
  margin: 0px 7% 30px 7%;
}

/* Module: S */
.stats_cta__cards__custom {
  padding: 15px;
  border: 2px solid #572932;
  margin-bottom: 20px;
}

.stats_cta__cards__custom h3 {
  margin-top: 0;
  font-size: 76px;
  border-bottom: 1px solid #ffc72c;
}

.stats_cta__cards .wheatleystat {
  width: 100%;
  background-color: #572932;
  padding-bottom: 200px;
  margin-bottom: 20px;
  overflow: hidden;
  height: 0;
  position: relative;
}

.stats_cta__cards .wheatleystat:before {
  position: absolute;
  content: " ";
  background-color: white;
  width: 100px;
  height: 100px;
  transform: rotate(-45deg);
  bottom: -50px;
  right: -50px;
}

.stats_cta__cards .wheatleystat .ctacontent {
  width: 100%;
  padding: 15px;
  color: white;
}

.stats_cta__cards .wheatleystat .ctacontent h3 {
  margin-top: 0;
  font-size: 76px;
  border-bottom: 1px solid #ffc72c;
}

.stats_cta__cards a .wheatleyctared, .stats_cta__cards a .wheatleyctagrey, .stats_cta__cards a .wheatleyctayellow {
  width: 100%;
  padding-bottom: 215px;
  margin-bottom: 20px;
  overflow: hidden;
  height: 0;
  position: relative;
}

.stats_cta__cards a .wheatleyctared:before, .stats_cta__cards a .wheatleyctagrey:before, .stats_cta__cards a .wheatleyctayellow:before {
  position: absolute;
  width: 400px;
  height: 300px;
  transform: rotate(-45deg);
  content: " ";
  top: -118px;
  left: -176px;
  z-index: 2;
}

@media (max-width: 991px) {
  .stats_cta__cards a .wheatleyctared:before, .stats_cta__cards a .wheatleyctagrey:before, .stats_cta__cards a .wheatleyctayellow:before {
    left: auto;
    width: 1000px;
    height: 1000px;
    left: auto;
    top: -500px;
    right: 207px;
  }
}

.stats_cta__cards a .wheatleyctared:after, .stats_cta__cards a .wheatleyctagrey:after, .stats_cta__cards a .wheatleyctayellow:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  transition-duration: 0.5s;
  z-index: 1;
}

.stats_cta__cards a .wheatleyctared .to-wrap-desk, .stats_cta__cards a .wheatleyctagrey .to-wrap-desk, .stats_cta__cards a .wheatleyctayellow .to-wrap-desk {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1.8);
  width: 100%;
  z-index: 1;
  margin: 0;
}

@media (max-width: 991px) {
  .stats_cta__cards a .wheatleyctared .to-wrap-desk, .stats_cta__cards a .wheatleyctagrey .to-wrap-desk, .stats_cta__cards a .wheatleyctayellow .to-wrap-desk {
    display: none;
  }
}

.stats_cta__cards a .wheatleyctared .to-wrap-mobi, .stats_cta__cards a .wheatleyctagrey .to-wrap-mobi, .stats_cta__cards a .wheatleyctayellow .to-wrap-mobi {
  display: none;
}

@media (max-width: 991px) {
  .stats_cta__cards a .wheatleyctared .to-wrap-mobi, .stats_cta__cards a .wheatleyctagrey .to-wrap-mobi, .stats_cta__cards a .wheatleyctayellow .to-wrap-mobi {
    display: block;
    right: 0;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}

.stats_cta__cards a .wheatleyctared .ctacontent, .stats_cta__cards a .wheatleyctagrey .ctacontent, .stats_cta__cards a .wheatleyctayellow .ctacontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 15px;
}

.stats_cta__cards a .wheatleyctared .ctacontent h3, .stats_cta__cards a .wheatleyctagrey .ctacontent h3, .stats_cta__cards a .wheatleyctayellow .ctacontent h3 {
  margin-top: 0;
  color: white;
  font-size: 28px;
  max-width: 63%;
}

@media (max-width: 991px) {
  .stats_cta__cards a .wheatleyctared .ctacontent h3, .stats_cta__cards a .wheatleyctagrey .ctacontent h3, .stats_cta__cards a .wheatleyctayellow .ctacontent h3 {
    font-size: 23px;
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .stats_cta__cards a .wheatleyctared .ctacontent h3, .stats_cta__cards a .wheatleyctagrey .ctacontent h3, .stats_cta__cards a .wheatleyctayellow .ctacontent h3 {
    max-width: 180px;
    font-size: 28px;
    max-width: 70%;
  }
}

.stats_cta__cards a .wheatleyctared:before {
  background-color: #572932;
}

.stats_cta__cards a .wheatleyctared .ctacontent p {
  color: #b7a99a;
}

.stats_cta__cards a .wheatleyctagrey:before {
  background-color: #b7a99a;
}

.stats_cta__cards a .wheatleyctagrey .ctacontent p {
  color: #572932;
}

.stats_cta__cards a .wheatleyctayellow:before {
  background-color: #ffc72c;
}

.stats_cta__cards a .wheatleyctayellow .ctacontent p {
  color: #572932;
}

.stats_cta__cards a:hover, .stats_cta__cards a:focus {
  text-decoration: none;
}

.stats_cta__cards a:hover .wheatleyctared:after, .stats_cta__cards a:hover .wheatleyctagrey:after, .stats_cta__cards a:hover .wheatleyctayellow:after, .stats_cta__cards a:focus .wheatleyctared:after, .stats_cta__cards a:focus .wheatleyctagrey:after, .stats_cta__cards a:focus .wheatleyctayellow:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.stats_cta__cards a:hover .wheatleyctared .ctacontent p, .stats_cta__cards a:hover .wheatleyctagrey .ctacontent p, .stats_cta__cards a:hover .wheatleyctayellow .ctacontent p, .stats_cta__cards a:focus .wheatleyctared .ctacontent p, .stats_cta__cards a:focus .wheatleyctagrey .ctacontent p, .stats_cta__cards a:focus .wheatleyctayellow .ctacontent p {
  text-decoration: underline;
}

/* Module: S */
.wheatley-top {
  margin-top: -1.32em;
  position: relative;
  width: 100%;
  height: 570px;
  background-color: #f1eeeb;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .wheatley-top {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .wheatley-top {
    margin-bottom: 60px;
    min-height: 370px;
    background-position: 70%;
  }
  .wheatley-top:after {
    position: absolute;
    background-color: #f1eeeb;
    content: " ";
    left: 0;
    right: 0;
    top: 370px;
    bottom: -60px;
  }
}

.wheatley-top .wheatleycarousel {
  visibility: hidden;
  min-height: 570px;
  margin: 0px;
}

.wheatley-top .wheatleycarousel.slick-initialized {
  visibility: visible;
}

@media (max-width: 767px) {
  .wheatley-top .wheatleycarousel {
    display: none;
  }
}

.wheatley-top .wheatleycarousel .a-slide {
  height: 570px;
  width: 100%;
  background-size: cover !important;
}

@media (max-width: 1024px) {
  .wheatley-top .wheatleycarousel .a-slide {
    background-position: 50% center;
  }
}

.wheatley-top .mobilebanner {
  display: none;
}

@media (max-width: 767px) {
  .wheatley-top .mobilebanner {
    display: block;
  }
}

.wheatley-top .backsvg {
  position: absolute;
  bottom: 0;
  right: calc(50% - 135px);
  width: 945px;
  height: 308px;
}

.wheatley-top .backsvg .ribbonone {
  fill: #fff;
  opacity: 0.1;
}

.wheatley-top .backsvg .ribbontwo {
  fill: #fff;
  opacity: 0.2;
}

.wheatley-top__content {
  z-index: 1;
  position: absolute;
  top: 80px;
}

@media (max-width: 767px) {
  .wheatley-top__content {
    top: auto;
    bottom: -40px;
    background-color: white;
    left: 15px;
    right: 15px;
    text-align: center;
    padding-bottom: 15px;
  }
}

.wheatley-top__content h1 {
  font-size: 42pt;
  color: white;
  font-weight: normal;
}

@media (max-width: 767px) {
  .wheatley-top__content h1 {
    font-size: 32px;
    color: #b7a99a;
  }
}

@media (max-width: 767px) {
  .wheatley-top__content .noguttermobile {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Module: S */
.wheatleyvideo {
  position: relative;
  width: 100%;
  padding-bottom: 28px;
}

.wheatleyvideo .backsvg {
  position: absolute;
  top: -210px;
  left: calc(50% - 135px);
  width: 945px;
  height: 308px;
}

.wheatleyvideo .backsvg .ribbonone {
  fill: #b7a99a;
  opacity: 0.4;
}

.wheatleyvideo .backsvg .ribbontwo {
  fill: #b7a99a;
  opacity: 0.3;
}

.wheatleyvideo .backsvg2 {
  position: absolute;
  bottom: 0;
  right: calc(60% - 135px);
  width: 945px;
  height: 308px;
}

.wheatleyvideo .backsvg2 .ribbonone {
  fill: #b7a99a;
  opacity: 0.4;
}

.wheatleyvideo .backsvg2 .ribbontwo {
  fill: #b7a99a;
  opacity: 0.3;
}

.wheatleyvideo__content {
  text-align: center;
}

.wheatleyvideo__content p {
  color: #572932;
  font-weight: 400;
}

.wheatleyvideo__content p#wheatleyvideobutton {
  cursor: pointer;
  display: inline-block;
}

.wheatleyvideo__content p:hover {
  text-decoration: underline;
}

.wheatleyvideo__content .video-widget {
  position: relative;
  background-color: #000;
  margin-bottom: 24px;
  padding-bottom: 46.9%;
}

.wheatleyvideo__content .video-widget .wheatley-overlay .wheatleyplaybtn {
  top: calc(50% - 87px);
  left: calc(50% - 87px);
  position: absolute;
  content: " ";
  width: 175px;
  height: 175px;
}

@media (max-width: 767px) {
  .wheatleyvideo__content .video-widget .wheatley-overlay .wheatleyplaybtn {
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }
}

.wheatleyvideo__content .video-widget .wheatley-overlay .wheatleyplaybtn .wheatleyplaybtn_play {
  cursor: pointer;
  transition-duration: 0.5s;
  fill: rgba(255, 255, 255, 0.6);
}

.wheatleyvideo__content .video-widget .wheatley-overlay .wheatleyplaybtn:hover .wheatleyplaybtn_play, .wheatleyvideo__content .video-widget .wheatley-overlay .wheatleyplaybtn:focus .wheatleyplaybtn_play {
  fill: white;
}

.wheatleyvideo__content .video-widget .wheatley-overlay .video-thumbnail {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
}

/* Module: S */
.yourplace-accordion-tiles {
  padding: 20px 0px 60px 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.yourplace-accordion-tiles h1 {
  font-size: 2.25em;
  font-weight: 700;
  color: #00558C;
}

.yourplace-accordion-tiles h2 {
  color: #737373;
  font-size: 1.5em;
  line-height: 1.9375rem;
  font-weight: 200;
  margin-bottom: 30px;
  margin-top: 0;
}

.yourplace-accordion-tiles .accordion-title h2 {
  margin-bottom: 0px;
}

.yourplace-accordion-tiles .row-eq-height {
  display: flex;
  margin-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 991px) {
  .yourplace-accordion-tiles .row-eq-height {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
  }
}

.yourplace-accordion-tiles .smallexpanded {
  display: none;
  padding: 70px 30px 35px 30px;
  background-color: #00558C;
  text-align: left;
  color: white;
  position: relative;
  margin-top: -20px;
}

.yourplace-accordion-tiles .smallexpanded .tile_expanded__close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 5;
}

@media (max-width: 991px) {
  .yourplace-accordion-tiles .smallexpanded .tile_expanded__close {
    right: 10px;
    top: 40px;
  }
}

.yourplace-accordion-tiles .smallexpanded .tile_expanded__close:before, .yourplace-accordion-tiles .smallexpanded .tile_expanded__close:after {
  position: absolute;
  content: '';
  right: 12px;
  top: -3px;
  width: 3px;
  height: 20px;
  background-color: #fff;
}

.yourplace-accordion-tiles .smallexpanded .tile_expanded__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.yourplace-accordion-tiles .smallexpanded .tile_expanded__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.yourplace-accordion-tiles .smallexpanded h3 {
  font-size: 24px;
  color: #00B5E2;
}

.yourplace-accordion-tiles .smallexpanded .button, .yourplace-accordion-tiles .smallexpanded .button_border, .yourplace-accordion-tiles .smallexpanded .form__body fieldset .button__form, .form__body fieldset .yourplace-accordion-tiles .smallexpanded .button__form, .yourplace-accordion-tiles .smallexpanded .search-bar .button__search, .search-bar .yourplace-accordion-tiles .smallexpanded .button__search, .yourplace-accordion-tiles .smallexpanded .search-overlay .buttonoverlay, .search-overlay .yourplace-accordion-tiles .smallexpanded .buttonoverlay, .yourplace-accordion-tiles .smallexpanded .search-main-body .buttonoverlay, .search-main-body .yourplace-accordion-tiles .smallexpanded .buttonoverlay, .yourplace-accordion-tiles .smallexpanded .search-result-bar .button__search, .search-result-bar .yourplace-accordion-tiles .smallexpanded .button__search {
  background-color: #00558C;
}

.yourplace-accordion-tiles .smallexpanded .mobileicon {
  width: 100%;
  margin: 5px 0;
  padding: 5px 85px;
  background: url("mysource_files/mobile_icon.png") 2% center/60px 60px no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  resize: vertical;
}

.yourplace-accordion-tiles .smallexpanded .mobileicon p {
  margin: 0;
  text-align: left;
}

.yourplace-accordion-tiles .outeryourplacetiles {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .yourplace-accordion-tiles .outeryourplacetiles {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
  }
}

.yourplace-accordion-tiles .outeryourplacetiles .yourplacetiles {
  flex-grow: 1;
  padding: 20px;
  background-color: #EFEDE7;
  z-index: 1;
}

.yourplace-accordion-tiles .outeryourplacetiles .yourplacetiles h3 {
  font-size: 24px;
  color: #00558C;
  margin: 0px 0px 10px 0px;
}

.yourplace-accordion-tiles .outeryourplacetiles .yourplacetiles p {
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7A7A7A;
}

.yourplace-accordion-tiles .outeryourplacetiles .yourplacetiles .button_white {
  color: #00B5E2;
  border: 1px solid #00B5E2;
  padding: 5px;
}

.yourplace-accordion-tiles .outeryourplacetiles .yourplacetiles.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.yourplace-accordion-tiles .outeryourplacetiles .yourplacetiles.active:after {
  border-top-color: #EFEDE7;
  border-width: 30px;
  margin-left: -30px;
  z-index: 7;
}

.yourplace-accordion-tiles .expanded {
  margin-top: -20px;
}

.yourplace-accordion-tiles .expanded.big_close, .yourplace-accordion-tiles .expanded.big_open {
  display: none;
  overflow: hidden;
  padding: 80px 0 30px 0;
  background-color: #00558C;
  text-align: left;
  color: white;
}

.yourplace-accordion-tiles .expanded.big_close .relative, .yourplace-accordion-tiles .expanded.big_open .relative {
  position: relative;
}

.yourplace-accordion-tiles .expanded.big_close .relative .tile_expanded__close, .yourplace-accordion-tiles .expanded.big_open .relative .tile_expanded__close {
  position: absolute;
  right: 5px;
  top: -20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 5;
}

@media (max-width: 991px) {
  .yourplace-accordion-tiles .expanded.big_close .relative .tile_expanded__close, .yourplace-accordion-tiles .expanded.big_open .relative .tile_expanded__close {
    right: 15px;
    top: 15px;
  }
}

.yourplace-accordion-tiles .expanded.big_close .relative .tile_expanded__close:before, .yourplace-accordion-tiles .expanded.big_close .relative .tile_expanded__close:after, .yourplace-accordion-tiles .expanded.big_open .relative .tile_expanded__close:before, .yourplace-accordion-tiles .expanded.big_open .relative .tile_expanded__close:after {
  position: absolute;
  content: '';
  right: 12px;
  top: -3px;
  width: 3px;
  height: 20px;
  background-color: #fff;
}

.yourplace-accordion-tiles .expanded.big_close .relative .tile_expanded__close:before, .yourplace-accordion-tiles .expanded.big_open .relative .tile_expanded__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.yourplace-accordion-tiles .expanded.big_close .relative .tile_expanded__close:after, .yourplace-accordion-tiles .expanded.big_open .relative .tile_expanded__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.yourplace-accordion-tiles .expanded.big_close h3, .yourplace-accordion-tiles .expanded.big_open h3 {
  position: relative;
  font-size: 28px;
  margin-top: 0;
  color: #00B5E2;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .yourplace-accordion-tiles .expanded.big_close h3, .yourplace-accordion-tiles .expanded.big_open h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.yourplace-accordion-tiles .expanded.big_close .nopaddingleft, .yourplace-accordion-tiles .expanded.big_open .nopaddingleft {
  padding-left: 0px;
  padding-right: 5px;
}

@media (max-width: 991px) {
  .yourplace-accordion-tiles .expanded.big_close .nopaddingleft, .yourplace-accordion-tiles .expanded.big_open .nopaddingleft {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.yourplace-accordion-tiles .expanded.big_close .img-wrapper, .yourplace-accordion-tiles .expanded.big_open .img-wrapper {
  margin-top: 5px;
  padding-bottom: 100%;
}

.yourplace-accordion-tiles .expanded.big_close .button, .yourplace-accordion-tiles .expanded.big_close .button_border, .yourplace-accordion-tiles .expanded.big_close .form__body fieldset .button__form, .form__body fieldset .yourplace-accordion-tiles .expanded.big_close .button__form, .yourplace-accordion-tiles .expanded.big_close .search-bar .button__search, .search-bar .yourplace-accordion-tiles .expanded.big_close .button__search, .yourplace-accordion-tiles .expanded.big_close .search-overlay .buttonoverlay, .search-overlay .yourplace-accordion-tiles .expanded.big_close .buttonoverlay, .yourplace-accordion-tiles .expanded.big_close .search-main-body .buttonoverlay, .search-main-body .yourplace-accordion-tiles .expanded.big_close .buttonoverlay, .yourplace-accordion-tiles .expanded.big_close .search-result-bar .button__search, .search-result-bar .yourplace-accordion-tiles .expanded.big_close .button__search, .yourplace-accordion-tiles .expanded.big_open .button, .yourplace-accordion-tiles .expanded.big_open .button_border, .yourplace-accordion-tiles .expanded.big_open .form__body fieldset .button__form, .form__body fieldset .yourplace-accordion-tiles .expanded.big_open .button__form, .yourplace-accordion-tiles .expanded.big_open .search-bar .button__search, .search-bar .yourplace-accordion-tiles .expanded.big_open .button__search, .yourplace-accordion-tiles .expanded.big_open .search-overlay .buttonoverlay, .search-overlay .yourplace-accordion-tiles .expanded.big_open .buttonoverlay, .yourplace-accordion-tiles .expanded.big_open .search-main-body .buttonoverlay, .search-main-body .yourplace-accordion-tiles .expanded.big_open .buttonoverlay, .yourplace-accordion-tiles .expanded.big_open .search-result-bar .button__search, .search-result-bar .yourplace-accordion-tiles .expanded.big_open .button__search {
  background-color: #00B5E2;
}

.yourplace-accordion-tiles .expanded .mobileicon {
  width: 100%;
  margin: 5px 0;
  padding: 5px 85px;
  background: url("mysource_files/mobile_icon.png") 0% center/60px 60px no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  resize: vertical;
}

.yourplace-accordion-tiles .expanded .mobileicon p {
  margin: 0;
}

/* Module: S */
.yourplace-bluestripe {
  background-color: #00558C;
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
}

.yourplace-bluestripe div[class^="col-md"] {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .yourplace-bluestripe div[class^="col-md"] {
    min-height: 160px;
  }
}

@media (max-width: 767px) {
  .yourplace-bluestripe div[class^="col-md"] {
    min-height: 130px;
  }
}

.yourplace-bluestripe div[class^="col-md"] p {
  font-size: 30px;
  color: white;
  margin-bottom: 0;
  line-height: 40px;
  padding-right: 55px;
}

@media (max-width: 991px) {
  .yourplace-bluestripe div[class^="col-md"] p {
    padding-right: 0;
  }
}

.yourplace-bluestripe div[class^="col-md"] p.percent {
  font-size: 132px;
  font-weight: 700;
  padding-left: 0px;
}

@media (max-width: 767px) {
  .yourplace-bluestripe div[class^="col-md"] p.percent {
    font-size: 70px;
  }
}

/* Module: S */
.yourplace-bluestripe2 {
  background-color: #00558C;
  padding: 20px 0;
}

.yourplace-bluestripe2 div[class^="col-md"] {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yourplace-bluestripe2 div[class^="col-md"] p {
  font-size: 20px;
  padding-right: 55px;
  color: white;
  margin-bottom: 0;
  font-weight: 700;
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.yourplace-bluestripe3 {
  background-color: #00B5E2;
  padding: 20px 0;
}

.yourplace-bluestripe3 div[class^="col-md"] {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yourplace-bluestripe3 div[class^="col-md"] p {
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: white;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 40px;
  padding-right: 55px;
}

.yourplace-bluestripe3 div[class^="col-md"] p.percent {
  font-size: 132px;
  font-weight: 700;
}

.yourplace-bluestripe3 div[class^="col-md"] p.textpercent {
  color: #00558C;
}

/* Module: S */
.yourplace-bubbles {
  position: relative;
  padding: 20px 0 30px 0;
  width: 100%;
}

.yourplace-bubbles__content {
  padding: 40px 50px 45px 85px;
  background: url("mysource_files/yourplace-bubble-intro.svg") 50% 50%/100% 100% no-repeat;
  margin-bottom: 20px;
  float: right;
  max-width: 500px;
}

@media (max-width: 991px) {
  .yourplace-bubbles__content {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 100%;
  }
}

.yourplace-bubbles__content p {
  color: white;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.yourplace-bubbles__content p.quote {
  font-weight: normal;
}

.yourplace-bubbles__content2 {
  padding: 40px 50px 45px 85px;
  margin-bottom: 20px;
  max-width: 500px;
  background: url("mysource_files/yourplace-bubble_reveresed.svg") 50% 50%/100% 100% no-repeat;
}

@media (max-width: 991px) {
  .yourplace-bubbles__content2 {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 100%;
  }
}

.yourplace-bubbles__content2 p {
  color: white;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.yourplace-bubbles__content2 p.quote {
  font-weight: normal;
}

/* Module: S */
.yourplace-change {
  padding: 30px 0px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.yourplace-change h2 {
  font-size: 45px;
  color: #00558C;
}

.yourplace-change .line_bottom {
  border-bottom: 1px solid #00558C;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .yourplace-change .line_bottom {
    border-bottom: 0px;
  }
}

.yourplace-change .changesnum a figure {
  padding-bottom: 0;
  margin-top: -65.5px;
  width: 100%;
}

@media (max-width: 768px) {
  .yourplace-change .changesnum a figure {
    margin-top: 0px;
  }
}

.yourplace-change .changesnum a figure svg {
  width: 125px;
  position: relative;
}

.yourplace-change .changesnum a figure figcaption {
  font-size: 16px;
  text-align: center;
  padding: 20px 0px;
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.yourplace-change .changesnum a figure figcaption h3 {
  font-size: 28px;
  color: #00558C;
  margin-bottom: 27px;
}

.yourplace-change .changesnum a figure figcaption p {
  color: #222;
}

.yourplace-change .changesnum a:hover {
  text-decoration: none;
}

.yourplace-change .changesnum a:hover figure figcaption h3 {
  text-decoration: underline;
}

/* Module: S */
.yourplace-icons {
  padding: 30px 0px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.lowther .yourplace-icons {
  background-color: #f6f7f7;
}

.yourplace-icons h2 {
  font-size: 45px;
  color: #00558C;
}

.lowther .yourplace-icons h2 {
  color: #7a7a7a;
  font-size: 42px;
  font-weight: 200;
}

.lowther .yourplace-icons a {
  color: #222;
}

.yourplace-icons a figure {
  padding-top: 50px;
  width: 100%;
}

.yourplace-icons a figure svg {
  width: 125px;
}

.yourplace-icons a figure svg .icon_circle {
  fill: #20BFE6;
}

.lowther .yourplace-icons a figure svg .icon_circle {
  fill: #c4d600;
}

.yourplace-icons a figure figcaption {
  font-size: 28px;
  text-align: center;
  padding-top: 20px;
}

.yourplace-icons a figure figcaption p {
  color: #7a7a7a;
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lowther .yourplace-icons a figure figcaption p {
  color: #222;
  font-family: "FSMe", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.yourplace-icons a:hover {
  color: #7a7a7a;
}

.lowther .yourplace-icons a:hover {
  color: #222;
}

/* Module: S */
.yourplace-news {
  padding: 30px 0;
}

.yourplace-news h2 {
  text-align: center;
  font-size: 45px;
  color: #00558C;
  margin-bottom: 20px;
}

.lowther .yourplace-news h2 {
  color: #000;
  font-size: 31px;
  padding-bottom: 20px;
  border-bottom: 4px solid #c4d600;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.yourplace-news .row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.yourplace-news .row.is-flex [class*='col-']:first-child {
  border-right: 2px solid #00558C;
}

@media (max-width: 991px) {
  .yourplace-news .row.is-flex [class*='col-']:first-child {
    border-right: 0px;
  }
}

.lowther .yourplace-news .row.is-flex [class*='col-']:first-child {
  border-right: 0;
}

.yourplace-news .row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-self: stretch;
}

@media (max-width: 991px) {
  .yourplace-news .row.is-flex > [class*='col-'] {
    display: block;
  }
}

.yourplace-news .pad8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.yourplace-news .leftnews {
  background-color: #d9f5fc;
}

.lowther .yourplace-news .leftnews {
  background-color: #222222;
}

.yourplace-news .leftnews .img-wrapper {
  position: relative;
  padding-bottom: 337px;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.yourplace-news .leftnews .news-wrapper {
  padding: 18px 28px 15px 28px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .yourplace-news .leftnews .news-wrapper {
    padding: 15px;
    margin-bottom: 15px;
  }
}

.yourplace-news .leftnews .news-wrapper .titlewrapper {
  font-size: 24px;
}

.lowther .yourplace-news .leftnews .news-wrapper .titlewrapper .date {
  display: none;
}

.yourplace-news .leftnews .news-wrapper .titlewrapper h4 {
  font-weight: 700;
}

.lowther .yourplace-news .leftnews .news-wrapper .titlewrapper h4 a {
  color: #c4d600;
  font-weight: bold;
}

.yourplace-news .leftnews .news-wrapper .titlewrapper p {
  font-size: 14px;
  margin-bottom: 15px;
}

.lowther .yourplace-news .leftnews .news-wrapper .titlewrapper a {
  color: #000;
}

.yourplace-news .leftnews .news-wrapper p {
  margin-bottom: 0;
}

.lowther .yourplace-news .leftnews .news-wrapper p {
  color: white;
  min-height: 108px;
}

.lowther .yourplace-news .leftnews .news-wrapper a {
  color: #c4d600;
}

.yourplace-news .rightnews {
  margin-top: 16px;
  border-bottom: 2px solid #00558C;
  height: 35%;
  overflow: hidden;
}

.lowther .yourplace-news .rightnews {
  border-bottom: 2px solid #58595b;
}

.yourplace-news .rightnews:first-child {
  margin-top: 0;
}

.yourplace-news .rightnews .leftcol {
  float: left;
  width: 170px;
  height: 170px;
  overflow: hidden;
  position: relative;
}

.yourplace-news .rightnews .leftcol .to-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 150%;
}

.yourplace-news .rightnews .rightcol {
  float: left;
  width: calc(100% - 185px);
}

.yourplace-news .rightnews .rightcol .news-wrapper {
  padding: 0 0 0 20px;
}

.yourplace-news .rightnews .rightcol .news-wrapper .titlewrapper {
  font-size: 18px;
}

.lowther .yourplace-news .rightnews .rightcol .news-wrapper .titlewrapper .date {
  display: none;
}

.yourplace-news .rightnews .rightcol .news-wrapper .titlewrapper h4 {
  margin-top: 0;
  font-weight: 700;
}

.yourplace-news .rightnews .rightcol .news-wrapper .titlewrapper p {
  font-size: 14px;
  margin-bottom: 10px;
}

.yourplace-news .rightnews .rightcol .news-wrapper p {
  margin-bottom: 0;
}

.yourplace-news .rightnews:nth-child(3) {
  border-bottom: 0px;
  height: 30%;
}

/* Module: S */
.yourplace-service {
  padding: 30px 0px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.yourplace-service h2 {
  font-size: 45px;
  color: #00558C;
}

/* Module: S */
.yourplace-services-3d {
  padding: 30px 0px;
  text-align: center;
}

.yourplace-services-3d h2 {
  font-size: 45px;
  color: #00558C;
  margin-bottom: 20px;
}

.yourplace-services-3d .servicestiles .box-rotate-wrap {
  float: left;
  perspective: 1000px;
  padding: 3px;
}

.yourplace-services-3d .servicestiles .box-rotate-wrap:nth-child(odd) .box .front {
  background-color: #00B5E2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yourplace-services-3d .servicestiles .box-rotate-wrap:nth-child(odd) .box .left {
  background-color: #00558C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yourplace-services-3d .servicestiles .box-rotate-wrap:nth-child(even) .box .front {
  background-color: #00558C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yourplace-services-3d .servicestiles .box-rotate-wrap:nth-child(even) .box .left {
  background-color: #00B5E2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yourplace-services-3d .servicestiles .box, .yourplace-services-3d .servicestiles .box > div {
  width: 300px;
  height: 300px;
}

.yourplace-services-3d .servicestiles .box-rotate {
  position: relative;
  transition: all 0.8s ease;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -150px);
}

.yourplace-services-3d .servicestiles .box-rotate > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  padding: 20px;
  overflow: auto;
}

.yourplace-services-3d .servicestiles .box-rotate img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yourplace-services-3d .servicestiles .box-rotate .front {
  background: #00558C;
  z-index: 2;
  transform: rotate3d(0, 1, 0, 0deg) translate3d(0, 0, 150px);
}

.yourplace-services-3d .servicestiles .box-rotate .back {
  background: orange;
  transform: rotate3d(0, 1, 0, 180deg) rotate(180deg) translate3d(0, 0, 150px);
}

.yourplace-services-3d .servicestiles .box-rotate .top {
  background: purple;
  height: 300px;
  transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 150px);
}

.yourplace-services-3d .servicestiles .box-rotate .bottom {
  background: blue;
  height: 300px;
  transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 0, 150px);
}

.yourplace-services-3d .servicestiles .box-rotate .left {
  background: #00B5E2;
  transform: rotate3d(0, 1, 0, -90deg) translate3d(0, 0, 150px);
}

.yourplace-services-3d .servicestiles .box-rotate .right {
  background: green;
  transform: rotate3d(0, 1, 0, 90deg) translate3d(0, 0, 150px);
}

.yourplace-services-3d .servicestiles .box-rotate-top:hover {
  transform: translate3d(0, 0, -150px) rotate3d(1, 0, 0, -90deg);
}

.yourplace-services-3d .servicestiles .box-rotate-bottom:hover {
  transform: translate3d(0, 0, -150px) rotate3d(1, 0, 0, 90deg);
}

.yourplace-services-3d .servicestiles .box-rotate-left:hover {
  transform: translate3d(0, 0, -150px) rotate3d(0, 1, 0, 90deg);
}

.yourplace-services-3d .servicestiles .box-rotate-right:hover {
  transform: translate3d(0, 0, -150px) rotate3d(0, 1, 0, -90deg);
}

.yourplace-services-3d .servicestiles .box-rotate-back:hover {
  transform: translate3d(0, 0, -150px) rotate3d(1, 0, 0, -180deg);
}

.yourplace-services-3d .servicestiles .box-rotate-gyro .back {
  width: 300px;
  height: 300px;
  transform: rotate3d(0, 1, 0, 180deg) rotate(90deg) translate3d(0px, 0px, 150px);
}

.yourplace-services-3d .servicestiles .box-rotate-gyro:hover {
  transform: translate3d(0, 0, -150px) rotate3d(1, 1, 0, -180deg);
}

.yourplace-services-3d .servicestiles .box.box-blend div {
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

/* Module: S */
.yourplace-services-flip {
  padding: 30px 0px;
  text-align: center;
}

.yourplace-services-flip h2 {
  font-size: 45px;
  color: #00558C;
  margin-bottom: 34px;
}

.yourplace-services-flip .servicestiles {
  /* hide back of pane during swap */
}

.yourplace-services-flip .servicestiles .flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  padding: 3px;
  height: 200px;
}

.yourplace-services-flip .servicestiles .flip-container:nth-child(odd) .flipper .front {
  background-color: #00B5E2;
}

.yourplace-services-flip .servicestiles .flip-container:nth-child(odd) .flipper .back {
  background-color: grey;
}

.yourplace-services-flip .servicestiles .flip-container:nth-child(even) .flipper .front {
  background-color: #00558C;
}

.yourplace-services-flip .servicestiles .flip-container:nth-child(even) .flipper .back {
  background-color: grey;
}

.yourplace-services-flip .servicestiles .flip-container:hover .back {
  transform: rotateY(0deg);
}

.yourplace-services-flip .servicestiles .flip-container:hover .front {
  transform: rotateY(180deg);
}

.yourplace-services-flip .servicestiles .flipper {
  transition: 1.1s;
  transform-style: preserve-3d;
  -webkit-transition: 1.1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1.1s;
  -moz-transition: 1.1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  position: relative;
}

.yourplace-services-flip .servicestiles .front, .yourplace-services-flip .servicestiles .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 1.1s;
  transform-style: preserve-3d;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 194px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yourplace-services-flip .servicestiles .front p, .yourplace-services-flip .servicestiles .back p {
  color: white;
  font-size: 26px;
  max-width: 50%;
  margin: 0;
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.yourplace-services-flip .servicestiles .front a, .yourplace-services-flip .servicestiles .front a:hover, .yourplace-services-flip .servicestiles .back a, .yourplace-services-flip .servicestiles .back a:hover {
  color: white;
}

.yourplace-services-flip .servicestiles .front {
  z-index: 2;
  transform: rotateY(0deg);
}

.yourplace-services-flip .servicestiles .back {
  transform: rotateY(-180deg);
}

.yourplace-services-flip .servicestiles .vertical.flip-container {
  position: relative;
}

.yourplace-services-flip .servicestiles .vertical .back {
  transform: rotateX(180deg);
}

.yourplace-services-flip .servicestiles .vertical.flip-container:hover .back {
  transform: rotateX(0deg);
}

.yourplace-services-flip .servicestiles .vertical.flip-container:hover .front {
  transform: rotateX(180deg);
}

/* Module: S */
.yourplace-services {
  padding: 30px 0px;
  text-align: center;
}

.yourplace-services h2 {
  font-size: 45px;
  color: #00558C;
  margin-bottom: 20px;
}

.yourplace-services .servicestiles div[class^="col-"] {
  padding: 3px;
}

.yourplace-services .servicestiles div[class^="col-"] .content {
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #00B5E2;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yourplace-services .servicestiles div[class^="col-"] .content:hover {
  transform: scale(1.1);
  z-index: 10;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.49);
}

.yourplace-services .servicestiles div[class^="col-"] .content p {
  color: white;
  max-width: 50%;
  font-size: 29px;
  margin: 0px;
}

.yourplace-services .servicestiles div[class^="col-"]:nth-child(odd) .content {
  background-color: #00B5E2;
}

.yourplace-services .servicestiles div[class^="col-"]:nth-child(even) .content {
  background-color: #00558C;
  height: 250px;
}

/* Module: S */
.yourplace-top {
  margin-top: -1.32em;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 420px;
  width: 100%;
}

.yourplace-top svg {
  position: absolute;
  top: 0;
  left: 0;
}

.yourplace-top__content {
  padding: 35px 75px 70px 74px;
  margin-left: 100px;
  position: absolute;
  top: 20%;
  color: #fff;
  max-width: 640px;
  background: url("mysource_files/yourplace-bubble-intro.svg") 50% 50% no-repeat;
}

@media (max-width: 1200px) {
  .yourplace-top__content {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .yourplace-top__content {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    background: #00B5E2;
  }
}

.yourplace-top__content h1 {
  margin-top: 0;
  font-size: 42px;
  margin-bottom: 18px;
  font-weight: 700;
}

.yourplace-top__content p, .yourplace-top__content a {
  font-size: 16px;
  margin-bottom: 18px;
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.yourplace-top__content a {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.yourplace-top__content a:hover {
  color: white;
}

.yourplace-top__content2 {
  padding: 35px 75px 70px 74px;
  margin-left: 100px;
  position: absolute;
  top: 20%;
  color: #fff;
  max-width: 640px;
  background: url("mysource_files/yourplace-bubble_reveresed.svg") 50% 50% no-repeat;
}

@media (max-width: 1200px) {
  .yourplace-top__content2 {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .yourplace-top__content2 {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    background: #00B5E2;
  }
}

.yourplace-top__content2 h1 {
  margin-top: 0;
  font-size: 42px;
  margin-bottom: 18px;
  font-weight: 700;
}

.yourplace-top__content2 p, .yourplace-top__content2 a {
  font-size: 16px;
  margin-bottom: 18px;
  font-family: CoreRhino, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.yourplace-top__content2 a {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.yourplace-top__content2 a:hover {
  color: white;
}

@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: Back to top */
  .back-to-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 2em;
    height: 2em;
    -webkit-opacity: 0.55;
    -moz-opacity: 0.55;
    opacity: 0.55;
    -ms-filter: alpha(opacity=55);
    filter: alpha(opacity=55);
  }
  .back-to-top:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .back-to-top__text {
    display: none;
  }
  /* Module: S */
  /* Module: S */
  .duedate__list ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  /* Module: S */
  .two-boxes__image {
    height: 300px;
  }
  /* Module: S */
  .promo-banner {
    display: none;
  }
}

@media (min-width: 60em) {
  /*
--------------------
Modules
--------------------
*/
}

@media print {
  * {
    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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  .accordion-body {
    display: block !important;
  }
}

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