/* BEGIN CSS RESET */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	color: inherit;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
  text-decoration: none;
}

:focus {
	outline: none;
}

html, body, #root {
    height: 100%;
}

* {
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
}

/* END CSS RESET */

/* html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
} */

body {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	color: rgba(0, 0, 0, .87)
}

.ql-custom-hover {
	color: rgb(68, 68, 68);
}

.ql-toolbar.ql-snow .ql-formats{
	margin-right: 0px;
}

.ql-custom {
	cursor: pointer;
	margin-right: 4px;
	border: 0px;
}

.ql-custom-hover:hover {
	color: #06c;
}

.ql-container.ql-snow {
	border-radius: 4px;
	border-color: rgba(0,0,0,.38);
	border: 1px solid;
	border-color: rgba(0,0,0,.87);
	padding: 18.5px 14px;
}
.ql-container.ql-snow:hover {
	border-color: rgba(0,0,0,.87);
}

.ql-editor {
	padding: 0!important;
}

.ql-custom option {
	cursor: pointer;
}

#searchSuggestion span{
	font-weight:600;
	font-color: rgba(0,0,0,.87)
}

.horizontal-scroll-hint {
	overflow-x: auto;
	overflow-y: hidden;
}

.marker-cluster-small {
	background-color: rgba(23, 38, 23, .6)!important;
}

.marker-cluster-small div{
	background-color: rgba(23, 38, 23, .6)!important;
	color: white;
}

.marker-cluster-medium {
	background-color: rgba(128, 0, 0, .6)!important;
}

.marker-cluster-medium div{
	background-color: rgba(128, 0, 0, .6)!important;
	color: white;
}

.marker-cluster span{
	font-weight: 600!important;
	font-size: 16px!important;
}

.leaflet-div-icon {
	background: none!important;
	border: none!important;
}

.leaflet-right .leaflet-control{
	margin-right: 16px!important;
	margin-bottom: 0px!important;
	border: 0px!important;
}

.leaflet-touch .leaflet-bar a:first-child{
	border-top-left-radius: 4px!important;
	border-top-right-radius: 4px!important;
}

.leaflet-touch .leaflet-bar a {
    width: 32px!important;
    height: 32px!important;
    line-height: 32px!important;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px!important;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 3px 1px -2px!important;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

@media (min-width: 544px) {
	.container {
		max-width: 576px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 940px;
	}
}

.children-inherit-height > svg {
	height: inherit
}

.styles-module__root___8eF6w{
  text-align: center;
}

.styles-module__toolbar___2emCt{
  display: inline-block;
}

.navbar-enter {
  margin-top: -55px;
}

.navbar-enter.navbar-enter-active {
  margin-top: 0px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.navbar-leave {
  margin-top: 0px;
}

.navbar-leave.navbar-leave-active {
  margin-top: -55px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.ap-icon-clear{
	margin-right: -16px;
	background: white;
	margin-bottom: 3px;
	padding-right: 12px;
}

.ap-icon-pin {
	display: none

}

.algolia-places {
}

.ap-input {
	margin-left: 0px;
	padding-left: 0px;
	border-radius: 0px;
}

.ap-input:hover {
}

.ap-suggestion-icon {
	margin-right: 8px;
}

.ap-suggestion-icon svg{
	-webkit-transform: none;
	transform: none;
	fill: rgba(0, 0, 0, 0.26);
}

.ap-dropdown-menu {
	left: -46px !important;
	width: calc(100% + 46px)
	}

.ap-suggestion {
	padding-left: 16px
}

.ap-input-icon svg{
	fill: rgba(230,230,230);
}

.ap-input:hover ~ .ap-input-icon svg {
	fill: rgba(0,0,0,.7)
}

.ap-input:focus ~ .ap-input-icon svg {
	fill: rgba(0,0,0,.7)
}

.ap-icon-clear {
	margin-right: 0px;
	margin-bottom: 0px;

}

.ap-cursor {
  background-color: rgba(0,0,0,.04);
}

.ap-cursor .ap-suggestion-icon svg{
	-webkit-transform: none;
	transform: none;
}

.ap-address {
	font-size: 12px;
	color: rgba(0,0,0,.54);
}

.radio-logo {
	position: absolute;
	top: 45%;
}

/* START SCROLLBAR */

.scrollbar{
	overflow: hidden;
	position:relative;
	flex-grow: 1;
}

.scrollbar-bar{
	background: rgba(255,255,255,0.45);
	border-radius: 4px;
	cursor: default;
	left: 0;
	opacity: 0;
	outline: none;
	position: absolute;
	top: 0;
	width: 100%;
	will-change: transform;
	z-index: 1;
}

@media (max-width: 600px) {
	.scrollbar-bar {
		opacity: 1
	}
}

.scrollbar:hover .scrollbar-bar {
	opacity: 1;
}

.scrollbar-bar:active {
	opacity: 1
}

.scrollbar-track:before{
	background: none;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: -2px;
	top: 0;
}

.scrollbar-track {
	bottom: 0;
	position: absolute;
	right: 2px;
	top: 0;
	width: 8px;
}

.scrollbar-hider {
	bottom: 0;
	height: 100%;
	left: 0;
	outline: none;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateZ(0);
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hider::-webkit-scrollbar {
  display: none;
}


/* END SCROLLBAR */

.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex
}

.flex-shrink0 {
	flex-shrink: 0;
}

.flex-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
	-ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
	        flex-direction: row;
}

.flex-wrap-center{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	           -moz-box-align: center;
	        align-items: center;
}

.flex-wrap-center-space-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	           -moz-box-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	           -moz-box-pack: justify;
	        justify-content: space-between;
}

.flex-center-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column;
}

