<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@-webkit-keyframes full-rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes full-rotate-inv {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(-360deg); } }

p {
  margin: 30px 0;
  font-size: 18px;
  line-height: 30px; }
  p:first-child {
    margin-top: 0; }

h1, h2, h3, h4, h5 {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
    margin-top: 0; }

h1 {
  font-size: 40px;
  color: #fff;
}

:root:has(:popover-open)::-webkit-scrollbar {
  display: none;
}
:root:has(:popover-open) {
  scrollbar-width: none;
}


.shadow-definition {
	text-shadow: 2px 2px 2px #000A;
}

.content-hold {
	color: white;
}


#homepage-heading&gt;h1 {
	margin: 0;
}
#homepage-heading&gt;h1~p {
	margin-top: 0.25em;
}

#homepage-heading::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    margin: 25px 0;
}
#homepage-c2a {
	display: flex;
	gap: 1ch;
	padding: 0.25ch;
	width: 70%;
	margin: 1em 0;
}
#homepage-c2a&gt;a, .contact-form button {
	all: unset;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: none;
	padding: 0 25px;
	min-height: 50px;
	font-size: 20px;
	background: darkorange;
	color: white;
	flex: 1;
	border-radius: 100px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#faq-content&gt;details {
	margin: 1em 0;
}

#faq-content&gt;details&gt;summary {
	list-style: none;
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 1.2em;
	background: white;
	color: #185da9;
	width: fit-content;
	padding: 0.5ch 2ch;
	transition-property: scale, opacity;
	transition-duration: 100ms;
	cursor: pointer;
	text-shadow: none;
}

#faq-content&gt;details&gt;summary:after {
	display: inline-block;
	content: "+";
	margin-left: 2ch;
	font-size: 2rem;
	font-weight: bold;
	transition-property: rotate;
	transition-duration: 400ms;
	rotate: 0deg;
}

#faq-content&gt;details&gt;summary:hover {
	scale: 95%;
	opacity: 95%;
}

#faq-content&gt;details&gt;summary:hover:after {
	rotate: 90deg;
}

#faq-content a {
	color: white;
	text-decoration: underline;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
#logo {
	position: absolute;
	bottom: 0;
	right:0;
	transform: translateY(33%);
	aspect-ratio: 696/600;
	width:50vw;
	max-width: 518px;
	max-height: 447px;
}
.buttons {
    text-align: left;
	bottom: 0;
	position: absolute;
	transform: translateY(50%);
}
.buttons .header-button {
		display: inline-block;
		color: #185da9;
		cursor: pointer;
		line-height: 50px;
		font-size: 20px;
		margin: 0;
		transition: 0.3s;
		background: #fff;
		border-radius: 100px;
		width: 50px;
		text-align: center;
		margin: 0 10px 0 0;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		border: unset;
}
.buttons .header-button.menu:hover {
          opacity: 0.9;
          transform: scale(0.95);
}
.buttons .header-button.menu {
	width: auto;
	padding: 0 25px;
	background: darkorange;
	color: #fff;
}
.buttons .header-button.menu i {
  margin-left: 10px;
}

.masthead {
  position: fixed;
  top: 0;
  z-index: -1;
  height: 60vh;
  overflow: hidden;
  width: 100%;
  right: 0;
  transition: 0.3s;
  background: #eee;
}
.masthead .flexslider {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 61vh;
	transform: translate(-50%, -50%);
}
.masthead .flexslider li {
	height: 61vh;
}
.masthead .flexslider li img {
	object-fit: cover;
	height: 100%;
}
.masthead .flexslider li p {
	top: 45%;
	bottom: auto;
	font-size: 50px;
	line-height: 50px;
	right: auto;
	border-radius: 100px;
	font-family: 'Montserrat', sans-serif;
	background: none;
	padding: 0;
	text-shadow: 1px 1px #000;
	font-weight: 600;
	color: #5bc5f3;
}

.main-block {
  transition: 0.3s;
  background: #fff;
  position: relative;
}
.main-block&gt;div {
	padding: 2em 0;
}

