<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo {
    float: left;
}
.logo img {
    max-width: 220px;
}

.slabzone {
    background-color: #d5ffb3;
    text-align: center;
    padding: 30px 10px;
    margin: 21px 5px;
}

.slabzone {
    background-color: #eff7ea;
    text-align: center;
    padding: 30px 10px;
    margin: 21px 5px;
}

.slabzone, .slabzone h2 {
    font-family: 'Roboto';
}
a.sz-link, a.sz-link:hover {
    font-size: 1.3rem;
    color: #0b5f84;
    text-decoration: none;
}
.uk-button.sz-btn {
    background-color: #437e98;
    color: #fff;
    font-weight: 400;
    border-color: #51859a;
}
header {
    background: #ffffff;
    padding: 5px 10px;
}

.menu-toggle {

    background: #fff;
}

.ace-responsive-menu {
    background: #fff;
    float: right;
    width: 100%;
    border-bottom: 3px solid #f2ba44;
}

.menu-toggle #menu-btn {
  
    margin: 2px;
}


.ace-responsive-menu li ul.sub-menu {
    background: #f5f5f5;
}
.sub-menu.slide{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(153,153,153,0.3);
-moz-box-shadow: 0px 2px 5px 0px rgba(153,153,153,0.3);
box-shadow: 0px 2px 5px 0px rgba(153,153,153,0.3);
}
header{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(153,153,153,0.2);
-moz-box-shadow: 0px 2px 5px 0px rgba(153,153,153,0.2);
box-shadow: 0px 2px 5px 0px rgba(153,153,153,0.2);
}

.ace-responsive-menu &gt; li &gt; a {
  
    font-size: 18px;
 
    color: #6b6b6b;
}

.ace-responsive-menu li a {
    color: #545454;
}

.error + .select2-container {
    border: 2px solid #ff2562;
}



.logo {
    margin-right: 20%;
    float: left;
}


li a.active {
    color: #984b43;
}

.footer-center {
    text-align: center;
    padding: 20px 0px;
}



.fl-state {
    margin-top: 5px !important;
}

span.statecount {
    font-size: 11px;
    color: #f2ba44;
}


.search-box {
	
    width: 100%;
    max-width: 720px;
     background: rgba(255, 255, 255, 0.75);
    border: 1px solid #ffffff;
    margin: 10px;
	  margin-top: -100px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
}

.button-main{
    background-color: #feb823;
    font-weight: 600;
    color: #fff;
    border-color: rgb(255, 192, 58);
}

.button-main:hover{
    background-color: #ffad00;
}

select.select-main {
    text-transform: uppercase;
    font-weight: 600;
    color: #484848 !important;
    border: 1px solid #a3a3a3 !important;
    background-color: #fff !important;
}

h1.search-title {
    text-align: center;
    color: #2a3336;
    margin-bottom: 30px;
}



.main-search {
    padding: 20px;
}

a {
    text-shadow: none;
    color: #984b43;
}

.locator {
    margin-top: 2rem;
    text-align: center;
    color: #ffad01;
    font-size: 1.5rem;
}
.fl-cover {
	display:none;
    text-align: center;
    position: fixed;
    background-color: rgba(255,255,255,.8);
    width: 100%;
    height: 100%;
    z-index: 9;
}


.fl-spinner{
	
	 margin-top: 20%;
}
.fl-spinner img{
    margin: 20px;
    width: 100px; 
    height: 100px;    

    -webkit-animation: flspin 4s infinite linear;
}
.fl-cover {
    text-align: center;
    position: fixed;
    background-color: rgba(255,255,255,.8);
    width: 100%;
    height: 100%;
}

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

	.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fdb723;
    color: white;
	
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
	  height: 40px;
 /*   line-height: 1.428571429; */
	    line-height: unset;
    padding: 10px 24px 6px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	    font-size: 18px;
   line-height: 20px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
  
}

#place-list {
    margin-top: 2rem;
}

.fl-place-spec {
    font-size: 1.2rem;
}


.fl-place-item {
    border: 1px solid lightgrey;
    padding: 10px;
    /* margin-top: 43px; */
    background-color: #fafafa;
}

div#map_canvas {
    height: 600px;
}

.fl-place-title {
    margin-bottom: 7rem;
    margin-top: 4rem;
}

.sc-spec-r {
    color: #984b43;
 font-weight: 600; 
}
.locations {
    margin: 20px 0px;
    padding: 20px 5px;
    background-color: #f4f4f4;
}

.fl-breadcrumb {
    padding-top: 10px;
}
a.fl-bc {
    color: #f2ba44 !important;
}


section.fl-place-info-section {
    padding: 30px 0px;
    background-color: #f2f2f2;
}
.uk-container.fl-place-info {
    /* margin-top: 20px; */
    padding: 40px 11px;
    background-color: white;
}



.uk-breadcrumb&gt;:nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 5px;
    color: #FFC107 !important;
}


.not-found {
    position: absolute;
    top: 20%;
    font-size: 1.8rem;
    color: white;
    font-weight: 100;
}





@media screen and (max-width: 640px) {

.fl-spinner{
	
	 margin-top: 33%;
}

.logo {
    margin-right: 0%;
}
.ace-responsive-menu {
 
    background: #fff;
    float: left;
    width: 100%;

}

.main-search {
    padding: 10px;
}

div#map_canvas {
    height: 400px;
	}


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

h1.uk-align-center.visualizer-title {
    margin-top: 2rem;
    margin-bottom: 0px;
}
.uk-container.no-padding {

    padding-left: 0px;
    padding-right: 0px;
}
.font-b{
    font-family: 'Fjalla One', sans-serif;
}

@media screen and (min-width: 641px) {
.uk-height-large-l {
    height: 368px;
}
}

@media only screen and (max-width: 600px) {
    iframe.sc-iframe.visualizer {
        height: 550px !important;
    }
    }
</pre></body></html>