/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/assets/fancybox_sprite-44bd06e6b28f3c96e987507bd3c40de3d7023674e42822c3f380eba97b2af903.png);
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/assets/fancybox_loading-59f5d2957585c26f2b5869189b1b414dfd059010dac1272b8f340c75b7ef0860.gif) center center no-repeat;
}

/* line 100, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/assets/blank-3dca4ecfd677fb7efaad3674864438a6464ceef412fe0b8daea7790a3d96e244.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 122, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-prev {
  left: 0;
}

/* line 126, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-next {
  right: 0;
}

/* line 130, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/assets/fancybox_overlay-fd6fcbffb44c027bfd19ef5bddf11170a99e3126b2cc4ce14de5bfde2591ef0d.png);
}

/* line 190, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/assets/fancybox_sprite@2x-97fc6354812a3867338afd5c1247b2d639f0268002c6f51834036b8424de186b.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  /* line 270, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox.css.erb */
  #fancybox-loading div {
    background-image: url(/assets/fancybox_loading@2x-b43d261a59d8d0cedea39a9af55e3c999ef49b47117418573d43ece66d107fe7.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons.top {
  top: 10px;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons.bottom {
  bottom: 10px;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(/assets/fancybox_buttons-93d0ef39b4d113438ef9e4ee3f7a7619cd0934c0704255da0a29c66c243f859a.png);
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}

/* line 56, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons a:hover {
  opacity: 1;
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

/* line 77, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

/* line 84, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

/* line 88, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}

/* line 94, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-buttons.css.erb */
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-thumbs.css */
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-thumbs.css */
#fancybox-thumbs.bottom {
  bottom: 2px;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-thumbs.css */
#fancybox-thumbs.top {
  top: 2px;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-thumbs.css */
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-thumbs.css */
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-thumbs.css */
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-thumbs.css */
#fancybox-thumbs ul li:hover {
  opacity: 1;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-thumbs.css */
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/fancybox2-rails-0.2.7/app/assets/stylesheets/jquery.fancybox-thumbs.css */
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

@font-face {
  font-family: 'StagSansWeb-Light';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Light/StagSansWeb-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'StagSansWeb-Book';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Book/StagSansWeb-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'StagSansWeb-Medium';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Medium/StagSansWeb-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'StagSansWeb-Semibold';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Semibold/StagSansWeb-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("https://www.which.co.uk/global/fonts/open-sans/opensans_regular/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("https://www.which.co.uk/global/fonts/open-sans/opensans_semibold/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Which-Icons';
  src: url("https://www.which.co.uk/global/fonts/WhichIcons/WhichIcons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CELL-icons';
  src: url("https://www.which.co.uk/global/fonts/CELL-icons/CELL-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 364, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.2/";
}

/* line 368, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

/* line 373, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

/* line 378, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

/* line 383, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

/* line 388, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

/* line 393, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

/* line 398, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

/* line 403, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

/* line 408, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

/* line 413, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 422, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 425, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
html {
  box-sizing: border-box;
}

/* line 428, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 434, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 438, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
body {
  background: #fff;
  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;
}

/* line 451, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 454, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 456, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 461, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 468, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 469, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 473, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 478, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 484, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 487, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 497, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 500, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 223, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

/* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.row:after {
  clear: both;
}

/* line 227, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 230, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 233, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

/* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}

/* line 234, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

/* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 173, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 238, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 243, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.column + .column:last-child, .column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: right;
}

/* line 246, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
.column + .column.end, .column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
  float: left;
}

@media only screen {
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 163, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-1 {
    width: 8.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-2 {
    width: 16.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-4 {
    width: 33.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-5 {
    width: 41.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-7 {
    width: 58.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-8 {
    width: 66.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-10 {
    width: 83.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-11 {
    width: 91.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0 !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 175, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  /* line 183, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 185, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered,
.columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 192, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }
  /* line 197, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
    float: left;
  }
  /* line 201, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }
  /* line 207, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 210, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 213, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width:40.0625em) {
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 163, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 175, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  /* line 183, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 185, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered,
.columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 192, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }
  /* line 197, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }
  /* line 201, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }
  /* line 207, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
.row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 210, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 213, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 259, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 259, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 262, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width:64.0625em) {
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 155, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 163, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-1 {
    width: 8.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-2 {
    width: 16.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-4 {
    width: 33.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-5 {
    width: 41.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-7 {
    width: 58.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-8 {
    width: 66.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-10 {
    width: 83.3333333333%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-11 {
    width: 91.6666666667%;
  }
  /* line 168, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0 !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 175, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  /* line 183, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 185, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered,
.columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 192, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }
  /* line 197, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
    float: left;
  }
  /* line 201, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }
  /* line 207, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-collapse > .column,
.row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 210, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 213, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 270, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 270, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 273, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

/* line 213, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button, .button {
  -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: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007095;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}

/* line 220, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}

/* line 221, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}

/* line 222, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}

/* line 223, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}

/* line 224, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}

/* line 226, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}

/* line 227, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}

/* line 228, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}

/* line 229, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

/* line 231, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

/* line 232, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

/* line 234, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 3px;
}

/* line 235, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}

/* line 237, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #007095;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008CBA;
}

/* line 238, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.secondary, button.secondary[disabled], .button.disabled.secondary, .button.secondary[disabled] {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  background-color: #b9b9b9;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  color: #333333;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  background-color: #e7e7e7;
}

/* line 239, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.success, button.success[disabled], .button.disabled.success, .button.success[disabled] {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  background-color: #368a55;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  color: #FFFFFF;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  background-color: #43AC6A;
}

/* line 240, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.alert, button.alert[disabled], .button.disabled.alert, .button.alert[disabled] {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  background-color: #cf2a0e;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  color: #FFFFFF;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  background-color: #f04124;
}

/* line 241, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.warning, button.warning[disabled], .button.disabled.warning, .button.warning[disabled] {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
  background-color: #cf6e0e;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
  color: #FFFFFF;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
  background-color: #f08a24;
}

/* line 242, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.info, button.info[disabled], .button.disabled.info, .button.info[disabled] {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
  background-color: #61b6d9;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
  color: #FFFFFF;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
  background-color: #a0d3e8;
}

/* line 247, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:40.0625em) {
  /* line 250, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}

/* Standard Forms */
/* line 387, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 92, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}

/* line 94, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

/* line 98, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}

/* line 100, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

/* line 102, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
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;
}

/* line 108, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 393, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
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 */
}

/* line 394, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}

/* line 395, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

/* line 397, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
/* line 404, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 408, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.postfix.button {
  border-color: true;
}

/* line 409, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

/* line 411, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.prefix.button.radius {
  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;
}

/* line 412, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.postfix.button.radius {
  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;
}

/* line 413, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.prefix.button.round {
  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;
}

/* line 414, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.postfix.button.round {
  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;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 417, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 418, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
/* line 421, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], 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.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

/* line 138, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

/* line 144, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* line 150, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

/* line 433, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input.radius[type="text"], input.radius[type="password"], input.radius[type="date"], input.radius[type="datetime"], input.radius[type="datetime-local"], input.radius[type="month"], input.radius[type="week"], input.radius[type="email"], input.radius[type="number"], input.radius[type="search"], input.radius[type="tel"], input.radius[type="time"], input.radius[type="url"], input.radius[type="color"], textarea.radius {
  border-radius: 3px;
}

/* line 441, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
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;
}

/* line 445, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
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;
}

/* line 448, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
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;
}

/* line 452, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
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;
}

/* line 455, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
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;
}

/* line 459, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
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;
}

/* line 462, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
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;
}

/* line 466, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
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;
}

/* line 471, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
/* line 478, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 483, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
textarea {
  max-width: 100%;
}

/* line 488, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 492, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

/* line 496, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

/* line 500, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
:-ms-input-placeholder {
  color: #cccccc;
}

/* Add height value for select elements to match text input height */
/* line 506, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
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.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}

/* line 337, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}

/* line 360, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
select.radius {
  border-radius: 3px;
}

/* line 361, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

/* line 366, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* line 509, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
/* line 515, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 522, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 532, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 546, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}

/* line 279, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
fieldset legend {
  background: #FFFFFF;
  font-weight: bold;
  margin-left: -0.1875rem;
  margin: 0;
  padding: 0 0.1875rem;
}

/* Error Handling */
/* line 553, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

/* line 556, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 559, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

/* line 564, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

/* line 570, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

/* line 575, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}

/* line 580, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

/* line 585, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

/* line 597, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 602, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 607, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_forms.scss */
label.error {
  color: #f04124;
}

/* line 113, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 119, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333;
}

/* line 123, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 129, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}

/* line 136, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}

/* line 142, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

/* line 149, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.8125rem;
  z-index: 98;
}

/* line 156, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar {
  background: #333333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

/* line 165, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}

/* line 170, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}

/* line 174, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}

/* line 180, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: .35rem;
  padding-top: .35rem;
}

/* line 188, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .button, .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) {
  /* line 188, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}

/* line 204, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .title-area {
  margin: 0;
  position: relative;
}

/* line 209, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0;
}

/* line 214, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1.0625rem;
  line-height: 2.8125rem;
  margin: 0;
}

/* line 219, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #FFFFFF;
  display: block;
  font-weight: normal;
  padding: 0 0.9375rem;
  width: 75%;
}

/* line 230, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 235, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.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;
}

/* line 248, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}

/* line 252, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  color: #FFFFFF;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  position: relative;
}

/* line 129, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.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;
}

/* line 162, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

/* line 268, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded {
  background: transparent;
  height: auto;
}

/* line 272, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #333333;
}

/* line 277, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}

/* line 280, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.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) {
  /* line 293, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
.top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  /* line 299, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

/* line 308, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

/* line 314, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 323, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}

/* line 331, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li {
  background: #333333;
}

/* line 334, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.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%;
}

/* line 345, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #007095;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}

/* line 352, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}

/* line 353, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}

/* line 354, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}

/* line 355, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}

/* line 356, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  background-color: #61b6d9;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  color: #FFFFFF;
}

/* line 359, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #007095;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}

/* line 365, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}

/* line 366, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}

/* line 367, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}

/* line 368, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}

/* line 369, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: #61b6d9;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #FFFFFF;
}

/* line 373, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  color: #FFFFFF;
  background: #222222;
}

/* line 383, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #008CBA;
  color: #FFFFFF;
}

/* line 387, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: #FFFFFF;
}

/* line 395, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 0.9375rem;
}

/* line 400, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}

/* line 404, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.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;
}

/* line 417, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}

/* line 420, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.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%;
}

/* line 425, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

/* line 432, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.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%;
}

/* line 440, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}

/* line 444, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}

/* line 447, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

/* line 452, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

/* line 458, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}

/* line 462, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

/* line 466, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}

/* line 470, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}

/* line 476, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.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;
}

/* line 487, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width:40.0625em) {
  /* line 492, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 173, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 497, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 499, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 500, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name h5 a,
.top-bar .name h6 a {
    width: auto;
  }
  /* line 507, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar input,
.top-bar select,
.top-bar .button,
.top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  /* line 517, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #333333;
  }
  /* line 522, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    margin-bottom: 0;
    margin: 0 auto;
    max-width: 62.5rem;
  }
  /* line 528, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 532, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  /* line 537, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 539, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 545, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  /* line 555, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #333333;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  /* line 559, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #222222;
  }
  /* line 569, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #008CBA;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  /* line 574, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: #FFFFFF;
  }
  /* line 584, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  /* line 586, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .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;
  }
  /* line 594, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 595, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  /* line 601, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .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;
  }
  /* line 606, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  /* line 613, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px;
  }
  /* line 625, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  /* line 632, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    background: #333333;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap;
  }
  /* line 641, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333333;
    color: #FFFFFF;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #555555;
    color: #FFFFFF;
    background: #222222;
  }
  /* line 655, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  /* line 661, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 668, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  /* line 678, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #333333;
    height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 690, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 694, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 698, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  /* line 708, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  /* line 717, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF;
  }
  /* line 725, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .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;
  }
  /* line 730, vendor/bundle/ruby/3.4.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .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;
  }
}

/* line 1, app/assets/stylesheets/base/typography.sass */
body {
  hyphens: none;
}

/* line 5, app/assets/stylesheets/base/typography.sass */
.gap {
  height: 42px;
}

/* line 8, app/assets/stylesheets/base/typography.sass */
p.search_results {
  margin: 0;
}

/* line 12, app/assets/stylesheets/base/typography.sass */
.paragraph p {
  margin: 0;
  display: inline;
  width: 92%;
  vertical-align: middle;
  font-weight: 400;
}

/* line 18, app/assets/stylesheets/base/typography.sass */
.paragraph strong {
  font-size: 18px;
  color: #000;
  vertical-align: middle;
  margin-top: 4px;
  display: inline-block;
}

/* line 24, app/assets/stylesheets/base/typography.sass */
.paragraph .info {
  width: 92%;
  display: inline-block;
}

/* line 27, app/assets/stylesheets/base/typography.sass */
.paragraph .info .inline {
  display: inline;
  width: auto;
}

/* line 30, app/assets/stylesheets/base/typography.sass */
.paragraph .info .red-text {
  color: #ee5a40;
}

/* line 35, app/assets/stylesheets/base/typography.sass */
.paragraph p.inline strong {
  vertical-align: initial;
  display: initial;
  font-weight: 800;
}

/* line 42, app/assets/stylesheets/base/typography.sass */
.text-link-dark a {
  color: #3a55af;
}

@media only screen and (min-width: 1270px) {
  /* line 46, app/assets/stylesheets/base/typography.sass */
  .paragraph {
    padding: 10px 0 10px 185px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1269px) {
  /* line 50, app/assets/stylesheets/base/typography.sass */
  .paragraph {
    padding: 10px 0;
  }
  /* line 52, app/assets/stylesheets/base/typography.sass */
  .paragraph p {
    display: inline;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 56, app/assets/stylesheets/base/typography.sass */
  .paragraph {
    padding: 10px 0;
  }
  /* line 58, app/assets/stylesheets/base/typography.sass */
  .paragraph p {
    display: inline;
  }
}

@media only screen and (max-width: 479px) {
  /* line 62, app/assets/stylesheets/base/typography.sass */
  .paragraph {
    padding: 10px 20px;
  }
  /* line 64, app/assets/stylesheets/base/typography.sass */
  .paragraph p {
    display: inline;
  }
}

/* line 1, app/assets/stylesheets/base/links.sass */
a {
  color: #0050B3;
}

/* line 4, app/assets/stylesheets/base/links.sass */
a[href^="tel:"] {
  white-space: nowrap;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/base/lists.sass */
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/base/hidden-things.sass */
.hidden-prototype {
  display: none !important;
}

/* line 4, app/assets/stylesheets/base/hidden-things.sass */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 2, app/assets/stylesheets/base/grid.sass */
.container {
  margin: 0 auto;
}

/* line 12, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list * {
  transition: all 150ms ease-in-out;
}

/* line 15, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .header {
  position: relative;
  padding-top: 285px;
}

/* line 23, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .background {
  background-size: cover;
  height: 400px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: white;
}

/* line 32, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .cutout {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  /* line 32, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 32, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout {
    width: 615px;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 32, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout {
    width: 825px;
  }
}

@media only screen and (min-width: 1270px) {
  /* line 32, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout {
    width: 1245px;
  }
}

/* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
.article-category-list .header .cutout[data-display-grid] {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAKCAIAAACxGHDwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACNJREFUeNpi/P/6HQPZQESQeLVMDPQCozaN2jRqE/UAQIABAH8uAxF44y4dAAAAAElFTkSuQmCC");
  background-clip: content-box;
}

@media only screen and (max-width: 767px) {
  /* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
  .article-category-list .header .cutout[data-display-grid] {
    background-position: 20px;
  }
}

/* line 34, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .cutout .grid {
  width: 980px;
  margin-left: 0px;
  padding-top: 10px;
  background: white;
}

/* line 39, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .cutout .grid .title-and-standfirst {
  width: 980px;
  position: relative;
  left: -8px;
  padding: 0 35px 0 35px;
  border-left: 8px solid red;
  margin-bottom: 30px;
}

/* line 46, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .cutout .grid .title-and-standfirst h1 {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 60px;
  line-height: 72px;
  color: #000;
  margin: 0;
}

/* line 52, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .cutout .grid .title-and-standfirst .article-total-count {
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

/* line 57, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .cutout .grid .title-and-standfirst .standfirst {
  font-family: "National2-Regular", "Arial" !important;
  font-size: 25px;
  line-height: 36px;
  color: #000;
  margin-top: 12px;
}

/* line 63, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
.article-category-list .header .cutout .grid .title-and-standfirst .standfirst a {
  color: #000;
}

@media only screen and (min-width: 1024px) and (max-width: 1269px) {
  /* line 15, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .header {
    padding-top: 185px;
  }
  /* line 68, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .background {
    height: 300px;
  }
  /* line 70, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout {
    width: 910px;
  }
  /* line 72, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid {
    width: 910px;
    margin: 0 auto;
  }
  /* line 75, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid .title-and-standfirst {
    width: 840px;
    margin: 0 auto;
    padding: 0 0 0 43px;
    left: -43px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 15, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .header {
    padding-top: 220px;
  }
  /* line 83, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .background {
    height: 300px;
  }
  /* line 85, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout {
    width: 700px;
  }
  /* line 87, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid {
    width: 700px;
    margin: 0 auto;
  }
  /* line 90, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid .title-and-standfirst {
    width: 630px;
    margin: 0 auto;
    padding: 0 0 0 43px;
    left: -43px;
  }
  /* line 95, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid .title-and-standfirst h1 {
    font-size: 54px;
    line-height: 62px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .header {
    padding-top: 100px;
  }
  /* line 101, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .background {
    height: 160px;
  }
  /* line 103, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout {
    margin: 0 50px 0 0;
  }
  /* line 105, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid {
    width: 100%;
    padding-top: 0;
  }
  /* line 108, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid .title-and-standfirst {
    width: 100%;
    left: 12px;
    margin-left: -12px;
    padding: 10px 15px 0 15px;
  }
  /* line 113, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid .title-and-standfirst h1 {
    font-size: 36px;
    line-height: 42px;
  }
  /* line 116, app/assets/stylesheets/cell-x/header-with-standfirst.sass */
  .article-category-list .header .cutout .grid .title-and-standfirst .standfirst {
    font-size: 22px;
    line-height: 30px;
  }
}

/* line 18, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles {
  background-color: white;
  padding-bottom: 43px;
  position: relative;
}

/* line 22, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles:after {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  z-index: 1;
  bottom: -40px;
  content: '';
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid white;
}

/* line 35, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
  float: initial;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  /* line 35, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 35, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    width: 615px;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 35, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    width: 825px;
  }
}

@media only screen and (min-width: 1270px) {
  /* line 35, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    width: 1245px;
  }
}

/* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
.article-category-list .featured-articles .grid[data-display-grid] {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAKCAIAAACxGHDwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACNJREFUeNpi/P/6HQPZQESQeLVMDPQCozaN2jRqE/UAQIABAH8uAxF44y4dAAAAAElFTkSuQmCC");
  background-clip: content-box;
}

@media only screen and (max-width: 767px) {
  /* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
  .article-category-list .featured-articles .grid[data-display-grid] {
    background-position: 20px;
  }
}

/* line 39, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid:before {
  display: none;
}

/* line 41, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid h2 {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 27px;
  line-height: 34px;
  color: #212121;
}

/* line 46, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards {
  display: flex;
  justify-content: space-between;
}

/* line 50, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card {
  display: block;
  flex-basis: 370px;
  height: 324px;
  border: solid 1px #e0e0e0;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card:hover {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card:hover .top .title {
  text-decoration: underline;
}

/* line 62, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card .top {
  position: relative;
  height: 189px;
}

/* line 65, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card .top .teaser-image {
  width: 100%;
  height: 100%;
}

/* line 68, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card .top .title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ee5a40;
  display: block;
  padding: 8px 20px;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 22px;
  line-height: 28px;
  color: white;
}

/* line 80, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card .summary {
  height: 135px;
  padding: 0 20px;
}

/* line 83, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card .summary .metadata {
  margin-top: 15px;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 2px;
  color: #757575;
}

/* line 90, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards .card .summary .intro {
  height: 80px;
  margin-top: 6px;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  overflow: hidden;
}

/* line 98, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel {
  display: block;
  position: initial;
}

/* line 101, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel .owl-wrapper-outer {
  position: initial;
}

/* line 105, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  background-color: #bdbdbd;
  border-radius: 50%;
}

/* line 111, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel .owl-controls .owl-page.active span {
  background-color: #e53935;
}

/* line 114, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel .owl-controls .owl-buttons .owl-prev, .article-category-list .featured-articles .grid .cards.carousel .owl-controls .owl-buttons .owl-next {
  top: 50%;
  margin: -65px 0 0 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
  border-radius: 0;
  width: 47px;
  height: 129px;
  background: transparent;
}

/* line 125, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel .owl-controls .owl-buttons .owl-prev {
  left: 0;
  background-image: url(/assets/CELL/carousel/arrow-prev-785564de6bc777d42af9162c1b9f1e1482c06ab1898bc1df90b53600ae2a0a96.svg);
}

/* line 128, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel .owl-controls .owl-buttons .owl-next {
  right: 0;
  background-image: url(/assets/CELL/carousel/arrow-next-918564a2791aa17a4df5aefdb43ef4b86a0df7a6d3fc53f28d7d5d5db0b67e16.svg);
}

/* line 131, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .featured-articles .grid .cards.carousel .card {
  width: 370px;
}

/* line 133, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns {
  background-color: #f5f5f5;
  float: none;
  padding: 0;
}

/* line 137, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
  flex-direction: row;
  float: initial;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  /* line 137, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 137, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid {
    width: 615px;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 137, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid {
    width: 825px;
  }
}

@media only screen and (min-width: 1270px) {
  /* line 137, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid {
    width: 1245px;
  }
}

/* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
.article-category-list .columns .grid[data-display-grid] {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAKCAIAAACxGHDwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACNJREFUeNpi/P/6HQPZQESQeLVMDPQCozaN2jRqE/UAQIABAH8uAxF44y4dAAAAAElFTkSuQmCC");
  background-clip: content-box;
}

@media only screen and (max-width: 767px) {
  /* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
  .article-category-list .columns .grid[data-display-grid] {
    background-position: 20px;
  }
}

/* line 143, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .contents-column {
  flex-basis: 895px;
  border-top: 1px solid #eeeeee;
  padding: 50px 90px 0 90px;
}

/* line 148, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .contents-column .article-summary {
  border-bottom: 1px solid #eeeeee;
}

/* line 150, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .contents-column .article-summary .title {
  display: block;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 27px;
  line-height: 36px;
  color: #000;
  margin: 30px 0 6px 0;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .contents-column .article-summary .title:hover {
  text-decoration: underline;
  color: #1e88e5;
}

/* line 161, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .contents-column .article-summary .metadata {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 2px;
  color: #757575;
  margin: 6px 0 14px 0;
}

/* line 168, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .contents-column .article-summary .intro {
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 14px 0 19px 0;
}

/* line 174, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .contents-column .pagination-section {
  margin-bottom: 54px;
}

/* line 178, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .sidebar-column {
  flex-basis: 335px;
  padding: 50px 20px 0 20px;
}

/* line 182, app/assets/stylesheets/cell-x/article-category-list.sass */
.article-category-list .columns .grid .sidebar-column .find-a-trader {
  margin-top: 30px;
}

@media only screen and (min-width: 1270px) {
  /* line 187, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    padding: 0 35px;
  }
  /* line 190, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards .card {
    height: 342px;
  }
  /* line 192, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards .card .summary {
    height: 153px;
  }
  /* line 194, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards .card .summary .intro {
    height: 100px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1269px) {
  /* line 199, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    padding: 0;
  }
  /* line 202, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards .card {
    width: 265px;
  }
  /* line 204, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards.carousel {
    display: block;
  }
  /* line 206, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards.carousel .card {
    width: 265px;
  }
  /* line 209, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid {
    flex-direction: column;
  }
  /* line 211, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .contents-column {
    flex-basis: auto;
    padding: 50px 0 0 0;
  }
  /* line 214, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column {
    flex-basis: auto;
    margin-bottom: 60px;
  }
  /* line 217, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column a {
    width: 425px;
    display: block;
    margin: 0 auto;
  }
  /* line 221, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column a .find-a-trader {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 226, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    padding: 0;
  }
  /* line 229, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards .card {
    width: 300px;
  }
  /* line 231, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards.carousel {
    display: block;
  }
  /* line 233, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards.carousel .card {
    width: 300px;
  }
  /* line 236, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid {
    flex-direction: column;
  }
  /* line 238, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .contents-column {
    flex-basis: auto;
    padding: 50px 0 0 0;
  }
  /* line 241, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column {
    flex-basis: auto;
    margin-bottom: 60px;
  }
  /* line 244, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column a {
    width: 425px;
    display: block;
    margin: 0 auto;
  }
  /* line 248, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column a .find-a-trader {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  /* line 253, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .header .cutout {
    padding: 0;
  }
  /* line 256, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid {
    padding: 0 20px;
  }
  /* line 259, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards .card {
    width: 100%;
  }
  /* line 261, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards.carousel {
    display: block;
  }
  /* line 263, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .featured-articles .grid .cards.carousel .card {
    width: 100%;
  }
  /* line 266, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid {
    flex-direction: column;
  }
  /* line 268, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .contents-column {
    flex-basis: auto;
    padding: 50px 0 0 0;
  }
  /* line 272, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .contents-column .article-summary .title {
    font-size: 25px;
    line-height: 33px;
  }
  /* line 275, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column {
    flex-basis: auto;
    margin-bottom: 60px;
  }
  /* line 278, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column a {
    width: 265px;
    display: block;
    margin: 0 auto;
  }
  /* line 282, app/assets/stylesheets/cell-x/article-category-list.sass */
  .article-category-list .columns .grid .sidebar-column a .find-a-trader {
    margin: 0;
  }
}

/* line 289, app/assets/stylesheets/cell-x/article-category-list.sass */
.find-a-trader {
  background: #ee5a40;
  padding: 25px 20px;
  text-align: center;
  border-radius: 2px;
}

/* line 294, app/assets/stylesheets/cell-x/article-category-list.sass */
.find-a-trader:hover {
  background: #B34430;
}

/* line 296, app/assets/stylesheets/cell-x/article-category-list.sass */
.find-a-trader .text, .find-a-trader .icon-search {
  display: inline-block;
  vertical-align: middle;
}

/* line 299, app/assets/stylesheets/cell-x/article-category-list.sass */
.find-a-trader .icon-search {
  background-image: url(/assets/CELL/svg-icons/search-f1d8d7473e5b11eb65346bfd61476592934b9b1a95744370dbb8f183a9d6fd03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 27px;
  width: 29px;
  margin: 0px 0 0 6px;
  color: white;
}

/* line 300, app/assets/stylesheets/cell-x/article-category-list.sass */
.find-a-trader .icon-search:before {
  content: '';
}

/* line 309, app/assets/stylesheets/cell-x/article-category-list.sass */
.find-a-trader .text {
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
  line-height: 26px;
  color: white;
}

/* line 84, app/assets/stylesheets/cell-x/datepicker.sass */
.datepicker {
  background-image: url(/assets/CELL/svg-icons/datepicker-47c73c0534a199d253898bee6f1de26a22ddebe5220f9a71f813bf3e94fc9e53.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

/* line 9, app/assets/stylesheets/cell-x/datepicker.sass */
.datepicker:focus {
  background-image: url(/assets/CELL/svg-icons/datepicker-focus-96ebe4af6e67987a34d7bfef5c0a03e3f14fcdf19ff8debefb021d696b40d422.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right 15px !important;
}

/* line 87, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker {
  background-color: white;
  box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.22);
  margin-top: 10px;
}

/* line 89, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-header {
  background-color: #e30613;
  color: white;
}

/* line 22, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-header:before {
  position: absolute;
  left: 30%;
  top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e30613 transparent;
  content: '';
}

/* line 91, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 16px;
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  right: 10px;
  color: #e30613;
}

/* line 93, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 10px;
}

/* line 95, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 10px;
}

/* line 97, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  padding: 20px 0;
}

/* line 99, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-calendar {
  margin: 15px 3px 10px 3px;
}

/* line 59, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-calendar thead tr th {
  color: #999999;
  font-weight: normal;
}

/* line 64, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-calendar tbody tr td {
  text-align: center;
  padding: 5px 9px;
}

/* line 67, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
}

/* line 101, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  border-radius: 50%;
  background-color: #cccccc;
}

/* line 103, app/assets/stylesheets/cell-x/datepicker.sass */
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  border-radius: 50%;
  background-color: #e30613;
  color: white;
}

@font-face {
  font-family: 'StagSansWeb-Light';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Light/StagSansWeb-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'StagSansWeb-Book';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Book/StagSansWeb-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'StagSansWeb-Medium';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Medium/StagSansWeb-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'StagSansWeb-Semibold';
  src: url("https://www.which.co.uk/global/fonts/StagSansWeb/StagSansWeb-Semibold/StagSansWeb-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("https://www.which.co.uk/global/fonts/open-sans/opensans_regular/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("https://www.which.co.uk/global/fonts/open-sans/opensans_semibold/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Which-Icons';
  src: url("https://www.which.co.uk/global/fonts/WhichIcons/WhichIcons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CELL-icons';
  src: url("https://www.which.co.uk/global/fonts/CELL-icons/CELL-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National2-Regular';
  src: url("https://www.which.co.uk/global/fonts/national-2/national-2-regular/national-2-regular.woff2") format("woff2");
  unicode-range: U+000-5FF;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National2-Medium';
  src: url("https://www.which.co.uk/global/fonts/national-2/national-2-medium/national-2-medium.woff2") format("woff2");
  unicode-range: U+000-5FF;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National2-Bold';
  src: url("https://www.which.co.uk/global/fonts/national-2/national-2-bold/national-2-bold.woff2") format("woff2");
  unicode-range: U+000-5FF;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* line 5, app/assets/stylesheets/elements/partnership-ribbons.sass */
.profile-header .down-ribbon {
  text-align: center;
  height: auto;
  width: 94px;
  right: 122px;
  padding-bottom: 0;
}

/* line 26, app/assets/stylesheets/elements/partnership-ribbons.sass */
.profile-header .down-ribbon img {
  display: block;
  position: relative;
  left: -31px;
  bottom: -22px;
  width: 135px;
  height: auto;
  max-width: unset;
}

/* line 4, app/assets/stylesheets/cell-x/local_nav.sass */
nav.top-bar .title-area .site-name {
  padding: 33px 0 0 95px;
  font-family: "National2-Bold", "Arial" !important;
  font-size: 27px;
  line-height: 34px;
  color: #000;
  display: inline-block;
}

/* line 11, app/assets/stylesheets/cell-x/local_nav.sass */
nav.top-bar .title-area .site-name a {
  text-decoration: none;
  color: #000;
  transition: all 120ms ease-in-out;
}

/* line 15, app/assets/stylesheets/cell-x/local_nav.sass */
nav.top-bar .title-area .site-name a:hover {
  color: #f44336;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 21, app/assets/stylesheets/cell-x/local_nav.sass */
  nav.top-bar .title-area .site-name {
    padding: 20px 0 0 95px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 26, app/assets/stylesheets/cell-x/local_nav.sass */
  nav.top-bar .title-area .site-name {
    padding: 20px 0 0 20px;
    font-size: 21px;
    line-height: 30px;
  }
}

/* line 3, app/assets/stylesheets/elements/trader-of-the-month-badge.sass */
.trader-of-the-month-badge {
  background-color: transparent;
  background-image: url(/assets/trader-of-the-month-badge-5bf2cda5ed8db805d3174b0d3cf62d09e42a595499a71685412fcfd79dda574e.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 60px;
  width: 120px;
  height: 120px;
}

/* line 13, app/assets/stylesheets/elements/trader-of-the-month-badge.sass */
.trader-of-the-month-badge .text {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 26px;
  font-family: "National2-Bold", "Arial" !important;
  font-size: 8px;
  color: #F10426;
}

/* line 86, app/assets/stylesheets/modules/_buttons.sass */
.btn-tt {
  height: auto;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 18px 30px;
  margin: 0 4px;
  font-size: 26px;
  line-height: 26px;
  outline: none;
  font-weight: 300;
  font-family: "National2-Medium", "Arial" !important;
}

/* line 15, app/assets/stylesheets/modules/_buttons.sass */
.btn-tt:hover, .btn-tt:focus {
  text-decoration: none;
  opacity: 0.9;
}

/* line 18, app/assets/stylesheets/modules/_buttons.sass */
.btn-tt.orange {
  background: #ee5a40;
}

/* line 20, app/assets/stylesheets/modules/_buttons.sass */
.btn-tt.grey {
  background: #2f3640;
}

/* line 22, app/assets/stylesheets/modules/_buttons.sass */
.btn-tt.white {
  background: #fff;
  color: #2f3640;
}

/* line 25, app/assets/stylesheets/modules/_buttons.sass */
.btn-tt.big-blue {
  background: #3E57A6;
  border-radius: 4px;
  font-size: 21px;
  padding: 10px 20px 8px 20px;
}

/* line 30, app/assets/stylesheets/modules/_buttons.sass */
.btn-tt.big-orange {
  background: #ee4036;
  border-radius: 4px;
  font-size: 21px;
  padding: 10px 20px 8px 20px;
}

/* line 35, app/assets/stylesheets/modules/_buttons.sass */
.btn-tt.full-width {
  width: 100%;
  border: none;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  height: 56px;
  padding: 10px 20px;
}

/* line 43, app/assets/stylesheets/modules/_buttons.sass */
.btn-tt.width-60 {
  width: 60%;
  border: none;
  margin: 0;
  font-size: 18px;
  line-height: 37px;
  height: 56px;
  padding: 10px 20px;
}

/* line 51, app/assets/stylesheets/modules/_buttons.sass */
.btn-tt.throbber {
  font-size: 18px;
  line-height: 21px;
  background-color: #000 !important;
  background-image: url(/assets/ripple-04f645b74ff179ec5776355f3b5c03604a516f8c8e5d9055ea88ac3cc25b42f7.gif);
  background-position: 67% 50%;
  background-repeat: no-repeat;
  cursor: wait;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 91, app/assets/stylesheets/modules/_buttons.sass */
  .btn-tt.full-width {
    font-size: 16px;
  }
}

/* line 1, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-darken {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

/* line 3, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-darken .fancybox-skin {
  padding: 0px !important;
}

/* line 6, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}

/* line 11, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-skin .fancybox-close {
  background: white;
  width: 48px;
  height: 48px;
  top: 0;
  right: -63px;
  transition: background 200ms;
  transition-timing-function: ease-in-out;
}

/* line 20, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-skin .fancybox-close:before {
  font-family: 'Which-Icons', serif !important;
  font-weight: normal;
  content: '\e035';
  line-height: 52px;
  font-size: 16px;
  width: 48px;
  margin-left: 18px;
  color: black;
  font-weight: lighter;
}

/* line 29, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-skin .fancybox-close:hover {
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-skin .fancybox-close:hover:before {
  color: white;
}

/* line 34, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-skin h4 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #9eb3be;
}

/* line 38, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-skin ul {
  margin-bottom: 15px;
}

/* line 40, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-skin .confirmation-message {
  width: 300px;
}

@media only screen and (max-width: 479px) {
  /* line 44, app/assets/stylesheets/modules/fancybox.sass */
  .fancybox-wrap {
    top: 75px !important;
  }
  /* line 47, app/assets/stylesheets/modules/fancybox.sass */
  .fancybox-wrap .fancybox-skin .fancybox-close {
    top: -63px;
    right: 0;
  }
}

/* line 52, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-inner .container {
  width: auto;
}

/* line 55, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-inner .fancybox-form-wrapper {
  height: 100%;
  width: 100%;
}

/* line 59, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-inner .fancybox-form-wrapper .fancybox-form-body {
  position: absolute;
  top: 0px;
  bottom: 50px;
  left: 0px;
  overflow: auto;
  width: 100%;
}

/* line 67, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-inner .fancybox-form-wrapper .fancybox-form-footer {
  position: absolute;
  bottom: 0px;
  height: 35px;
  left: 0px;
  overflow: hidden;
  width: 100%;
}

/* line 75, app/assets/stylesheets/modules/fancybox.sass */
.fancybox-inner #businesses-map {
  width: 600px;
  height: 400px;
  display: block;
}

/* line 81, app/assets/stylesheets/modules/fancybox.sass */
#businesses-map {
  height: 400px;
  display: block;
}

/* line 20, app/assets/stylesheets/modules/_footer.sass */
.tt-footer, .c-footer {
  background: #30363f;
  padding: 56px 19px;
}

/* line 23, app/assets/stylesheets/modules/_footer.sass */
.tt-footer .container, .c-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  /* line 23, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer .container, .c-footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 23, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer .container, .c-footer .container {
    width: 615px;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 23, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer .container, .c-footer .container {
    width: 825px;
  }
}

@media only screen and (min-width: 1270px) {
  /* line 23, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer .container, .c-footer .container {
    width: 1245px;
  }
}

/* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
.tt-footer .container[data-display-grid], .c-footer .container[data-display-grid] {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAKCAIAAACxGHDwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACNJREFUeNpi/P/6HQPZQESQeLVMDPQCozaN2jRqE/UAQIABAH8uAxF44y4dAAAAAElFTkSuQmCC");
  background-clip: content-box;
}

@media only screen and (max-width: 767px) {
  /* line 36, vendor/assets/node_modules/@which/cell/styles/grid/grid.scss */
  .tt-footer .container[data-display-grid], .c-footer .container[data-display-grid] {
    background-position: 20px;
  }
}

/* line 26, app/assets/stylesheets/modules/_footer.sass */
.tt-footer .footer-column-for-traders, .c-footer .footer-column-for-traders {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

/* line 31, app/assets/stylesheets/modules/_footer.sass */
.tt-footer .footer-column-for-traders ul li, .c-footer .footer-column-for-traders ul li {
  vertical-align: top;
  width: 165px;
}

/* line 34, app/assets/stylesheets/modules/_footer.sass */
.tt-footer .footer-column-for-consumers, .c-footer .footer-column-for-consumers {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

/* line 38, app/assets/stylesheets/modules/_footer.sass */
.tt-footer .footer-column-follow, .c-footer .footer-column-follow {
  width: 21%;
  display: inline-block;
  vertical-align: top;
}

/* line 42, app/assets/stylesheets/modules/_footer.sass */
.tt-footer .footer-column-follow.mobile, .c-footer .footer-column-follow.mobile {
  display: none;
}

/* line 44, app/assets/stylesheets/modules/_footer.sass */
.tt-footer .footer-heading, .c-footer .footer-heading {
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #fff;
  line-height: 25px;
  margin: 15px 0;
  font-family: "National2-Medium", "Arial" !important;
}

/* line 52, app/assets/stylesheets/modules/_footer.sass */
.tt-footer h2, .c-footer h2 {
  font-size: 20px;
  line-height: 21px;
  color: #fff;
  font-family: "National2-Regular", "Arial" !important;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 60, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li, .c-footer li {
  padding: 0 10px 0 0;
  display: inline-block;
  width: 174px;
  color: #fff;
}

/* line 65, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li a, .c-footer li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 6px 6px 6px 0;
  outline: none;
  border: 1px solid transparent;
  vertical-align: top;
  font-size: 14px;
  font-family: "National2-Regular", "Arial" !important;
  font-weight: 200;
}

/* line 76, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li a:hover, .c-footer li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* line 79, app/assets/stylesheets/modules/_footer.sass */
.tt-footer .have-a-question, .c-footer .have-a-question {
  color: #fff;
  font-family: "National2-Regular", "Arial" !important;
}

/* line 82, app/assets/stylesheets/modules/_footer.sass */
.tt-footer .have-a-question .phone, .c-footer .have-a-question .phone {
  padding: 6px 0 4px 0;
  font-size: 21px;
  line-height: 18px;
  font-weight: 600;
}

/* line 87, app/assets/stylesheets/modules/_footer.sass */
.tt-footer .have-a-question .hours, .c-footer .have-a-question .hours, .tt-footer .have-a-question .charges, .c-footer .have-a-question .charges {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 200;
}

/* line 91, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li.twitter, .c-footer li.twitter {
  background-image: url(/assets/icon-twitter-53822a338731faa5324142cab4c39f143c703d4d2234e6070c2b6e142ae6c6c9.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  display: inline-block;
  border: none;
  margin-top: 20px;
  background-image: url(/assets/icon-twitter-53822a338731faa5324142cab4c39f143c703d4d2234e6070c2b6e142ae6c6c9.png);
}

/* line 9, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li.twitter:hover, .c-footer li.twitter:hover {
  opacity: 0.8;
  border: none;
  height: 50px;
  width: 50px;
}

/* line 14, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li.twitter a, .c-footer li.twitter a {
  padding: 20px;
}

/* line 16, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li.twitter a:hover, .c-footer li.twitter a:hover {
  border: none;
  padding: 20px;
}

/* line 94, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li.facebook, .c-footer li.facebook {
  background-image: url(/assets/icon-twitter-53822a338731faa5324142cab4c39f143c703d4d2234e6070c2b6e142ae6c6c9.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  display: inline-block;
  border: none;
  margin-top: 20px;
  background-image: url(/assets/icon-facebook-aa32994eb73eeaa8f07652231a2075eb1f86ac1c2e7c4e5fe6d8629233bd8108.png);
}

/* line 9, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li.facebook:hover, .c-footer li.facebook:hover {
  opacity: 0.8;
  border: none;
  height: 50px;
  width: 50px;
}

/* line 14, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li.facebook a, .c-footer li.facebook a {
  padding: 20px;
}

/* line 16, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li.facebook a:hover, .c-footer li.facebook a:hover {
  border: none;
  padding: 20px;
}

/* line 97, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li.youtube, .c-footer li.youtube {
  background-image: url(/assets/icon-twitter-53822a338731faa5324142cab4c39f143c703d4d2234e6070c2b6e142ae6c6c9.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  display: inline-block;
  border: none;
  margin-top: 20px;
  background-image: url(/assets/icon-youtube-6a115157e6ee3306f9e608a1a5125e5a26ef294f1bc1269fb1edce81a08aa1a0.png);
}

/* line 9, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li.youtube:hover, .c-footer li.youtube:hover {
  opacity: 0.8;
  border: none;
  height: 50px;
  width: 50px;
}

/* line 14, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li.youtube a, .c-footer li.youtube a {
  padding: 20px;
}

/* line 16, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li.youtube a:hover, .c-footer li.youtube a:hover {
  border: none;
  padding: 20px;
}

/* line 102, app/assets/stylesheets/modules/_footer.sass */
.tt-footer li a.border-link, .c-footer li a.border-link {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 10px;
}

/* line 109, app/assets/stylesheets/modules/_footer.sass */
.c-footer .footer-column-for-traders {
  width: 54%;
  padding: 0;
}

/* line 112, app/assets/stylesheets/modules/_footer.sass */
.c-footer .footer-column-for-traders ul {
  margin-left: -20px;
}

/* line 114, app/assets/stylesheets/modules/_footer.sass */
.c-footer .footer-column-for-traders ul li {
  display: inline-block;
  width: 49%;
  padding: 0;
}

/* line 118, app/assets/stylesheets/modules/_footer.sass */
.c-footer .footer-column-for-traders ul li a {
  padding: 0 20px;
  margin: 1px 0;
}

/* line 122, app/assets/stylesheets/modules/_footer.sass */
.c-footer .footer-column-for-consumers {
  width: 24%;
}

/* line 125, app/assets/stylesheets/modules/_footer.sass */
.c-footer .footer-column-for-consumers .social-media-links h2 {
  margin-top: 20px;
}

/* line 128, app/assets/stylesheets/modules/_footer.sass */
.c-footer .footer-column-for-consumers .social-media-links ul li {
  margin-top: 12px;
}

/* line 130, app/assets/stylesheets/modules/_footer.sass */
.c-footer .footer-column-for-consumers .social-media-links ul li a {
  width: 30px;
  height: 30px;
  padding: 0px 6px 6px 0;
}

@media screen and (max-width: 890px) {
  /* line 137, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders {
    width: 100% !important;
    display: inline-block;
  }
  /* line 140, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders ul {
    margin-left: -20px;
  }
  /* line 142, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders ul li {
    padding: 0;
  }
  /* line 144, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-follow {
    position: relative !important;
    vertical-align: top;
    margin-top: 30px;
    top: 0 !important;
  }
  /* line 149, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-follow h2 {
    margin-top: 0;
  }
  /* line 151, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers {
    width: 49%;
    vertical-align: top;
    top: 0;
  }
  /* line 155, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers .visit-link {
    margin-top: 30px;
    vertical-align: top;
  }
  /* line 158, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers .visit-link h2 {
    margin-top: 0;
  }
  /* line 160, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers .social-media-links {
    margin-top: 30px;
    vertical-align: top;
  }
  /* line 163, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers .social-media-links h2 {
    margin-top: 0;
  }
  /* line 165, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-follow {
    width: 49%;
    vertical-align: top;
    top: 0;
  }
}

@media screen and (max-width: 1108px) {
  /* line 173, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders {
    width: 100%;
  }
  /* line 175, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders ul {
    margin-left: -20px;
  }
  /* line 177, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders ul li {
    padding: 0;
  }
  /* line 179, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers {
    width: 49%;
  }
  /* line 181, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-follow {
    width: 49%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1269px) {
  /* line 186, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders {
    width: 66%;
  }
  /* line 189, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers {
    width: 66%;
  }
  /* line 191, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers .visit-link {
    width: 52%;
    display: inline-block;
    vertical-align: top;
  }
  /* line 195, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers .social-media-links {
    width: 47%;
    display: inline-block;
  }
  /* line 198, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-follow {
    width: 32%;
    position: absolute;
    top: 55px;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 206, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer .footer-column-for-traders, .c-footer .footer-column-for-traders {
    width: 100%;
  }
  /* line 209, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer .footer-column-for-traders ul li, .c-footer .footer-column-for-traders ul li {
    vertical-align: top;
  }
  /* line 211, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer .footer-column-for-consumers, .c-footer .footer-column-for-consumers {
    width: 100%;
  }
  /* line 214, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer .footer-column-for-consumers ul li, .c-footer .footer-column-for-consumers ul li {
    vertical-align: top;
    width: 60%;
  }
  /* line 217, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer .footer-column-follow, .c-footer .footer-column-follow {
    width: 100%;
  }
  /* line 221, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders {
    width: 100%;
    padding: 0 0 0 100px;
  }
  /* line 224, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders h2 {
    margin-top: 20px;
  }
  /* line 226, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders ul {
    margin-left: -20px;
  }
  /* line 228, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders ul li {
    width: 35%;
    display: inline-block;
    padding: 0;
  }
  /* line 232, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders ul li a {
    padding: 0 0 0 20px;
    margin: 1px;
    font-size: 14px;
  }
  /* line 236, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders .social-media-links {
    width: 49%;
    display: inline-block;
  }
  /* line 240, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers {
    padding-left: 100px;
    width: 66%;
  }
  /* line 243, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers .visit-link {
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }
  /* line 247, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers .social-media-links {
    width: 53%;
    display: inline-block;
  }
  /* line 251, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers .social-media-links ul li {
    display: inline-block;
    width: 16%;
  }
  /* line 254, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers .social-media-links ul li:last-of-type {
    width: 22%;
  }
  /* line 257, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers ul li {
    width: 90%;
  }
  /* line 260, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-follow {
    width: 33%;
  }
  /* line 262, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-follow .have-a-question {
    width: 100%;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  /* line 268, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer, .c-footer {
    padding: 56px 19px 0 19px;
  }
  /* line 270, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer .footer-column-for-traders, .c-footer .footer-column-for-traders {
    width: 100%;
  }
  /* line 273, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer .footer-column-for-traders ul li, .c-footer .footer-column-for-traders ul li {
    vertical-align: top;
    width: 49%;
  }
  /* line 276, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer .footer-column-for-consumers, .c-footer .footer-column-for-consumers {
    width: 100%;
  }
  /* line 279, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer .footer-column-for-consumers ul li, .c-footer .footer-column-for-consumers ul li {
    vertical-align: top;
    width: 49%;
  }
  /* line 282, app/assets/stylesheets/modules/_footer.sass */
  .tt-footer .footer-column-follow, .c-footer .footer-column-follow {
    width: 100%;
  }
  /* line 286, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders {
    width: 100%;
    padding: 0 50px 0 0;
  }
  /* line 289, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders ul {
    margin-left: -20px;
  }
  /* line 291, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  /* line 295, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-traders ul li a {
    border-right: 0;
    padding: 0 20px;
    line-height: 48px;
  }
  /* line 300, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers {
    width: 100%;
  }
  /* line 302, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers .social-media-links {
    width: 100%;
    display: inline-block;
  }
  /* line 306, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-for-consumers .social-media-links ul li {
    display: inline-block;
    width: 17%;
  }
  /* line 309, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-follow {
    width: 100%;
    display: none;
  }
  /* line 312, app/assets/stylesheets/modules/_footer.sass */
  .c-footer .footer-column-follow.mobile {
    display: block;
  }
}

/* line 3, app/assets/stylesheets/modules/_shame.sass */
.review-attribute-field {
  display: inline-block;
  vertical-align: middle;
}

/* line 7, app/assets/stylesheets/modules/_shame.sass */
.review-value span {
  margin-left: 0px !important;
}

/* line 12, app/assets/stylesheets/modules/_shame.sass */
form div.map-bg p {
  font-size: 14px;
}

/* line 18, app/assets/stylesheets/modules/_shame.sass */
.search-section_consumer input, .search-section_search-page input {
  color: #212121 !important;
}

/* line 22, app/assets/stylesheets/modules/_shame.sass */
.js .search-user-history {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 30, app/assets/stylesheets/modules/_shame.sass */
  footer .footer-left,
footer .footer-right {
    width: 80% !important;
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 39, app/assets/stylesheets/modules/_shame.sass */
  footer .footer-left {
    padding-top: 5px !important;
  }
  /* line 42, app/assets/stylesheets/modules/_shame.sass */
  footer .footer-left ul li {
    line-height: 2 !important;
  }
}

/* line 2, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.expanded-nav {
  overflow: visible;
  background: #fff;
}

/* line 5, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.expanded-nav .top-bar-section {
  top: 5px;
}

/* line 7, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.trader-menu {
  min-height: 65px;
}

/* line 135, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out {
  background: #fff;
  display: flex;
  padding: 0 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

/* line 18, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out ul.title-area {
  width: 300px;
}

/* line 21, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out ul.title-area li.name .logo-holder {
  width: 275px;
  height: 63px;
  margin: 16px 18px 14px 18px;
  background-image: url(/assets/trusted-traders-logo-30b3bc9c43b7b6fddd846d95d7619ab930f74d949aea2ad69749e9c1a5ae83d6.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 30, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out ul.title-area .menu-ex-burger:after {
  font-family: 'Which-Icons';
  content: '\25bc';
  margin: -2px 0 0 5px;
  vertical-align: top;
  display: inline-block;
}

/* line 37, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out ul.title-area .menu-ex-burger.active:after {
  content: '\25b2';
}

/* line 41, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section {
  float: right;
  display: inline;
  padding-right: 18px;
  z-index: 50;
}

/* line 46, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul {
  width: 100%;
}

/* line 48, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li {
  background: #fff !important;
  border-bottom: 4px solid transparent;
  color: #000 !important;
  text-align: center;
  width: auto;
}

/* line 54, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li.active {
  border-bottom: 4px solid #ffd4d0;
  color: #000 !important;
}

/* line 57, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li:hover {
  border-bottom: 4px solid #ffd4d0;
  color: #000 !important;
}

/* line 60, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li.apply {
  background: none !important;
  border-right: 0;
  border-top: transparent;
}

/* line 64, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li.apply a {
  height: 100%;
  color: #fff !important;
  background: #ee5a40 !important;
  padding: 10px 4px !important;
  border: 0;
  border-right: none !important;
  border-radius: 4px;
}

/* line 73, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li.apply a:hover {
  opacity: 0.7;
  color: white !important;
}

/* line 76, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li.apply:hover {
  border-top: transparent;
  color: white;
}

/* line 79, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li a {
  background: #fff !important;
  outline: none;
  text-decoration: none;
  color: #000 !important;
  font-size: 16px;
  line-height: 18px !important;
  height: 42px;
  font-family: "National2-Medium", "Arial" !important;
}

/* line 88, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li a:hover {
  text-decoration: none;
  color: #000 !important;
}

/* line 92, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li:nth-last-child(1) a {
  border-right: 0;
}

/* line 97, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li ul li a {
  font-family: "National2-Regular", "Arial" !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1269px) {
  /* line 103, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul li.about a {
    font-size: 85%;
  }
}

/* line 108, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li.has-dropdown a, nav.top-bar.logged-out .top-bar-section ul li.about a, nav.top-bar.logged-out .top-bar-section ul li.login a, nav.top-bar.logged-out .top-bar-section ul li.logout a, nav.top-bar.logged-out .top-bar-section ul li.to-trader a, nav.top-bar.logged-out .top-bar-section ul li.my-business a {
  color: #000 !important;
}

/* line 111, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li.has-dropdown ul.dropdown, nav.top-bar.logged-out .top-bar-section ul li.about ul.dropdown, nav.top-bar.logged-out .top-bar-section ul li.login ul.dropdown, nav.top-bar.logged-out .top-bar-section ul li.logout ul.dropdown, nav.top-bar.logged-out .top-bar-section ul li.to-trader ul.dropdown, nav.top-bar.logged-out .top-bar-section ul li.my-business ul.dropdown {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background: #fff;
}

/* line 115, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown, nav.top-bar.logged-out .top-bar-section ul li.about ul.dropdown li.in-dropdown, nav.top-bar.logged-out .top-bar-section ul li.login ul.dropdown li.in-dropdown, nav.top-bar.logged-out .top-bar-section ul li.logout ul.dropdown li.in-dropdown, nav.top-bar.logged-out .top-bar-section ul li.to-trader ul.dropdown li.in-dropdown, nav.top-bar.logged-out .top-bar-section ul li.my-business ul.dropdown li.in-dropdown {
  border-top: 0;
}

/* line 117, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown:hover, nav.top-bar.logged-out .top-bar-section ul li.about ul.dropdown li.in-dropdown:hover, nav.top-bar.logged-out .top-bar-section ul li.login ul.dropdown li.in-dropdown:hover, nav.top-bar.logged-out .top-bar-section ul li.logout ul.dropdown li.in-dropdown:hover, nav.top-bar.logged-out .top-bar-section ul li.to-trader ul.dropdown li.in-dropdown:hover, nav.top-bar.logged-out .top-bar-section ul li.my-business ul.dropdown li.in-dropdown:hover {
  border-top: 0;
}

/* line 119, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown a, nav.top-bar.logged-out .top-bar-section ul li.about ul.dropdown li.in-dropdown a, nav.top-bar.logged-out .top-bar-section ul li.login ul.dropdown li.in-dropdown a, nav.top-bar.logged-out .top-bar-section ul li.logout ul.dropdown li.in-dropdown a, nav.top-bar.logged-out .top-bar-section ul li.to-trader ul.dropdown li.in-dropdown a, nav.top-bar.logged-out .top-bar-section ul li.my-business ul.dropdown li.in-dropdown a {
  color: #000 !important;
  margin: 0;
  border-right: 0 !important;
  padding: 15px 10px;
  border: none;
  text-decoration: underline;
}

/* line 126, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown a:hover, nav.top-bar.logged-out .top-bar-section ul li.about ul.dropdown li.in-dropdown a:hover, nav.top-bar.logged-out .top-bar-section ul li.login ul.dropdown li.in-dropdown a:hover, nav.top-bar.logged-out .top-bar-section ul li.logout ul.dropdown li.in-dropdown a:hover, nav.top-bar.logged-out .top-bar-section ul li.to-trader ul.dropdown li.in-dropdown a:hover, nav.top-bar.logged-out .top-bar-section ul li.my-business ul.dropdown li.in-dropdown a:hover {
  color: #0050B3 !important;
  text-decoration: none;
  transition: text-decoration .3s 150ms;
}

/* line 131, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-out .top-bar-section ul li.has-dropdown ul.dropdown li.title.back.js-generated h5, nav.top-bar.logged-out .top-bar-section ul li.about ul.dropdown li.title.back.js-generated h5, nav.top-bar.logged-out .top-bar-section ul li.login ul.dropdown li.title.back.js-generated h5, nav.top-bar.logged-out .top-bar-section ul li.logout ul.dropdown li.title.back.js-generated h5, nav.top-bar.logged-out .top-bar-section ul li.to-trader ul.dropdown li.title.back.js-generated h5, nav.top-bar.logged-out .top-bar-section ul li.my-business ul.dropdown li.title.back.js-generated h5 {
  display: none;
}

/* line 143, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.for-traders nav.top-bar.logged-out .top-bar-section ul li a {
  padding: 14px 20px 0;
  margin-top: 22px !important;
}

/* line 147, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.for-traders nav.top-bar.logged-out .top-bar-section ul li.login:hover {
  border-top: 4px solid white;
}

/* line 149, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.for-traders nav.top-bar.logged-out .top-bar-section ul li.login a {
  width: 241px;
  height: 48px;
  border-radius: 3px;
  background-color: #e30613;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  margin: 3px 18px;
  background-color: #e30613 !important;
  border-right: none !important;
  color: #ffffff !important;
  width: auto;
}

/* line 27, app/assets/stylesheets/cell-x/buttons.sass */
.for-traders nav.top-bar.logged-out .top-bar-section ul li.login a:hover {
  background-color: #f90614;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18), 0 5px 11px 0 rgba(0, 0, 0, 0.25);
}

/* line 30, app/assets/stylesheets/cell-x/buttons.sass */
.for-traders nav.top-bar.logged-out .top-bar-section ul li.login a[disabled] {
  opacity: 0.7;
  background-color: #f90614;
  box-shadow: none;
  cursor: not-allowed;
}

/* line 36, app/assets/stylesheets/cell-x/buttons.sass */
.for-traders nav.top-bar.logged-out .top-bar-section ul li.login a.processing::before {
  content: '';
  background: url(/assets/ripple-709298f356de26397d7c6cf4cfb2048811014998ee14b155737c1cd49281a6ee.svg) no-repeat 50% 100%;
  height: 30px;
  width: 30px;
  top: 9px;
  right: 10px;
  display: inline-block;
  position: absolute;
}

/* line 156, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.for-traders nav.top-bar.logged-out .top-bar-section ul li.apply a {
  margin-top: 25px !important;
  padding: 14px 37px !important;
}

/* line 164, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.for-traders nav.top-bar.logged-in .top-bar-section ul li.login a, .for-traders nav.top-bar.logged-in .top-bar-section ul li.logout a {
  border-right: none !important;
}

/* line 171, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.consumer nav.top-bar.logged-out .top-bar-section ul li {
  border-right: 1px solid #ddd;
}

/* line 173, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.consumer nav.top-bar.logged-out .top-bar-section ul li a {
  padding: 15px 20px 0 20px;
}

/* line 176, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.consumer nav.top-bar.logged-out .top-bar-section ul li.login a, .consumer nav.top-bar.logged-out .top-bar-section ul li.logout a {
  color: black !important;
  border-right: none !important;
}

/* line 179, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.consumer nav.top-bar.logged-out .top-bar-section ul li.login a:hover, .consumer nav.top-bar.logged-out .top-bar-section ul li.logout a:hover {
  color: black !important;
}

/* line 183, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.consumer nav.top-bar.logged-out .top-bar-section ul li.has-dropdown a {
  color: #000 !important;
}

/* line 185, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.consumer nav.top-bar.logged-out .top-bar-section ul li.has-dropdown a:after {
  font-family: 'Which-Icons';
  content: '\25bc';
  margin: -2px 0 0 5px;
  vertical-align: top;
  display: inline-block;
  color: #0050B3;
  top: 10px;
  right: 20px;
}

/* line 197, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.consumer nav.top-bar.logged-out .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown a {
  border-right: 0 !important;
}

/* line 200, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.logo {
  display: inline-block;
}

/* line 202, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
.logo_mobile {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1269px) {
  /* line 211, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .for-traders nav.top-bar.logged-out .top-bar-section ul li a {
    font-size: 12px;
    padding: 14px 7px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 216, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out {
    height: 66px !important;
  }
  /* line 220, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out ul.title-area li.name .logo-holder {
    width: 200px;
    height: 46px;
    vertical-align: top;
  }
  /* line 224, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out ul.title-area li.name .menu-ex-burger {
    vertical-align: top;
  }
  /* line 226, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out section.top-bar-section {
    width: 69%;
  }
  /* line 230, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out section.top-bar-section ul li a {
    font-size: 14px;
    padding: 5px 1px !important;
  }
  /* line 235, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out section.top-bar-section ul.dropdown li.in-dropdown a {
    border-right: 0 !important;
  }
  /* line 240, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar .top-bar-section {
    margin: 0;
  }
  /* line 244, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar .top-bar-section ul li a.text-link {
    border-right: none;
  }
  /* line 246, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar .top-bar-section ul li.has-dropdown {
    width: 30%;
  }
  /* line 250, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar .top-bar-section ul.dropdown li.in-dropdown a {
    border-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 254, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out {
    height: 100%;
  }
  /* line 256, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section {
    width: 100%;
    background: #fff;
    margin: 20px 0 0 0;
    padding: 0;
  }
  /* line 261, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right {
    display: none;
    margin: 0;
    width: 100%;
  }
  /* line 265, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li {
    clear: both;
    display: list-item;
    width: 100%;
    border-top: 0 !important;
    border-radius: 3px;
  }
  /* line 271, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.active {
    color: #ee5a40 !important;
  }
  /* line 273, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.no-bg {
    border-bottom: 0;
    padding: 10px 20px;
  }
  /* line 276, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.no-bg a {
    margin: 0 !important;
    text-align: center;
  }
  /* line 279, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li a {
    margin: 0;
    padding: 20px !important;
    height: 57px;
    border-top: 0;
    border-right: 0;
    text-align: left;
    border-right: none !important;
    border-bottom: 1px solid #e4e7ef;
  }
  /* line 289, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li:hover a {
    color: #ee5a40 !important;
  }
  /* line 291, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right.open {
    display: block;
  }
  /* line 296, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right.open li.register a {
    padding: 18px 18px !important;
    border-bottom: 0;
  }
  /* line 299, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right.open li.register a:hover {
    opacity: 0.9;
    color: #fff !important;
    border-bottom: 0;
  }
  /* line 304, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.has-dropdown a {
    border-bottom: 0;
  }
  /* line 306, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.has-dropdown a:after {
    margin: 0px 15px 0 5px;
  }
  /* line 308, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.has-dropdown ul.dropdown {
    position: relative !important;
    display: block;
    box-shadow: none;
  }
  /* line 312, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.has-dropdown ul.dropdown li {
    border-bottom: 1px solid #e4e7ef;
  }
  /* line 314, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.has-dropdown ul.dropdown li a {
    font-size: 12px;
    padding: 20px 20px 15px 20px !important;
  }
  /* line 318, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out ul.title-area {
    width: 100% !important;
    display: inline-block;
  }
  /* line 322, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out ul.title-area li.name .logo-holder {
    width: 180px;
    height: 40px;
    vertical-align: middle;
    padding: 0 0 0 12px;
    background-image: url(/assets/trusted-traders-logo-stacked-313ee7f322f93a377f0dea239f9c8d8f112c5c41585f8c314529ac76cbeb9962.svg);
    background-size: initial;
    margin: 16px 0 0 0;
  }
  /* line 330, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out ul.title-area li.name .menu-ex-burger {
    vertical-align: top;
  }
  /* line 335, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar.logged-out ul.title-area {
    width: 100%;
  }
  /* line 337, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar.logged-out section.top-bar-section {
    margin-top: 20px;
  }
  /* line 340, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar.logged-out section.top-bar-section ul li {
    width: 100%;
  }
  /* line 342, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar.logged-out section.top-bar-section ul li a {
    margin: 0 !important;
    padding: 20px 18px 36px 18px !important;
    border-right: none !important;
  }
  /* line 346, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar.logged-out section.top-bar-section ul li a.text-link {
    border-right: none;
    padding: 20px 18px 36px 18px !important;
  }
  /* line 349, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar.logged-out section.top-bar-section ul li.has-dropdown {
    width: 100%;
  }
  /* line 351, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar.logged-out section.top-bar-section ul li.has-dropdown a {
    margin: 0 !important;
    padding: 20px 18px 36px 18px !important;
  }
  /* line 354, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar.logged-out section.top-bar-section ul li.has-dropdown a:after {
    margin: 10px 15px 53px 20px;
  }
}

@media screen and (max-width: 641px) {
  /* line 358, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out {
    width: 100%;
    height: 100%;
  }
  /* line 361, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out section.top-bar-section {
    top: -11px;
    background: #fff;
    width: 100%;
  }
  /* line 368, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out section.top-bar-section ul.right li.has-dropdown a:after {
    margin: -5px 15px 0 5px;
  }
  /* line 370, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out section.top-bar-section ul.right li.has-dropdown ul.dropdown {
    position: relative !important;
    display: block;
    left: 0;
    height: auto;
  }
  /* line 376, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out section.top-bar-section ul.right li.has-dropdown ul.dropdown li a {
    font-size: 12px;
    padding: 20px 20px 15px 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 382, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar .logo {
    display: none !important;
  }
  /* line 384, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar .logo_mobile {
    display: inline-block;
    width: 129px !important;
  }
  /* line 387, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out {
    height: 100%;
    width: 100% !important;
  }
  /* line 393, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul li.about a {
    color: #0050B3 !important;
  }
  /* line 396, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out ul.title-area {
    display: inline-block;
  }
  /* line 400, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar ul.dropdown {
    border: none !important;
  }
}

@media screen and (max-width: 886px) {
  /* line 405, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section {
    margin: 0;
  }
  /* line 407, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right {
    width: 100%;
  }
  /* line 409, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.register {
    margin: 0 0 0 -20px;
    width: 86px;
  }
  /* line 412, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.register a {
    padding: 18px 18px !important;
    border-bottom: 0;
  }
  /* line 415, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.register a:hover {
    border-bottom: 0;
  }
  /* line 418, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section {
    margin-top: 0 20px;
    border: none;
  }
  /* line 421, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right {
    display: none;
  }
  /* line 423, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right.open {
    display: block;
  }
  /* line 425, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.has-dropdown {
    width: 100%;
  }
  /* line 427, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.has-dropdown ul.dropdown {
    position: relative !important;
    display: block;
    left: 0;
    height: auto;
    width: 100%;
  }
  /* line 434, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.has-dropdown ul.dropdown li a {
    font-size: 12px;
    padding: 20px 20px 15px 20px !important;
  }
  /* line 437, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.has-dropdown a {
    margin: 0;
    padding: 15px;
    text-align: left;
  }
  /* line 442, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.has-dropdown:hover a {
    color: #ee5a40;
  }
  /* line 444, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.login, .top-bar.logged-in section.top-bar-section ul.right li.to-trader {
    width: 100%;
  }
  /* line 446, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.login a, .top-bar.logged-in section.top-bar-section ul.right li.to-trader a {
    margin: 0;
    padding: 15px;
    text-align: left;
  }
  /* line 451, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.login:hover a, .top-bar.logged-in section.top-bar-section ul.right li.to-trader:hover a {
    color: #ee5a40;
  }
  /* line 453, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.register {
    width: 100%;
    margin-left: 0;
  }
  /* line 456, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.register a {
    margin: 0 !important;
    text-align: left;
    padding: 15px !important;
    border-radius: 0;
    border-bottom: 0;
  }
  /* line 462, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.register a:hover {
    border-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 467, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar.logged-in {
    height: 65px !important;
  }
  /* line 469, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar.expanded-nav {
    height: 72px !important;
  }
  /* line 471, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar.expanded-nav .top-bar-section {
    margin-top: 25px !important;
  }
  /* line 474, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .for-traders nav.top-bar.logged-in {
    height: 65px !important;
  }
  /* line 476, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .for-traders nav.top-bar.logged-out {
    height: 65px !important;
  }
  /* line 478, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .for-traders nav.top-bar.expanded-nav {
    height: 73px !important;
  }
  /* line 480, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .for-traders nav.top-bar.expanded-nav .top-bar-section {
    margin-top: 10px !important;
  }
  /* line 484, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar .logo {
    display: none !important;
  }
  /* line 486, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .top-bar .logo_mobile {
    display: inline-block;
    width: 129px !important;
  }
  /* line 489, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  section.top-bar-section {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 494, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar .logo {
    display: block;
  }
  /* line 496, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out {
    height: 100%;
  }
  /* line 498, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section {
    width: 100%;
    background: #fff;
    margin: 20px 0 0 0;
    padding: 0;
  }
  /* line 503, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right {
    display: none;
    margin: 0;
    width: 100%;
  }
  /* line 507, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li {
    clear: both;
    display: list-item;
    width: 100%;
    border-top: 0 !important;
    border-radius: 3px;
  }
  /* line 513, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.active {
    color: #ee5a40 !important;
  }
  /* line 515, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.apply {
    border-bottom: 0;
    padding: 0px;
  }
  /* line 518, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.apply a {
    background: #ee5a40 none repeat scroll 0 0 !important;
    color: white !important;
    padding: 20px;
    text-align: left;
    margin-top: 0 !important;
    padding: 20px !important;
    border-radius: 0px;
    border-bottom: none;
  }
  /* line 527, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.apply a:hover {
    color: white !important;
    border-bottom: none;
  }
  /* line 530, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li a {
    margin: 0;
    padding: 20px !important;
    height: 57px;
    border-top: 0;
    border-right: 0;
    text-align: left;
    border-right: none !important;
    border-bottom: 1px solid #e4e7ef;
  }
  /* line 540, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li:hover a {
    color: #ee5a40 !important;
  }
  /* line 542, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right.open {
    display: block;
  }
  /* line 545, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right.open li.login a {
    border-top: 0;
    margin-top: 0 !important;
  }
  /* line 551, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right.open li.register a {
    padding: 18px 18px !important;
    border-bottom: 0;
  }
  /* line 554, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right.open li.register a:hover {
    opacity: 0.9;
    color: #fff !important;
    border-bottom: 0;
  }
  /* line 559, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.has-dropdown a {
    border-bottom: 0;
  }
  /* line 561, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.has-dropdown a:after {
    margin: 0px 15px 0 5px;
  }
  /* line 563, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.has-dropdown ul.dropdown {
    position: relative !important;
    display: block;
    box-shadow: none;
  }
  /* line 567, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.has-dropdown ul.dropdown li {
    border-bottom: 1px solid #e4e7ef;
  }
  /* line 569, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out .top-bar-section ul.right li.has-dropdown ul.dropdown li a {
    font-size: 12px;
    padding: 20px 20px 15px 20px !important;
  }
  /* line 573, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out ul.title-area {
    width: 100% !important;
    display: inline-block;
  }
  /* line 577, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out ul.title-area li.name .logo-holder {
    width: 200px;
    height: 46px;
    margin: 10px 0 10px 10px;
    vertical-align: middle;
  }
  /* line 582, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out ul.title-area li.name .menu-ex-burger {
    background: #fff;
    border: 2px solid #30363f;
    color: #30363f;
    cursor: pointer;
    border-radius: 3px;
    text-align: right;
    display: inline-block;
    float: right;
    margin: 11px 2px;
    padding: 0 20px;
    vertical-align: top;
  }
  /* line 594, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-out ul.title-area li.name .menu-ex-burger:hover {
    opacity: 0.8;
  }
  /* line 599, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  .consumer nav.top-bar.logged-out .top-bar-section ul li.has-dropdown a:after, .consumer nav.top-bar.logged-in .top-bar-section ul li.has-dropdown a:after {
    margin-top: -15px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 603, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  #leave-review-menu-item .leave-review-link {
    height: auto;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 18px 30px;
    margin: 0 4px;
    font-size: 26px;
    line-height: 26px;
    outline: none;
    font-weight: 300;
    font-family: "National2-Medium", "Arial" !important;
    background: #3E57A6;
    border-radius: 4px;
    font-size: 21px;
    padding: 10px 20px 8px 20px;
    background: #3E57A6 !important;
    color: white !important;
    margin: 24px 0 0 0;
    padding: 12px 0 8px 0 !important;
    width: 140px;
    font-size: 16px !important;
  }
  /* line 15, app/assets/stylesheets/modules/_buttons.sass */
  #leave-review-menu-item .leave-review-link:hover, #leave-review-menu-item .leave-review-link:focus {
    text-decoration: none;
    opacity: 0.9;
  }
  /* line 18, app/assets/stylesheets/modules/_buttons.sass */
  #leave-review-menu-item .leave-review-link.orange {
    background: #ee5a40;
  }
  /* line 20, app/assets/stylesheets/modules/_buttons.sass */
  #leave-review-menu-item .leave-review-link.grey {
    background: #2f3640;
  }
  /* line 22, app/assets/stylesheets/modules/_buttons.sass */
  #leave-review-menu-item .leave-review-link.white {
    background: #fff;
    color: #2f3640;
  }
  /* line 25, app/assets/stylesheets/modules/_buttons.sass */
  #leave-review-menu-item .leave-review-link.big-blue {
    background: #3E57A6;
    border-radius: 4px;
    font-size: 21px;
    padding: 10px 20px 8px 20px;
  }
  /* line 30, app/assets/stylesheets/modules/_buttons.sass */
  #leave-review-menu-item .leave-review-link.big-orange {
    background: #ee4036;
    border-radius: 4px;
    font-size: 21px;
    padding: 10px 20px 8px 20px;
  }
  /* line 35, app/assets/stylesheets/modules/_buttons.sass */
  #leave-review-menu-item .leave-review-link.full-width {
    width: 100%;
    border: none;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    height: 56px;
    padding: 10px 20px;
  }
  /* line 43, app/assets/stylesheets/modules/_buttons.sass */
  #leave-review-menu-item .leave-review-link.width-60 {
    width: 60%;
    border: none;
    margin: 0;
    font-size: 18px;
    line-height: 37px;
    height: 56px;
    padding: 10px 20px;
  }
  /* line 51, app/assets/stylesheets/modules/_buttons.sass */
  #leave-review-menu-item .leave-review-link.throbber {
    font-size: 18px;
    line-height: 21px;
    background-color: #000 !important;
    background-image: url(/assets/ripple-04f645b74ff179ec5776355f3b5c03604a516f8c8e5d9055ea88ac3cc25b42f7.gif);
    background-position: 67% 50%;
    background-repeat: no-repeat;
    cursor: wait;
  }
}

/* line 1, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in {
  background: #fff;
  display: flex;
  padding: 0 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  display: flex;
}

/* line 18, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in ul.title-area {
  width: 300px;
}

/* line 21, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in ul.title-area li.name .logo-holder {
  width: 275px;
  height: 63px;
  margin: 16px 18px 14px 18px;
  background-image: url(/assets/trusted-traders-logo-30b3bc9c43b7b6fddd846d95d7619ab930f74d949aea2ad69749e9c1a5ae83d6.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 30, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in ul.title-area .menu-ex-burger:after {
  font-family: 'Which-Icons';
  content: '\25bc';
  margin: -2px 0 0 5px;
  vertical-align: top;
  display: inline-block;
}

/* line 37, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in ul.title-area .menu-ex-burger.active:after {
  content: '\25b2';
}

/* line 41, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section {
  float: right;
  display: inline;
  padding-right: 18px;
  z-index: 50;
}

/* line 46, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul {
  width: 100%;
}

/* line 48, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li {
  background: #fff !important;
  border-bottom: 4px solid transparent;
  color: #000 !important;
  text-align: center;
  width: auto;
}

/* line 54, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li.active {
  border-bottom: 4px solid #ffd4d0;
  color: #000 !important;
}

/* line 57, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li:hover {
  border-bottom: 4px solid #ffd4d0;
  color: #000 !important;
}

/* line 60, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li.apply {
  background: none !important;
  border-right: 0;
  border-top: transparent;
}

/* line 64, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li.apply a {
  height: 100%;
  color: #fff !important;
  background: #ee5a40 !important;
  padding: 10px 4px !important;
  border: 0;
  border-right: none !important;
  border-radius: 4px;
}

/* line 73, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li.apply a:hover {
  opacity: 0.7;
  color: white !important;
}

/* line 76, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li.apply:hover {
  border-top: transparent;
  color: white;
}

/* line 79, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li a {
  background: #fff !important;
  outline: none;
  text-decoration: none;
  color: #000 !important;
  font-size: 16px;
  line-height: 18px !important;
  height: 42px;
  font-family: "National2-Medium", "Arial" !important;
}

/* line 88, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li a:hover {
  text-decoration: none;
  color: #000 !important;
}

/* line 92, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li:nth-last-child(1) a {
  border-right: 0;
}

/* line 97, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li ul li a {
  font-family: "National2-Regular", "Arial" !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1269px) {
  /* line 103, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
  nav.top-bar.logged-in .top-bar-section ul li.about a {
    font-size: 85%;
  }
}

/* line 108, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown a, nav.top-bar.logged-in .top-bar-section ul li.about a, nav.top-bar.logged-in .top-bar-section ul li.login a, nav.top-bar.logged-in .top-bar-section ul li.logout a, nav.top-bar.logged-in .top-bar-section ul li.to-trader a, nav.top-bar.logged-in .top-bar-section ul li.my-business a {
  color: #000 !important;
}

/* line 111, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown, nav.top-bar.logged-in .top-bar-section ul li.about ul.dropdown, nav.top-bar.logged-in .top-bar-section ul li.login ul.dropdown, nav.top-bar.logged-in .top-bar-section ul li.logout ul.dropdown, nav.top-bar.logged-in .top-bar-section ul li.to-trader ul.dropdown, nav.top-bar.logged-in .top-bar-section ul li.my-business ul.dropdown {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background: #fff;
}

/* line 115, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown, nav.top-bar.logged-in .top-bar-section ul li.about ul.dropdown li.in-dropdown, nav.top-bar.logged-in .top-bar-section ul li.login ul.dropdown li.in-dropdown, nav.top-bar.logged-in .top-bar-section ul li.logout ul.dropdown li.in-dropdown, nav.top-bar.logged-in .top-bar-section ul li.to-trader ul.dropdown li.in-dropdown, nav.top-bar.logged-in .top-bar-section ul li.my-business ul.dropdown li.in-dropdown {
  border-top: 0;
}

/* line 117, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown:hover, nav.top-bar.logged-in .top-bar-section ul li.about ul.dropdown li.in-dropdown:hover, nav.top-bar.logged-in .top-bar-section ul li.login ul.dropdown li.in-dropdown:hover, nav.top-bar.logged-in .top-bar-section ul li.logout ul.dropdown li.in-dropdown:hover, nav.top-bar.logged-in .top-bar-section ul li.to-trader ul.dropdown li.in-dropdown:hover, nav.top-bar.logged-in .top-bar-section ul li.my-business ul.dropdown li.in-dropdown:hover {
  border-top: 0;
}

/* line 119, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown a, nav.top-bar.logged-in .top-bar-section ul li.about ul.dropdown li.in-dropdown a, nav.top-bar.logged-in .top-bar-section ul li.login ul.dropdown li.in-dropdown a, nav.top-bar.logged-in .top-bar-section ul li.logout ul.dropdown li.in-dropdown a, nav.top-bar.logged-in .top-bar-section ul li.to-trader ul.dropdown li.in-dropdown a, nav.top-bar.logged-in .top-bar-section ul li.my-business ul.dropdown li.in-dropdown a {
  color: #000 !important;
  margin: 0;
  border-right: 0 !important;
  padding: 15px 10px;
  border: none;
  text-decoration: underline;
}

/* line 126, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown a:hover, nav.top-bar.logged-in .top-bar-section ul li.about ul.dropdown li.in-dropdown a:hover, nav.top-bar.logged-in .top-bar-section ul li.login ul.dropdown li.in-dropdown a:hover, nav.top-bar.logged-in .top-bar-section ul li.logout ul.dropdown li.in-dropdown a:hover, nav.top-bar.logged-in .top-bar-section ul li.to-trader ul.dropdown li.in-dropdown a:hover, nav.top-bar.logged-in .top-bar-section ul li.my-business ul.dropdown li.in-dropdown a:hover {
  color: #0050B3 !important;
  text-decoration: none;
  transition: text-decoration .3s 150ms;
}

/* line 131, app/assets/stylesheets/modules/_top-bar-nav-logged-out.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown li.title.back.js-generated h5, nav.top-bar.logged-in .top-bar-section ul li.about ul.dropdown li.title.back.js-generated h5, nav.top-bar.logged-in .top-bar-section ul li.login ul.dropdown li.title.back.js-generated h5, nav.top-bar.logged-in .top-bar-section ul li.logout ul.dropdown li.title.back.js-generated h5, nav.top-bar.logged-in .top-bar-section ul li.to-trader ul.dropdown li.title.back.js-generated h5, nav.top-bar.logged-in .top-bar-section ul li.my-business ul.dropdown li.title.back.js-generated h5 {
  display: none;
}

/* line 7, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section {
  float: left;
  display: inline;
}

/* line 10, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul {
  background: #fff;
  float: right;
}

/* line 14, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li a {
  padding-top: 15px;
}

/* line 16, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li a:hover {
  color: #000 !important;
}

/* line 20, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.logout a, nav.top-bar.logged-in .top-bar-section ul li.login a {
  border-right: none !important;
}

/* line 22, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li a.btn-tt.orange {
  padding: 3px 20px !important;
  border-right: none !important;
}

/* line 25, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.active {
  border-bottom: 4px solid #ffd4d0;
  color: #000 !important;
}

/* line 29, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.register:hover {
  border-bottom: 4px solid transparent;
}

/* line 31, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.register a {
  height: auto;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 18px 30px;
  margin: 0 4px;
  background: #ee5a40 !important;
  color: #ffffff !important;
  margin: 20px 0;
  padding: 14px 37px !important;
}

/* line 36, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.register a:hover {
  color: white !important;
  text-decoration: none !important;
  opacity: 0.9 !important;
}

/* line 41, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown a {
  padding: 15px 45px 0px 20px !important;
}

/* line 43, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown a:after {
  font-family: 'Which-Icons';
  content: '\25bc';
  margin: -2px 0 0 5px;
  vertical-align: top;
  display: inline-block;
  color: #0050B3;
  top: 10px;
  right: 20px;
}

/* line 53, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown a.menu-open:after {
  content: '\25b2';
}

/* line 56, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown a.active:after {
  background-image: url(/assets/icon-arrow-up-white-c741ddfedc9b32f63481b168fd3ffd2a0b43f5ba25d1b8022603c95f6e1f1319.png);
  background-repeat: no-repeat;
}

/* line 59, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown {
  margin: 0;
  position: absolute !important;
  width: 285px;
  left: 0;
  top: 46px;
}

/* line 65, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 5px 0;
}

/* line 71, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown.hello {
  padding-left: 20px;
}

/* line 74, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown.logout a {
  color: #ee5a40 !important;
}

/* line 76, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown:first-child {
  border-top: 1px solid #ddd;
}

/* line 78, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown a {
  width: 100%;
  padding: 13px 17px 15px 17px !important;
  text-decoration: none;
  color: #0050B3 !important;
}

/* line 83, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown a:after {
  content: '';
}

/* line 85, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 92, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in ul.title-area li.name .logo-holder {
    width: 200px;
    height: 46px;
    margin: 10px 0 10px 10px;
    vertical-align: top;
    display: inline-block;
  }
  /* line 98, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in ul.title-area .menu-ex-burger {
    vertical-align: top;
  }
  /* line 102, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in .top-bar-section ul li {
    width: 30%;
  }
  /* line 104, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in .top-bar-section ul li.has-dropdown {
    width: 30%;
    padding: 0;
  }
  /* line 110, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .consumer nav.top-bar.logged-in ul.title-area {
    width: 26%;
  }
  /* line 112, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .consumer nav.top-bar.logged-in .top-bar-section {
    width: 71%;
  }
  /* line 114, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .consumer nav.top-bar.logged-in .top-bar-section ul.right {
    width: 100%;
  }
  /* line 117, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .consumer nav.top-bar.logged-in .top-bar-section ul.right li a {
    padding: 3px 15px 0 15px;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 122, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in {
    height: 66px !important;
    overflow: visible;
  }
  /* line 126, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in .top-bar-section ul {
    display: none;
    margin: 0;
    width: 100%;
  }
  /* line 130, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in .top-bar-section ul li {
    clear: both;
    display: list-item;
    width: 100%;
    border-bottom: 0.5px #ddd solid;
  }
  /* line 135, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in .top-bar-section ul li a {
    margin: 0 !important;
    border: 0;
    border-right: none !important;
    text-decoration: revert;
  }
  /* line 140, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in .top-bar-section ul li a:after {
    background-position-y: -5px !important;
  }
  /* line 142, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in .top-bar-section ul li.active {
    border-bottom: 0.5px #ddd solid;
  }
  /* line 144, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in .top-bar-section ul li.register, nav.top-bar.logged-in .top-bar-section ul li:hover {
    border-bottom: 0.5px #ddd solid;
  }
  /* line 148, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown {
    top: 0;
  }
  /* line 151, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in .top-bar-section ul li.has-dropdown ul.dropdown li.in-dropdown a {
    padding: 13px 17px 15px 34px !important;
    font-size: 18px;
    color: #0050B3 !important;
  }
  /* line 155, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in .top-bar-section ul li.about {
    text-align: left;
    padding-bottom: 5px;
  }
  /* line 158, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in .top-bar-section ul li.about a {
    color: #0050B3 !important;
    font-size: 20px;
    padding-left: 20px;
  }
  /* line 162, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in .top-bar-section ul.open {
    display: block;
  }
  /* line 167, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .consumer nav.top-bar.logged-in ul.title-area {
    width: 100%;
  }
  /* line 169, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .consumer nav.top-bar.logged-in .top-bar-section {
    width: 100%;
  }
  /* line 171, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .consumer nav.top-bar.logged-in .top-bar-section ul.right {
    width: 100%;
  }
  /* line 173, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .consumer nav.top-bar.logged-in .top-bar-section ul.right li {
    width: 100%;
  }
  /* line 175, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .consumer nav.top-bar.logged-in .top-bar-section ul.right li a {
    margin: 0 !important;
    padding: 20px 18px 36px 18px !important;
    border-right: none !important;
  }
  /* line 179, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .consumer nav.top-bar.logged-in .top-bar-section ul.right li.has-dropdown {
    width: 100%;
  }
  /* line 181, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .consumer nav.top-bar.logged-in .top-bar-section ul.right li.has-dropdown a {
    margin: 0 !important;
    padding: 20px 18px 36px 18px !important;
    border-right: none;
  }
  /* line 185, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .consumer nav.top-bar.logged-in .top-bar-section ul.right li.has-dropdown a:after {
    margin: 0px 15px 0 0;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 190, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .top-bar.logged-in section.top-bar-section {
    padding-right: 0 !important;
    width: 100%;
  }
  /* line 194, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.has-dropdown {
    width: 100%;
    padding-bottom: 5px;
  }
  /* line 197, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.has-dropdown a {
    margin: 0;
    text-align: left;
    font-size: 20px;
  }
  /* line 202, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.has-dropdown:hover a {
    color: #ee5a40;
  }
  /* line 204, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.login, .top-bar.logged-in section.top-bar-section ul.right li.to-trader {
    width: 100%;
    padding-bottom: 5px;
  }
  /* line 207, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.login a, .top-bar.logged-in section.top-bar-section ul.right li.to-trader a {
    margin: 0;
    text-align: left;
    color: #0050B3 !important;
    font-size: 20px;
    padding-left: 20px;
  }
  /* line 214, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.login:hover a, .top-bar.logged-in section.top-bar-section ul.right li.to-trader:hover a {
    color: #ee5a40;
  }
  /* line 216, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.register {
    width: 100%;
    margin-left: 0;
  }
  /* line 219, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .top-bar.logged-in section.top-bar-section ul.right li.register a {
    margin: 0 !important;
    text-align: left;
    border-radius: 0;
    padding: 15px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 230, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .consumer nav.top-bar.logged-in .top-bar-section ul.right {
    border-top: 1px solid #e4e7ef;
  }
  /* line 234, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  .consumer nav.top-bar.logged-in .top-bar-section ul.right li.has-dropdown a:after {
    margin: -7px 15px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 242, app/assets/stylesheets/modules/_top-bar-nav-logged-in.sass */
  nav.top-bar.logged-in .top-bar-section ul .has-dropdown:hover {
    border-bottom: 4px solid #ffd4d0;
  }
}

/* line 1, app/assets/stylesheets/modules/_breadcrumb.sass */
.breadcrumb-section {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

/* line 4, app/assets/stylesheets/modules/_breadcrumb.sass */
.breadcrumb-container {
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin-left: 6.6%;
  margin-right: 6.6%;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
  justify-content: space-between;
}

/* line 14, app/assets/stylesheets/modules/_breadcrumb.sass */
.menu-ex-burger:after {
  font-family: 'Which-Icons';
  content: '\25bc';
  margin: -2px 0 0 5px;
  vertical-align: top;
  display: inline-block;
  color: #0050B3;
}

/* line 22, app/assets/stylesheets/modules/_breadcrumb.sass */
.menu-ex-burger.active:after {
  content: '\25b2';
}

/* line 24, app/assets/stylesheets/modules/_breadcrumb.sass */
.breadcrumb {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 29, app/assets/stylesheets/modules/_breadcrumb.sass */
.breadcrumb-text {
  margin-left: 5px;
}

/* line 31, app/assets/stylesheets/modules/_breadcrumb.sass */
.breadcrumb-text-link {
  margin-left: 5px;
  font-family: "National2-Medium", "Arial" !important;
}

/* line 34, app/assets/stylesheets/modules/_breadcrumb.sass */
.breadcrumb-icon-container {
  margin-right: 5px;
}

/* line 36, app/assets/stylesheets/modules/_breadcrumb.sass */
.breadcrumb-link-container {
  display: flex;
  align-items: center;
}

/* line 39, app/assets/stylesheets/modules/_breadcrumb.sass */
.breadcrumb-link-container .breadcrumb-menu {
  margin-left: 10px;
}

/* line 41, app/assets/stylesheets/modules/_breadcrumb.sass */
.breadcrumb-link-container .breadcrumb-menu .menu-ex-burger {
  border-left: 1px solid #ccc;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  /* line 46, app/assets/stylesheets/modules/_breadcrumb.sass */
  .breadcrumb-container {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 51, app/assets/stylesheets/modules/_breadcrumb.sass */
  .breadcrumb-container {
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media only screen and (min-width: 1500px) {
  /* line 56, app/assets/stylesheets/modules/_breadcrumb.sass */
  .breadcrumb-container {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 9, app/assets/stylesheets/blocks/badges.sass */
#bar-member.badges-block {
  margin-right: 15px;
  padding-top: 100px;
  background-image: url(/assets/association-logos/logo-bar-colour-5b9c343b417d4a6107784e49fa7a406c362b1b203ad085f4453db79fc6d4f649.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100px 100px;
}

/* line 16, app/assets/stylesheets/blocks/badges.sass */
#bar-member.badges-block h4 {
  display: none;
}

/* line 18, app/assets/stylesheets/blocks/badges.sass */
#bar-member.badges-block .url {
  width: 100%;
  text-align: center;
}

/* line 21, app/assets/stylesheets/blocks/badges.sass */
#trusted-trader-of-the-year.badges-block {
  position: relative;
  background-image: url(/assets/badges/trusted-trader-of-the-year-blank-76373967b41fe0da19d9132744d023c70816fc621b283d218a5f52711e0a574e.svg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 125px;
  width: 156px;
  margin-right: 15px;
}

/* line 24, app/assets/stylesheets/blocks/badges.sass */
#trusted-trader-of-the-year.badges-block .event-name {
  display: none;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 7%;
}

/* line 30, app/assets/stylesheets/blocks/badges.sass */
#trusted-trader-of-the-year.badges-block .event-name span {
  font-family: "National2-Bold", "Arial" !important;
  color: black;
}

/* line 33, app/assets/stylesheets/blocks/badges.sass */
#trusted-trader-of-the-year.badges-block .event-year {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 11%;
}

/* line 38, app/assets/stylesheets/blocks/badges.sass */
#trusted-trader-of-the-year.badges-block .event-year span {
  font-family: "National2-Bold", "Arial" !important;
  color: black;
}

/* line 41, app/assets/stylesheets/blocks/badges.sass */
#trusted-trader-of-the-year.badges-block .event-name, #trusted-trader-of-the-year.badges-block .event-year {
  display: none;
}

/* line 43, app/assets/stylesheets/blocks/badges.sass */
#trusted-trader-of-the-year.badges-block.year-2020 {
  background-image: url(/assets/badges/trusted-trader-of-the-year-2020-b0c05bd3246afa77bf4b471ab576e4c68fca037934ab13529118d7fb4246acaf.svg);
}

/* line 45, app/assets/stylesheets/blocks/badges.sass */
#trusted-trader-of-the-year.badges-block.year-2020 svg.a-toty-year-award-arc {
  display: none;
}

/* line 47, app/assets/stylesheets/blocks/badges.sass */
#trusted-trader-of-the-year.badges-block.year-2022 {
  background-image: url(/assets/badges/trusted-trader-of-the-year-2022-7da1973c2ba3ef9e5c9868fc792b81de3c16390cfabc5184fb339b8e1e89cd9a.svg);
}

/* line 49, app/assets/stylesheets/blocks/badges.sass */
#trusted-trader-of-the-year.badges-block.year-2022 svg.a-toty-year-award-arc {
  display: none;
}