.content-hold {
  padding: 0 10%;
  position: relative; }
  /*
  .content-hold ul {
    margin: 30px 0;
    padding: 0 0 0 35px;
    list-style: none;
    position: relative; }
    .content-hold ul:last-child {
      margin-bottom: 0; }
    .content-hold ul li {
      line-height: 26px;
      font-size: 20px;
      padding: 10px 0; }
      .content-hold ul li::before {
        content: "\f054";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        left: 7px;
        line-height: 26px;
        font-size: 18px;
        color: #5bc5f3; }*/

.item-page {
	padding-top: 3em;
}
.cent-col, .item-page {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.top-1 {
  background: #036;
  color: #fff; }
  .top-1 h1 {
    color: #fff; }

/*.article {
  background: #185da9;
  color: #fff;
  text-align: left;
  text-shadow: 2px 2px 2px #000A;
}*/
  .article h1:first-child {
    max-width: 70%; }
    @media (max-width: 767px) {
   }
.article #homepage-heading::after {
background: #5bc5f3; }
.article a {
	text-decoration: underline;
	color: white;
}
.lined-link {
	display: block;
}

.bottom-1 {
  background-image: url(/templates/rcrcleaners/images/1.jpg);
  background-size: cover;
  background-position: top;
  padding: 0; }

.map {
  overflow: hidden;
  background: #ddd; }

.content-hold.tabs {
  overflow: hidden; }
  .content-hold.tabs .tab-selectors {
    text-align: center;
    padding-bottom: 4vh; }
    .content-hold.tabs .tab-selectors .selector {
      cursor: pointer;
      display: inline-block;
      padding: 10px 30px;
      border-radius: 100px;
      background: #185da9;
      color: #fff;
      margin: 1vh 1vw;
      transition: 0.3s; }
      .content-hold.tabs .tab-selectors .selector:hover {
        opacity: 0.7; }
  .content-hold.tabs .tabs-hold {
    width: 100%;
    position: relative;
    transition: 0.3s; }
    .content-hold.tabs .tabs-hold .tab-content {
      position: absolute;
      z-index: -1; }
      .content-hold.tabs .tabs-hold .tab-content .custom {
        opacity: 0;
        transition: 0.3s; }

.testimonials {
  background: #fff;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  text-align: left; }
  .testimonials h1 {
    color: #185da9; }
  .testimonials h1::after {
    background: #5bc5f3; }
  .testimonials p {
    margin: 0; }
  .testimonials .spinner {
    height: 0;
    border-top: 2px solid #5bc5f3;
    color: #fff;
    text-align: left;
    position: relative;
    max-width: 400px;
    margin: 50px 0 0; }
    .testimonials .spinner .inner {
      position: absolute;
      top: -16px;
      left: 0;
      transition-duration: 13s;
      transition-timing-function: linear;
      font-size: 10px;
      color: #185da9; }
      .testimonials .spinner .inner i {
        -webkit-transition-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
        -webkit-transition-property: -webkit-transform;
        -webkit-animation-name: full-rotate-inv;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear; }
  .testimonials.tick .spinner .inner {
    left: 100%; }
    .testimonials.tick .spinner .inner i {
      -webkit-animation-name: full-rotate; }

.gallery {
  background-image: url(/images/headers/8.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.fancypantsaccordionholder {
  text-align: left; }
  .fancypantsaccordionholder .accordion {
    padding: 0; }
    .fancypantsaccordionholder .accordion .accordion-item {
      border: none;
      height: auto;
      margin: 20px 0;
      padding: 0; }
    .fancypantsaccordionholder .accordion .accordion-item.acc-open .headerlink::after {
      content: "\f068";
      transform: rotate(0deg) !important; }
    .fancypantsaccordionholder .accordion .accordion-item .headerlink {
      display: inline-block;
      padding: 10px 60px 10px 30px;
      line-height: 28px;
      color: #185da9;
      background: #fff;
      font-size: 20px;
      transition: 0.3s; }
    .fancypantsaccordionholder .accordion .accordion-item .headerlink:hover {
      opacity: 0.9;
      transform: scale(0.97); }
      .fancypantsaccordionholder .accordion .accordion-item .headerlink:hover::after {
        transform: rotate(90deg); }
    .fancypantsaccordionholder .accordion .accordion-item .headerlink span {
      display: none; }
    .fancypantsaccordionholder .accordion .accordion-item .headerlink::after {
      content: "\f067";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 16px;
      transition: 0.3s; }
    .fancypantsaccordionholder .accordion .accordion-item .acc-content {
      padding: 40px 40px 20px; }
    @media (max-width: 768px) {
      .fancypantsaccordionholder .accordion .accordion-item .acc-content {
        padding: 30px 10px 5px 10px; } }

#involvement&gt;div, #involvement&gt;form{
	margin: 2em auto;
}
.contact-form {
	color: black;
	flex-direction: column;
	margin-left: 4ch;
	margin-bottom: 2em;
}

.contact-form&gt;div{
	margin-bottom: 2em;
}

#subscribe-form .checklist {
	display: flex;
	flex-direction: column;
}

#subscribe-form .checklist div {
	display: flex;
	align-items: center;
	font-size: 1.25em;
}

#subscribe-form .checklist input {
	aspect-ratio: 1;
	height: 3em;
}

#subscribe-form&gt;.row {
	display: grid;
	grid-template-columns: 20ch auto;
	margin: 0.5em 0;
}
#subscribe-form&gt;.row&gt;input {
	font-size: 1.25em;
	padding: 0.25em 1ch;
}

@media (max-width: 999px) {
	.contact-form {
	margin-left: unset;
}
	#subscribe-form&gt;.row {
		display: flex;
		flex-direction: column;
		margin: 0.5em 0;
	}
	#subscribe-form .checklist div {
		display: flex;
		align-items: center;
		font-size: 1.25em;
		border-bottom: 1px solid black;
	}
}

.ba-gallery {
  padding: 0 !important; }

@media (max-width: 999px) {
  .main-block .content-hold.testface {
    padding: 0; }
    .main-block .content-hold.testface .facebookfeed {
      padding: 0 10%;
      text-align: left; }
      .main-block .content-hold.testface .facebookfeed .cent-col {
        padding-top: 0; }
    .main-block .content-hold.testface .infofeed .cent-col {
      padding-bottom: 10vh; } }

@media (min-width: 1000px) {
  .main-block .content-hold.testface {
    display: inline-block;
    width: 100%;
    max-width: 1500px;
    position: relative;
    margin-bottom: -5px;
    padding: 15vh calc((100% - 1500px)/2);
    background: #fff;
    color: #185da9; }
}
.main-block .content-hold.testface {
	text-shadow: none;
	color: black;
}
.content-hold.infofeed {
  text-align: left; color: black;}
  .content-hold.infofeed .custom h2 {
    margin: 40px 0px 0;
    font-size: 22px;
    line-height: 28px;
    color: #185da9; }
  @media (max-width: 999px) {
      .content-hold.infofeed .custom h2:first-child {
        margin-top: 0; } }
  .content-hold.infofeed .custom p {
    line-height: 26px;
    font-size: 16px;
    margin: 15px 0; }
  .content-hold.infofeed .custom a {
    color: #185da9; }

.bottom-2 {
  background: #185da9;
  color: #fff; }

.content-hold.article, .content-hold.bottom-2, .content-hold.sponsor-gallery {
  background: #185da9; }
  .content-hold.article .item-page, .content-hold.bottom-2 .item-page, .content-hold.sponsor-gallery .item-page, .content-hold.article .cent-col, .content-hold.bottom-2 .cent-col, .content-hold.sponsor-gallery .cent-col {
    position: relative;
    z-index: 1; }
  .content-hold.article::after, .content-hold.bottom-2::after, .content-hold.sponsor-gallery::after {
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    width: 100vw;
    height: 100%;
    opacity: 0.05;
    top: 0;
    left: 0;
    background-image: url(/templates/motpool/images/bkg.jpg);
    background-size: cover;
    background-position: top center; }

.content-hold.sponsor-gallery {
  text-align: left; }
  .content-hold.sponsor-gallery h1::after {
    background: #5bc5f3; }
  .content-hold.sponsor-gallery .storage {
    height: 0;
    width: 100%;
    overflow: hidden; }
  .content-hold.sponsor-gallery .inner {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: inline-block; }
  .content-hold.sponsor-gallery .inner .slide {
    color: #fff;
    width: calc(25% - 20px);
    margin: 10px;
    position: relative;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    float: left; }
  @media (max-width: 999px) {
      .content-hold.sponsor-gallery .inner .slide {
        width: calc(33.3333% - 20px); } }
  @media (max-width: 599px) {
      .content-hold.sponsor-gallery .inner .slide {
        width: calc(50% - 20px); } }
  @media (max-width: 399px) {
      .content-hold.sponsor-gallery .inner .slide {
        width: calc(100% - 20px); } }
  .content-hold.sponsor-gallery .inner .slide:hover .flipper,
  .content-hold.sponsor-gallery .inner .slide:focus-within .flipper{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .content-hold.sponsor-gallery .inner .slide .flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    height: 100%; }
  .content-hold.sponsor-gallery .inner .slide .flipper .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 80%;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    border-radius: 5px;
    overflow: hidden; }
  .content-hold.sponsor-gallery .inner .slide .flipper .slide-caption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #f88c00;
    color: #fff;
    border-radius: 5px;
    overflow: hidden; }
    .content-hold.sponsor-gallery .inner .slide .flipper .slide-caption .vcenter {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      left: 0;
      width: 90%;
      padding: 0 5%; }
      .content-hold.sponsor-gallery .inner .slide .flipper .slide-caption .vcenter h2 {
        margin: 0 0 15px;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px; }
      .content-hold.sponsor-gallery .inner .slide .flipper .slide-caption .vcenter p {
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 18px;
        padding: 0 10px; }
      .content-hold.sponsor-gallery .inner .slide .flipper .slide-caption .vcenter a {
        display: inline-block;
        background: #fff;
        padding: 0 20px;
        line-height: 35px;
        font-size: 14px;
        color: #222;
        text-transform: lowercase;
        border-radius: 50px;
        font-weight: 600;
        transition: 0.3s; }
        .content-hold.sponsor-gallery .inner .slide .flipper .slide-caption .vcenter a:hover {
          opacity: 0.9;
          transform: scale(0.95); }

.content-hold.sponsor-gallery .inner .slide .flipper:has(a) {
	cursor: pointer;
}

#faq-content details&gt;summary+* {
	margin-top: 1em;
}

#faq-content ol&gt;li&gt;*:first-child {
	font-weight: bold;
}
#faq-content ol&gt;li::marker{
	font-size: 2rem;
}

.form-holder {
	position: relative;
	min-height: 200px;
	width: 100%;
	transition-property: height;
	transition-duration: 500ms;
}

.form-holder .contact-form-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 2em;
	width: 50ch;
	color:white;
	border-radius: 10px;
	box-shadow: 4px 4px 4px #000A;
	padding: 1ch;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000A;
}

.form-holder dialog {
	background: unset;
	border: unset;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.form-holder dialog[open] {
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-holder dialog::backdrop  {
	opacity: 25%;
	background-color: black;
}

.form-holder .contact-form-info p {
	text-align: center;
}

.form-holder .contact-form-info.waiting {
	background: lightblue;
}

.form-holder .contact-form-info.error {
	background: red;
}

.form-holder .contact-form-info.done {
	background: lightgreen;
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
	max-width: 100%;
  }
}

@media (max-width: 999px) {
	.cent-col, .item-page {
		max-width: 95%;
	}
	#homepage-c2a {
		width: 100%;
	}
}


</pre></body></html>