.flex-end-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          -webkit-align-items: flex-end;
             -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column;
}

.flex-column-align-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        -webkit-align-items: flex-start;
	           -moz-box-align: start;
	        align-items: flex-start;
}

.flex-align-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: start;
			-ms-flex-align: start;
					-webkit-align-items: flex-start;
					   -moz-box-align: start;
	        align-items: flex-start;
}

.flex-start-center-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	           -moz-box-pack: center;
	        justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        -webkit-align-items: flex-start;
	           -moz-box-align: start;
	        align-items: flex-start;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
          justify-content: center;
}

.flex-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
          justify-content: flex-end;
}

.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
				-webkit-justify-content: space-between;
      		-moz-box-pack: justify;
       justify-content: space-between;
}

.flex-space-between-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	           -moz-box-align: center;
	        align-items: center;
}

.flex-space-around-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
      justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	           -moz-box-align: center;
	        align-items: center;
}

.flex-space-between-align-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        -webkit-align-items: baseline;
	           -moz-box-align: baseline;
	        align-items: baseline;
}

.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
          justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	           -moz-box-align: center;
	        align-items: center
}

.flex-space-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
}

.flex-space-between-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column;
}

.flex-center-center{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	           -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	           -moz-box-align: center;
	        align-items: center;
}

.flex-space-around {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
			-ms-flex-pack: distribute;
					justify-content: space-around;
}

.flex-start-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
          justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	           -moz-box-align: center;
	        align-items: center
}

.flex-align-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        -webkit-align-items: flex-end;
	           -moz-box-align: end;
	        align-items: flex-end
}

.grow {
	width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          -webkit-flex: 1;
             -moz-box-flex: 1;
          flex: 1;
}

svg.defs-only {
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}

.deadcenter{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        -moz-transform: translate(-50%, -50%);
	         -ms-transform: translate(-50%, -50%);
	          -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
}

.filepicker.dropzone .dz-preview.dz-image-preview {
    background: none;
}

.filepicker.dropzone .dz-preview.dz-image-preview .dz-image {
    border-radius: 4px;
}

div.filepicker.dropzone {
	background-color: #eeeeee;
	border: 1px solid rgba(0,0,0,.12);
}

.background-clip {
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
}

.search-card-text b, .search-card-text em {
	font-weight: bold;
	color: #2196F3;
	font-style: normal;
}

.mobile-map {
		height: calc(100vh - 144px);
	 	width: 100vw;
		content: 'viewport-units-buggyfill; width: 100vw; height: calc(100vh - 144px);'
}

@media (max-width: 600px) {
	.mobile-map {
		height: calc(100vh - 119px);
		content: 'viewport-units-buggyfill; width: 100vw; height: calc(100vh - 119px);'
	}
}

@media (min-width: 960px) {
	.loggedin-body {
		height: calc(100vh - 67px);
		content: 'viewport-units-buggyfill; height: calc(100vh - 65px);'
	}
	html {
		overflow-y: hidden;
	}
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* EasyInput on Sourcing has padding to the right when navigated to initially
this fixes that */
.padding-right0 {
	padding-right: 0!important;
}

.overflowWrapBreakWord {
	overflow-wrap: break-word;
	overflow: auto;
}


/* START HEROICONS DEFAULT */
.heroicon-outline {
  fill: #626262; }

.heroicon-component-fill {
  fill: white; }

.heroicon-component-accent {
  fill: #7ACFC0; }

.heroicon-shadows {
  fill: #626262;
  opacity: .4; }

/* END HEROICONS DEFAULT */
