@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/cg/CenturyGothic-webfont.eot");
  src: url("../fonts/cg/CenturyGothic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cg/CenturyGothic-webfont.woff2") format("woff2"), url("../fonts/cg/CenturyGothic-webfont.woff") format("woff"), url("../fonts/cg/CenturyGothic-webfont.ttf") format("truetype"), url("../fonts/cg/CenturyGothic-webfont.svg#century_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontawesome';
  src: url("../fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/cg/centurygothicbold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
* {
  font-family: "Montserrat", serif; }

body {
  margin: 0;
  overflow-x: hidden; }

.default-blue {
  color: #0032A0;
  font-weight: bold; }

.default-grey {
  color: #67676A;
  font-weight: bold; }

.download-link.default-red {
  background: none;
  color: #E0004D; }
  .download-link.default-red:hover {
    background: none;
    color: #E0004D !important;
    text-decoration: underline; }

#room_photo svg {
  max-width: 100%;
  width: 100%;
  height: auto; }

a.default-grey:hover {
  color: #67676A; }

.no-bold {
  font-weight: normal; }

.light-style {
  font-weight: 400; }

.form-group input[name="pdf_title"] {
  text-transform: none !important; }

.grid-flex.space-between {
  justify-content: space-between; }
.grid-flex .flex-item.size-1 {
  flex: 0 1 auto; }
  .grid-flex .flex-item.size-1:first-child {
    border-right: 1px solid #FFF; }
  .grid-flex .flex-item.size-1:last-child {
    border-left: 1px solid #FFF; }

.header-item a {
  padding: .85em .75em;
  display: block;
  font-weight: bold;
  color: #0032A0; }
  .header-item a:hover {
    text-decoration: none;
    background-color: #d9d9d9; }

.page-heading {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #BABABA; }
  .page-heading h1 {
    font-size: 2rem;
    margin: 20px 0; }
  .page-heading img {
    margin-top: 20px;
    height: auto;
    width: 200px; }

.sub-page-heading {
  width: 100%; }
  .sub-page-heading h3 {
    font-weight: bold; }

.spacer-bottom {
  margin-bottom: 1em; }

.spacer {
  margin: 1em 0; }

.flex-end {
  align-self: flex-end; }

.radio input[type="checkbox"] {
  height: 1.5em !important; }
.radio .form-group {
  display: flex; }
  .radio .form-group label {
    flex: 1 1 auto;
    font-size: 0.7rem;
    font-weight: normal;
    margin: auto; }
  .radio .form-group input {
    flex: 0 0 100px; }

.pdf-view {
  margin-top: 30px; }

.submit-container a.default-button {
  width: fit-content;
  max-width: 50%; }
  .submit-container a.default-button:hover {
    text-decoration: none; }

a.default-button,
.default-button {
  display: block;
  appearance: none;
  background: #E0004D;
  border: 0;
  color: #FFF;
  padding: 0.6em 2em;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer; }
  a.default-button.center,
  .default-button.center {
    margin: 0 auto; }
  a.default-button:hover,
  .default-button:hover {
    background: #bc0041; }

.fb-share-button span {
  display: block !important; }

.grid-flex {
  display: flex; }
  .grid-flex.wrap {
    flex-wrap: wrap; }
  .grid-flex .no-flex-item {
    flex: 0 0 auto; }
    .grid-flex .no-flex-item:not(:last-child) {
      margin-right: 5px; }
  .grid-flex .flex-item {
    flex: 1; }
    .grid-flex .flex-item.two {
      flex: 0 0 calc(50% - 1em); }
      .grid-flex .flex-item.two:nth-child(2n+1) {
        margin: 0 1em 1em 0; }
      .grid-flex .flex-item.two:nth-child(2n+2) {
        margin: 0 0 1em 1em; }
    .grid-flex .flex-item:first-child input,
    .grid-flex .flex-item:first-child select {
      width: calc(100% - 1em);
      margin-right: 1em; }
    .grid-flex .flex-item:second-child input,
    .grid-flex .flex-item:second-child select {
      width: calc(100% - 1em);
      margin-left: 1em; }
    .grid-flex .flex-item input.full,
    .grid-flex .flex-item select.full {
      width: 100%; }

.download-link {
  font-size: 1.2em; }

.downloads .small-two {
  line-height: 1.2em; }

.select-container select {
  width: 100% !important;
  margin: 0 !important;
  appearance: none !important;
  border: 0; }

.small-two {
  font-size: 0.8em; }

.small {
  font-size: 0.6em; }

.area-group .show {
  display: block; }
.area-group .hide {
  display: none; }
.area-group .heading {
  padding: 0.55em 0.75em;
  color: #FFF; }
  .area-group .heading h5 {
    margin-bottom: 0;
    font-size: 1rem; }
  .area-group .heading.orange {
    background-color: #EF7318; }
  .area-group .heading.green {
    background-color: #62B54A; }
  .area-group .heading.yellow {
    background-color: #FDD002; }
  .area-group .heading.red {
    background-color: #E7253F; }
  .area-group .heading.pink {
    background-color: #F29BC3; }
  .area-group .heading.purple {
    background-color: #872787; }
  .area-group .heading.blue {
    background-color: #193A80; }
  .area-group .heading.black {
    background-color: #000; }
  .area-group .heading.magenta {
    background-color: #E60480; }
  .area-group .heading.darkblue {
    background-color: #193A80; }
  .area-group .heading.lightgreen {
    background-color: #62bda4; }
  .area-group .heading.darkgreen {
    background-color: #006d2e; }
  .area-group .heading.lightblue {
    background-color: #009fe3; }
  .area-group .heading.cyan {
    background-color: #1A9EDA; }
  .area-group .heading.turquoise {
    background-color: #65BFA7; }
  .area-group .heading.lightpurple {
    background-color: #816AAE; }
  .area-group .heading.peach {
    background-color: #F9AE69; }
  .area-group .heading.taupe {
    background-color: #AF9869; }

header.bg-grey {
  background-color: #E6E6E6; }

.upload-group {
  display: flex; }
  .upload-group label {
    margin-bottom: 0;
    align-self: flex-end;
    border: 0;
    background: #F0F0F0;
    width: 100%;
    color: #67676A;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 1em;
    height: 3em;
    font-size: 1em !important;
    line-height: 3em; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  font-weight: 700;
  color: #67676A;
  background-color: #F0F0F0;
  display: inline-block; }

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #ededed; }

.inputfile + label {
  cursor: pointer;
  /* "hand" cursor */ }

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.select-container.form-group {
  margin: 0; }
  .select-container.form-group .arrow:after {
    border-color: transparent #C8C8C8;
    right: calc(2%); }

.default-red {
  text-transform: uppercase;
  height: 3em;
  font-size: 1em !important;
  line-height: 2em;
  flex-basis: 49%;
  background: #E0004D;
  color: #FFF;
  border-radius: unset;
  font-weight: bold; }
  .default-red:hover {
    background: #bc0041;
    color: #FFF !important; }

.upload-group {
  justify-content: space-between; }
  .upload-group label {
    flex-basis: 49%; }

.form-group label {
  font-weight: bold;
  font-size: 1.75rem; }
.form-group select {
  appearance: none;
  border: 0;
  background: #F0F0F0;
  width: 100%;
  height: 3em;
  color: #67676A;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 1em;
  font-size: 1em; }
.form-group input:not([type=file]) {
  appearance: none;
  border: 0;
  width: 100%;
  height: 3em;
  color: #67676A;
  background: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  border-bottom: 2px solid #E0004D; }
.form-group .upload_logo_file {
  align-self: flex-end; }
.form-group .arrow:not(.disabled) {
  position: relative; }
  .form-group .arrow:not(.disabled):after {
    content: '';
    font: 1em "Consolas", monospace;
    width: 0;
    height: 0;
    position: absolute;
    right: calc(5%);
    top: 50%;
    padding: 0 0 0 0;
    margin-right: 10px;
    border-width: 12px 12px 12px 0;
    transform: rotate(-90deg) translate(100%, 0);
    border-style: solid;
    border-color: transparent #F15922;
    pointer-events: none; }
  .form-group .arrow:not(.disabled):before {
    content: '';
    right: 6px;
    top: 0px;
    width: 25px;
    height: 25px;
    position: absolute;
    pointer-events: none;
    display: block; }
  .form-group .arrow:not(.disabled) select {
    -moz-appearance: none;
    -webkit-appearance: none; }
    .form-group .arrow:not(.disabled) select::-ms-expand {
      display: none; }
.form-group .arrow.add-select .add-block {
  height: 3em;
  position: relative; }
  .form-group .arrow.add-select .add-block a {
    color: #67676A;
    font-size: 1em;
    font-weight: bold;
    position: absolute;
    margin-right: 7px;
    right: calc(5%);
    top: 50%;
    transform: translateY(-50%); }
    .form-group .arrow.add-select .add-block a:hover {
      text-decoration: none; }
    .form-group .arrow.add-select .add-block a:after {
      font: 2em "Consolas", monospace;
      content: "+";
      transform: translateY(8%);
      margin-left: 10px;
      position: relative;
      display: inline-block; }

.jpg-holder {
  margin: 1em 0;
  max-height: 24em;
  background-color: #F0F0F0; }
  .jpg-holder .text-container {
    margin: auto; }

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

footer {
  background-color: #F0F0F0;
  padding: 1.5em 0 1em 0; }
  footer img.jangro_logo {
    margin-bottom: 0.25em;
    max-width: 10em; }
  footer a,
  footer p,
  footer h6 {
    color: #67676A; }
  footer a:hover {
    color: #67676A; }
  footer p {
    font-size: 1em; }
  footer .social {
    flex-wrap: wrap; }
    footer .social .flex-item {
      flex: 0 0 48px; }
      footer .social .flex-item a:hover {
        opacity: 0.8; }
      footer .social .flex-item img {
        max-width: 4em; }
  footer .footer-block {
    padding: 0 1em; }
    footer .footer-block:nth-child(3n+1) {
      border-right: 1px solid #67676A; }
    footer .footer-block:nth-child(3n+2) {
      border-right: 1px solid #67676A; }
  footer .copyright {
    font-size: 0.8em; }

p.help-text {
  font-style: italic;
  font-size: 0.9rem; }

.grid-flex.error .form-group,
.flex-item.error .form-group {
  position: relative; }
  .grid-flex.error .form-group:after,
  .flex-item.error .form-group:after {
    position: absolute;
    right: 1em;
    font-size: 1.4em;
    top: 50%;
    transform: translateY(-50%);
    font-family: "fontawesome";
    content: "\f06a";
    color: #E0004D; }

.bottom-banner {
  position: fixed;
  bottom: 0%;
  width: 100%;
  text-align: center;
  background-color: #464646;
  height: 3.5em;
  z-index: 100; }
  .bottom-banner .bottom-banner-container {
    color: #ffffff;
    margin: 1em 0;
    display: inline-flex; }
    .bottom-banner .bottom-banner-container p {
      color: #fff; }
    .bottom-banner .bottom-banner-container a {
      color: #ffffff;
      text-decoration: underline; }
      .bottom-banner .bottom-banner-container a:hover {
        text-decoration: none; }
      .bottom-banner .bottom-banner-container a:link, .bottom-banner .bottom-banner-container a:active {
        border-bottom: 0; }
    .bottom-banner .bottom-banner-container .banner-text-container p {
      margin: 0.25em 0; }
    .bottom-banner .bottom-banner-container .banner-close-container {
      margin-left: 10px; }
      .bottom-banner .bottom-banner-container .banner-close-container .banner-text-container {
        margin: 0.25em 2px; }
      .bottom-banner .bottom-banner-container .banner-close-container button {
        color: #000;
        font-weight: 400;
        height: 2em;
        border-radius: 3px;
        border: 0;
        cursor: pointer;
        padding: 0 .5em; }
        .bottom-banner .bottom-banner-container .banner-close-container button:hover {
          opacity: 0.9; }

.hide-banner {
  display: none; }

@media (max-width: 430px) {
  .bottom-banner {
    height: 5.5em;
    margin: 0.5em 0 0 0; }
    .bottom-banner .bottom-banner-container {
      flex-direction: column; }
      .bottom-banner .bottom-banner-container .banner-text-container p {
        margin-bottom: .25em;
        padding-bottom: 0; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid-flex .flex-item.two {
    flex: 1 0 49.5%;
    margin: 0.5em 0.25% !important; } }
#multiroomdeets * {
  box-sizing: border-box; }
#multiroomdeets .grid-flex {
  margin: -15px; }
  #multiroomdeets .grid-flex .flex-item {
    order: 14;
    margin: 15px;
    flex: 0 0 calc(50% - 30px); }
#multiroomdeets .hard-floors {
  order: 0 !important; }
#multiroomdeets .soft-floors {
  order: 1 !important; }
#multiroomdeets .walls {
  order: 2 !important; }
#multiroomdeets .equipment-and-surfaces {
  order: 3 !important; }
#multiroomdeets .glass-and-mirrors {
  order: 4 !important; }
#multiroomdeets .ovens-grills-and-fryers {
  order: 5 !important; }
#multiroomdeets .hand-hygeine {
  order: 6 !important; }
#multiroomdeets .coffee-machines {
  order: 7 !important; }
#multiroomdeets .glass-and-dishwasher-machine {
  order: 8 !important; }
#multiroomdeets .optics-and-pipeline-cleaner {
  order: 9 !important; }
#multiroomdeets .kitchen-sinks {
  order: 10 !important; }
#multiroomdeets .washroom-sinks {
  order: 11 !important; }
#multiroomdeets .toilet {
  order: 12 !important; }
#multiroomdeets .shower-and-bath {
  order: 13 !important; }

.cstm-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .cstm-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0; }
  .cstm-check:hover input ~ .checkmark {
    background-color: #ccc; }
  .cstm-check input:checked ~ .checkmark {
    background-color: #0032A0; }
    .cstm-check input:checked ~ .checkmark:after {
      display: block; }
  .cstm-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

.header {
  position: relative; }
  .header .banner .swiper-slide {
    background-size: cover;
    background-position: center center !important;
    background-repeat: no-repeat;
    padding: 45px 0px 105px 0px; }
    .header .banner .swiper-slide img {
      max-width: 150px; }
    .header .banner .swiper-slide h1,
    .header .banner .swiper-slide h3 {
      color: #FFFFFF;
      font-weight: 600;
      margin: 0px;
      padding: 0px; }
    .header .banner .swiper-slide h1 {
      font-size: 2.8rem;
      max-width: 320px;
      margin: 15px 0px 20px 0px;
      line-height: 2.9rem; }
    .header .banner .swiper-slide h3 {
      font-size: 1.5rem;
      max-width: 400px; }
  .header .toggle {
    position: relative;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
    box-shadow: inset 0px -11px 8px -10px #CCC; }
    @media (min-width: 767px) {
      .header .toggle {
        position: absolute; } }
    .header .toggle nav {
      display: flex;
      align-items: flex-end;
      padding: 0;
      margin: 0;
      max-width: none;
      width: 100%; }
      @media (min-width: 767px) {
        .header .toggle nav {
          max-width: max-content;
          margin: auto; } }
      .header .toggle nav a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33.333%;
        height: 80px;
        text-align: center;
        background-color: #FFFFFF;
        font-weight: bold;
        color: #676767;
        border: 1px solid #ECECEC;
        border-bottom: 0px;
        box-shadow: inset 0px -10px 8px -10px #CCC;
        font-size: 12px; }
        @media (min-width: 768px) {
          .header .toggle nav a {
            border-top-right-radius: 15px;
            border-top-left-radius: 15px;
            height: 60px;
            font-size: 16px; } }
        .header .toggle nav a:hover {
          text-decoration: none; }
        .header .toggle nav a.active {
          color: #0032A0;
          box-shadow: none; }

.intro h3 {
  color: #0032A0;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 15px; }

.jpg-holder .blue,
.jpg-holder .orange,
.jpg-holder .green,
.jpg-holder .pink,
.jpg-holder .red,
.jpg-holder .purple,
.jpg-holder .yellow,
.jpg-holder .darkgreen,
.jpg-holder .lightgreen,
.jpg-holder .lightpurple,
.jpg-holder .lightblue,
.jpg-holder .magenta,
.jpg-holder .darkblue,
.jpg-holder .cyan,
.jpg-holder .turquoise,
.jpg-holder .peach,
.jpg-holder .taupe {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #d5d5d5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  .jpg-holder .blue.grey,
  .jpg-holder .orange.grey,
  .jpg-holder .green.grey,
  .jpg-holder .pink.grey,
  .jpg-holder .red.grey,
  .jpg-holder .purple.grey,
  .jpg-holder .yellow.grey,
  .jpg-holder .darkgreen.grey,
  .jpg-holder .lightgreen.grey,
  .jpg-holder .lightpurple.grey,
  .jpg-holder .lightblue.grey,
  .jpg-holder .magenta.grey,
  .jpg-holder .darkblue.grey,
  .jpg-holder .cyan.grey,
  .jpg-holder .turquoise.grey,
  .jpg-holder .peach.grey,
  .jpg-holder .taupe.grey {
    fill-opacity: 1;
    fill-rule: nonzero;
    fill: #d5d5d5 !important; }
.jpg-holder.blue .blue {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #1f3f8d; }
  .jpg-holder.blue .blue.grey {
    fill-opacity: 1;
    fill-rule: nonzero;
    fill: #d5d5d5; }
.jpg-holder.green .green {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #57c148;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
  .jpg-holder.green .green.grey {
    fill-opacity: 1;
    fill-rule: nonzero;
    fill: #d5d5d5; }
.jpg-holder.orange .orange {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #f47216; }
  .jpg-holder.orange .orange.grey {
    fill-opacity: 1;
    fill-rule: nonzero;
    fill: #d5d5d5; }
.jpg-holder.pink .pink {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #f29ac2;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
  .jpg-holder.pink .pink.grey {
    fill-opacity: 1;
    fill-rule: nonzero;
    fill: #d5d5d5; }
.jpg-holder.red .red {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #ee223e;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
  .jpg-holder.red .red.grey {
    fill-opacity: 1;
    fill-rule: nonzero;
    fill: #d5d5d5; }
.jpg-holder.purple .purple {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #8d198f;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
  .jpg-holder.purple .purple.grey {
    fill-opacity: 1;
    fill-rule: nonzero;
    fill: #d5d5d5; }
.jpg-holder.yellow .yellow {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #fcce06;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
  .jpg-holder.yellow .yellow.grey {
    fill-opacity: 1;
    fill-rule: nonzero;
    fill: #d5d5d5; }
.jpg-holder.cyan .cyan {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #00aeef;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
  .jpg-holder.cyan .cyan.grey {
    fill-opacity: 1;
    fill-rule: nonzero;
    fill: #d5d5d5; }
.jpg-holder.turquoise .turquoise {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #5ac1a7;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
  .jpg-holder.turquoise .turquoise.grey {
    fill-opacity: 1;
    fill-rule: nonzero;
    fill: #d5d5d5; }
.jpg-holder .darkgreen {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #006d2e;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
.jpg-holder .lightblue {
  fill-rule: nonzero;
  fill: #009fe3;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
.jpg-holder .darkblue {
  fill-rule: nonzero;
  fill: #143a84;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
.jpg-holder .lightgreen {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #62bda4;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
.jpg-holder .magenta {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #e6007e;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
.jpg-holder .lightpurple {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #816aae;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
.jpg-holder .cyan {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #00aeef;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
.jpg-holder .turquoise {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #5ac1a7;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
.jpg-holder .peach {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #F9AE69;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }
.jpg-holder .taupe {
  fill-opacity: 1;
  fill-rule: nonzero;
  fill: #AF9869;
  stroke-dasharray: none;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
  stroke-opacity: 1;
  stroke-width: 0.51200002;
  stroke: #fff; }

@media (max-width: 767px) {
  .grid-flex:not(.ignore-mobile) {
    flex-direction: column; }
    .grid-flex:not(.ignore-mobile).area-group {
      flex-direction: column; }

  .text-container h3 {
    text-align: center; } }
.area-group-item {
  order: 0; }

@media (max-width: 992px) {
  .grid-flex:not(.upload-block):not(.ignore-mobile) {
    flex-direction: column; }
  .grid-flex .flex-item {
    width: 100%;
    margin-right: 0; }
    .grid-flex .flex-item input, .grid-flex .flex-item select {
      width: 100% !important;
      margin-right: 0 !important; }
    .grid-flex .flex-item.two {
      margin: 0.5em 0 !important; }
      .grid-flex .flex-item.two.area-group-item {
        flex: unset; }

  .grid-flex.social {
    display: inline; }
    .grid-flex.social .flex-item {
      display: inline;
      width: unset; }

  .page-heading h1 {
    font-size: 2rem; }

  footer .footer-block:nth-child(1) {
    border-right: unset; }
  footer .footer-block:nth-child(2) {
    margin-bottom: 1em;
    border-right: unset; } }
/* CSS for the compliance page */
section#compliance-block fieldset.grid-flex, section#multiroom-block fieldset.grid-flex {
  flex-direction: column; }
  section#compliance-block fieldset.grid-flex:not(#multiroomdeets), section#multiroom-block fieldset.grid-flex:not(#multiroomdeets) {
    display: flex; }
  section#compliance-block fieldset.grid-flex h3, section#multiroom-block fieldset.grid-flex h3 {
    font-weight: bold;
    font-size: 1.75rem;
    color: #0032A0; }
  section#compliance-block fieldset.grid-flex h4, section#multiroom-block fieldset.grid-flex h4 {
    font-weight: normal;
    font-size: 1.25rem;
    color: #0032A0;
    margin-bottom: 20px; }
  section#compliance-block fieldset.grid-flex ul.fieldlist, section#multiroom-block fieldset.grid-flex ul.fieldlist {
    list-style-type: none;
    padding: 0px; }
    section#compliance-block fieldset.grid-flex ul.fieldlist li, section#multiroom-block fieldset.grid-flex ul.fieldlist li {
      height: 48px;
      width: 100%;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      section#compliance-block fieldset.grid-flex ul.fieldlist li input, section#multiroom-block fieldset.grid-flex ul.fieldlist li input {
        height: 100%;
        width: 50%;
        background: #ededed;
        border: none;
        padding: 0px 10px;
        font-weight: bold;
        margin-right: 30px; }
        @media (max-width: 1109px) {
          section#compliance-block fieldset.grid-flex ul.fieldlist li input, section#multiroom-block fieldset.grid-flex ul.fieldlist li input {
            width: 90%; } }
        section#compliance-block fieldset.grid-flex ul.fieldlist li input.skuerror, section#multiroom-block fieldset.grid-flex ul.fieldlist li input.skuerror {
          border: solid 1px #ee1d23; }
          section#compliance-block fieldset.grid-flex ul.fieldlist li input.skuerror ~ .delete, section#multiroom-block fieldset.grid-flex ul.fieldlist li input.skuerror ~ .delete {
            visibility: visible; }
      section#compliance-block fieldset.grid-flex ul.fieldlist li .delete, section#multiroom-block fieldset.grid-flex ul.fieldlist li .delete {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E0004D;
        color: white;
        border-radius: 50px;
        cursor: pointer;
        padding: 5px; }
        section#compliance-block fieldset.grid-flex ul.fieldlist li .delete:hover, section#multiroom-block fieldset.grid-flex ul.fieldlist li .delete:hover {
          background: #ad003b; }
      section#compliance-block fieldset.grid-flex ul.fieldlist li:hover .delete, section#multiroom-block fieldset.grid-flex ul.fieldlist li:hover .delete {
        visibility: visible; }
      section#compliance-block fieldset.grid-flex ul.fieldlist li.addmore, section#multiroom-block fieldset.grid-flex ul.fieldlist li.addmore {
        display: flex;
        justify-content: flex-start;
        font-weight: bold;
        color: #67676a;
        text-transform: uppercase; }
        section#compliance-block fieldset.grid-flex ul.fieldlist li.addmore a, section#multiroom-block fieldset.grid-flex ul.fieldlist li.addmore a {
          cursor: pointer;
          transition: all 0.2s linear; }
          section#compliance-block fieldset.grid-flex ul.fieldlist li.addmore a:hover, section#multiroom-block fieldset.grid-flex ul.fieldlist li.addmore a:hover {
            color: #ef2737; }
section#compliance-block p.errormsg, section#multiroom-block p.errormsg {
  border: solid 2px #ee1d23;
  display: flex;
  justify-content: center;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ee1d23; }
section #svgholder {
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  position: relative; }
  section #svgholder img {
    max-width: 100%; }
  section #svgholder p {
    font-weight: bold;
    color: #67676a; }
  section #svgholder:after {
    content: "";
    width: 150px;
    height: 150px;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: waiting 1.5s linear infinite;
    display: none;
    border-radius: 50%;
    border-color: #d71016 #d71016 #d71016 transparent;
    border-style: solid;
    border-width: 10px; }
  section #svgholder:before {
    content: "";
    width: 75px;
    height: 75px;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: waiting 1s linear reverse infinite;
    display: none;
    border-radius: 50%;
    border-color: #d71016 transparent #d71016 #d71016;
    border-style: solid;
    border-width: 10px;
    z-index: 100; }
  section #svgholder.waiting:after, section #svgholder.waiting:before {
    display: block; }
  section #svgholder.waiting img {
    transition: all 0.2s;
    filter: grayscale(1) opacity(0.6) blur(5px); }

@keyframes waiting {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }
/* new multiroom stuff */
ul.multiroom-list {
  display: flex;
  flex-flow: row wrap;
  padding: 0px;
  list-style-type: none; }
  ul.multiroom-list li {
    flex: 0 0 33%;
    min-width: 320px; }
    ul.multiroom-list li input {
      display: none; }
      ul.multiroom-list li input + label {
        font-size: 1.5em;
        color: #67676a;
        text-transform: uppercase;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start; }
        ul.multiroom-list li input + label:before {
          content: "";
          width: 48px;
          height: 48px;
          background: #f0f0f0;
          margin-right: 0.5rem;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: background 0.2s; }
      ul.multiroom-list li input:checked + label:before {
        content: "\2713";
        font-size: 1.5em;
        color: #d71016;
        background: #f0f0f077; }

fieldset#multiroomdeets {
  display: none; }

/*# sourceMappingURL=main.css.map */