@supports (-moz-appearance: none) {
  /* line 21, app/assets/stylesheets/blocks/badges.sass */
  #trusted-trader-of-the-year.badges-block {
    /* Firefox SVG textPath rendering oddities */
  }
  /* line 54, app/assets/stylesheets/blocks/badges.sass */
  #trusted-trader-of-the-year.badges-block svg.a-toty-year-award-arc {
    display: none;
  }
  /* line 56, app/assets/stylesheets/blocks/badges.sass */
  #trusted-trader-of-the-year.badges-block .event-year {
    display: block;
  }
}

/* line 63, app/assets/stylesheets/blocks/badges.sass */
#trader-of-the-month.badges-block {
  background-color: transparent;
  background-image: url(/assets/trader-of-the-month-badge-5bf2cda5ed8db805d3174b0d3cf62d09e42a595499a71685412fcfd79dda574e.svg);
  background-size: 160px 160px;
  min-width: 160px;
  min-height: 160px;
  position: relative;
}

/* line 70, app/assets/stylesheets/blocks/badges.sass */
#trader-of-the-month.badges-block .overlay {
  font-family: "National2-Bold", "Arial" !important;
  color: #F10426;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 28px;
  font-size: 10px;
}

/* line 79, app/assets/stylesheets/blocks/badges.sass */
#certificate-of-distinction.badges-block {
  background: url(/assets/badges/certificate-of-distinction-bb98e65b201af02064f1e33f73c4ada89d8412761d47934627a29d9ca1ba4bdd.png) no-repeat top left;
  background-size: 160px 160px;
  min-width: 160px;
  min-height: 160px;
  position: relative;
}

/* line 85, app/assets/stylesheets/blocks/badges.sass */
#certificate-of-distinction.badges-block .overlay {
  font-family: "National2-Medium", "Arial" !important;
  color: black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  position: absolute;
  top: 108px;
  left: 40px;
  font-size: 19px;
}

/* line 1, app/assets/stylesheets/blocks/partnership-information-block.sass */
.partnership-information-block {
  width: 100%;
  border: solid #cfcfcf 1px;
  background: white;
  font-size: 0;
}

/* line 6, app/assets/stylesheets/blocks/partnership-information-block.sass */
.partnership-information-block .logos {
  padding: 24px 0px 24px 15px;
  display: inline-block;
  width: 300px;
  min-height: 200px;
  vertical-align: top;
  font-family: "National2-Bold", "Arial" !important;
  font-size: 14px;
  max-width: 100%;
}

/* line 15, app/assets/stylesheets/blocks/partnership-information-block.sass */
.partnership-information-block .logos img {
  max-width: 245px;
}

/* line 17, app/assets/stylesheets/blocks/partnership-information-block.sass */
.partnership-information-block .logos div {
  margin: 10px 0;
}

/* line 19, app/assets/stylesheets/blocks/partnership-information-block.sass */
.partnership-information-block .description {
  padding-top: 24px;
  text-align: left;
  display: inline-block;
  width: 405px;
  min-height: 200px;
  vertical-align: top;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 14px;
  max-width: 100%;
}

/* line 29, app/assets/stylesheets/blocks/partnership-information-block.sass */
.partnership-information-block .description h2 {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 13px;
}

/* line 35, app/assets/stylesheets/blocks/partnership-information-block.sass */
.partnership-information-block .description:only-of-type {
  width: 685px;
  padding: 14px;
}

@media only screen and (min-width: 768px) {
  /* line 41, app/assets/stylesheets/blocks/partnership-information-block.sass */
  .partnership-information-block .description:only-of-type {
    margin-left: 35px;
    margin-right: 35px;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 46, app/assets/stylesheets/blocks/partnership-information-block.sass */
  .partnership-information-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 52, app/assets/stylesheets/blocks/partnership-information-block.sass */
  .partnership-information-block .logos, .partnership-information-block .description {
    padding: 10px;
  }
  /* line 54, app/assets/stylesheets/blocks/partnership-information-block.sass */
  .partnership-information-block .logos {
    min-height: 0;
  }
  /* line 56, app/assets/stylesheets/blocks/partnership-information-block.sass */
  .partnership-information-block .logos img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 60, app/assets/stylesheets/blocks/partnership-information-block.sass */
  .partnership-information-block {
    text-align: left;
  }
  /* line 62, app/assets/stylesheets/blocks/partnership-information-block.sass */
  .partnership-information-block .logos {
    text-align: left;
  }
  /* line 64, app/assets/stylesheets/blocks/partnership-information-block.sass */
  .partnership-information-block .logos img {
    max-width: 100%;
  }
  /* line 66, app/assets/stylesheets/blocks/partnership-information-block.sass */
  .partnership-information-block .logos, .partnership-information-block .description {
    display: block;
    padding-right: 10px;
  }
}

/* line 3, app/assets/stylesheets/blocks/sector_services.sass */
.sectors_services .sector-holder .service_sectors_list li.sector {
  margin: 0 0 15px 0;
}

/* line 6, app/assets/stylesheets/blocks/sector_services.sass */
.sectors_services .sector-holder .service_sectors_list li.sector .sector-title {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
  margin: 24px 0 15px 0;
  color: #000;
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 15px;
  font-size: 20px;
}

/* line 18, app/assets/stylesheets/blocks/sector_services.sass */
.sectors_services .sector-holder .service_sectors_list .service_list {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}

/* line 2, vendor/assets/node_modules/@which/cell/styles/utils/utils.scss */
.sectors_services .sector-holder .service_sectors_list .service_list::after {
  clear: both;
  content: '';
  display: block;
}

/* line 26, app/assets/stylesheets/blocks/sector_services.sass */
.sectors_services .sector-holder .service_sectors_list .service_list li {
  font-family: "National2-Regular", "Arial" !important;
  background: #D6EAD3;
  color: #000;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  float: left;
  border-radius: 3px;
}

/* line 2, app/assets/stylesheets/blocks/trader_reply_form.sass */
.trader-reply-form h1, .user-report-form h1 {
  margin: 30px 0;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 36px;
  line-height: 44px;
  color: #000;
}

/* line 4, app/assets/stylesheets/blocks/trader_reply_form.sass */
.trader-reply-form .reply, .trader-reply-form .report, .trader-reply-form .audit_note, .user-report-form .reply, .user-report-form .report, .user-report-form .audit_note {
  width: 100%;
  margin-bottom: 12px;
}

/* line 7, app/assets/stylesheets/blocks/trader_reply_form.sass */
.trader-reply-form .reply label, .trader-reply-form .report label, .trader-reply-form .audit_note label, .user-report-form .reply label, .user-report-form .report label, .user-report-form .audit_note label {
  margin-bottom: 6px;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  color: #000;
}

/* line 9, app/assets/stylesheets/blocks/trader_reply_form.sass */
.trader-reply-form .reply .field-instructions, .trader-reply-form .report .field-instructions, .trader-reply-form .audit_note .field-instructions, .user-report-form .reply .field-instructions, .user-report-form .report .field-instructions, .user-report-form .audit_note .field-instructions {
  margin: 6px 0;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 14px;
  line-height: 18px;
  color: #757575;
}

/* line 11, app/assets/stylesheets/blocks/trader_reply_form.sass */
.trader-reply-form .reply textarea, .trader-reply-form .report textarea, .trader-reply-form .audit_note textarea, .user-report-form .reply textarea, .user-report-form .report textarea, .user-report-form .audit_note textarea {
  height: 48px;
  border-radius: 3px;
  background-color: #fafafa;
  border: solid 2px #d7d7d7;
  padding: 12px 15px;
  margin-bottom: 24px;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
  color: #555555;
  outline: none;
  box-shadow: none;
  min-height: 200px;
}

/* line 39, app/assets/stylesheets/cell-x/text_fields.sass */
.trader-reply-form .reply textarea:hover, .trader-reply-form .report textarea:hover, .trader-reply-form .audit_note textarea:hover, .user-report-form .reply textarea:hover, .user-report-form .report textarea:hover, .user-report-form .audit_note textarea:hover {
  background-color: #fafafa;
  border-color: #9e9e9e;
}

/* line 42, app/assets/stylesheets/cell-x/text_fields.sass */
.trader-reply-form .reply textarea:focus, .trader-reply-form .report textarea:focus, .trader-reply-form .audit_note textarea:focus, .user-report-form .reply textarea:focus, .user-report-form .report textarea:focus, .user-report-form .audit_note textarea:focus {
  background-color: #ffffff;
  border-color: #2196f3;
}

/* line 45, app/assets/stylesheets/cell-x/text_fields.sass */
.trader-reply-form .reply textarea[disabled], .trader-reply-form .report textarea[disabled], .trader-reply-form .audit_note textarea[disabled], .user-report-form .reply textarea[disabled], .user-report-form .report textarea[disabled], .user-report-form .audit_note textarea[disabled] {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

/* line 48, app/assets/stylesheets/cell-x/text_fields.sass */
.trader-reply-form .reply textarea.error, .trader-reply-form .report textarea.error, .trader-reply-form .audit_note textarea.error, .user-report-form .reply textarea.error, .user-report-form .report textarea.error, .user-report-form .audit_note textarea.error {
  border-color: #ec8389;
}

/* line 14, app/assets/stylesheets/blocks/trader_reply_form.sass */
.trader-reply-form .reply .character-limit-display, .trader-reply-form .report .character-limit-display, .trader-reply-form .audit_note .character-limit-display, .user-report-form .reply .character-limit-display, .user-report-form .report .character-limit-display, .user-report-form .audit_note .character-limit-display {
  min-height: 18px;
  margin-top: -18px;
  width: 100%;
  text-align: right;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 14px;
  line-height: 18px;
  color: #757575;
}

/* line 64, app/assets/stylesheets/cell-x/text_fields.sass */
.trader-reply-form .reply .character-limit-display.warning, .trader-reply-form .report .character-limit-display.warning, .trader-reply-form .audit_note .character-limit-display.warning, .user-report-form .reply .character-limit-display.warning, .user-report-form .report .character-limit-display.warning, .user-report-form .audit_note .character-limit-display.warning {
  color: #fa8e00;
}

/* line 66, app/assets/stylesheets/cell-x/text_fields.sass */
.trader-reply-form .reply .character-limit-display.critical, .trader-reply-form .report .character-limit-display.critical, .trader-reply-form .audit_note .character-limit-display.critical, .user-report-form .reply .character-limit-display.critical, .user-report-form .report .character-limit-display.critical, .user-report-form .audit_note .character-limit-display.critical {
  color: #e75058;
}

/* line 16, app/assets/stylesheets/blocks/trader_reply_form.sass */
.trader-reply-form .buttons, .user-report-form .buttons {
  text-align: right;
}

/* line 18, app/assets/stylesheets/blocks/trader_reply_form.sass */
.trader-reply-form .buttons .button, .user-report-form .buttons .button {
  width: 241px;
  height: 48px;
  border-radius: 3px;
  background-color: #3f51b5;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  margin: 3px 18px;
  display: inline-block;
}

/* line 27, app/assets/stylesheets/cell-x/buttons.sass */
.trader-reply-form .buttons .button:hover, .user-report-form .buttons .button:hover {
  background-color: #3f51b5;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18), 0 5px 11px 0 rgba(0, 0, 0, 0.25);
}

/* line 30, app/assets/stylesheets/cell-x/buttons.sass */
.trader-reply-form .buttons .button[disabled], .user-report-form .buttons .button[disabled] {
  opacity: 0.7;
  background-color: #3f51b5;
  box-shadow: none;
  cursor: not-allowed;
}

/* line 36, app/assets/stylesheets/cell-x/buttons.sass */
.trader-reply-form .buttons .button.processing::before, .user-report-form .buttons .button.processing::before {
  content: '';
  background: url(/assets/ripple-709298f356de26397d7c6cf4cfb2048811014998ee14b155737c1cd49281a6ee.svg) no-repeat 50% 100%;
  height: 30px;
  width: 30px;
  top: 9px;
  right: 10px;
  display: inline-block;
  position: absolute;
}

/* line 21, app/assets/stylesheets/blocks/trader_reply_form.sass */
.trader-reply-form .buttons .button.cancel, .user-report-form .buttons .button.cancel {
  width: 241px;
  height: 48px;
  border-radius: 3px;
  background-color: #3f51b5;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  margin: 3px 18px;
  background-color: #ffffff;
  border: 2px solid #3f51b5;
  color: #3f51b5;
}

/* line 27, app/assets/stylesheets/cell-x/buttons.sass */
.trader-reply-form .buttons .button.cancel:hover, .user-report-form .buttons .button.cancel:hover {
  background-color: #3f51b5;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18), 0 5px 11px 0 rgba(0, 0, 0, 0.25);
}

/* line 30, app/assets/stylesheets/cell-x/buttons.sass */
.trader-reply-form .buttons .button.cancel[disabled], .user-report-form .buttons .button.cancel[disabled] {
  opacity: 0.7;
  background-color: #3f51b5;
  box-shadow: none;
  cursor: not-allowed;
}

/* line 36, app/assets/stylesheets/cell-x/buttons.sass */
.trader-reply-form .buttons .button.cancel.processing::before, .user-report-form .buttons .button.cancel.processing::before {
  content: '';
  background: url(/assets/ripple-709298f356de26397d7c6cf4cfb2048811014998ee14b155737c1cd49281a6ee.svg) no-repeat 50% 100%;
  height: 30px;
  width: 30px;
  top: 9px;
  right: 10px;
  display: inline-block;
  position: absolute;
}

/* line 52, app/assets/stylesheets/cell-x/buttons.sass */
.trader-reply-form .buttons .button.cancel:hover, .user-report-form .buttons .button.cancel:hover {
  background-color: #ffffff;
  border-color: #3f51b5;
  color: #3f51b5;
}

/* line 56, app/assets/stylesheets/cell-x/buttons.sass */
.trader-reply-form .buttons .button.cancel[disabled], .user-report-form .buttons .button.cancel[disabled] {
  opacity: 0.7;
  border-color: #3f51b5;
  background-color: #3f51b5;
}

/* line 23, app/assets/stylesheets/blocks/trader_reply_form.sass */
.trader-reply-form .buttons a.button, .user-report-form .buttons a.button {
  line-height: initial;
}

/* line 26, app/assets/stylesheets/blocks/trader_reply_form.sass */
.trader-reply-thanks {
  margin-top: 30px;
  font-size: 20px;
  line-height: 24px;
  border: 2px solid black;
  padding: 20px;
}

/* line 33, app/assets/stylesheets/blocks/trader_reply_form.sass */
.trader-reply-failed {
  font-color: red;
  margin-top: 30px;
  font-size: 20px;
  line-height: 24px;
  border: 2px solid red;
  padding: 20px;
}

/* line 41, app/assets/stylesheets/blocks/trader_reply_form.sass */
.container.trader-reply, .container.user-report {
  width: auto;
  margin: 0 20px;
  margin-bottom: 36px;
}

@media only screen and (min-width: 768px) {
  /* line 46, app/assets/stylesheets/blocks/trader_reply_form.sass */
  .container.trader-reply, .container.user-report {
    width: 615px;
    margin: 0 auto;
    margin-bottom: 36px;
  }
}

/* line 2, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
#business_gallery_thumbs .dblWrapper {
  float: left;
  margin: 0 15px 15px 0;
}

/* line 5, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
#business_gallery_thumbs .dblWrapper .even {
  margin-bottom: 15px;
}

/* line 7, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
#business_gallery_thumbs .dblWrapper .imageWrapper {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 10, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
#business_gallery_thumbs .dblWrapper .imageWrapper:hover, #business_gallery_thumbs .dblWrapper .imageWrapper:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 14, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
#business_gallery_thumbs .imageWrapper {
  height: 142px;
  width: 125px;
}

/* line 17, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
#business_gallery_thumbs .imageWrapper img.uploadImg {
  height: auto;
  width: auto;
  max-width: 130px;
  max-height: 130px;
}

/* line 23, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
#business_gallery_thumbs .imageWrapper.imageWrapperLarge {
  height: 299px;
  width: 404px;
  float: left;
  margin: 0 15px 15px 0;
}

/* line 30, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
#business_gallery_thumbs li .imageWrapper {
  height: 135px;
  width: 135px;
}

/* line 33, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
#business_gallery_thumbs li .imageWrapper img.uploadImg {
  height: auto;
  width: auto;
  max-width: 130px;
  max-height: 130px;
}

/* line 39, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
#business_gallery_thumbs li .caption {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  /* line 56, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
  #business_gallery_thumbs .imageWrapper.imageWrapperLarge {
    height: auto;
    width: auto;
    clear: both;
  }
  /* line 60, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
  #business_gallery_thumbs .imageWrapper.imageWrapperLarge img {
    width: 100%;
  }
  /* line 62, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
  #business_gallery_thumbs .dblWrapper {
    float: none;
    width: 100%;
    margin-right: 0;
    clear: both;
  }
  /* line 67, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
  #business_gallery_thumbs .dblWrapper .imageWrapper.even {
    float: left;
    margin-right: 15px;
  }
  /* line 70, app/assets/stylesheets/blocks/for_traders/business-gallery-thumbs.sass */
  #business_gallery_thumbs .dblWrapper .imageWrapper.odd {
    float: left;
  }
}

/* line 3, app/assets/stylesheets/blocks/reviews.sass */
.reviews .grid {
  width: 755px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) and (max-width: 1269px) {
  /* line 3, app/assets/stylesheets/blocks/reviews.sass */
  .reviews .grid {
    width: 755px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 3, app/assets/stylesheets/blocks/reviews.sass */
  .reviews .grid {
    width: 615px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 3, app/assets/stylesheets/blocks/reviews.sass */
  .reviews .grid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 7, app/assets/stylesheets/blocks/reviews.sass */
#reviews {
  padding-bottom: 50px;
}

/* line 9, app/assets/stylesheets/blocks/reviews.sass */
#reviews p {
  color: #000;
  margin-top: 15px;
}

/* line 13, app/assets/stylesheets/blocks/reviews.sass */
#reviews .header .grid {
  width: 755px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) and (max-width: 1269px) {
  /* line 13, app/assets/stylesheets/blocks/reviews.sass */
  #reviews .header .grid {
    width: 755px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 13, app/assets/stylesheets/blocks/reviews.sass */
  #reviews .header .grid {
    width: 615px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 13, app/assets/stylesheets/blocks/reviews.sass */
  #reviews .header .grid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 16, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list {
  margin-top: 30px !important;
}

/* line 18, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .business-sort-count {
  margin-bottom: 30px;
  width: 100%;
  text-align: right;
}

/* line 22, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .business-sort-count .reviews-sort-label, #reviews .list .business-sort-count form {
  display: inline-block;
}

/* line 24, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .business-sort-count form {
  margin-right: 10px;
  margin-left: 15px;
}

/* line 27, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .business-sort-count select {
  background-color: white;
  padding: 5px 20px 5px 15px;
}

/* line 30, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .review {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebe9e9;
  color: #615555;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 14px;
  line-height: 21px;
  color: #000;
}

/* line 36, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .review .review-moderation-message {
  color: #e30613;
}

/* line 38, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .review .review-recommended {
  line-height: 30px;
  padding-left: 35px;
  background: url(/assets/profile/icon-profile-reccomended-d221f86dddf65ef8aab39f07e3a5c08a12a34860fa8620d951fb3e5cca130e06.svg) no-repeat 0% 50%;
  background-size: contain;
  position: relative;
  margin: 10px 0 15px 0;
}

/* line 45, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .review .review-text {
  max-width: 430px;
  word-break: break-word;
}

/* line 48, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .review .review-title {
  font-size: 25px;
  line-height: 31px;
  color: #000;
  margin: 0 0 20px 0;
}

/* line 53, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .review .review-details, #reviews .list .review .review-text {
  line-height: 25px;
}

/* line 55, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .review .review-details, #reviews .list .review .review-text, #reviews .list .review .review-recommended {
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
}

/* line 58, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .review .review-details {
  margin: 15px 0;
  clear: both;
}

/* line 61, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .review .review-details .review-reviewer-name {
  margin-right: 1em;
}

/* line 63, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .review .review-comments {
  color: #615555;
}

/* line 65, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .review .review-reply {
  clear: both;
  padding: 30px;
}

/* line 68, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .review .review-reply .review-reply-comments {
  font-size: 16px;
  font-family: "National2-Regular", "Arial" !important;
}

/* line 71, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .review .review-control {
  float: right;
  clear: right;
}

/* line 74, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .review .reported-message {
  color: red;
  font-style: italic;
}

/* line 77, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .pagination {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}

/* line 81, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .pagination-section {
  width: 100%;
  text-align: center;
}

/* line 84, app/assets/stylesheets/blocks/reviews.sass */
#reviews .list .pagination-section .paginate {
  margin-top: 2rem;
  display: inline-block;
  text-align: center;
}

/* line 5, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul {
  font-family: "National2-Regular", "Arial" !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .1875rem;
  margin-bottom: 12px;
}

/* line 14, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .current-page-indicator {
  display: none;
}

/* line 16, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .current-page-indicator .current-page-number {
  font-weight: bold;
}

/* line 18, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .current-page-indicator .total-page-number {
  font-weight: bold;
}

/* line 20, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul li {
  list-style-type: none !important;
}

/* line 23, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .page-numbers {
  width: 50px;
  height: 50px;
  color: #3d56b8;
  padding: 0;
  line-height: 48px;
  margin-left: 0;
  font-size: .875rem;
  font-weight: 400;
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-right: 0;
  border-left: 0;
}

/* line 38, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .page-numbers:hover {
  background-color: #3d56b8;
  color: #fff;
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .page-numbers.current {
  z-index: 1;
  color: #fff;
  background-color: #757575;
}

/* line 47, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .page-numbers.first, #reviews .list .pagination-section .paginate > ul .page-numbers.last, #reviews .list .pagination-section .paginate > ul .page-numbers.next, #reviews .list .pagination-section .paginate > ul .page-numbers.prev {
  font-size: 1.5rem;
  line-height: 48px;
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 54, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .page-numbers.prev {
  border-left: 1px solid #e0e0e0 !important;
  border-top-left-radius: .1875rem;
  border-bottom-left-radius: .1875rem;
  background-image: url(/assets/CELL/pagination/prev-231c80e2758e73af8b07017c8cb3c11e258cd218d8d55d3d6f2ccaddcfae7962.svg);
}

/* line 59, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .page-numbers.prev:hover {
  background-image: url(/assets/CELL/pagination/prev-hover-11fe3b4798d5e36853652f8209f1802524efd655712ddeb9e641fd736033f110.svg);
}

/* line 62, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .page-numbers.next {
  border-right: 1px solid #e0e0e0 !important;
  border-top-right-radius: .1875rem;
  border-bottom-right-radius: .1875rem;
  background-image: url(/assets/CELL/pagination/next-282426f256a234671a9223e8bb674d873ac5d5ae63e733d1ae3838fd6e365921.svg);
}

/* line 67, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .page-numbers.next:hover {
  background-image: url(/assets/CELL/pagination/next-hover-0a987f8743a671669447301ab673b71826383de0fdeaec82901e120ce35e5bf0.svg);
}

/* line 70, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .page-numbers.first {
  border: 1px solid #e0e0e0 !important;
  border-radius: .1875rem;
  margin-right: 6px;
  background-image: url(/assets/CELL/pagination/first-3c768a016e0a30e73c63f5cce26c697f20e8fc95e5b4b65ef83500ee1dfda031.svg);
}

/* line 75, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .page-numbers.first:hover {
  background-image: url(/assets/CELL/pagination/first-hover-556c45f08967612bfa9c0f4aa7f5143a5f98391fdf5c7c06a56a023bd50da39c.svg);
}

/* line 78, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .page-numbers.last {
  border: 1px solid #e0e0e0 !important;
  border-radius: .1875rem;
  margin-left: 6px !important;
  background-image: url(/assets/CELL/pagination/last-b2b4031d6ecc18f5705825979865b6055a112a166fa34df31d3905d966c2d79f.svg);
}

/* line 83, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .page-numbers.last:hover {
  background-image: url(/assets/CELL/pagination/last-hover-c402d4f477c0659ddb02685a579458839c1c01ca70b94ad148ea9157bc3a5460.svg);
}

/* line 86, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate > ul .spacer {
  width: 50px;
  height: 50px;
  display: none;
}

/* line 92, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate .page-totals {
  font-size: .75rem;
  color: #000;
}

/* line 95, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate .page-totals .show-all {
  border-left: 1px solid #616161;
  padding-left: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 84, app/assets/stylesheets/blocks/reviews.sass */
  #reviews .list .pagination-section .paginate {
    display: block;
  }
  /* line 102, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 108, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate > ul .page-numbers.next, #reviews .list .pagination-section .paginate > ul .page-numbers.prev {
    border: 1px solid #e0e0e0 !important;
    border-radius: .1875rem;
  }
  /* line 111, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate > ul .page-numbers.first {
    margin-right: 12px;
  }
  /* line 113, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate > ul .page-numbers.last {
    margin-left: 12px !important;
  }
  /* line 116, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate .page-count {
    line-height: 50px;
    padding-left: 24px;
    padding-right: 24px;
    color: #071216;
    font-size: 1.125rem;
    text-align: center;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  /* line 129, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate > ul .page-numbers {
    display: none;
  }
  /* line 131, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate > ul .page-numbers.first {
    display: block;
    margin-right: 6px;
  }
  /* line 134, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate > ul .page-numbers.last {
    display: block;
    margin-left: 6px !important;
  }
  /* line 137, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate > ul .page-numbers.prev {
    border: 1px solid #e0e0e0 !important;
    display: block;
  }
  /* line 140, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate > ul .page-numbers.next {
    border: 1px solid #e0e0e0 !important;
    display: block;
  }
  /* line 144, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate > ul .spacer {
    display: block;
  }
  /* line 146, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate > ul .spacer.first {
    margin-right: 6px;
  }
  /* line 148, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate > ul .spacer.last {
    margin-left: 6px !important;
  }
  /* line 151, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate > ul .current-page-indicator {
    display: block;
    line-height: 20px;
    padding-top: 15px;
    margin: 0 24px;
  }
  /* line 157, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate .page-count {
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
  }
  /* line 161, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate .page-count strong:first-child:before {
    display: block;
    content: "";
  }
}

@media only screen and (max-width: 479px) {
  /* line 167, app/assets/stylesheets/cell-x/pagination.sass */
  #reviews .list .pagination-section .paginate > ul .current-page-indicator {
    width: 70px;
    padding-top: 5px;
    margin: 0 16px;
  }
}

/* line 172, app/assets/stylesheets/cell-x/pagination.sass */
#reviews .list .pagination-section .paginate .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 87, app/assets/stylesheets/blocks/reviews.sass */
.review-full-attributes {
  float: right;
}

/* line 89, app/assets/stylesheets/blocks/reviews.sass */
.review-full-attributes .review-single-attribute {
  margin: 6px 0 12px 10px;
}

/* line 91, app/assets/stylesheets/blocks/reviews.sass */
.review-full-attributes .review-single-attribute .review-attribute-field {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

/* line 95, app/assets/stylesheets/blocks/reviews.sass */
.review-full-attributes .review-single-attribute .review-tooltip {
  background: url(/assets/icon-info-60ce461b650bfe9615d438c04a031a5128814e6fede1f06544dabfda32a8c48e.png) no-repeat top left;
  width: 22px;
  height: 22px;
  margin-left: 25px;
}

/* line 100, app/assets/stylesheets/blocks/reviews.sass */
.review-full-attributes .review-single-attribute .review-tooltip .review-tooltip-text {
  display: none;
}

/* line 103, app/assets/stylesheets/blocks/reviews.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay {
  width: 85px;
  height: 16px;
  position: relative;
  width: 93px;
}

/* line 10, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star {
  height: 100%;
  width: 20%;
  margin: 0 1px 0 0;
  position: absolute;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 18, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.p1 {
  left: 0;
}

/* line 20, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.p2 {
  left: 20%;
}

/* line 22, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.p3 {
  left: 40%;
}

/* line 24, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.p4 {
  left: 60%;
}

/* line 26, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.p5 {
  left: 80%;
}

/* line 28, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.filled-00 {
  background-image: url(/assets/stars/red-on-grey-star-0.0-774cee39ed1def7f39d39bde527192f447d0d396fef3319f4d8c7becf6f6db20.svg);
}

/* line 30, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.filled-01 {
  background-image: url(/assets/stars/red-on-grey-star-0.1-916d2332d4cf8d7e8da38830943c4a686a7036d70565564aef9d2989dd0aec86.svg);
}

/* line 32, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.filled-02 {
  background-image: url(/assets/stars/red-on-grey-star-0.2-87d4d189b655a9d433e95302b492165c5d9bcb7147c9a9d933c2e541df61bd2a.svg);
}

/* line 34, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.filled-03 {
  background-image: url(/assets/stars/red-on-grey-star-0.3-8f761413c3fdf240f517f64a07e023f3f6e1c27434aac9ad53a2d718fd72f241.svg);
}

/* line 36, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.filled-04 {
  background-image: url(/assets/stars/red-on-grey-star-0.4-b938b294eff47a858ba2e719d38c9e482b1b181df24540e83baef121ccee3aff.svg);
}

/* line 38, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.filled-05 {
  background-image: url(/assets/stars/red-on-grey-star-0.5-2fbd4e2b5c974adfd0f3a8bced8a67948fb4a68cf88102d9d933f648a3ac21fd.svg);
}

/* line 40, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.filled-06 {
  background-image: url(/assets/stars/red-on-grey-star-0.6-39b2cb0f3b39374ac9cc072064fba2ecbbaeda92192a33c49b55a458fbf30bd8.svg);
}

/* line 42, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.filled-07 {
  background-image: url(/assets/stars/red-on-grey-star-0.7-b411f044ef2e41938fa1f0f315ebf9ac8e475ec0dc6632a436cefb6d23353283.svg);
}

/* line 44, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.filled-08 {
  background-image: url(/assets/stars/red-on-grey-star-0.8-538d0d1565fe37fc5a1d25867bc6b2130e0a6d035abd682d494df0e494bfdfa3.svg);
}

/* line 46, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.filled-09 {
  background-image: url(/assets/stars/red-on-grey-star-0.9-33e563ebe777fc87c7bec177b980cab49ad6bc11f06032409113be10926eed1b.svg);
}

/* line 48, app/assets/stylesheets/elements/star-rating-strip.sass */
.review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .star.filled-10 {
  background-image: url(/assets/stars/red-on-grey-star-1.0-1111bfa317b365a711ea2f8805d0d4d1309e298db6fca67855e3ac92fe8b01c4.svg);
}

/* line 106, app/assets/stylesheets/blocks/reviews.sass */
.review-full-attributes .review-single-attribute .review-attribute-name {
  width: 155px;
  font-size: 16px;
}

/* line 110, app/assets/stylesheets/blocks/reviews.sass */
#reviews-create-review {
  float: right;
}

/* line 112, app/assets/stylesheets/blocks/reviews.sass */
#reviews-create-review .create_review {
  width: 241px;
  height: 48px;
  border-radius: 3px;
  background-color: #0050B3;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  margin: 3px 18px;
  color: #fff;
  border-radius: 30px;
  padding: 13px;
  font-size: 18px;
}

/* line 27, app/assets/stylesheets/cell-x/buttons.sass */
#reviews-create-review .create_review:hover {
  background-color: #0d386d;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18), 0 5px 11px 0 rgba(0, 0, 0, 0.25);
}

/* line 30, app/assets/stylesheets/cell-x/buttons.sass */
#reviews-create-review .create_review[disabled] {
  opacity: 0.7;
  background-color: #0d386d;
  box-shadow: none;
  cursor: not-allowed;
}

/* line 36, app/assets/stylesheets/cell-x/buttons.sass */
#reviews-create-review .create_review.processing::before {
  content: '';
  background: url(/assets/ripple-709298f356de26397d7c6cf4cfb2048811014998ee14b155737c1cd49281a6ee.svg) no-repeat 50% 100%;
  height: 30px;
  width: 30px;
  top: 9px;
  right: 10px;
  display: inline-block;
  position: absolute;
}

/* line 118, app/assets/stylesheets/blocks/reviews.sass */
h2.reviews-heading {
  font-family: "National2-Bold", "Arial" !important;
  font-size: 36px;
  line-height: 41px;
  float: left;
}

/* line 123, app/assets/stylesheets/blocks/reviews.sass */
h2.reviews-heading, #reviews-create-review {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  /* line 129, app/assets/stylesheets/blocks/reviews.sass */
  .reviews > .summary .reviews-average-ratings {
    width: 60%;
    margin-left: 0;
  }
  /* line 132, app/assets/stylesheets/blocks/reviews.sass */
  .reviews > .summary .reviews-total-recommended {
    width: 60%;
    float: right;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 139, app/assets/stylesheets/blocks/reviews.sass */
  .reviews > .summary .review-single-attribute .review-attribute-name {
    color: #ee5a40;
  }
  /* line 141, app/assets/stylesheets/blocks/reviews.sass */
  .reviews > .summary .reviews-summary-section {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  /* line 145, app/assets/stylesheets/blocks/reviews.sass */
  .reviews > .summary .reviews-summary-section .reviews-overall-container {
    width: 100%;
  }
  /* line 148, app/assets/stylesheets/blocks/reviews.sass */
  .reviews .list .business-sort-count {
    margin-bottom: 1em;
    text-align: left;
  }
  /* line 151, app/assets/stylesheets/blocks/reviews.sass */
  .reviews .list .business-sort-count .reviews-sort-label, .reviews .list .business-sort-count form {
    display: block;
    margin: 10px 0;
  }
  /* line 157, app/assets/stylesheets/blocks/reviews.sass */
  .reviews .hreview .review-full-attributes {
    margin-bottom: 1em;
  }
  /* line 160, app/assets/stylesheets/blocks/reviews.sass */
  #reviews-create-review {
    float: none;
    clear: both;
  }
  /* line 163, app/assets/stylesheets/blocks/reviews.sass */
  #reviews-create-review .create_review {
    display: block;
  }
  /* line 166, app/assets/stylesheets/blocks/reviews.sass */
  .list .review {
    display: flex;
    flex-direction: column;
  }
  /* line 169, app/assets/stylesheets/blocks/reviews.sass */
  .list .review .review-title {
    order: 0;
  }
  /* line 171, app/assets/stylesheets/blocks/reviews.sass */
  .list .review .review-text {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
  /* line 175, app/assets/stylesheets/blocks/reviews.sass */
  .list .review .review-details {
    order: 2;
    font-size: 14px;
  }
  /* line 178, app/assets/stylesheets/blocks/reviews.sass */
  .list .review .review-reply-comments {
    order: 3;
  }
  /* line 180, app/assets/stylesheets/blocks/reviews.sass */
  .list .review .review-recommended {
    order: 4;
    margin: 0 0 20px 0;
  }
  /* line 183, app/assets/stylesheets/blocks/reviews.sass */
  .list .review .review-full-attributes {
    order: 5;
  }
  /* line 185, app/assets/stylesheets/blocks/reviews.sass */
  .list .review .review-control {
    order: 6;
    text-align: right;
  }
  /* line 188, app/assets/stylesheets/blocks/reviews.sass */
  .list .review .reported-message {
    order: 7;
  }
}

@media only screen and (max-width: 767px) {
  /* line 192, app/assets/stylesheets/blocks/reviews.sass */
  .review-full-attributes {
    float: none;
  }
  /* line 194, app/assets/stylesheets/blocks/reviews.sass */
  .review-full-attributes .review-single-attribute .review-attribute-name {
    width: 100%;
  }
  /* line 196, app/assets/stylesheets/blocks/reviews.sass */
  .review-full-attributes .review-single-attribute {
    margin: 0 0 10px 0;
  }
  /* line 198, app/assets/stylesheets/blocks/reviews.sass */
  .review-full-attributes .review-single-attribute .tooltip {
    float: right;
  }
  /* line 200, app/assets/stylesheets/blocks/reviews.sass */
  .review-full-attributes .review-recommended {
    margin: 0;
  }
}

/* line 7, app/assets/stylesheets/blocks/review_form.sass */
.fullscreen-simple .close-and-return {
  background-image: url(/assets/CELL/svg-icons/cross-thin-5a7b047ec6cc75b94b484b45ff7216365722b3426205aab8db437432c9bae5d6.svg);
  width: 30px;
  height: 30px;
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
}

/* line 17, app/assets/stylesheets/blocks/review_form.sass */
.button.create_review {
  background: #ffffff;
  border: 1px solid #3E57A6;
  border-radius: 4px;
  font-size: 21px;
  padding: 10px 20px 8px 20px;
  margin-bottom: 10px;
}

/* line 21, app/assets/stylesheets/blocks/review_form.sass */
.review-form {
  margin-bottom: 0.5em;
  width: 100%;
  margin-left: 0;
  clear: left;
}

/* line 26, app/assets/stylesheets/blocks/review_form.sass */
.review-form p {
  font-size: 18px;
  line-height: 24px;
}

/* line 29, app/assets/stylesheets/blocks/review_form.sass */
.review-form h1 {
  margin-top: 46px;
  font-family: "National2-Medium", "Arial" !important;
  width: 100%;
  color: #000;
  font-size: 56px;
  text-align: center;
}

/* line 36, app/assets/stylesheets/blocks/review_form.sass */
.review-form h2 {
  font-family: "National2-Medium", "Arial" !important;
  width: 100%;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 22px;
}

/* line 43, app/assets/stylesheets/blocks/review_form.sass */
.review-form h2 .character-limit-display {
  margin-left: 10px;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 16px;
  color: #999;
}

/* line 48, app/assets/stylesheets/blocks/review_form.sass */
.review-form > h2 {
  margin-top: 30px;
  text-align: center;
  font-size: 30px;
}

/* line 52, app/assets/stylesheets/blocks/review_form.sass */
.review-form .ratings {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebe9e9;
}

/* line 56, app/assets/stylesheets/blocks/review_form.sass */
.review-form .ratings .rating {
  margin-bottom: 10px;
}

/* line 58, app/assets/stylesheets/blocks/review_form.sass */
.review-form .ratings .rating .br-wrapper {
  display: inline-block;
}

/* line 60, app/assets/stylesheets/blocks/review_form.sass */
.review-form .ratings .rating .br-wrapper .br-widget {
  width: 150px;
}

/* line 62, app/assets/stylesheets/blocks/review_form.sass */
.review-form .ratings .rating label {
  color: #999;
  font-weight: normal;
  display: inline-block;
  width: 200px;
  font-size: 18px;
}

/* line 68, app/assets/stylesheets/blocks/review_form.sass */
.review-form .ratings .rating .description {
  color: #444;
}

/* line 70, app/assets/stylesheets/blocks/review_form.sass */
.review-form .ratings .rating label, .review-form .ratings .rating .br-wrapper, .review-form .ratings .rating .review-attribute-field {
  vertical-align: middle;
}

/* line 72, app/assets/stylesheets/blocks/review_form.sass */
.review-form .ratings .rating .tooltip-control {
  width: 30px;
  height: 30px;
}

/* line 75, app/assets/stylesheets/blocks/review_form.sass */
.review-form .ratings .recommend {
  width: 100%;
  margin: 20px 0;
}

/* line 78, app/assets/stylesheets/blocks/review_form.sass */
.review-form .ratings .recommend label {
  font-family: "National2-Bold", "Arial" !important;
  padding: 5px 10px;
  cursor: pointer;
}

/* line 82, app/assets/stylesheets/blocks/review_form.sass */
.review-form .ratings .terms {
  margin: 10px 0 20px 0;
}

/* line 84, app/assets/stylesheets/blocks/review_form.sass */
.review-form .title, .review-form .review, .review-form .recommend, .review-form .validated-field, .review-form .ratings {
  margin-bottom: 24px;
}

/* line 85, app/assets/stylesheets/blocks/review_form.sass */
.review-form .title label, .review-form .review label, .review-form .recommend label, .review-form .validated-field label, .review-form .ratings label {
  margin-bottom: 6px;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  color: #000;
  margin-bottom: 10px;
  font-size: 24px;
}

/* line 89, app/assets/stylesheets/blocks/review_form.sass */
.review-form .title label .character-limit-display, .review-form .review label .character-limit-display, .review-form .recommend label .character-limit-display, .review-form .validated-field label .character-limit-display, .review-form .ratings label .character-limit-display {
  margin: 6px 0;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 14px;
  line-height: 18px;
  color: #757575;
  padding-left: 10px;
  font-size: 18px;
}

/* line 94, app/assets/stylesheets/blocks/review_form.sass */
.review-form .title label.optional:after, .review-form .review label.optional:after, .review-form .recommend label.optional:after, .review-form .validated-field label.optional:after, .review-form .ratings label.optional:after {
  content: "(optional)";
  margin: 6px 0;
  font-family: "National2-Regular", "Arial" !important;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
  color: #757575;
  padding-left: 10px;
}

/* line 104, app/assets/stylesheets/blocks/review_form.sass */
.review-form .title > div, .review-form .review > div, .review-form .recommend > div, .review-form .validated-field > div, .review-form .ratings > div {
  position: relative;
}

/* line 106, app/assets/stylesheets/blocks/review_form.sass */
.review-form .title > div input, .review-form .title > div textarea, .review-form .review > div input, .review-form .review > div textarea, .review-form .recommend > div input, .review-form .recommend > div textarea, .review-form .validated-field > div input, .review-form .validated-field > div textarea, .review-form .ratings > div input, .review-form .ratings > div textarea {
  height: 48px;
  border-radius: 3px;
  background-color: #fafafa;
  border: solid 2px #d7d7d7;
  padding: 12px 15px;
  margin-bottom: 24px;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
  color: #555555;
  outline: none;
  box-shadow: none;
  width: 100%;
}

/* line 39, app/assets/stylesheets/cell-x/text_fields.sass */
.review-form .title > div input:hover, .review-form .title > div textarea:hover, .review-form .review > div input:hover, .review-form .review > div textarea:hover, .review-form .recommend > div input:hover, .review-form .recommend > div textarea:hover, .review-form .validated-field > div input:hover, .review-form .validated-field > div textarea:hover, .review-form .ratings > div input:hover, .review-form .ratings > div textarea:hover {
  background-color: #fafafa;
  border-color: #9e9e9e;
}

/* line 42, app/assets/stylesheets/cell-x/text_fields.sass */
.review-form .title > div input:focus, .review-form .title > div textarea:focus, .review-form .review > div input:focus, .review-form .review > div textarea:focus, .review-form .recommend > div input:focus, .review-form .recommend > div textarea:focus, .review-form .validated-field > div input:focus, .review-form .validated-field > div textarea:focus, .review-form .ratings > div input:focus, .review-form .ratings > div textarea:focus {
  background-color: #ffffff;
  border-color: #2196f3;
}

/* line 45, app/assets/stylesheets/cell-x/text_fields.sass */
.review-form .title > div input[disabled], .review-form .title > div textarea[disabled], .review-form .review > div input[disabled], .review-form .review > div textarea[disabled], .review-form .recommend > div input[disabled], .review-form .recommend > div textarea[disabled], .review-form .validated-field > div input[disabled], .review-form .validated-field > div textarea[disabled], .review-form .ratings > div input[disabled], .review-form .ratings > div textarea[disabled] {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

/* line 48, app/assets/stylesheets/cell-x/text_fields.sass */
.review-form .title > div input.error, .review-form .title > div textarea.error, .review-form .review > div input.error, .review-form .review > div textarea.error, .review-form .recommend > div input.error, .review-form .recommend > div textarea.error, .review-form .validated-field > div input.error, .review-form .validated-field > div textarea.error, .review-form .ratings > div input.error, .review-form .ratings > div textarea.error {
  border-color: #ec8389;
}

/* line 109, app/assets/stylesheets/blocks/review_form.sass */
.review-form .title > div textarea, .review-form .review > div textarea, .review-form .recommend > div textarea, .review-form .validated-field > div textarea, .review-form .ratings > div textarea {
  min-height: 300px;
}

/* line 111, app/assets/stylesheets/blocks/review_form.sass */
.review-form .title .field-error, .review-form .review .field-error, .review-form .recommend .field-error, .review-form .validated-field .field-error, .review-form .ratings .field-error {
  color: red;
  font-size: 18px;
}

/* line 114, app/assets/stylesheets/blocks/review_form.sass */
.review-form .validated-field__subnote {
  font-family: "National2-Regular", "Arial" !important;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
}

/* line 120, app/assets/stylesheets/blocks/review_form.sass */
.review-form .recommend .choice {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 123, app/assets/stylesheets/blocks/review_form.sass */
.review-form .recommend .choice input[type=radio] {
  position: relative;
  width: 0;
  height: 0;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
  display: block;
}

/* line 12, app/assets/stylesheets/cell-x/radio_buttons.sass */
.review-form .recommend .choice input[type=radio]:before {
  position: absolute;
  content: '';
  box-sizing: content-box;
  border: 1px solid #cccccc;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  padding: 0;
}

/* line 21, app/assets/stylesheets/cell-x/radio_buttons.sass */
.review-form .recommend .choice input[type=radio]:after {
  position: absolute;
  content: '';
  box-sizing: content-box;
  background-color: transparent;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  margin: 5px;
  padding: 0;
}

/* line 32, app/assets/stylesheets/cell-x/radio_buttons.sass */
.review-form .recommend .choice input[type=radio]:hover:after {
  background-color: #cccccc;
}

/* line 35, app/assets/stylesheets/cell-x/radio_buttons.sass */
.review-form .recommend .choice input[type=radio]:checked:before {
  border: 1px solid #3f51b5;
}

/* line 37, app/assets/stylesheets/cell-x/radio_buttons.sass */
.review-form .recommend .choice input[type=radio]:checked:after {
  background-color: #3f51b5;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 123, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .recommend .choice input[type=radio] {
    width: 20px;
    height: 20px;
    -webkit-appearance: radio;
    border: initial;
    padding: initial;
    display: inline-block;
  }
  /* line 46, app/assets/stylesheets/cell-x/radio_buttons.sass */
  .review-form .recommend .choice input[type=radio]:before {
    display: none;
  }
  /* line 48, app/assets/stylesheets/cell-x/radio_buttons.sass */
  .review-form .recommend .choice input[type=radio]:after {
    display: none;
  }
}

/* line 127, app/assets/stylesheets/blocks/review_form.sass */
.review-form .recommend .choice label {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 20px;
  line-height: 32px;
  padding-left: 32px;
}

/* line 133, app/assets/stylesheets/blocks/review_form.sass */
.review-form .your-agreement, .review-form .did-not-use {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebe9e9;
}

/* line 137, app/assets/stylesheets/blocks/review_form.sass */
.review-form .your-agreement label, .review-form .did-not-use label {
  display: inline;
  font-family: "National2-Medium", "Arial" !important;
  color: black;
  font-size: 18px;
}

/* line 142, app/assets/stylesheets/blocks/review_form.sass */
.review-form .your-agreement input[type=checkbox], .review-form .did-not-use input[type=checkbox] {
  -webkit-appearance: none;
  border: 2px solid #bcbcbc;
  border-radius: 2px;
  height: 27px;
  width: 27px;
  outline: none;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  cursor: default;
}

/* line 15, app/assets/stylesheets/cell-x/checkbox.sass */
.review-form .your-agreement input[type=checkbox]:focus, .review-form .did-not-use input[type=checkbox]:focus {
  background-color: #ffffff;
  border-color: #2196f3;
}

/* line 18, app/assets/stylesheets/cell-x/checkbox.sass */
.review-form .your-agreement input[type=checkbox]:checked, .review-form .did-not-use input[type=checkbox]:checked {
  background: #3f57a6;
  border: 2px solid #3f57a6;
  border-radius: 2px;
  background-image: url(/assets/icon-tick-checkbox-755cd07a506783f85a9dfbae02ac2fe96d577367ef5216d31953481f759a2dd9.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 11px;
}

/* line 26, app/assets/stylesheets/cell-x/checkbox.sass */
.review-form .your-agreement input[type=checkbox]:checked:focus, .review-form .did-not-use input[type=checkbox]:checked:focus {
  border-color: #2196f3;
}

/* line 144, app/assets/stylesheets/blocks/review_form.sass */
.review-form .your-agreement p, .review-form .did-not-use p {
  font-size: 18px;
}

/* line 147, app/assets/stylesheets/blocks/review_form.sass */
.review-form #preferred_callback_time {
  height: 48px;
  border-radius: 3px;
  background-color: #fafafa;
  border: solid 2px #d7d7d7;
  padding: 12px 15px;
  margin-bottom: 24px;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
  color: #555555;
  outline: none;
  box-shadow: none;
  width: 100%;
  padding: 10px 15px;
}

/* line 39, app/assets/stylesheets/cell-x/text_fields.sass */
.review-form #preferred_callback_time:hover {
  background-color: #fafafa;
  border-color: #9e9e9e;
}

/* line 42, app/assets/stylesheets/cell-x/text_fields.sass */
.review-form #preferred_callback_time:focus {
  background-color: #ffffff;
  border-color: #2196f3;
}

/* line 45, app/assets/stylesheets/cell-x/text_fields.sass */
.review-form #preferred_callback_time[disabled] {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

/* line 48, app/assets/stylesheets/cell-x/text_fields.sass */
.review-form #preferred_callback_time.error {
  border-color: #ec8389;
}

/* line 154, app/assets/stylesheets/blocks/review_form.sass */
.review-form .review-verification-data .validated-field.with-errors .field-error {
  margin: -10px 0 15px 5px;
}

/* line 158, app/assets/stylesheets/blocks/review_form.sass */
.guidelines .hide-button {
  display: none;
  float: right;
  cursor: pointer;
  color: red;
  font-weight: bold;
}

/* line 164, app/assets/stylesheets/blocks/review_form.sass */
.guidelines h2 {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 11px;
  line-height: 11px;
  margin-top: 0;
  clear: both;
  color: #786952;
  border-bottom: 2px solid #786952;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 174, app/assets/stylesheets/blocks/review_form.sass */
.guidelines p {
  width: 100%;
}

/* line 178, app/assets/stylesheets/blocks/review_form.sass */
.review-form button {
  background-color: #0050B3;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 22px;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 18px;
  line-height: 25px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

/* line 11, app/assets/stylesheets/seatbelt/buttons.sass */
.review-form button:hover {
  background-color: #0d386d;
}

/* line 180, app/assets/stylesheets/blocks/review_form.sass */
.review-form button[disabled] {
  background-color: #c5c5c5;
  cursor: not-allowed;
}

@media only screen and (min-width: 768px) {
  /* line 185, app/assets/stylesheets/blocks/review_form.sass */
  .review-form {
    width: 755px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 192, app/assets/stylesheets/blocks/review_form.sass */
  .review-form {
    width: 615px;
    padding: 12px 0;
  }
}

@media only screen and (max-width: 767px) {
  /* line 197, app/assets/stylesheets/blocks/review_form.sass */
  .review-form {
    padding-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
  /* line 202, app/assets/stylesheets/blocks/review_form.sass */
  .review-form h2 {
    font-size: 22px;
    line-height: 25px;
  }
  /* line 205, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .service-not-used {
    position: relative;
  }
  /* line 207, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .service-not-used label {
    margin-left: 45px;
  }
  /* line 209, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .service-not-used input {
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 215, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .title label .character-limit-display, .review-form .review label .character-limit-display {
    position: relative;
    display: block;
    padding: 0;
    text-align: left;
  }
  /* line 221, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .ratings .rating {
    position: relative;
  }
  /* line 223, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .ratings .rating label {
    font-size: 17px;
    margin-bottom: 10px;
  }
  /* line 226, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .ratings .rating .br-wrapper {
    width: 88%;
    display: inline-block;
    padding-bottom: 2px;
  }
  /* line 230, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .ratings .rating .br-wrapper .br-widget {
    width: 100%;
    margin: 0;
  }
  /* line 233, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .ratings .rating .br-wrapper .br-widget a {
    width: 30px;
    height: 30px;
  }
  /* line 236, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .ratings .rating .tooltip {
    display: none !important;
  }
  /* line 238, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .buttons .button {
    display: block;
    margin: 0;
    width: 100%;
  }
  /* line 243, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .login-and-submit button[type='submit'] {
    font-size: 16px;
    width: 100%;
  }
  /* line 247, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .register-and-submit button[type='submit'] {
    font-size: 16px;
    width: 100%;
  }
  /* line 250, app/assets/stylesheets/blocks/review_form.sass */
  .review-form .register-and-submit button[type='button'] {
    padding: 18px 10px;
  }
}

/* line 6, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary {
  border: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}

/* line 10, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-overall-score {
  width: 330px;
  min-height: 150px;
  border-right: 1px solid #e0e0e0;
  text-align: center;
  display: inline-block;
}

/* line 17, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container {
  background: white;
  width: 160px;
  padding-left: 130px;
  padding-right: 40px;
  padding-top: 10px;
}

/* line 23, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .count {
  font-family: "National2-Bold", "Arial" !important;
  font-size: 51px;
  line-height: 57px;
  color: #E81C30;
}

/* line 28, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars {
  width: 85px;
  height: 16px;
  position: relative;
  width: 100%;
  height: 33px;
  margin: 5px auto 10px auto;
}

/* line 10, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star {
  height: 100%;
  width: 20%;
  margin: 0 1px 0 0;
  position: absolute;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 18, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.p1 {
  left: 0;
}

/* line 20, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.p2 {
  left: 20%;
}

/* line 22, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.p3 {
  left: 40%;
}

/* line 24, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.p4 {
  left: 60%;
}

/* line 26, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.p5 {
  left: 80%;
}

/* line 28, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.filled-00 {
  background-image: url(/assets/stars/red-on-grey-star-0.0-774cee39ed1def7f39d39bde527192f447d0d396fef3319f4d8c7becf6f6db20.svg);
}

/* line 30, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.filled-01 {
  background-image: url(/assets/stars/red-on-grey-star-0.1-916d2332d4cf8d7e8da38830943c4a686a7036d70565564aef9d2989dd0aec86.svg);
}

/* line 32, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.filled-02 {
  background-image: url(/assets/stars/red-on-grey-star-0.2-87d4d189b655a9d433e95302b492165c5d9bcb7147c9a9d933c2e541df61bd2a.svg);
}

/* line 34, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.filled-03 {
  background-image: url(/assets/stars/red-on-grey-star-0.3-8f761413c3fdf240f517f64a07e023f3f6e1c27434aac9ad53a2d718fd72f241.svg);
}

/* line 36, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.filled-04 {
  background-image: url(/assets/stars/red-on-grey-star-0.4-b938b294eff47a858ba2e719d38c9e482b1b181df24540e83baef121ccee3aff.svg);
}

/* line 38, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.filled-05 {
  background-image: url(/assets/stars/red-on-grey-star-0.5-2fbd4e2b5c974adfd0f3a8bced8a67948fb4a68cf88102d9d933f648a3ac21fd.svg);
}

/* line 40, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.filled-06 {
  background-image: url(/assets/stars/red-on-grey-star-0.6-39b2cb0f3b39374ac9cc072064fba2ecbbaeda92192a33c49b55a458fbf30bd8.svg);
}

/* line 42, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.filled-07 {
  background-image: url(/assets/stars/red-on-grey-star-0.7-b411f044ef2e41938fa1f0f315ebf9ac8e475ec0dc6632a436cefb6d23353283.svg);
}

/* line 44, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.filled-08 {
  background-image: url(/assets/stars/red-on-grey-star-0.8-538d0d1565fe37fc5a1d25867bc6b2130e0a6d035abd682d494df0e494bfdfa3.svg);
}

/* line 46, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.filled-09 {
  background-image: url(/assets/stars/red-on-grey-star-0.9-33e563ebe777fc87c7bec177b980cab49ad6bc11f06032409113be10926eed1b.svg);
}

/* line 48, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-stars .star.filled-10 {
  background-image: url(/assets/stars/red-on-grey-star-1.0-1111bfa317b365a711ea2f8805d0d4d1309e298db6fca67855e3ac92fe8b01c4.svg);
}

/* line 33, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-total {
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
}

/* line 39, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-overall-score .reviews-overall-container .reviews-overall-total:before {
  content: 'Based on';
}

/* line 41, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-average-ratings {
  width: 445px;
  min-height: 150px;
  display: inline-block;
  vertical-align: top;
}

/* line 47, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes {
  padding: 22px 35px;
  float: none;
}

/* line 51, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field {
  font-family: "National2-Regular", "Arial" !important;
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

/* line 56, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value {
  width: 85px;
  height: 16px;
  position: relative;
  height: 20px;
  width: 120px;
  background-color: white;
}

/* line 10, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star {
  height: 100%;
  width: 20%;
  margin: 0 1px 0 0;
  position: absolute;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 18, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.p1 {
  left: 0;
}

/* line 20, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.p2 {
  left: 20%;
}

/* line 22, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.p3 {
  left: 40%;
}

/* line 24, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.p4 {
  left: 60%;
}

/* line 26, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.p5 {
  left: 80%;
}

/* line 28, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.filled-00 {
  background-image: url(/assets/stars/red-on-grey-star-0.0-774cee39ed1def7f39d39bde527192f447d0d396fef3319f4d8c7becf6f6db20.svg);
}

/* line 30, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.filled-01 {
  background-image: url(/assets/stars/red-on-grey-star-0.1-916d2332d4cf8d7e8da38830943c4a686a7036d70565564aef9d2989dd0aec86.svg);
}

/* line 32, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.filled-02 {
  background-image: url(/assets/stars/red-on-grey-star-0.2-87d4d189b655a9d433e95302b492165c5d9bcb7147c9a9d933c2e541df61bd2a.svg);
}

/* line 34, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.filled-03 {
  background-image: url(/assets/stars/red-on-grey-star-0.3-8f761413c3fdf240f517f64a07e023f3f6e1c27434aac9ad53a2d718fd72f241.svg);
}

/* line 36, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.filled-04 {
  background-image: url(/assets/stars/red-on-grey-star-0.4-b938b294eff47a858ba2e719d38c9e482b1b181df24540e83baef121ccee3aff.svg);
}

/* line 38, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.filled-05 {
  background-image: url(/assets/stars/red-on-grey-star-0.5-2fbd4e2b5c974adfd0f3a8bced8a67948fb4a68cf88102d9d933f648a3ac21fd.svg);
}

/* line 40, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.filled-06 {
  background-image: url(/assets/stars/red-on-grey-star-0.6-39b2cb0f3b39374ac9cc072064fba2ecbbaeda92192a33c49b55a458fbf30bd8.svg);
}

/* line 42, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.filled-07 {
  background-image: url(/assets/stars/red-on-grey-star-0.7-b411f044ef2e41938fa1f0f315ebf9ac8e475ec0dc6632a436cefb6d23353283.svg);
}

/* line 44, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.filled-08 {
  background-image: url(/assets/stars/red-on-grey-star-0.8-538d0d1565fe37fc5a1d25867bc6b2130e0a6d035abd682d494df0e494bfdfa3.svg);
}

/* line 46, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.filled-09 {
  background-image: url(/assets/stars/red-on-grey-star-0.9-33e563ebe777fc87c7bec177b980cab49ad6bc11f06032409113be10926eed1b.svg);
}

/* line 48, app/assets/stylesheets/elements/star-rating-strip.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .star.filled-10 {
  background-image: url(/assets/stars/red-on-grey-star-1.0-1111bfa317b365a711ea2f8805d0d4d1309e298db6fca67855e3ac92fe8b01c4.svg);
}

/* line 61, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.review-value .review-attribute-overlay {
  height: 22px;
  width: 115px;
}

/* line 64, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-field.tooltip {
  display: none;
}

/* line 66, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-total-recommended {
  padding-left: 40px;
  width: 260px;
  min-height: 150px;
  border-left: 1px solid #e0e0e0;
  display: inline-block;
  vertical-align: top;
}

/* line 73, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-total-recommended .reviews-thumbs-up {
  font-size: 0;
  padding-left: 50px;
  background-image: url(/assets/profile/icon-profile-reccomended-d221f86dddf65ef8aab39f07e3a5c08a12a34860fa8620d951fb3e5cca130e06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-left: 30px;
  margin-top: 20px;
}

/* line 83, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-total-recommended .reviews-summary-section-title {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 21px;
  line-height: 30px;
  color: #000;
  margin: 0;
}

/* line 89, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
.reviews-summary .reviews-total-recommended .count {
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

@media only screen and (max-width: 1105px) {
  /* line 97, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-overall-score {
    width: 270px;
  }
  /* line 99, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-overall-score .reviews-overall-container {
    padding-left: 70px;
  }
  /* line 101, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-average-ratings {
    width: 228px;
  }
  /* line 104, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-average-ratings .review .review-full-attributes {
    padding: 0 5px;
  }
  /* line 106, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute {
    text-align: center;
  }
  /* line 108, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-name {
    width: auto;
  }
  /* line 110, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-value {
    display: block;
    margin: 0 auto;
  }
  /* line 113, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-total-recommended {
    width: 210px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 118, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-overall-score {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    border-right: none;
    margin-bottom: 20px;
  }
  /* line 124, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-overall-score .reviews-overall-container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  /* line 128, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-average-ratings {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 133, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-average-ratings .review .review-full-attributes {
    padding: 0 5px;
  }
  /* line 135, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute {
    text-align: center;
  }
  /* line 137, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-name {
    width: auto;
  }
  /* line 139, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-value {
    display: block;
    margin: 0 auto;
  }
  /* line 142, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-total-recommended {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-left: none;
  }
  /* line 149, app/assets/stylesheets/blocks/reviews/reviews_summary.sass */
  .reviews-summary .reviews-total-recommended .reviews-thumbs-up {
    padding-left: 0;
    margin: 15px auto;
  }
}

/* line 7, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
.businesses .reviews-summary .grid, .endorsed_businesses .reviews-summary .grid {
  width: 1105px;
  margin: 0 auto;
}

/* line 9, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
.businesses .reviews-summary .grid .reviews-overall-container, .endorsed_businesses .reviews-summary .grid .reviews-overall-container {
  box-sizing: content-box;
  width: 159px;
}

/* line 12, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
.businesses .reviews-summary .grid .tooltipstered, .endorsed_businesses .reviews-summary .grid .tooltipstered {
  display: none !important;
}

@media only screen and (max-width: 1269px) {
  /* line 18, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid, .endorsed_businesses .reviews-summary .grid {
    width: 755px;
    margin: 0 auto;
  }
  /* line 20, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-overall-score, .endorsed_businesses .reviews-summary .grid .reviews-overall-score {
    width: 270px;
  }
  /* line 22, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-overall-score .reviews-overall-container, .endorsed_businesses .reviews-summary .grid .reviews-overall-score .reviews-overall-container {
    padding-left: 70px;
  }
  /* line 24, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-average-ratings, .endorsed_businesses .reviews-summary .grid .reviews-average-ratings {
    width: 228px;
  }
  /* line 27, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes, .endorsed_businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes {
    padding: 0 5px;
  }
  /* line 29, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes .review-single-attribute, .endorsed_businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes .review-single-attribute {
    text-align: center;
  }
  /* line 31, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-name, .endorsed_businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-name {
    width: auto;
  }
  /* line 33, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-value, .endorsed_businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-value {
    display: block;
    margin: 0 auto;
  }
  /* line 36, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-total-recommended, .endorsed_businesses .reviews-summary .grid .reviews-total-recommended {
    width: 210px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 42, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid, .endorsed_businesses .reviews-summary .grid {
    width: auto;
    margin: 0 20px;
  }
  /* line 44, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-overall-score, .endorsed_businesses .reviews-summary .grid .reviews-overall-score {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    border-right: none;
    margin-bottom: 20px;
  }
  /* line 50, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-overall-score .reviews-overall-container, .endorsed_businesses .reviews-summary .grid .reviews-overall-score .reviews-overall-container {
    width: 180px;
    margin: auto;
    padding: 10px 0;
  }
  /* line 54, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-average-ratings, .endorsed_businesses .reviews-summary .grid .reviews-average-ratings {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 59, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes, .endorsed_businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes {
    padding: 0 5px;
  }
  /* line 61, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes .review-single-attribute, .endorsed_businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes .review-single-attribute {
    text-align: center;
  }
  /* line 63, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-name, .endorsed_businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-attribute-name {
    width: auto;
  }
  /* line 65, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-value, .endorsed_businesses .reviews-summary .grid .reviews-average-ratings .review .review-full-attributes .review-single-attribute .review-value {
    display: block;
    margin: 0 auto;
  }
  /* line 68, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-total-recommended, .endorsed_businesses .reviews-summary .grid .reviews-total-recommended {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-left: none;
  }
  /* line 75, app/assets/stylesheets/blocks/reviews/reviews_summary_profiles_fixes.sass */
  .businesses .reviews-summary .grid .reviews-total-recommended .reviews-thumbs-up, .endorsed_businesses .reviews-summary .grid .reviews-total-recommended .reviews-thumbs-up {
    padding-left: 0;
    margin: 15px auto;
  }
}

/* line 1, app/assets/stylesheets/blocks/reviews/reviews_trust_text.sass */
.reviews-trust-text {
  color: #000222;
}

/* line 3, app/assets/stylesheets/blocks/reviews/reviews_trust_text.sass */
.reviews-trust-text h3 {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 18px;
  line-height: 25px;
  margin-block-end: 0.5em;
}

/* line 8, app/assets/stylesheets/blocks/reviews/reviews_trust_text.sass */
.reviews-trust-text p {
  margin-top: 0;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (min-width: 1024px) {
  /* line 15, app/assets/stylesheets/blocks/reviews/reviews_trust_text.sass */
  .reviews-trust-text {
    margin-bottom: 30px;
  }
}

/* line 1, app/assets/stylesheets/blocks/trader/head_office/partnership-search.sass */
.partnership-search {
  margin-bottom: 20px;
}

/* line 4, app/assets/stylesheets/blocks/trader/head_office/partnership-search.sass */
.partnership-search .grid {
  width: 755px;
  margin: 0 auto;
  background: #30373F;
  color: white;
  padding: 27px 25px;
  border-radius: 4px;
}

/* line 10, app/assets/stylesheets/blocks/trader/head_office/partnership-search.sass */
.partnership-search .grid h2 {
  text-align: center;
  font-size: 32px;
}

/* line 13, app/assets/stylesheets/blocks/trader/head_office/partnership-search.sass */
.partnership-search .grid .label {
  display: none;
}

/* line 15, app/assets/stylesheets/blocks/trader/head_office/partnership-search.sass */
.partnership-search .grid .search-query-controls {
  display: none;
}

/* line 17, app/assets/stylesheets/blocks/trader/head_office/partnership-search.sass */
.partnership-search .grid .search-location-controls {
  display: inline-block;
  width: 78%;
}

/* line 20, app/assets/stylesheets/blocks/trader/head_office/partnership-search.sass */
.partnership-search .grid .search-location-controls input {
  height: 48px;
  border-radius: 3px;
  background-color: #fafafa;
  border: solid 2px #d7d7d7;
  padding: 12px 15px;
  margin-bottom: 24px;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 18px;
  color: #555555;
  outline: none;
  box-shadow: none;
  min-height: 62px;
}

/* line 39, app/assets/stylesheets/cell-x/text_fields.sass */
.partnership-search .grid .search-location-controls input:hover {
  background-color: #fafafa;
  border-color: #9e9e9e;
}

/* line 42, app/assets/stylesheets/cell-x/text_fields.sass */
.partnership-search .grid .search-location-controls input:focus {
  background-color: #ffffff;
  border-color: #2196f3;
}

/* line 45, app/assets/stylesheets/cell-x/text_fields.sass */
.partnership-search .grid .search-location-controls input[disabled] {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

/* line 48, app/assets/stylesheets/cell-x/text_fields.sass */
.partnership-search .grid .search-location-controls input.error {
  border-color: #ec8389;
}

/* line 23, app/assets/stylesheets/blocks/trader/head_office/partnership-search.sass */
.partnership-search .grid #b_submit_action {
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  /* line 28, app/assets/stylesheets/blocks/trader/head_office/partnership-search.sass */
  .partnership-search .grid {
    width: 685px;
    margin: 0 auto;
  }
  /* line 30, app/assets/stylesheets/blocks/trader/head_office/partnership-search.sass */
  .partnership-search .grid .search-location-controls {
    width: 68%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 35, app/assets/stylesheets/blocks/trader/head_office/partnership-search.sass */
  .partnership-search .grid {
    width: auto;
    margin: 0 20px;
  }
  /* line 37, app/assets/stylesheets/blocks/trader/head_office/partnership-search.sass */
  .partnership-search .grid > form {
    text-align: center;
  }
}

/* line 28, app/assets/stylesheets/search-results/_ribbons.sass */
.down-ribbon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 10px;
  text-transform: uppercase;
  color: white;
  padding: 10px;
  font-size: 12px;
  line-height: 15px;
}

/* line 40, app/assets/stylesheets/search-results/_ribbons.sass */
.down-ribbon.partnership {
  background-color: #f44336;
}

/* line 7, app/assets/stylesheets/search-results/_ribbons.sass */
.down-ribbon.partnership:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-left: 40px solid #f44336;
  position: absolute;
  top: 80px;
  left: 0;
}

/* line 17, app/assets/stylesheets/search-results/_ribbons.sass */
.down-ribbon.partnership:before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-right: 40px solid #f44336;
  position: absolute;
  top: 80px;
  right: 0;
}

/* line 43, app/assets/stylesheets/search-results/_ribbons.sass */
.down-ribbon.ribbon-image {
  background-repeat: no-repeat;
  background-position: center 5px;
  text-indent: -99999px;
  background-color: #f44336;
}

/* line 48, app/assets/stylesheets/search-results/_ribbons.sass */
.down-ribbon.ribbon-image:before {
  display: none;
}

/* line 50, app/assets/stylesheets/search-results/_ribbons.sass */
.down-ribbon.ribbon-image:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 14px solid transparent;
  border-left: 80px solid;
  border-left-color: #f44336;
  position: absolute;
  top: 80px;
  left: 0;
}

/* line 1, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-header {
  background: #fff;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 755px;
  padding: 20px 35px;
  border: #ccc 1px solid;
}

/* line 12, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-header .title-block, .profile-header .chevron-block, .profile-header .contact-block, .profile-header .image-block, .profile-header .reviews-skip-block {
  flex: 0 1 100%;
}

/* line 15, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-header .title-block, .profile-header .chevron-block, .profile-header .image-block {
  text-align: center;
}

/* line 19, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-header .title-block h1 {
  display: block;
  font-size: 36px;
  color: #30373f;
  margin: 0;
  font-family: "National2-Bold", "Arial" !important;
  line-height: 56px;
}

/* line 26, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-header .title-block .endorsed-by {
  font-family: "National2-Medium", "Arial" !important;
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 0;
}

/* line 34, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-header .title-block .endorsed-by.red {
  display: inline-block;
  color: #e11f26;
  font-size: 15px;
  text-transform: none;
}

/* line 39, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-header .title-block .endorsed-by.question-mark {
  display: inline-block;
  font-size: 15px;
}

/* line 44, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-header .chevron-block .down-ribbon {
  color: black;
}

/* line 46, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-header .chevron-block .down-ribbon .upper-label {
  font-family: "National2-Bold", "Arial" !important;
  font-size: 11px;
  line-height: 12px;
  position: relative;
  margin: 10px;
  left: -41px;
  bottom: -22px;
  width: 135px;
}

/* line 55, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-header .chevron-block .down-ribbon .lower-label {
  font-family: "National2-Bold", "Arial" !important;
  font-size: 11px;
  line-height: 12px;
  position: relative;
  margin-top: 10px;
  left: -31px;
  bottom: -22px;
  width: 135px;
}

/* line 66, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-header .reviews-skip-block {
  margin: 40px 0 10px 0;
  text-align: center;
}

/* line 69, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-header .reviews-skip-block a {
  width: 241px;
  height: 48px;
  border-radius: 3px;
  background-color: #0050B3;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
  font-family: "National2-Regular", "Arial" !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  margin: 3px 18px;
  font-size: 18px;
  border-radius: 30px;
  padding: 15px 15px;
  margin: 15px auto;
  display: block;
  height: auto;
}

/* line 27, app/assets/stylesheets/cell-x/buttons.sass */
.profile-header .reviews-skip-block a:hover {
  background-color: #0d386d;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18), 0 5px 11px 0 rgba(0, 0, 0, 0.25);
}

/* line 30, app/assets/stylesheets/cell-x/buttons.sass */
.profile-header .reviews-skip-block a[disabled] {
  opacity: 0.7;
  background-color: #0d386d;
  box-shadow: none;
  cursor: not-allowed;
}

/* line 36, app/assets/stylesheets/cell-x/buttons.sass */
.profile-header .reviews-skip-block a.processing::before {
  content: '';
  background: url(/assets/ripple-709298f356de26397d7c6cf4cfb2048811014998ee14b155737c1cd49281a6ee.svg) no-repeat 50% 100%;
  height: 30px;
  width: 30px;
  top: 9px;
  right: 10px;
  display: inline-block;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  /* line 82, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .chevron-block img.which-logo {
    max-width: 270px;
  }
  /* line 84, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .chevron-block .down-ribbon {
    background-color: transparent;
    height: auto;
    width: 100%;
    position: unset;
  }
  /* line 89, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .chevron-block .down-ribbon:before, .profile-header .chevron-block .down-ribbon:after {
    content: unset;
  }
  /* line 91, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .chevron-block .down-ribbon img {
    position: unset;
    margin: 0 auto;
  }
  /* line 94, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .chevron-block .down-ribbon .upper-label {
    font-family: "National2-Bold", "Arial" !important;
    font-size: 11px;
    line-height: 12px;
    position: static;
    margin: 10px;
    left: -41px;
    bottom: -22px;
    width: auto;
  }
  /* line 103, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .chevron-block .down-ribbon .lower-label {
    font-family: "National2-Bold", "Arial" !important;
    font-size: 11px;
    line-height: 12px;
    position: static;
    margin-top: 10px;
    left: -31px;
    bottom: -22px;
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  /* line 114, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header {
    top: 70px;
    margin: 0 auto 20px auto;
    padding: 63px 70px;
  }
  /* line 118, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header.with-partnership-information {
    margin-bottom: 300px;
  }
  /* line 120, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .title-block {
    order: 0;
    flex: 2 1 405px;
    text-align: initial;
  }
  /* line 124, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .title-block .endorsed-by {
    font-size: 14px;
  }
  /* line 126, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .title-block .endorsed-by.red {
    font-size: 22px;
  }
  /* line 128, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .title-block .endorsed-by.question-mark {
    font-size: 22px;
  }
  /* line 130, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .chevron-block {
    order: 1;
    flex: 1 1 195px;
    min-height: 135px;
  }
  /* line 134, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .chevron-block img.which-logo {
    width: 135px;
    height: auto;
  }
  /* line 137, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .chevron-block img.lower-label {
    display: initial;
    width: 94px;
    left: -10px;
  }
  /* line 142, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .contact-block {
    order: 2;
    flex: 2 1 405px;
    padding-top: 70px;
  }
  /* line 146, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .image-block {
    order: 3;
    flex: 1 1 195px;
  }
  /* line 149, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .reviews-skip-block {
    order: 4;
    flex: 1 1 100%;
  }
  /* line 152, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .reviews-skip-block a {
    display: initial;
    padding: 15px 60px;
    min-height: 48px;
  }
  /* line 156, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .partnership-information-block {
    position: absolute;
    bottom: -280px;
    left: 0;
  }
  /* line 160, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .partnership-information-block p {
    font-family: "National2-Regular", "Arial" !important;
  }
  /* line 162, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-header .partnership-information-block h2 {
    font-size: 24px;
  }
}

/* line 168, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red {
  background: #fff;
}

/* line 170, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red h2 {
  color: #000;
  font-size: 21px;
}

/* line 174, app/assets/stylesheets/pages/_profile-page-red.sass */
.hero-profile-banner {
  display: inline-block;
  width: 100%;
}

/* line 177, app/assets/stylesheets/pages/_profile-page-red.sass */
.hero-profile-banner .profile__map-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #D6EAD3;
  height: 400px;
  display: inline-block;
  width: 100%;
  position: absolute;
}

/* line 188, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-contact-details {
  display: inline-block;
  vertical-align: top;
}

/* line 192, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-contact-details ul li {
  color: #000;
  padding: 6px 0;
  font-size: 18px;
  line-height: 21px;
  font-family: "National2-Medium", "Arial" !important;
}

/* line 198, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-contact-details ul li a {
  color: #1284c6;
  line-height: 21px;
  font-family: "National2-Medium", "Arial" !important;
}

/* line 202, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-contact-details .icon-location-blue {
  display: none;
}

/* line 204, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-contact-details .icon-phone-blue {
  display: none;
}

/* line 206, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-contact-details .icon-email-blue {
  display: none;
}

/* line 208, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-contact-details .icon-phone, .profile-page__red .profile-contact-details .icon-clock, .profile-page__red .profile-contact-details .icon-location, .profile-page__red .profile-contact-details .icon-site, .profile-page__red .profile-contact-details .icon-email {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}

/* line 212, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-contact-details .icon-phone .image, .profile-page__red .profile-contact-details .icon-clock .image, .profile-page__red .profile-contact-details .icon-location .image, .profile-page__red .profile-contact-details .icon-site .image, .profile-page__red .profile-contact-details .icon-email .image {
  background-image: url(/assets/profile/icon-profile-phone-black-02a1d579964416f887c25bb93d4c5eb05147bcc34ee9b04cd68249f37e57dc50.svg);
  background-repeat: no-repeat;
  height: 28px;
  width: 27px;
  display: inline-block;
  margin-right: 15px;
}

/* line 221, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-contact-details .icon-email .image {
  background-image: url(/assets/profile/icon-profile-email-black-d3a358dfb70b4822e4bea1f2616b67a6c501495f71c481d8b61db395f13239a2.svg);
  height: 17px;
  width: 23px;
}

/* line 227, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-contact-details .icon-site .image {
  background-image: url(/assets/profile/icon-profile-site-black-b70638cbaef0ba500cb8eaf71a88953ed11d515db4e534c926df8799626d19fe.svg);
  height: 24px;
  width: 24px;
}

/* line 233, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-contact-details .icon-location .image {
  background-image: url(/assets/profile/icon-profile-location-black-11776511a599da867aa87347c6a78088220671c101956e9ddd854a6d69890f05.svg);
  height: 24px;
  width: 24px;
}

/* line 239, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-contact-details .icon-clock .image {
  background-image: url(/assets/profile/icon-profile-clock-black-ebbc1a29df3ee48259ee7cd784043cff4904eb9d8596b55f4499a931b52df5f1.svg);
  height: 27px;
  width: 28px;
  margin-top: 5px;
}

/* line 244, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-contact-details .contact-info {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "National2-Regular", "Arial" !important;
}

/* line 252, app/assets/stylesheets/pages/_profile-page-red.sass */
#business_profile_image {
  display: inline-block;
  vertical-align: top;
  padding: 64px 0 0 0;
  width: 70%;
}

/* line 257, app/assets/stylesheets/pages/_profile-page-red.sass */
#business_profile_image .reviews-rating {
  font-family: "National2-Regular", "Arial" !important;
  text-align: center;
}

/* line 260, app/assets/stylesheets/pages/_profile-page-red.sass */
#business_profile_image .reviews-rating p {
  margin-top: 0;
}

/* line 262, app/assets/stylesheets/pages/_profile-page-red.sass */
#business_profile_image .reviews-rating .score {
  margin: 0;
  font-family: "National2-Medium", "Arial" !important;
  font-size: 43px;
  color: #444;
}

/* line 267, app/assets/stylesheets/pages/_profile-page-red.sass */
#business_profile_image img {
  width: 100%;
  border: 1px solid #bdbdbd;
  margin-bottom: 16px;
}

/* line 272, app/assets/stylesheets/pages/_profile-page-red.sass */
.open-timeslots {
  color: #000;
  font-size: 18px;
  line-height: 21px;
  margin-top: 25px;
  font-family: "National2-Medium", "Arial" !important;
}

/* line 278, app/assets/stylesheets/pages/_profile-page-red.sass */
.open-timeslots .icon-clock {
  position: relative;
  top: -10px;
}

/* line 281, app/assets/stylesheets/pages/_profile-page-red.sass */
.open-timeslots .open-heading {
  display: inline-block;
  width: 29%;
  vertical-align: top;
}

/* line 285, app/assets/stylesheets/pages/_profile-page-red.sass */
.open-timeslots select {
  font-family: "National2-Medium", "Arial" !important;
  display: inline-block;
  outline: none;
  width: 57%;
  color: #000;
  background: #fff;
  border-radius: 2px;
  font-size: 18px;
}

/* line 295, app/assets/stylesheets/pages/_profile-page-red.sass */
.open-timeslots .trading-hours {
  display: inline-block;
}

/* line 298, app/assets/stylesheets/pages/_profile-page-red.sass */
.open-timeslots .trading-hours .trading-hours-title .icon-fastforward {
  display: none;
}

/* line 300, app/assets/stylesheets/pages/_profile-page-red.sass */
.open-timeslots .trading-hours .trading-hours-list {
  position: relative;
  margin-top: 15px;
}

/* line 303, app/assets/stylesheets/pages/_profile-page-red.sass */
.open-timeslots .trading-hours .trading-hours-list li {
  font-family: "National2-Regular", "Arial" !important;
}

/* line 307, app/assets/stylesheets/pages/_profile-page-red.sass */
.open-timeslots .trading-hours.active .trading-hours-title .icon-fastforward {
  font-family: 'Which-Icons', serif !important;
  font-weight: normal;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 5px;
}

/* line 309, app/assets/stylesheets/pages/_profile-page-red.sass */
.open-timeslots .trading-hours.active .trading-hours-title .icon-fastforward:before {
  content: '\bb';
}

/* line 314, app/assets/stylesheets/pages/_profile-page-red.sass */
.open-timeslots .trading-hours.active .trading-hours-title .icon-fastforward:hover {
  transform: scale(1.3) rotate(90deg);
}

/* line 316, app/assets/stylesheets/pages/_profile-page-red.sass */
.open-timeslots .trading-hours.active .trading-hours-list {
  position: absolute;
  background-color: white;
  border: 1px solid #DFDFDF;
  box-shadow: 0 2px 10px rgba(43, 50, 57, 0.18);
  z-index: 1;
}

/* line 322, app/assets/stylesheets/pages/_profile-page-red.sass */
.open-timeslots .trading-hours.active .trading-hours-list li {
  border-bottom: 1px solid #DFDFDF;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 327, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile__organisations {
  padding-bottom: 25px;
}

/* line 329, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile__organisations .badges-block {
  padding: 0;
  text-align: left;
  background-position: left;
  display: inline-block;
}

/* line 335, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-body {
  background: #fff;
}

/* line 338, app/assets/stylesheets/pages/_profile-page-red.sass */
.background-white {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  /* line 342, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-body {
    padding-top: 65px;
    max-width: 755px;
  }
  /* line 345, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-body .about-business, .profile-body .sectors_services__profile {
    padding-bottom: 20px;
  }
  /* line 348, app/assets/stylesheets/pages/_profile-page-red.sass */
  .background-white {
    background: #fff;
    max-width: 755px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 353, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-body, .background-white {
    max-width: 630px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1269px) {
  /* line 359, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red .profile__map-image .profile__header {
    padding: 26px 32px;
  }
  /* line 362, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red .profile__map-image .profile__header .left h1 {
    font-size: 35px;
  }
  /* line 368, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-contact-details .contact-info ul li {
    font-size: 16px;
  }
  /* line 370, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-contact-details .contact-info ul li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 374, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red {
    position: relative;
    display: block;
  }
  /* line 377, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red .profile-body {
    position: relative;
    display: block;
    padding-top: 25px;
  }
  /* line 381, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red .profile-body .about-business, .profile-page__red .profile-body .sectors_services__profile {
    padding: 10px 30px;
  }
  /* line 383, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red .profile-body .gallery {
    padding: 10px 30px 30px 30px;
  }
  /* line 385, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red #business_profile_image {
    width: 100%;
    text-align: center;
    padding: 32px 0 2px 0;
  }
  /* line 389, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red #business_profile_image img {
    width: 60%;
  }
  /* line 391, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red .profile-contact-details {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    padding-top: 26px;
  }
  /* line 398, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red .profile-contact-details .contact-info ul li {
    font-size: 16px;
  }
  /* line 400, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red .profile-contact-details .contact-info ul li a {
    font-size: 16px;
  }
  /* line 402, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red .hero-profile-banner {
    background: #fff;
    display: inline-block;
  }
  /* line 405, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red .hero-profile-banner .profile__map-image {
    background: #fff;
  }
  /* line 408, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red .open-timeslots .open-heading {
    width: 80% !important;
    margin-top: 10px;
  }
  /* line 411, app/assets/stylesheets/pages/_profile-page-red.sass */
  .profile-page__red .open-timeslots select {
    width: 88%;
    float: right;
  }
  /* line 414, app/assets/stylesheets/pages/_profile-page-red.sass */
  .background-white {
    padding: 10px 30px;
  }
}

/* line 418, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-body h2 {
  font-family: "National2-Bold", "Arial" !important;
  font-weight: 300;
  font-size: 32px;
  color: #000;
}

/* line 424, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .profile-body .profile__organisations h2 {
  font-family: "National2-Bold", "Arial" !important;
}

/* line 427, app/assets/stylesheets/pages/_profile-page-red.sass */
.profile-page__red .sectors_services h2 {
  margin-bottom: 42px;
}

/* line 430, app/assets/stylesheets/pages/_profile-page-red.sass */
.about-business p {
  line-height: 28px;
  font-size: 18px;
  font-family: "National2-Regular", "Arial" !important;
}
