body, html {
	padding: 0;
	background: #022451;
	margin: 0;
	overflow-x: hidden;
	width: 100%;
	box-sizing: border-box;
}

.products-tile {
	background: #022451;
	padding: 20px;
	border-radius: 5px;
	color: #FFF;
	font-size: 20px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-family: Montserrat;
	border: 2px solid #c0dcff0d;
	border-left: 5px solid #c0dcff;
}

.products-tile-title {
	font-size: 22px;
	font-weight: bold;
}

.products-tile-description {
	font-size: 18px;
	font-style: italic;
}

.products-tile-breakdown {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #00132b;
	padding: 10px;
	border-radius: 5px;
}


.breakdown-line {
	display: flex;
	justify-content: space-between;
}

.products-tile-thanks {
	background: green;
	padding: 10px;
	margin-top: 20px;
	border-radius: 10px;
}

.dashboard-screen {
	background: #00132b;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	top: 0;
	border-top: 10px solid #074697;
	border-bottom: 10px solid #074697;
}

.section-header {
	font-size: 28px;
	font-weight: bold;
	color: #c0dcff;
	text-align: center;
	margin: 30px 0 20px 0;
	font-family: Montserrat;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 0 10px rgba(192, 220, 255, 0.3);
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.progress-indicator, .progress-indicator-2 {
    display: none;
    padding: 20px;
    background: #0a5eca;
    border-radius: 30px;
    margin-top: 20px;
    border: 2px solid white;
    text-align: center;
    background: linear-gradient(135deg, #004997, #00bfff);
    background-size: 400% 400%;
    animation: gradientAnimation 2s ease infinite;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    font-family: Arial, sans-serif;
    text-align: center;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.products-tile-button {
	border: 2px solid #c0dcff;
	padding: 10px;
	border-radius: 30px;
	text-align: center;
	margin-top: 30px;
	color: #fff;
	font-size: 24px;
	font-family: Montserrat;
	color: #c0dcff;
	display: block;
}

#paypal-button-container, #paypal-button-container-2 {
	display: none;
	background: #FFF;
	position: absolute;
	width: 100%;
	height: 2000px;
	top: 0;
	padding: 20px;
	box-sizing: border-box;
	z-index: 1111;
	padding-top: 100px;
}

.flag-beta {
	display: inline-block;
	border-radius: 30px;
	background: #ffc926;
	color: black;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	left: 10px;
	position: relative;
	top: -5px;
}

.flag-archived {
	display: inline-block;
	border-radius: 30px;
	background: #6c757d;
	color: white;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	left: 10px;
	position: relative;
	top: -5px;
}

.products-tile-archived {
	background: #b7b7b70f;
	color: #9F9F9F;
	border-left: 5px solid #595959;
}

.products-tile-button-archived {
	border: 2px solid #7d7d7d;
	color: #6f6f6f;
}

.beta-advisory {
	width: 100%;
	display: block;
	background: #ffc92624;
	border: 1px solid #ffff0045;
	margin-top: 30px;
	color: #ffffe4;
	border-left: 7px solid #ffff0045;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 12px;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat.ttf') format("truetype-variations");
	font-weight: 1 999;
  }

@font-face {
    font-family: Gruppo;
    src: url(fonts/Gruppo/Gruppo-Regular.ttf);
}

:root {
	--htmlbgimg: url("img/camolight.jpg");

	--maintextcolor: #000;
	--mainbgcolor: #FFF;
	--bgcolor2: #E6E6E6;
	--mainbgcolortransparent: #FFFFFFE6;
	--bgcolorinbetweentransparent: #f5f5f5ba;
	--linesubtle: #CDCDCD;
	--gray: #202020;
	--resourceslabel: #DDD;
	--buttonblue: #081c31;
	
	--bluelistbgcolor2: #ECECEC;
	--postbuttonbg: #BDBDBD;
	--postbuttoncolor: #000;
	--bluelistcommentbg: #f9f9f9;
	--postcommentinputborder: #ececec;
	
	--textcolorsubdued: #2d2d2d;
	--textcoloralternate: #626262;
	
	--calendarmonthborders: #101C2D;
	--calendardayheading: #FFF;
	--calendardaybackground: #FFF;
	--calendardaybackgroundblank: #E8E8E8;
	--calendardayactive: #E8E8E8;
	--calendardayactivecircletext: #FFF;
	--calendardayactivecirclebg: #101c2d; 
	--calendarbottomoptionsbg: #d0d0d0;
	--textlightblueorgray: #4d4d4d;
	--buttondarkblueorlightgray: #F0F0F0;
	--buttonlighterblueorlightgray: #F0F0F0;
	
	--overtimesectionbg: #eaeaea;
	--comptimefooterbg: #FFF;
	--overtimegradientlight: rgb(255, 255, 255);
	--overtimegradientdark: rgb(213, 213, 213);
	--bordersubtle: #b5b5b5;
	--borderbold: #979797;
	--textinactive: #777;
	
	--overtimeeditorbg: #FFF;
	
	--redfalse: #f0a6a6;
	
	--alertgradientbg: linear-gradient(to bottom, #dfdfdf, #f7f7f7);
	--alerttextcolor: #646464;
	--alertborder: #AAAAAA45;
	
	--sublabeltext: #004582;
	--emphasize: #c0e1ff;
	
	--contentresultbg: #e0f0ff;
	--innercontentshadow: #00000082;
	
	--lineargradientbg: linear-gradient(#dbdbdb, #FFF);
	
	--toolexplanationbg: #f9f9f9;

	--searchhighlighttextcolor: inherit;
	--searchhighlighttextbg: #ffe684;

	--goldgradient: linear-gradient(135deg,#896d25 0%,#9d7e32 20%,#fbd781 40%,#ffdf8d 60%,#997829 80%,#f5ca68 100%);
	--progradient: linear-gradient(135deg, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);

	--commentuseragency: #4a7fb5;

	/*--tapcallnamebg: url("img/call-dark.png");*/
	--tapcallnamebg: none;
	--tapcalllistbg: url("img/call-list-dark.png");

	--borderblue: #1396d7;
	--itemgradient: linear-gradient(#EEE, #FFF, #EEE);
	--itemexpandedbg: #FFF;

	--toolbgcolor: #FFF;

	--bluelisthighlightcolor: #fffd61;
	--bluelisthiglightblendmode: multiply;
}

.darkmode {
	--htmlbgimg: url("img/camodark.jpg");

	--maintextcolor: #FFF;
	--mainbgcolor: #000;
	--bgcolor2: #09101E;
	--mainbgcolortransparent: #000000b8;
	--bgcolorinbetweentransparent: #111111a8;
	--linesubtle: #42424269;
	--gray: #B9B9B9;
	--resourceslabel: #101c2d;
	--buttonblue: #8ecaff;
	
	--bluelistbgcolor2: #0000004d;
	--postbuttonbg: #214b79;
  	--postbuttoncolor: #000;
	--bluelistcommentbg: #0d1d2d;
	--postcommentinputborder: #0d1d2d;
  	
  	--textcolorsubdued: #cacaca;
  	--textcoloralternate: #a4a4a4;
  	
  	--calendarmonthborders: #214475;
  	--calendardayheading: #94c0ff;
  	--calendardaybackground: #0c1a2f;
  	--calendardaybackgroundblank: #03080d;
  	--calendardayactive: #122540;
  	--calendardayactivecircletext: #101c2d;
  	--calendardayactivecirclebg: #FFF; 
  	--calendarbottomoptionsbg: #09101a;
  	--textlightblueorgray: #aad7ff;
  	--buttondarkblueorlightgray: #101C2D;
  	--buttonlighterblueorlightgray: #172F51;
  	
  	--overtimesectionbg: #060b11;
  	--comptimefooterbg: #0b1522;
  	--overtimegradientlight: rgb(21, 48, 77);
  	--overtimegradientdark: rgb(16, 33, 49);
  	--bordersubtle: #172f44;
  	--borderbold: #224360;
  	--textinactive: #43698e;
  	
  	--overtimeeditorbg: #101c2d;
  	
  	--redfalse: #590000;
  	
  	--alertgradientbg: linear-gradient(to bottom, #102134 0%,#102b40 100%);
  	--alerttextcolor: #93bfff;
	--alertborder: #CDCDCD1C;
  	
  	--sublabeltext: #6ea1ce;
  	--emphasize: #004577;
  	
  	--contentresultbg: #002135;
  	--innercontentshadow: #00569fad;
  	
  	--lineargradientbg: linear-gradient(#0f2031, #142B42);
  	
  	--toolexplanationbg: #214164;

	--searchhighlighttextcolor: orange;
	--searchhighlighttextbg: transparent;

	--goldgradient: linear-gradient(135deg,#896d25 0%,#9d7e32 20%,#fbd781 40%,#ffdf8d 60%,#997829 80%,#f5ca68 100%);
	--progradient: linear-gradient(135deg, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	
	--commentuseragency: #4a7fb5;

	--tapcallnamebg: url("img/call-light.png");
	--tapcalllistbg: url("img/call-list-light.png");

	--borderblue: #6ab0ee;
	--itemgradient: linear-gradient(#214164, #183454, #214164);
	--itemexpandedbg: #12273c78;

	--toolbgcolor: radial-gradient(ellipse at center, rgb(25, 56, 89) 0%,rgb(16, 33, 49) 100%);

	--bluelisthighlightcolor: #005eb0;
	--bluelisthiglightblendmode: lighten;
}

.weight550 {
	font-weight: 550;
}

.ldquo, .rdquo {
	font-size: 20px;
	display: inline-block;
	line-height: 0px;
	font-family: Times;
	transform: scale(2) translateY(5px);
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 10px;
	color: #99999980;
}

#toast {
	display: block;
	position: fixed;
	bottom: 100px;
	left: 0px;
	background: #3672b3d6;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 100px;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	font-family: Montserrat;
	color: #FFF;
	z-index: 1000;
}

.warning-offline {
	position: fixed;
	bottom: 70px;
	left: 0;
	width: calc(100% - 20px);
	height: auto;
	background: var(--redbg);
	padding: 10px;
	box-sizing: border-box;
	border: 2px solid var(--redborder);
	border-left: 10px solid var(--redborder);
	color: var(--maintextcolor);
	margin-left: 10px;
	margin-right: 10px;
	font-family: Montserrat;
	font-size: 14px;
	opacity: .95;
	border-radius: 5px;
	z-index: 10;
}

.warning-offline-heading {
	font-size: 20px;
}

.warning-offline-x {
	font-size: 50px;
	line-height: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: Montserrat;
}

#menu-offline {
	display: none;
	width: 100%;
	background: var(--redbg);
	font-size: 13px;
	padding: 10px;
	box-sizing: border-box;
	color: var(--maintextcolor);
	border: 2px solid var(--redborder);
	border-left: 8px solid var(--redborder);
	font-family: Montserrat;
	margin-top: 5px;
}

.app-notification-area {
	width: 100%;
	position: fixed;
	z-index: 9;
}

.app-notification {
	width: calc(100% - 20px);
	box-sizing: border-box;
	margin: 10px;
	color: var(--maintextcolor);
	background: var(--mainbgcolor);
	border-radius: 5px;
	border: 1px solid #2236489c;
	border-left: 7px solid #6ab0ee;
	box-shadow: 3px 3px 8px #000000a3;
	font-family: Montserrat;
	display: flex;
}

.app-notification-title {
	display: inline-block;
	width: calc(100% - 40px);
	vertical-align: top;
	padding: 10px;
	padding-bottom: 5px;
	box-sizing: border-box;
	font-size: 14px;
}

.app-notification-close {
	width: 40px;
	display: inline-block;
	text-align: center;
	font-size: 30px;
	vertical-align: top;
	box-sizing: border-box;
	padding: 2.5px;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
}

.app-notification-content {
	font-size: 13px;
	color: var(--gray);
	padding: 10px;
	padding-top: 5px;
}

.notif-left {
	display: inline-block;
	width: calc(100% - 100px);
	box-sizing: border-box;
}

.notif-right {
	width: 100px;
	display: inline-block;
	border-left: 1px solid var(--linesubtle);
	box-sizing: border-box;
	font-size: 12px;
}

.notif-right-flex {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
}

.notif-right-button {
	text-align: center;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.notif-right-button:nth-child(2) {
	border-top: 1px solid var(--linesubtle);
}

.top-bar, .secondary-bar {
	width: 100%;
	background: #101c2d;
	color: #FFF;
	font-size: 0px;
	z-index: 101;
	box-sizing: border-box;
	border-bottom: 1px solid #101c2d;
}

.top-bar {
	position: fixed;
	left: 0;
	top: calc(env(safe-area-inset-top) - 50px);
	height: 107px;
	padding-top: 50px;
}

.top-bar-inner-container {
	display: flex;
	justify-content: start;
	width: 100%;
	padding: 15px;
	align-items: center;
	padding-right: 0px;
	padding-left: 8px;
}

.secondary-bar {
	top: calc(env(safe-area-inset-top) + 50px);
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	font-size: 13px;
	font-family: Montserrat;
	position: fixed;
}

.secondary-bar-bluelist .secondary-bar {
	font-size: 12px;
	letter-spacing: -1px;
}

.secondary-bar-tab {
	padding: 7px;
	flex: 1;
	text-align: center;
}

.secondary-bar-tab-active {
	border-bottom: 4px solid #6ab0ee;
}

.top-bar-right {
	display: block;
	width: 60px;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	position: absolute;
	top: 50px;
	right: 0;
}

.top-bar-dynamic {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: calc(100% - 60px);
	height: 55px;
	box-sizing: border-box;
	position: relative;
}

.top-bar-dynamic[data-tab=nav-calendar], .top-bar-dynamic[data-tab=nav-community] {
	padding: 0px;
}

.menu-x {
	display: none;
	font-size: 50px;
	line-height: 50px;
	color: var(--maintextcolor);
	position: absolute;
	right: 10px;
	top: 0px;
}

.menu-button {
	position: relative;
	top: 7px;
	margin-left: 15px;
	margin-right: 15px;
}

.menu-button-line {
	display: block;
	width: 100%;
	height: 3px;
	background: #FFF;
	margin-top: 8px;
	border-radius: 5px;
}

.notifications-button-container {
	display: inline-block;
	position: relative;
}

.notifications-button {
	background-image: url("img/notifications.png");
	width: 30px;
	height: 30px;
	background-size: contain;
	display: inline-block;
}

.bottom-search {
	height: 35px;
	padding: 5px;
	/*padding-left: 35px;*/
	padding-left: 10px;
	padding-right: 35px;
	border-radius: 30px;
	/* border: 0px; */
	margin: 5px;
	box-sizing: border-box;
	width: 100%;
	font-size: 15px;
	color: var(--maintextcolor);
	font-family: Montserrat;
	background: var(--lineargradientbg);
	border: 1px solid var(--borderbold);
}

.darkmode .bottom-search {
	/*background: var(--lineargradientbg), url("img/resources-dark.png");*/
}

.main-menu {
	width: calc(100% - 30px);
	max-width: 500px;
	height: 100%;
	position: fixed;
	background: var(--mainbgcolortransparent);
	z-index: 1000;
	right: 0;
	top: 0;
	border-left: 3px solid var(--bgcolor2);
	color: var(--maintextcolor);
	transform: translatex(100%);
	transition: all 0.2s linear;
	overflow: scroll;
	/* backdrop-filter: blur(10px); */
	opacity: 1;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.menu-open {
	transform: translatex(0%);
}

.main-settings {
	position: relative;
	min-height: 100%;
}

.append-settings[data-category='data-backups'] .general-left {
	font-size: 14px;
}

.data-backup-button {
	border: 1px solid var(--gray);
	padding: 7px;
	border-radius: 30px;
	display: inline-block;
	font-size: 11px;
}

.main-settings-flex {
	display: flex;
	justify-content: space-around;
}

.button-notifications {
	font-size: 11px;
	border: 1px solid var(--linesubtle);
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	background: var(--bgcolorinbetweentransparent);
	letter-spacing: 2px;
	font-family: Montserrat;
	font-weight: 100;
	text-transform: uppercase;
	flex: 1;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

.blip {
	display: none;
	height: 18px;
	width: 18px;
	background: #d90000;
	border-radius: 100%;
	line-height: 20px;
	font-size: 15px;
	position: absolute;
	right: -6px;
	letter-spacing: 0px;
	top: -6px;
	color: #FFF;
	box-shadow: 1px 1px 7px 1px #00000047;
	z-index: 1;
	text-align: center;
}

#blip-alerts {
	display: none;
	height: 20px;
	width: 20px;
	background: #d90000;
	border-radius: 100%;
	line-height: 20px;
	font-size: 15px;
	position: absolute;
	left: 25px;
	letter-spacing: 0px;
	top: 3px;
	color: #FFF;
	box-shadow: 1px 1px 7px 1px #00000047;
	z-index: 1;
	text-align: center;
}

#button-alerts::before {
	content: "";
	background-image: url("img/alerts.png");
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 7px;
	background-size: contain;
	top: 7px;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-position: center;
}

#button-messages::before {
	content: "";
	background-image: url("img/messages.png");
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 7px;
	background-size: contain;
	top: 7px;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-position: center;
}

/*
@keyframes open_drawer {
    to {
        -webkit-transform: translateX(0%);
    }
}*/

.checkerboard, .checkerboard-B { 
	display: block;
	height: 10px;
}

.checkerboard span {
	width: 5%;
	height: 10px;
	background: var(--linesubtle);
	display: inline-block;
}

.checkerboard span:nth-child(2), .checkerboard span:nth-child(4), .checkerboard span:nth-child(6), .checkerboard span:nth-child(8), .checkerboard span:nth-child(10), .checkerboard span:nth-child(12), .checkerboard span:nth-child(14), .checkerboard span:nth-child(16), .checkerboard span:nth-child(18), .checkerboard span:nth-child(20) {
	background: var(--mainbgcolor);
}

.checkerboard-B span {
	width: 5%;
	height: 10px;
	background: var(--mainbgcolor);
	display: inline-block;
}

.checkerboard-B span:nth-child(2), .checkerboard-B span:nth-child(4), .checkerboard-B span:nth-child(6), .checkerboard-B span:nth-child(8), .checkerboard-B span:nth-child(10), .checkerboard-B span:nth-child(12), .checkerboard-B span:nth-child(14), .checkerboard-B span:nth-child(16), .checkerboard-B span:nth-child(18), .checkerboard-B span:nth-child(20) {
	background: var(--linesubtle);
}

/*
.checkerboard-A {
	border-top: 10px dashed var(--linesubtle);
}

.checkerboard-B {
	background: var(--linesubtle);
	border-top: 10px dashed var(--mainbgcolor);
}*/

.subscription-status {
	font-size: 16px;
	background: var(--progradient);
	color: #FFF;
	font-family: Gruppo;
	border-radius: 3px;
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 1px;
	font-weight: bold;
}

.subscription-status[data-subscription="gold"] {
	background: var(--goldgradient);
	color: #000;
}

#option-logout {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-top: 5px;
}

.main-settings-account-avatar {
	width: 50px;
	height: 50px;
	min-width: 50px;
	background: var(--mainbgcolor);
	border-radius: 100%;
	box-sizing: border-box;
	border: 3px solid var(--buttonblue);
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}

.avatar-initial {
	font-size: 35px;
	font-family: Verdana;
	font-weight: 100;
	line-height: 42px;
	color: var(--buttonblue);
	height: 40px;
	display: inline-block;
}

.main-settings-section {
	padding: 10px;
	box-sizing: border-box;
	font-size: 0px;
	margin-top: 10px;
}

.main-settings-section div {
	/*display: inline-block;*/
	vertical-align: middle;
}

#main-settings-calendar, #main-settings-overtime, #main-settings-map {
	display: none;
}

.administrative {
	position: absolute;
	bottom: 0;
	text-align: center;
	display: inline-block;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.administrative-buffer {
	height: 125px;
	width: 100%;
	display: block;
}

.button-about {
	/* margin-left: auto; */
	/* margin-right: auto; */
	display: block;
	border: 1px solid var(--linesubtle);
	color: var(--gray);
	border-radius: 3px;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 10px;
	background: var(--bgcolorinbetweentransparent);
	font-size: 14px;
	font-family: Montserrat;
	flex: 1;
	margin-left: 5px;
	margin-right: 5px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.button-about span {
	text-align: center;
}

#button-about-pro {
	background: var(--goldgradient);
	border: 1px solid #000;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	font-family: Gruppo;
	letter-spacing: -0.5px;
}

.main-settings-account-text {
	margin-left: 10px;
	display: inline-block;
}

.main-settings-account-name {
	color: var(--maintextcolor);
	font-size: 12px;
	word-break: break-all;
}

.main-settings-account-options {
	color: var(--buttonblue);
	font-size: 12px;
	display: block;
	width: calc(100% - 80px);
}

.settings-section-left {
	display: inline-block;
	width: calc(100% - 160px);
	font-size: 15px;
}

.settings-section-right {
	display: inline-block;
	width: 160px;
	text-align: right;
}

.login-screen {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #001C44;
	padding: 20px;
	box-sizing: border-box;
	z-index: 2;
	background-image: url(img/splashnostar.jpg);
	background-size: cover;
	border-top: 5px solid #5491c4;
	border-bottom: 5px solid #5491c4;
}

.button-continue-guest {
	width: 100px;
	text-align: center;
	margin-left: auto;
	border: 1px solid #76a6ca;
	color: #76a6ca;
	font-family: Montserrat;
	padding: 10px;
	border-radius: 5px;
	display: none;
	font-size: 10px;
}

.login-secure {
	margin-top: 20px;
	font-family: Montserrat;
	position: relative;
	color: #CDD8E1;
	text-align: center;
	font-size: 15px;
	display: none;
}

.login-secure img {
	width: 50px;
	vertical-align: middle;
}

/*
.login-secure::after {
	content: '';
	width: 50px;
	height: 50px;
	background: url("img/firebase.png");
	display: inline-block;
	background-size: cover;
	position: absolute;
	right: 0px;
	top: 0px;
}*/

.login-activated {
	display: none;
	text-align: center;
	font-family: Montserrat;
	font-size: 13px;
}

.login-activated-explanation {
	margin-bottom: 10px;
}

.login-activated-button {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #266aa7;
	border-radius: 5px;
	color: #246aa7;
	padding: 10px;
	box-sizing: border-box;
	font-size: 15px;
	max-width: 300px;
}

.login-x-close {
	height: 50px;
	width: 50px;
	font-size: 50px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	right: 5px;
	top: 0;
	color: #FFF;
	z-index: 10000;
	display: none;
}

.login-heading {
	color: #fff;
	width: 100%;
	text-align: left;
	font-size: 20px;
	margin-bottom: 20px;
	font-family: Montserrat;
	position: relative;
}

.login-input {
	display: inline-block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 2px solid #000a17;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #0000007a;
	padding-right: 45px;
	margin-top: 3px;
}

.login-logo {
	text-align: center;
}

.login-logo img {
	width: 150px;
}

#login-email {
	margin-bottom: -1px;
}

#login-email::placeholder{
	font-size: 13px;
}

#login-password {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.login-email-rounded {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.login-label {
	color: var(--maintextcolor);
	font-size: 20px;
	font-family: Montserrat;
}

.login-box {
	width: 100%;
	padding: 20px;
	background: #00254DD1;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 20px;
	opacity: .95;
	border: 2px solid #a8e1ff5e;
	border-left: 10px solid #a8e1ff5e;
	display: none;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	color: #FFF;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.star-container-login {
	z-index: 1000;
	left: calc(50% - 50px);
	height: 100px;
}

#star-top.star-top-login {
	animation-duration: 1500ms;
}

.star-container-login #star-top, .star-container-login #star-bottom {
	width: 100px;
	height: 100px;
}

.login-button {
	display: inline-block;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	border: 1px solid var(--buttonblue);
	text-align: center;
	color: var(--buttonblue);
	padding: 7px;
	box-sizing: border-box;
	border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Montserrat;
	font-size: 14px;
	background: #c2c3c6;
	color: #6C6C6C;
	border: 1px solid #646464;
	transform: scaleY(0%);
	transition: 0.2s linear all;
}

.login-button-show {
	transform: scaleY(100%);
}

.box-advisory {
	width: 100%;
	border: 1px solid #3181c491;
	border-left: 7px solid #3182c5a8;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 15px;
	padding: 10px;
	font-family: Montserrat;
	font-size: 14px;
	margin-bottom: 15px;
	color: #FFF;
	background: #1d609991;
}

#login-error {
	border: 1px solid #c400003b;
	border-left: 7px solid #c4000070;
	background: #3900006b;
}

.box-email, .box-password {
	position: relative;
}

.box-password {
	display: none;
}

.circle-continue {
	position: absolute;
	right: 8px;
	top: 5px;
	width: 30px;
	height: 30px;
	margin-top: 4px;
	border-radius: 100%;
	font-size: 25px;
	line-height: 30px;
	color: #eae8ea;
	text-align: center;
	font-family: Arial;
	background: #255597;
	display: none;
}

.reset-password {
	margin-top: 10px;
	display: inline-block;
	margin-left: 5px;
	color: #5393ca;
	font-family: Montserrat;
	font-size: 14px;
}

.text-link {
	color: #208eee;
	text-decoration: underline;
}

#select-location {
	width: 100%;
}

.select-login {
	display: inline-block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #aeaeae;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 2px solid #041a2d;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #000;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #000 0%, #000 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}

.select-css {
	display: inline-block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: var(--textcolorsubdued);
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: auto;
	min-width: 80px;
	min-height: 40px;
	max-width: 150px;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid var(--linesubtle);
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--mainbgcolor);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, var(--mainbgcolor) 0%, var(--mainbgcolor) 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}

.select-css::-ms-expand {
	display: none;
}

.select-css:hover {
	border-color: #888;
}

.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: var(--maintextcolor);
	outline: none;
}

.select-css option {
	font-weight:normal;
}

.select-css-no-arrow {
	background-image: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.message-bugs {
	padding: 2%;
	margin: 2%;
	box-sizing: border-box;
	text-align: center;
	background: #ececec;
	font-family: Montserrat;
	border: 1px solid var(--linesubtle);
	border-left: 10px solid #9f0101;
	margin-top: 50px;
	color: #000;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #00000036;
}

.darkmode .message-bugs {
	background: #0e253e;
	color: #fff;
}

.message-bluelist {
	border-left: 10px solid #2d7bdf;
}

li, a {
    white-space: normal !important;
}

.span-brch {
	display: block;
	font-size: 12px;
}

#loading-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--mainbgcolor);
	z-index: 100000;
}

#ajax-loader {
	/*z-index: 9999;
	position: relative;
	will-change: opacity;
	position: fixed;*/
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-left: -100px;
	margin-top: -150px;
	background: var(--mainbgcolor);
}

#ajax-loader-inner {
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes logoPulse {
  0% {
    opacity: 0;
  }
  50% {
   	opacity: 1;
  }
  100% {
   	opacity: 0;
  }
}

.star-container {
	position: relative;
}

#star-top {
	position: absolute;
	background: url("img/startop.svg");
	background-size: cover;
	width: 200px;
	height: 200px;
	animation-name: logoPulse;
	animation-duration: 400ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}	

#star-bottom {
	position: absolute;
	background: url("img/starbottom.svg");
	background-size: cover;
	width: 200px;
	height: 200px;
}

#star-shadow {
	position: absolute;
	margin-left: 50px;
	margin-top: 25px;
	width: 200px;
	height: 200px;
	background: rgb(0,0,0);
	background: radial-gradient(circle, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.65) 30%, rgba(0,0,0,0.3) 57%, rgba(0,0,0,0) 77%);
	opacity: 0.1;
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.star-fade {

}

.cube2 {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	/*
	background-color: #0CB1C4;*/
	background: url("img/icon.svg");
	background-size: cover;
	/*
	animation-name: spin;
	animation-duration: 5000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;*/
	/* transform: rotate(3deg); */
	/* transform: rotate(0.3rad); */
	/* transform: rotate(3grad); */
	/* transform: rotate(.03turn); */
	margin-left: -100px;
	margin-top: -100px;
}

.cube2 {
  transform: perspective(200px) rotateY(45deg);
  animation: spin 5s linear infinite;
  transform-style: preserve-3d;
}

/*
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
*/

@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.expired {
	color: red;
	font-weight: bold;
}

.note {
	font-size: 12px;
	display: inline-block;
	line-height: 12px;
}

.controlgroup {
	width: 100%;
}

.hidethis {
	display: none;
}

mark {
	background: #add8fd;
}

.darkmode mark {
	background: #0567bd;
	color: #FFF;
}

.vehicle {
	width: 80%;
	display: inline-block;
}

.vehiclecode {
	display: inline-block;
	width: 20%;
	text-align: right;
	font-weight: 1000;
}

.bailamounts {
	text-overflow: initial !important;
}

.bailLeft {
	width: 14%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
	font-size: 12px;
	overflow-wrap: break-word;
}

.bailMiddle {
	width: 68%;
	text-align: center;
	display: inline-block;
	margin-left: 1%;
	margin-right: 1%;
	vertical-align: top;
}

.bailRight {
	width: 14%;
	margin-left: 1%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.streetLeft {
	width: 14%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
	font-size: 14px;
	overflow-wrap: break-word;
}

.streetMiddle {
	width: 57%;
	text-align: center;
	display: inline-block;
	margin-left: 1%;
	margin-right: 1%;
	vertical-align: top;
	font-size: 14px;
}

.streetRight {
	width: 25%;
	margin-left: 1%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.unitLeft {
	width: 70%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
	font-size: 14px;
	overflow-wrap: break-word;
}

.unitRight {
	width: 23%;
	margin-left: 1%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.secondaryUCR {
	font-style: italic;
}

.incidentOffense {
	width: 33%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
	font-size: 12px;
	overflow-wrap: break-word;
}

.incidentReport {
	width: 23%;
	text-align: center;
	display: inline-block;
	margin-left: 1%;
	margin-right: 1%;
	vertical-align: top;
	font-size: 12px;
}

.incidentClassification {
	width: 23%;
	margin-left: 1%;
	display: inline-block;
	text-align: left;
}

.incidentPrimary {
	vertical-align: top;
	font-size: 12px;
}

.incidentSecondary {
	vertical-align: top;
	font-style: italic;
	font-size: 12px;
}

.incidentUCR {
	width: 10%;
	margin-left: 1%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.incidentNote {
	font-weight: normal;
	font-size: 12px;
	color: #6A6A6A;
}

.divider {
    text-shadow: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    /* margin-top: 20px; */
    /* background: #4caafd; */
    /* color: #000; */
    /* background: linear-gradient(0deg, rgb(1, 155, 217) 0%, rgb(1, 168, 226) 35%, rgb(15, 188, 244) 100%); */
    background: #000;
    color: #FFF;
    background: rgb(0,0,0);
    /* border-bottom: 1px solid #222; */
    font-size: 18px;
    background: rgb(216, 216, 216);
    /* background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(185,185,185,1) 100%); */
    color: #353535;
    /* border-top: 1px solid #9b9b9b; */
    font-family: "Montserrat";
}

#pdf-container {
	position: absolute;
	top: 0;
	left: 0;
}

body.resources-extended {
	padding-top: calc(84px + env(safe-area-inset-top));
}

.main-content {
	background-color: #FFF;
	padding-bottom: 80px;
	padding-top: 1px;
	/*background: url("img/camodarkblue.jpg");*/
}

.darkmode .main-content {
	background-color: #000;
	/*background: url("img/camodarkblue.jpg");*/
	color: #FFF;
	border-bottom: 1px solid #424242;
	background-size: 200px;
}

.darkmode .nav label {
	background: #040a11;
	color: #FFF;
	border-bottom: 1px solid #101c2d;
}

a {
  text-decoration: none;
}

li, ul, a {
	list-style-type: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

/**
 * Hidden fallback
 */
[hidden] {
  display: none;
  visibility: hidden;
}

.searchStatus {
	display: none;
	border-left: 7px solid var(--buttonblue);
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: Montserrat;
	background: var(--toolexplanationbg);
	box-shadow: 2px 2px 2px 2px #00000026;
}

/**
 * Styling navigation
 */
.navheader {
	margin-right: auto;
	margin-left: auto;
	/* max-width: 22.5rem; */
	/*background: #1a1a1a;*/
}

/**
 * Styling top level items
 */
.nav a, .nav label {
	display: block;
	padding: 0.6rem;
	color: #00204a;
	/* background-color: #1a1a1a; */
	background-color: #fff;
	/* box-shadow: inset 0 -1px #1d1d1d; */
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	padding-right: 1.2rem;
	font-family: "Montserrat";
}

.nav li {
	font-family: "Montserrat";
	word-break: break-word;
}

.nav label {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #CDCDCD;
	padding-left: 30px;
}

.level0 label {
    display: block;
}

.lowestlevel label {
	display: flex;
	justify-content: space-between;
}

.nav label:active {
	background: var(--navactive);
}

.navheader {
	border-top: 1px solid #CDCDCD;
}

.starburst {
	margin-left: 10px;
	border: 1px solid #c5cace;
	padding: 3px;
	border-radius: 5px;
	background: #ececec;
	font-family: Arial;
	color: #262626;
	font-size: 14px;
}

.starburst-new {
	background: #1ca600;
	color: #FFF;
	border: 0px;
}

.starburst-IVC {
	background: #8a5c03;
	color: #FFF;
	border: 0px;
}

.starburst-MCC {
	background: #013f75;
	color: #FFF;
	border: 0px;
}

.starburst-Felony {
	background: #9b0000;
	color: #FFF;
	border: 0px;
}

.starburst-Misdemeanor {
	background: #ffbf00;
	border: 0px;
	color: #000;
}

/**
 * Styling first level lists items
 */
/*
.group-list a:focus, .group-list a:hover,
.group-list label:focus,
.group-list label:hover {
  background: #131313;
}*/

/**
 * Styling second level list items
 */

.group-list a, .group-list label, .group-list .heading {
	padding-left: .75rem;
	background: #FFF;
	color: #00204a;
	/* box-shadow: inset 0 -1px #373737; */
	border-left: .75rem solid #6ab0ee;
}

.sub-group-list a, .sub-group-list label, .sub-group-list .heading {
	padding-left: .75rem;
	border-left: 1.5rem solid #1175ce;
}

.sub-sub-group-list a, .sub-sub-group-list label, .sub-sub-group-list .heading {
	padding-left: .75rem;
	border-left: 2.25rem solid #004a8c;
}

.sub-sub-sub-group-list a, .sub-sub-sub-group-list label, .sub-sub-sub-group-list .heading {
	padding-left: .75rem;
	border-left: 3rem solid #00203c;
}

.group-list .heading, .sub-group-list .heading, .sub-sub-group-list .heading, .sub-sub-sub-group-list .heading {
	border-bottom: 1px solid #CDCDCD;
	box-sizing: border-box;
	padding: 0.85rem;
	background: #005ed9;
	color: #FFF; 
}

/*
.sub-group-list a:focus, .sub-group-list a:hover,
.sub-group-list label:focus,
.sub-group-list label:hover {
  background: #232323;
}*/

/**
 * Styling third level list items
 */
/*.sub-sub-group-list a,
.sub-sub-group-list label {
  padding-left: 6rem;
  background: rgb(245, 245, 245);
}*/

/*
.sub-sub-group-list a:focus, .sub-sub-group-list a:hover,
.sub-sub-group-list label:focus,
.sub-sub-group-list label:hover {
  background: #333333;
}*/

/**
 * Hide nested lists
 */
 /*
.heading {
	border-bottom: 1px solid #CDCDCD;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #00000012 !important;
	padding: 0.85rem;
}*/

 
.group-list,
.sub-group-list,
.sub-sub-group-list,
.sub-sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.nav__list input[type="checkbox"]:checked + label + ul, .lowestLevel label {
  /* reset the height when checkbox is checked */
  /*max-height: 1000px;*/
  max-height: none;
}

/*
.content-note {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.5s;
}*/

.nav__list input[type="checkbox"]:checked + label .content-note {
	/*max-height: 30px;*/
	position: relative;
	transform: scaleY(100%);
	opacity: 1;
}

.content-note {
	font-size: 12px;
	color: var(--gray);
	transform: scaleY(0%);
	position: absolute;
	transition: all 0.2s ease;
	opacity: 0;
}
/*
.lowestLevel label {
	max-height: none;
}*/

/**
 * Rotating chevron icon
 */
.fa {
	float: right;
	/*-webkit-transition: -webkit-transform 0.65s ease;*/
	/* transition: -webkit-transform 0.65s ease; */
	/* transition: transform 0.65s ease; */
	/*transition: transform 0.65s ease, -webkit-transform 0.65s ease;*/
	font-family: "Trebuchet";
	color: #081c31;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
	position: absolute;
	right: 1%;
	font-size: 16px;
}

.searching label > .fa {
	display: none;
}

.nav__list input[type="checkbox"]:checked + label > .fa {
	-webkit-transform: rotate(90deg) scale(0.5, 1);
	transform: rotate(90deg) scale(0.5, 1);
}

.arrow {
	float: right;
	position: absolute;
	right: 0%;
	top: 50%;
	font-size: 20px;
	line-height: 20px;
	margin-top: -10px;
	margin-right: 20px;
	font-family: "Times New Roman";
	transform: scale(0.5, 1);
}

.nav__list input[type="checkbox"]:checked + label > .arrow {
	-webkit-transform: rotate(90deg) scale(0.5, 1);
	transform: rotate(90deg) scale(0.5, 1);
}

.lowestlevel .arrow, .not-expandable .arrow {
	display: none;
}

/*
.nav__list input[type="checkbox"]:checked > label:after {
	display: none;
}*/

/**
 * Styling footer
 */
footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050505;
}

.soc-media {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.soc-media li:nth-child(n + 2) {
  margin-left: 1rem;
}

.soc-media a {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.65);
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.soc-media a:focus, .soc-media a:hover {
  color: rgba(255, 255, 255, 0.2);
}

.filtered {
	display: none;
}

.irrelevant {
	display: none;
}

html, body, li, ul, label, a, div, input {
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
	-webkit-tap-highlight-color: transparent !important;
	-webkit-text-size-adjust: none;
	outline: none !important;
}

.noresults {
	/*background: #777;
	border-bottom: 1px solid #081c31;
	color: #E3E3E3;*/
	/* box-shadow: inset 0px -5px 10px #0000004d; */
/*	padding: 0.4rem;
	padding-left: 0.85rem;
	font-size: 12px;*/
}

/*
.result {
	border-left: 15px solid #29bd00;
}

.result {
	border-left: 15px solid #6ab0ee;
}*/

/*
.appendCategory {
	margin-bottom: 10px;
}*/

li.level0 {
	overflow-y: hidden;
	/* max-height: 1000px; */
	/* transition: max-height 0.1s ease; */
	transition: all 0.3s ease-in-out;
	/* transition: height 2s ease-in-out; */
	/* animation: fadeit; */
	/*word-wrap: break-word;*/
	position: relative;
	/*max-height: 0px;*/
}

li.level0.reveal-item {
	max-height: 60px;
}

li.level0.reveal-item-animate {
	max-height: 60px;
}

li.level0.max-height-auto {
	max-height: none;
}

li.level0.hide-item {
	max-height: 0px;
}

li.level0.hide-item-animate {
	max-height: 0px;
}

/*
li.temp-hide {
	opacity: 0;
	height: 0px;
}
*/

/*
li.temp-hide label {
	background: #CDCDCD;
	padding: 0.2rem;
	padding-left: 0.85rem;
	border-bottom: 1px solid #6c6b6b;
	border-top: 1px solid #6c6b6b;
	color: #555;
	margin-top: -1px;
}*/

li.temp-hide label {
	/* background: #CDCDCD; */
	/* border-bottom: 1px solid #7d7d7d; */
	/*color: #8E8E8E;*/
}

li.temp-hide label {
	/* background: #CDCDCD; */
	/* border-bottom: 1px solid #7d7d7d; */
	color: #8E8E8E;
	/*padding: 0.3rem;
	padding-left: 0.6rem;*/
	/*font-size: 14px;*/
}

.start-hidden {
	/*max-height: 0px;*/
	opacity: 0;
	transition: all .1s ease !important;
	/*transform: scaleY(0%);*/
	transform: translateX(-100%);
	transform-origin: top;
}

.start-hidden-show {
	opacity: 1;
	/*transform: scaleY(100%);*/
	transform: translateX(0%);
	/*max-height: 1000px;*/
}

.ajax-load-more {
	text-align: center;
	/*border: 1px solid #CDCDCD;
	max-width: 200px;*/
	margin-left: auto;
	margin-right: auto;
	/*padding: 1%;
	box-sizing: border-box;
	border-radius: 50px;
	background: #005ed9;
	color: #FFF;*/
	margin-top: 10px;
	margin-bottom: 10px;
	height: 150px;
	width: 150px;
	position: relative;
}

.tag-pro {
	border-radius: 3px;
	padding: 1px;
	background: var(--progradient);
	color: #FFF;
	display: inline-block;
	font-family: Gruppo;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}

.tag-gold {
	border-radius: 3px;
	padding: 1px;
	background: var(--goldgradient);
	color: #000;
	display: inline-block;
	font-family: Gruppo;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}

.searching .loader {
	background: url('img/rollingstatic.svg');
	height: 20px;
	width: 20px;
	background-size: contain;
	float: right;
	position: absolute;
	right: 1%;
	animation-name: rolling;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear; 
}

/*
#configContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	background: #FFFFFFC4;
	z-index: 100001;
	background: #FFF;
	display: none;
	font-family: "Montserrat";
	padding-top: constant(safe-area-inset-top);
	padding-top: env(safe-area-inset-top);
}*/

.fullscreenmenu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100001;
	background: var(--mainbgcolor);
	display: none;
	font-family: "Montserrat";
	padding-top: 30px;
	overflow: scroll;
	height: calc(100% - 30px);
}

.useragencysettings {
	overflow: initial;
	position: fixed;
}

.row-x-container {
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.row-x-day {
	flex-grow: 1;
	font-size: 30px;
}

.row-x {
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
	font-size: 70px;
	color: #001433;
}

.box-select {
	width: 100px;
	height: 30px;
	border: 1px solid #002a7b;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	text-align: center;
	color: #002a7b;
	border-radius: 3px;
	line-height: 30px;
	margin-right: 10px;
}

@keyframes rolling {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.search-category {
	margin-bottom: 20px;
}

.search-category-label {
	font-family: Montserrat;
	text-transform: uppercase;
	font-size: 13px;
}

.section-documents {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
}

.doc {
	width: 100px;
	height: 130px;
	background: white;
	border-radius: 3px;
}


.section-results {
	background: var(--bgcolor2);
}

.search-result-container {
	border-top: 1px solid var(--bordersubtle);
	padding: 8px;
	background: var(--bgcolorinbetweentransparent);
}

.search-result {
	font-family: Montserrat;
	overflow: hidden;
	font-size: 14px;
	color: var(--gray);
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 20px;
	max-height: 80px;
	margin: 0;
	white-space: break-spaces;
}

.results-spinner {
	display: none;
	background: url(img/rollingstatic.svg);
	width: 50px;
	height: 50px;
	background-size: contain;
	animation-name: spinsvg;
	animation-duration: 800ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 80px;
	left: calc(50% - 25px);
}

.fuzzy-button, .fuzzy-button-map {
	position: absolute;
	right: 10px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	padding: 3px;
	display: none;
}

.fuzzy-button-inner, .fuzzy-button-map-inner {
	color: #717171;
	border-radius: 100%;
	/* border: 2px solid #000; */
	font-family: Verdana;
	height: 30px;
	line-height: 25px;
	width: 30px;
	font-size: 30px;
	color: var(--gray);
}

#fuzzy-config {
	width: 40px;
	height: 40px;
	background: url("img/cog-gray.svg");
	z-index: 10000;
	position: absolute;
	background-size: cover;
	right: 8px;
	top: 50%;
	margin-top: -20px;
}

#fuzzy-loading {
	height: 5px;
	width: 100%;
}

.circle-count {
	display: inline-block;
	background: #6AB0EE;
	border-radius: 5px;
	width: 0px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
	font-family: Arial;
	text-shadow: 1px 1px 1px #00456675;
}

.fuzzy-loading-animate {
    background: linear-gradient(270deg, #ffffff, #6ab0ee, #ffffff, #6ab0ee, #ffffff);
    background-size: 600% 600%;
    -webkit-animation: ghostGradient 3s ease infinite;
    -moz-animation: ghostGradient 3s ease infinite;
    -o-animation: ghostGradient 3s ease infinite;
    animation: ghostGradient 3s ease infinite;
}

@-webkit-keyframes ghostGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes ghostGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes ghostGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes ghostGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.hl {
	position: absolute;
	z-index: 1;
	background-color: var(--bluelisthighlightcolor);
	mix-blend-mode: var(--bluelisthiglightblendmode);
	border-radius: 4px;
}

.chooseLocaleContainer {
    width: 31%;
    margin: 0;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    background: #151515;
    /* border: 0px; */
    font-size: 11px;
    color: #333333;
    border-radius: 5px;
    height: 35px;
    padding: 3px;
    font-family: "Montserrat";
    /* border: 1px solid #626161; */
    /* box-shadow: inset 0px -3px 2px 0px #a2a2a242; */
    vertical-align: bottom;
    text-align: center;
    background: #d8d8d8;
}

#chooseLocale {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	height: 35px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#chooseLocaleDisplay {
	line-height: 27px;
	overflow: hidden;
	padding-right: 25px;
}

.chooseLocaleIcon {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	padding: 3px;
}

.chooseLocaleIconInner {
	color: #FFF;
	border-radius: 100%;
	/*border: 2px solid #000;*/
	font-family: Verdana;
	background: #ffffff82;
	height: 25px;
	line-height: 23px;
	width: 25px;
}

.nav-resources {
	background: url("img/resources-dark.png");
}

.nav-tools {
	background: url("img/tools.png");
}

.nav-map {
	background: url("img/map.png");
}

.nav-calendar {
	background: url("img/calendar.png");
}

.nav-benefits {
	background: url("img/benefits.png");
}

.nav-checklists {
	background: url("img/checklists.png");
}

.nav-community {
	background: url("img/community.png");
}

.nav-tab {
	display: inline-block;
	text-align: center;
	height: 55px;
	line-height: initial;
	box-sizing: border-box;
	/* background: #1a1a1a; */
	background-color: #101c2d;
	color: #FFF;
	vertical-align: top;
	font-family: "Montserrat";
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	position: relative;
	background-size: 40px;
	border-bottom: 5px solid #101c2d;
	flex: 1;
	display: flex;
	justify-content: center;
	font-size: 10px;
	/*align-items: end;*/
	background-position-y: -2px;
	color: #B7B7B7;
	display: flex;
}

.nav-tab span {
	align-self: center;
	margin-bottom: 0px;
}

.top-bar-dynamic .nav-tab {
	color: #FFF;
}

#nav-bar .nav-tab span {
	align-self: flex-end;
	margin-bottom: 2px;
}

.tab-section {
	font-size: 12px;
	height: 55px;
	line-height: initial;
	flex: 1;
	align-content: center;
}

/*
.nav-community {
	background: url("img/community.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #081c31;
	z-index: 1000;
	position: relative;
}*/

/*
.nav-community::before {
	content: 'New!';
	width: 40px;
	height: 20px;
	background: #1d6c00;
	left: 0px;
	position: absolute;
	color: #FFF;
	top: 3px;
	line-height: 20px;
	font-size: 12px;
	border-radius: 3px;
}*/

/*
.nav-tab:active {
	background: #6ab0ee;
	color: #FFF;
}*/

.nav-tab-current {
	border-top: 4px solid #6ab0ee;
	/*box-shadow: 5px 3px 5px 0px #aad7ff;*/
}

#nav-bar {
	cursor: pointer;
	text-align: center;
	z-index: 1000;
	width: 100%;
	position: fixed;
	/*bottom: calc(env(safe-area-inset-bottom) / 3);*/
	bottom: 0px;
	padding-bottom: 20px;
	margin-bottom: -20px;
	border-top: 1px solid #000;
	display: flex;
}

.hide-nav {
	display: none;
}

.list-about {
	width: 100%;
	display: block;
	border-bottom: 1px solid #CDCDCD;
	padding: 4%;
	box-sizing: border-box;
	font-family: "Montserrat";
	padding-top: 10px;
	padding-bottom: 10px;
}

.about-left {
	display: inline-block;
	width: 30%;
	color: var(--gray);
}

.about-right {
	display: inline-block;
	width: 68%;
	text-align: right;
}

.about-info, .disclaimer {
	margin-top: 30px;
	padding: 2%;
	box-sizing: border-box;
	background: #f0f0f0;
	color: #000;
	border-radius: 0;
	width: 90%;
	margin-left: 5%;
	text-align: center;
	border: 1px solid #cacaca;
	font-family: "Montserrat";
}

.share-app {
	padding: 30px;
	font-family: Montserrat;
	text-align: center;
}

.share-heading {
	font-size: ;
	text-align: center;
	margin-bottom: 20px;
	font-size: 30px;
}

.share-left, .share-right {
	display: inline-block;
	width: 48%;
	max-width: 200px;
}

.share-left span, .share-right span {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.share-left img, .share-right img {
	display: inline-block;
	width: 95%;
}

.share-left {
	text-align: left;
}

.share-right {
	text-align: right;
}

.disclaimer {
	font-size: 11px;
	text-align: left;
}

.slideDownCSS {
	opacity: 1;
	transition: opacity .2s ease-in-out;
	/*transform-origin: bottom;
	transform: scaleY(1);*/
	/*height: 47px;
	transition: height 0.2s linear;*/
}

.slideUpCSS {
	opacity: 0;
	transition: opacity .2s ease-in-out;
	/*transform-origin: top;
	transform: scaleY(0);*/
	position: absolute;
	/*height: 0px;
	transition: height 0.2s linear;*/
}

.MarginalNote {
	font-weight: 1000;
}

.indent-0 {
	padding-left: 0rem;
	text-indent: 0rem;
}
.indent-1 {
	padding-left: 2rem;
	text-indent: -1.8rem;
}
.indent-2 {
	padding-left: 3rem;
	text-indent: -1.8rem;
}
.indent-3 {
	padding-left: 4rem;
	text-indent: -1.8rem;
}
.indent-4 {
	padding-left: 5rem;
	text-indent: -1.8rem;
}
.indent-5 {
	padding-left: 6rem;
	text-indent: -1.8rem;
}

.indent-0, .indent-1, .indent-2, .indent-3, .indent-4, .indent-5 {
	margin-bottom: 8px;
	margin-top: 8px;
}

.content-UCR-report, .content-UCR-primary, .content-UCR-secondary {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

.content-UCR-report:before {
	content: 'Report: ';
	font-weight: bold;
}

.content-UCR-primary:before {
	content: 'Primary: ';
	font-weight: bold;
}

.content-UCR-secondary:before {
	content: 'Secondary: ';
	font-weight: bold;
}

.percent-80 {
	display: inline-block;
	width: 80%;
	text-align: left;
	vertical-align:top;
}

.percent-60 {
	display: inline-block;
	width: 60%;
	text-align: left;
	vertical-align:top;
}

.percent-50 {
	display: inline-block;
	width: 49%;
	text-align: left;
	vertical-align:top;
}

.percent-40 {
	display: inline-block;
	width: 39%;
	text-align: left;
	vertical-align:top;
}

.percent-25 {
	display: inline-block;
	width: 24%;
	text-align: left;
	vertical-align:top;
}

.percent-20 {
	display: inline-block;
	width: 19%;
	text-align: left;
	vertical-align:top;
}

.percent-33 {
	display: inline-block;
	width: 33%;
	text-align: left;
	vertical-align:top;
}

.percent-50 {
	display: inline-block;
	width: 49%;
	vertical-align:top;
}

.content-row {
	border-bottom: 1px solid #d2d2d2;
	padding: 1%;
	box-sizing: border-box;
}

.content-link {
	font-weight: bold;
	font-style: italic;
}

.content-paragraph {
	margin-top: 5px;
	margin-bottom: 5px;
}

.content-right {
	text-align: right;
}

.content-bold {
	font-weight: bold;
}

.content-emphasize {
	background: var(--emphasize);
}

.content-small {
	font-size: 10px;
}

.content-call {
	border: 2px solid var(--buttonblue);
	padding: 10px;
	border-radius: 30px;
	color: var(--maintextcolor);
	vertical-align: middle;
	display: inline-block;
	min-height: 30px;
	line-height: 30px;
	word-break: keep-all;
	text-align: center;
}

.button-call {
	background: url("img/call.png");
	background-size: cover;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.vertical-middle {
	vertical-align: middle;
}	


.notification {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.notification:nth-child(1) {
	margin-top: 5px;
}

.notification-link {
	border: 1px solid #cacaca;
	padding: 3px;
	border-radius: 5px;
	background: #EAEAEA;
	color: #464646;
}

.notification-link::after {
	content: '';
	background: url("img/search.png");
	background-size: cover;
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 0px;
	margin-left: 5px;
}


/* DARK MODE */

/*
html.darkmode {
	background: url("img/bg2-dark.png");
	background-color: #000;
}*/

/*
html.darkmode {
	background: url("img/bg2-dark.png");
	background-color: #080f1a;
}*/

/*
html.darkmode {
	background: url("img/camodarkblue.jpg");
	background-color: #04070d;
}*/

/*
.darkmode body {
	box-shadow: none;
	border-bottom: 1px solid #242424;
}*/

.darkmode .navheader {
	border-top: 1px solid #101c2d;
}

.darkmode #configContainer {
	background: #000;
	color: #FFF;
}

.darkmode .box-select {
	color: #FFF;
	border: 1px solid #fff;
}

.darkmode .row-x {
	color: #FFF;
}

.darkmode .about-info, .darkmode .disclaimer {
	border: 1px solid #686868;
	color: #FFF;
	background: #1e1e1e;
}

.darkmode .list-about {
	border-bottom: 1px solid #5E5E5E;
}


.solicit-review {
	width: 98%;
	min-height: 50px;
	background: var(--bgcolorinbetween);
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	box-sizing: border-box;
	padding: 1%;
	border-radius: 5px;
	margin-left: 1%;
	margin-right: 1%;
	font-family: "Montserrat";
	font-size: 18px;
	display: none;
	/* border: 1px solid #081c31; */
	border: 1px solid var(--linesubtle);
	border-left: 10px solid #ffb811;
	color: var(--maintextcolor);
}

.solicit-yesno {
	width: 49%;
	display: inline-block;
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}

.solicit-yesno:nth-child(2) {
	border-right: 1px solid var(--linesubtle);
}

.Topic {
	margin-top: 20px;
}

.Topic_Title_level1 {
	font-weight: bold;
}

.DirectiveAuthenticatedBy {
	margin-top: 20px;
}

.DirectiveSuperintendent {
	margin-top: 20px;
	font-weight: bold;
}

.DirectivePhoneGlossaryAddendaLables {
	margin-top: 20px; 
}

.CustomNote .NodeType {
	font-weight: bold;
}

.WysiwygItalicDoubleUnderline {
    border-bottom: 3px double;
    font-style: italic;
}

.WysiwygEmph {
	font-weight: bold;
}

.WysiwygEmphItalicDoubleUnderline {
	font-weight: bold;
	border-bottom: 3px double;
	font-style: italic;
}

.WysiwygHref {
	color: blue;
}

.td1 {
	font-weight: bold;
}

.address-popup-container {
	position: relative;
}

/*
.popup {
	position: absolute;
	width: calc(100% - 70px);
	min-height: 62px;
	z-index: 1;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #b9b9b9;
	display: none;
	box-shadow: 2px 2px 10px #0000004d;
	background: #081c31d1;
	color: #FFF;
	font-size: 18px;
	font-family: Montserrat;
}*/

/*
.popup {
	position: absolute;
	width: calc(100% - 70px);
	z-index: 1;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 30px;
	padding: 5px;
	box-sizing: border-box;
	display: flex;
	background: #101c2d;
	color: #FFF;
	font-size: 18px;
	font-family: Montserrat;
	height: auto;
	justify-content: space-between;
	align-items: center;
}*/

/*
.popup {
	position: absolute;
	width: 100%;
	z-index: 1;
	margin-top: 0px;
	margin-left: 0px;
	padding: 3px;
	box-sizing: border-box;
	display: flex;
	background: #101c2d;
	color: #FFF;
	font-size: 18px;
	font-family: Montserrat;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid black;
}*/

/*
.popup {
	position: fixed;
	width: 100%;
	min-height: 62px;
	z-index: 1;
	padding: 10px;
	box-sizing: border-box;
	display: none;
	background: #101c2d;
	color: #FFF;
	font-size: 18px;
	font-family: Montserrat;
	bottom: 51px;
}
*/

.popup {
    position: absolute;
    width: 100%;
    z-index: 1;
    margin-top: -1px;
    margin-left: 0px;
    box-sizing: border-box;
    display: flex;
    background: #101c2d;
    color: #FFF;
    font-size: 18px;
    font-family: Montserrat;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid black;
    background: linear-gradient(to top, #016fbd, #0094ff);
}

.popup-subtext {
	font-size: 12px;
}

.popup-inner-heading {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 3px;
	color: #6ab0ee;
}

.popup-inner-dynamic {
    display: inline-block;
    width: calc(100% - 100px);
    min-height: 35px;
    background: #0f1b2d;
    padding: 3px;
}

#popup-locate {
    min-width: 100px;
    background: transparent;
    font-size: 14px;
    text-align: center;
}

#popup-locate-inner {
	border: 0px;
	text-transform: uppercase;
	background: #101c2d85;
	background: transparent;
}

.popup-inner-section {
    display: inline-block;
    width: 32%;
    text-align: center;
}

.popup-right {
	width: 30px;
	height: 30px;
}

.mapboxgl-ctrl-top-right {
	top: 45px !important;
}

.spinsvg svg {
	animation-name: spinsvg;
	animation-duration: 1500ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear; 
}

@keyframes spinsvg {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.refresh-address {
}

.progressContainer {
	display: none;
	width: 95%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #4bacff;
	text-align: left;
	overflow: hidden;
}

.progressBar {
	width: 1%;
	height: 100%;
	background: #4bacff;
	background-image: linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
	background-size: 100px 100px;
	animation: move 1s linear infinite;
}

.buttonDownload {
	max-width: 95%;
	line-height: 50px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	font-size: 20px;
	border: 2px solid #FFF;
	background: #1785e6;
	font-family: Montserrat;
	text-shadow: none;
	width: 75%;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}


/* TOOLS PAGE */
.posts-feed, .posts-feed-top, .tool-feed, .classifieds-feed {
	text-align: center;
	overflow-x: hidden;
}

.posts-feed-top {
	margin-top: 10px;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: var(--mainbgcolor);
	z-index: 1000;
	color: var(--maintextcolor);
	text-align: center;
	padding: 20px;
	padding-top: constant(safe-area-inset-top);
	padding-top: env(safe-area-inset-top);
	box-sizing: border-box;
	font-family: "Montserrat";
}

.overlay-x {
	position: absolute;
	right: 10px;
	font-size: 50px;
	height: 50px;
	line-height: 50px;
	top: 0px;
	top: constant(safe-area-inset-top);
	top: env(safe-area-inset-top);
}

.overlay-section {
	margin-bottom: 30px;
}

.overlay-section-heading {
	font-size: 18px;
	margin-bottom: 10px;
}

.overlay-button-save {
	padding: 10px;
	box-sizing: border-box;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
	border: 1px solid var(--buttonblue);
	border-radius: 4px;
	color: var(--buttonblue);
}

#input-display-name {
	font-size: 28px;
	padding: 8px;
	width: 200px;
	text-align: center;
}

.avatar-picker {
	border: 3px solid var(--linesubtle);
	max-height: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: scroll;
	border-radius: 4px;
}

.avatar-picker-tile {
	display: inline-block;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	background: #557c8e;
	border-radius: 100%;
}

.avatar-picker-tile-selected {
	border: 2px solid #20ff00;
	border-radius: 4px;
}

.tool {
	margin: 1%;
	border: 1px solid #d7d7d7;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #868686;
	margin-bottom: 15px;
	background: var(--toolbgcolor);
	border-left: 5px solid #002d55;
	display: inline-block;
	width: 98%;
	max-width: 800px;
	text-align: left;
	box-sizing: border-box;
	position: relative;
	font-size: 0px;
	word-break: break-word;
	scroll-margin: 60px;
	transition: all 1s;
}

.tool-input {
	display: inline-block;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: normal;
	color: var(--maintextcolor);
	padding: .3em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: var(--mainbgcolor);
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 7px;
	border: 1px solid var(--linesubtle);
}

.tool-select {
	display: inline-block;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 700;
	color: var(--textcolorsubdued);
	line-height: 1.3;
	padding: .3em;
	padding-right: .6em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid var(--bordersubtle);
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--mainbgcolor);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, var(--mainbgcolor) 0%, var(--mainbgcolor) 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .3em top 50%, 0 0;
	background-size: .65em auto, 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
}

.tool-third {
	width: 30%;
}

.post-menu-dots {
	transform: rotate(270deg);
	letter-spacing: 1px;
	font-size: 18px;
	height: 20px;
	width: 20px;
	text-align: center;
}

/*
.darkmode .tool {
	box-shadow: none;
	background: var(--mainbgcolortransparent);
	backdrop-filter: blur(4px);
}*/

.darkmode .tool {
	box-shadow: none;
	border: 1px solid #244c77;
	border-left: 5px solid #244c77;
}

/*
.tool-blue {
	border: 1px solid #004366;
	border-left: 7px solid #006499;
}*/

.tool-blue {
	border: 1px solid #244c775e;
	border-left: 5px solid #244c77;
}

.tool-container {
	position: relative;
}

.month-marker {
	display: block;
	overflow: hidden;
	text-align: center;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid var(--buttonblue);
	border-radius: 100px;
	padding: 10px;
	box-sizing: border-box;
	color: var(--buttonblue);
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Montserrat;
}

.month-marker-spinner {
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 40px;
	height: 40px;
	background: url("img/rollingstatic.svg");
	background-size: cover;
	animation-name: posts-spin;
	animation-duration: 800ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


/*
.darkmode .tool-blue {
	box-shadow: none;
	background: #001622;
	background: radial-gradient(ellipse at center, rgb(0, 61, 94) 0%,rgb(0, 29, 45) 100%);
}*/

.darkmode .tool-blue {
	box-shadow: none;
	background: #001622;
	background: radial-gradient(ellipse at center, rgb(25, 56, 89) 0%,rgb(16, 33, 49) 100%);
}

.span-ghost {
	width: 100%;
	height: 20px;
	display: inline-block;
	background: linear-gradient(270deg, #dbdbdb, #7d7d7d);
	background-size: 400% 400%;
	-webkit-animation: ghostGradient 1s ease infinite;
	-moz-animation: ghostGradient 1s ease infinite;
	-o-animation: ghostGradient 1s ease infinite;
	animation: ghostGradient 1s ease infinite;
	margin-bottom: 5px;
	border-radius: 2px;
	min-width: 100px;
	vertical-align: middle;
	opacity: 0.7;
}

.darkmode .span-ghost {
	background: linear-gradient(270deg, #2a424f, #3e6e88);
	background-size: 400% 400%;
	-webkit-animation: ghostGradient 1s ease infinite;
	-moz-animation: ghostGradient 1s ease infinite;
	-o-animation: ghostGradient 1s ease infinite;
	animation: ghostGradient 1s ease infinite;
}

@-webkit-keyframes ghostGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes ghostGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes ghostGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes ghostGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.tool-heading {
	font-family: Montserrat;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--linetransparent);
	padding-bottom: 5px;
	position: relative;
	font-size: 14px;
}

.tool-subscription-level {
	font-size: 14px;
	position: absolute;
	right: 4px;
	font-family: Gruppo;
	border-radius: 3px;
	background: var(--goldgradient);
	color: #000;
	text-transform: uppercase;
	padding: 2px;
	font-weight: bold;
	top: 5px;
	letter-spacing: -0.5px;
}

.tool-heading-small {
	font-size: 12px;
	font-style: italic;
}

.post-heading {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.post-heading-left {
	/*display: inline-block;
	width: 65%;*/
}

.post-heading-right {
	/* width: 33%; */
	/* display: inline-block; */
	font-family: Montserrat;
	color: var(--gray);
	font-size: 12px;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 5px;
}

.post-heading-visibility {
	display: inline-block;
	padding: 2px;
	border-radius: 20px;
	color: black;
	background: #ffb300;
	letter-spacing: -0.5px;
}

.post-avatar-and-textarea-container {
	display: flex;
	justify-content: space-between;
}

.dots-and-time {
	display: flex;
	align-items: center;
}

.post-user-info {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 5px;
}

.post-user-avatar {
	height: 50px;
	width: 50px;
	min-width: 50px;
	background: #000;
	border-radius: 100px;
	display: inline-block;
	vertical-align: middle;
	background-color: #557c8e;
	background-image: url("img/avatars/blankavatar.png");
	background-size: cover;
}

.post-user-name-container {
	display: flex;
	align-items: end;
}

.post-user-name {
	display: inline-block;
	vertical-align: middle;
	font-family: Montserrat;
	font-size: 14px;
}

.post-user-check, .comment-user-check {
	width: 18px;
	height: 18px;
	background-image: url("img/check.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 3px;
	opacity: 0.7;
}

.comment-user {
	display: flex;
	align-items: center;
}

.comment-user-name {
	color: var(--maintextcolor);
	font-weight: 450;
}

.comment-user-check {
	width: 14px;
	height: 14px;
	display: inline-block;
}

.comment-user-agency {
	margin-left: 3px;
	color: var(--commentuseragency);
	font-style: italic;
}

.tool[data-region='agency'] .comment-user-agency {
	display: none;
}

.tool[data-subscription='pro'] .post-user-check, .comment-container[data-subscription='pro'] .comment-user-check {
	opacity: 1.0;
	background-image: url("img/check-pro.png");
}

.tool[data-subscription='gold'] .post-user-check, .comment-container[data-subscription='gold'] .comment-user-check {
	opacity: 1.0;
	background-image: url("img/check-gold.png");
}

.tool[data-subscription='developer'] .post-user-check, .comment-container[data-subscription='developer'] .comment-user-check {
	opacity: 1.0;
	background-image: url("img/check-developer.png");
}

.post-user-verified {
	font-size: 12px;
	font-family: Montserrat;
	font-style: italic;
	color: #8c8c8cde;
}

.tool-reveal {
	display: none;
}

.tool-title {
	width: 70%;
	display: inline-block;
}

.tool-avatar {
	height: 50px;
	width: 50px;
	background: black;
	border-radius: 100px;
	box-sizing: border-box;
	border: 1px solid #3E3C3C;
}

.tool-timestamp {
	font-size: 11px;
	color: var(--gray);
}

.tool-description-container {
	position: relative;
}

.tool-description {
	font-size: 13px;
	color: var(--gray);
	font-family: Montserrat;
	margin-bottom: 10px;
}

.tool-description-heading {
	font-family: Montserrat;
	font-size: 13px;
	color: var(--maintextcolor);
	margin-top: 10px;
}

.tool-description-block-container {
	width: 50%;
	display: inline-block;
	vertical-align: bottom;
}

.subtool-container {
	background: var(--bluelistbgcolor2);
	border-radius: 5px;
	margin-bottom: 8px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 8px;
}

.subtool-content {
	max-height: 0px;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: scroll;
	padding: 0px;
}

.subtool-container label {
	font-size: 14px;
	display: block;
	padding: 8px;
	position: relative;
}

.subtool-container label .arrow {
	top: 15px;
}

.subtool-container input[type="checkbox"]:checked + label + .subtool-content {
	max-height: 500px;
	padding: 8px;
}

.subtool-container input[type="checkbox"]:checked + label > .arrow {
	-webkit-transform: rotate(90deg) scale(0.5, 1);
	transform: rotate(90deg) scale(0.5, 1);
}

.address-suggestions {
	font-size: 14px;
	border-radius: 5px;
	box-sizing: border-box;
	background: var(--mainbgcolor);
	box-shadow: 2px 2px 10px 2px var(--innercontentshadow);
	margin-bottom: 10px;
	margin-top: 10px;
}

.address-suggestions div {
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid var(--borderbold);
}

#address-suggestions-map {
	position: absolute;
	left: 0;
	top: 50px;
	background: #101c2d;
	width: 100%;
	border-radius: 5px;
	color: #c3dff9;
	font-size: 15px;
	padding: 10px;
	display: none;
}

.block-container-fourth {
	width: 25%;
}

.block-container-three-fourths {
	width: 75%;
}

.block-container-third {
	width: 33.3%;
}

.block-container-two-thirds {
	width: 66.6%;
}

.block-container-fifth {
	width: 20%;
}

.block-container-two-fifths {
	width: 40%;
}

.block-container-three-fifths {
	width: 60%;
}

.block-container-fourty {
	width: 40%;
}

.block-container-sixty {
	width: 60%;
}

.tool-description-block-container .tool-input, .tool-description-block-container .tool-select {
	width: 100%;
}

#charge-list { 
	position: absolute;
	width: 96%;
}

.charge-option {
	background: var(--mainbgcolor);
	box-sizing: border-box;
	padding: 8px;
	border-bottom: 1px solid var(--linesubtle);
	font-family: "Montserrat";
	font-size: 13px;
}

.charge-felony {
	color: #FDDBDB;
	border-radius: 3px;
	padding: 2px;
	margin-left: 5px;
	background: #590000;
	font-size: 12px;
}

.charge-misdemeanor {
	color: #000;
	border-radius: 3px;
	padding: 2px;
	margin-left: 5px;
	background: #eac225;
	font-size: 12px;
}

.posts-feed .tool-description {
	color: var(--maintextcolor);
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.sponsored-text {
	font-size: 14px;
	color: var(--gray);
	margin-bottom: 10px;
}

.sponsored-text-emphasize {
	font-size: 16px;
	font-weight: bold;
	color: var(--maintextcolor);
}

.copy-element {
	border-radius: 4px;
	margin-left: 5px;
	color: var(--buttonblue);
	font-size: 12px;
	padding: 4px;
	border: 1px solid var(--buttonblue);
}

.tool-description img {
	width: 100%;
}

.tool-price-container {
	position: relative;
	margin-top: 10px;
	height: 30px;
}

.tool-price {
	color: #fff;
	background: #004800;
	padding: 5px;
	position: absolute;
	border-radius: 2px;
	left: 15px;
	top: 0px;
	height: 30px;
	line-height: 20px;
	box-sizing: border-box;
	font-size: 20px;
	font-family: Montserrat;
}

.tool-price::before {
	content: "";
	position: absolute;
	display: block;
	left: -15px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #004800;
	top: 0;
}

.tool-price::after {
	content: "";
	background-color: white;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -4px;
	top: 13px;
}

.tool-button {
	display: inline-block;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
	padding: 7px;
	box-sizing: border-box;
	border-radius: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Montserrat;
	font-size: 14px;
	border: 2px solid var(--buttonblue);
	color: var(--buttonblue);
	font-family: Montserrat;
}

.tool-button-small {
	font-size: 16px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 110px;
	border: 1px solid var(--buttonblue);
	color: var(--buttonblue);
	padding: 7px;
	border-radius: 6px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.tool-button-inline {
	width: 120px;
	margin-left: 10px;
	margin-right: 10px;
}

.button-disabled {
	color: #8c8c8c;
	border: 1px solid #8e8e8e;
	background: #ccc;
}

.tool-button-post {
	display: inline-block;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
	padding: 7px;
	box-sizing: border-box;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 18px;
	border-radius: 5px;
	font-family: Montserrat;
	background: var(--mainbgcolor);
	border: 1px solid #6ab0ee;
	border-bottom: 5px solid #6ab0ee;
	color: var(--maintextcolor);
}

.tool-contact {
	font-family: Montserrat;
	margin-top: 10px;
	font-size: 14px;
	color: var(--buttonblue);
	display: none;
}

.tool-prompt-login {
	text-align: center;
	font-family: Helvetica;
	font-size: 14px;
}

.tool-comments {
	margin-top: 10px;
	max-height: 200px;
	display: flex;
	flex-direction: column-reverse;
	overflow-y: scroll;
	overflow-x: hidden;
}

.new-post-container {
	position: relative;
	display: inline-block;
	/*width: calc(100% - 60px);*/
	width: 100%;
	vertical-align: top;
}

.post-textarea {
	width: 100%;
	border-radius: 10px;
	color: var(--maintextcolor);
	padding: 8px;
	box-sizing: border-box;
	font-size: 14px;
	vertical-align: top;
	resize: none;
	transition: all ease 0.2s;
	margin-bottom: 5px;
	-webkit-appearance: none;
	background: var(--lineargradientbg);
	border: 1px solid var(--postcommentinputborder);
	box-shadow: inset 2px 2px 3px 3px #00000014;
}

#input-new-post {
	height: 50px;
	margin-left: 10px;
	box-sizing: border-box;
	width: calc(100% - 10px);
}

#input-new-post.post-textarea-focus {
	height: 80px;
}

.button-post {
	width: 100px;
	background: #004671;
	border-radius: 20px;
	line-height: 16px;
	text-align: center;
	font-family: Montserrat;
	padding: 10px;
	box-sizing: border-box;
	font-size: 18px;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
}

.post-section-reveal {
	display: none;
}

.post-section-confirm-left {
	display: inline-block;
	width: calc(100% - 105px);
	font-size: 12px;
	padding: 5px;
	box-sizing: border-box;
	color: var(--gray);
	font-family: Montserrat;
	vertical-align: middle;
}

.post-section-confirm-right {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
}

.input-toggle-classified, .input-toggle-visibility {
	font-family: Montserrat;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	color: var(--gray);
	border-bottom: 1px solid #B9B9B92E;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 20px;
}

.input-toggle-classified input, .input-toggle-classified span {
	vertical-align: middle;
	display: inline-block;
}

#select-visibility {
	width: auto;
	flex-grow: 1;
	max-width: 300px;
}

.visibility-explanation {
	font-size: 12px;
	background: var(--toolexplanationbg);
	padding: 5px;
	border-radius: 4px;
	border-left: 5px solid #244c77;
	font-family: Montserrat;
}

/*
.toggle-description {
	width: calc(100% - 78px);
}*/

.toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 62px;
	height: 30px;
	display: inline-block;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	outline: none;
	border: none;
	cursor: pointer;
	background-color: #707070;
	transition: background-color ease 0.3s;
	background: transparent;
	border: 1px solid #B7B4B4;
}

.toggle:before {
  content: "on off";
  display: block;
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 28px;
  /*background: #fff;*/
  background: #B7B4B4;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  font: 10px/28px Helvetica;
  text-transform: uppercase;
  font-weight: bold;
  text-indent: -22px;
  word-spacing: 37px;
  color: #fff;
  text-shadow: -1px -1px rgba(0,0,0,0.15);
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
  font-size: 0px;
}

.toggle:checked {
  /*background-color: #4CD964;*/
  background-color: #1290ff;
}

.toggle:checked:before {
  left: 32px;
  background: #FFF;
}

.post-section-classified {
	display: none;
	margin-top: 10px;
}

.tool-comment-input-container {
	position: relative;
	display: inline-block;
	width: calc(100% - 70px);
	vertical-align: middle;
}

.tool-comment-mention-container {
	display: none;
	font-size: 14px;
	position: absolute;
	width: 300px;
	background: var(--bluelistcommentbg);
	border-radius: 4px;
	z-index: 2;
	border: 1px solid #8ecaff40;
}

.tool-comment-mention {
	padding: 5px;
	display: flex;
	align-items: center;
}

.mention-avatar {
	background-color: #557c8e;
	background-position: center;
	background-size: contain;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	margin-right: 7px;
}

.mention {
	color: var(--buttonblue);
	font-weight: 600;
}

.engage-reaction {
	max-width: 55px;
	height: 40px;
	margin-right: 10px;
	margin-left: 5px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.reactions-count {
	font-size: 14px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	margin-left: 5px;
	font-family: Montserrat;
}

.heart-empty path {
	fill: #244c77;
}

.heart-full path {
	fill: #6ab0ee;
}

.heart-empty, .heart-full {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.tool-comment-input {
	width: 100%;
	border-radius: 20px;
	min-height: 50px;
	color: var(--maintextcolor);
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: var(--bluelistcommentbg);
	padding-right: 75px;
	-webkit-appearance: none;
	border: 1px solid var(--postcommentinputborder);
	resize: none;
	background: var(--lineargradientbg);
	box-shadow: inset 2px 2px 3px 3px #00000014;
}

.tool-comment-send {
	position: absolute;
	top: calc(50% - 18px);
	right: 8px;
	background: transparent;
	color: var(--buttonblue);
	border-radius: 20px;
	line-height: 12px;
	text-align: center;
	font-family: Montserrat;
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
	height: 35px;
	width: 60px;
	border: 2px solid var(--buttonblue);
	font-weight: bold;
}

/*
.tool-comments {
	min-height: 50px;
	background: #0017243d;
	border-radius: 5px;
	box-shadow: inset 5px 5px 5px #00000052;
}*/

.comment-container {
	padding: 5px;
	box-sizing: border-box;
	position: relative;
}

.comment-avatar {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 100px;
	box-sizing: border-box;
	vertical-align: top;
	background-color: #557c8e;
	background-image: url("img/avatars/blankavatar.png");
	background-size: cover;
	margin-right: 3px;
}

.comment-profile-info {
	display: none;
	position: absolute;
	background: #285f79;
	padding: 5px;
	border-radius: 3px;
	font-family: Montserrat;
	left: 40px;
	top: 10px;
	font-size: 12px;
	z-index: 1;
	color: #FFF;
}

.comment-content {
	display: inline-block;
	width: calc(100% - 60px);
	min-height: 50px;
	background: var(--bluelistcommentbg);
	border-radius: 10px;
	font-family: Montserrat;
	font-size: 13px;
	color: var(--gray);
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	word-break: break-word;
	box-shadow: 1px 1px 3px 2px #0000001a;
}

.comment-when {
	margin-right: 10px;
}

.comment-meta {
	font-size: 11px;
	color: var(--gray);
	margin-bottom: 2px;
	display: flex;
	justify-content: space-between;
}

.option-menu-dots {
	position: absolute;
	right: 0;
	transform: rotate(90deg);
	top: 5px;
	font-size: 20px;
	letter-spacing: 1px;
}

.option-menu {
	display: none;
	position: absolute;
	right: 25px;
	top: 0px;
	background: var(--bgcolor2);
	padding: 5px;
	border-radius: 5px;
	font-size: 11px;
}

.option-menu-option {
	padding: 5px;
	border-radius: 3px;
	background: var(--linesubtle);
}

.tool-button-gray {
	border: 1px solid var(--gray);
	color: var(--gray);
}

.tool-button-red {
	border: 1px solid #9d3e3e;
	color: #9d3e3e;
}

.tool-metadata {
	color: var(--gray);
	font-size: 12px;
}

.post-popup, .rules-popup {
	display: none;
	width: 95%;
	height: auto;
	position: absolute;
	background: var(--mainbgcolor);
	top: 80px;
	color: var(--maintextcolor);
	padding: 20px;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 100px;
	margin-left: 2.5%;
	margin-right: 2.5%;
	border-radius: 10px;
}

.darkmode .post-popup, .darkmode .rules-popup {
	background: radial-gradient(ellipse at center, rgb(0, 61, 94) 0%,rgb(0, 29, 45) 100%);
}

.rules-popup {
	z-index: 100000;
}

.rules {
	border: 1px solid #2767AA;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	border-left: 10px solid #2767AA;
	margin-bottom: 5px;
	font-family: Montserrat;
}

.rules-description {
	font-size: 12px;
	color: var(--gray);
}

.post-popup .span-label {
	font-family: Montserrat;
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 10px;
	width: calc(100% - 50px);
	vertical-align: middle;
}

.x-close {
	height: 50px;
	width: 50px;
	font-size: 50px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	right: 0;
	top: 0;
}

.classified-heading {
	font-family: Montserrat;
	font-size: 20px;
	margin-top: 20px;
}

.classified-heading-note {
	font-family: Montserrat;
	font-size: 12px;
	color: var(--gray);
}

.post-input {
	display: inline-block;
	font-size: 16px;
	font-family: sans-serif;
	color: var(--maintextcolor);
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 0px;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 4px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--linesubtle);
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Montserrat;
	font-weight: 100;
}

.login-loading {
	text-align: center;
	margin-top: 20px;
	display: none;
}

.login-loading-spinner {
	width: 50px;
	height: 50px;
	display: block;
	background: url("img/rollingstatic.svg");
	background-size: cover;
	display: inline-block;
	animation-name: posts-spin;
	animation-duration: 800ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes posts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

*[data-valid='invalid'] {
	border: 1px solid red;
}

#post-description {
	resize: none;
}

.strikethrough {
	text-decoration: line-through;
}

.tooltip-disclaimer {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: bottom;
	border-radius: 100%;
	margin-left: 5px;
	background: #6c6c6c;
	color: #FFF;
	line-height: 18px;
	text-align: center;
}

.introductory {
	/* background: #009fff; */
	margin: 1%;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 20px;
	/* background: rgb(0,157,219); */
	/* background: -moz-radial-gradient(center, ellipse cover, rgba(0,157,219,1) 0%, rgba(0,101,209,1) 100%); */
	/* background: -webkit-radial-gradient(center, ellipse cover, rgba(0,157,219,1) 0%,rgba(0,101,209,1) 100%); */
	/* background: radial-gradient(ellipse at center, rgba(0,157,219,1) 0%,rgba(0,101,209,1) 100%); */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#009ddb', endColorstr='#0065d1',GradientType=1 );
	margin-top: 15px;
	margin-bottom: 15px;
	background: url("img/bluelist.jpg");
	background-size: cover;
	background-position-y: center;
}

.introductory-heading {
	color: #FFF;
	font-family: Montserrat;
	font-size: 20px;
	text-align: center;
}

.introductory-description {
	color: #FFF;
	font-family: Montserrat;
	font-size: 14px;
	text-align: center;
}

.bignumber {
	font-size: 30px;
	font-weight: bold;
}

.smallnote {
	font-size: 12px;
}

.tool-message {
	display: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Montserrat;
	font-size: 20px;
	border-radius: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 40px;
	line-height: 40px;
	background: #ccffbe;
	border: 1px solid #187100;
	border-left: 10px solid #187100;
	color: #000;
}

.darkmode .tool-message {
	background: #0e4000;
	color: #e7ffe0;
}

.tool-explanation {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Montserrat;
	background: var(--toolexplanationbg);
	border-radius: 3px;
	padding: 8px;
	text-align: left;
	border: 1px solid var(--linesubtle);
}

.tool-explanation-gold {
	background: var(--goldgradient);
	color: #000;
}

.text-premium {
	font-family: Gruppo;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.input-vin {
	display: inline-block;
	width: 4.2%;
	margin-left: 0.2%;
	margin-right: 0.2%;
	font-size: 18px;
	text-align: center;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	text-transform: uppercase;
	max-width: 15px;
	padding: 0;
}

.tools-button {
	border: 1px solid #144679;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	display: inline-block;
	background: #FFF;
	padding: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	border-radius: 3px;
	color: #144679;
	font-family: Montserrat;
}

#vin-message-div {
	position: relative;
}

#vin-replace {
	text-align: center;
	display: inline-block;
	width: 100%;
}

/*
#vin-replace input {
	background: #00192f;
	color: var(--maintextcolor);
	margin: 2px;
	border: 0px;
}*/

#vin-replace input {
	background: var(--bgcolor2);
	color: var(--maintextcolor);
	margin: 1.5px;
	border: 0px;
}

#vin-message, #svgloading {
	display: inline-block;
	vertical-align: top;
}

#svgloading {
	position: absolute;
	left: 20px;
	top: 10px;
}

.tooltip-requiresdata {
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 100%;
	margin-left: 5px;
	color: #FFF;
	line-height: 18px;
	text-align: center;
	background-image: url("img/wifi.png");
	background-size: 16px 16px;
	border: 1px solid #1a7900;
	background-position: center;
	vertical-align: top;
}

.tile-document {
	font-size: 13px;
	border-radius: 3px;
	box-sizing: border-box;
	color: var(--maintextcolor);
	font-family: Montserrat;
	background: var(--buttondarkblueorlightgray);
	border: 1px solid var(--bordersubtle);
	border-left: 5px solid #2a567d;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tile-document-left {
	background: url("img/thumbnail.png");
	margin: 5px;
	border-radius: 4px;
	background-size: cover;
	font-size: 16px;
	color: #101c2d;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	font-family: Arial;
	min-width: 50px;
}

.tile-document-right {
	width: 60px;
	border-left: 1px solid var(--bordersubtle);
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 50px;
	font-family: Montserrat;
	line-height: 42px;
	font-weight: bold;
}

.tile-complaint-container, .tile-tofrom-container {
	margin-top: 30px;
}

.complaint-options-container {
	font-size: 13px;
	display: flex;
	flex-direction: column;
	line-height: initial;
	font-weight: normal;
	height: 100%;
	justify-content: space-around;
}

.complaint-option {
	height: 40px;
	line-height: 40px;
}

.complaint-option-line {
	height: 1px;
	width: 100%;
	background: var(--bordersubtle);
	margin-left: 2px;
	box-sizing: border-box;
}

#signature-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--bgcolor2);
	z-index: 100;
	text-align: center;
	padding-top: 100px;
}

.signature-wrapper {
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100vw;
	height: 30vw;
}
  
.signature-pad {
	position: absolute;
	left: 0;
	top: 0;
	width:100vw;
	height:30vw;
	background-color: white;
}

#map, #mapIntro { 
	position: absolute;
	display: block;
	width:100%;
	height: calc(100% - 50px);
	text-align: center;
	background: #FFF;
}

#mapIntro {
	background: url("img/map-bg.jpg");
	background-size: cover;
	color: #FFF;
}

.mapIntro-inner {
	border: 2px solid #000;
	background: #081c31a1;
	margin: 5%;
	border-radius: 5px;
	text-shadow: 2px 2px 2px #000;
	margin-top: 25%;
	padding: 5%;
}

#mapIntro h1 {
	text-transform: uppercase;
	font-size: 20px;
}

#mapIntro h2 {
	font-size: 16px;
}

.mapboxgl-user-location-dot::before {
	left: 0; /*fix bug causing pulsing circle to be off center*/
}

.div-attribution {
	position: fixed;
	bottom: 60px;
	right: 5px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
	padding: 5px;
}

.config-map {
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	background: url("img/cog.png");
	background-size: cover;
	z-index: 100;
}

.popup-container {
	text-align: left;
	padding: 12px;
}

.popup-heading {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.popup-description {
	font-size: 15px;
}

.popup-district {
	font-weight: bold;
	font-family: Montserrat;
	font-size: 18px;
	border-bottom: 1px solid var(--gray);
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.popup-address {
	line-height: initial;
	font-size: 14px;
	font-family: Montserrat;
}

.popup-phone {
	margin-top: 5px;
}

.popup-phone .content-call {
	background: var(--mainbgcolor);
	width: 100%;
	height: 50px;
	line-height: initial;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.popup-source {
	font-size: 11px;
	font-style: italic;
	margin-top: 20px;
	line-height: initial;
	line-break: anywhere;
}

.popup-sensitive-disclaimer {
	border: 2px solid #CDCDCD;
	border-radius: 5px;
	padding: 5px;
}

.popup-sensitive-heading {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.popup-sensitive-description {
	font-size: 12px;
	line-height: 13px;
}

.popup-description img {
	display: inline-block;
	max-width: 100%;
}

.full-screen-img {
	display: none;
	position: absolute;
	width: 100%;
	background: #010026;
	top: 0;
	left: 0;
	z-index: 1000;
	padding-top: constant(safe-area-inset-top);
	padding-top: env(safe-area-inset-top);
	overflow: scroll;
	height: calc(100% - env(safe-area-inset-top));
}

.full-screen-img .row-x {
	color: #FFF;
}

.img-inner-container {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

.popup-sensitive-button {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	box-sizing: border-box;
	border: 1px solid #081c31;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	font-size: 14px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.popup-sensitive-content {
	display: none;
}

.mapboxgl-popup-close-button {
	width: 30px;
	height: 30px;
	display: inline-block;
	padding: 0;
	font-size: 20px;
	z-index: 1000;
}

.mapboxgl-popup-content {
	padding-top: 20px;
	border: 1px solid var(--linesubtle);
	box-shadow: 3px 3px 3px #0000001c;
}

.highlight-feature {
	text-align: center;
	font-family: Montserrat;
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	color: #000;
	background: #e2f0fd;
	border: 2px solid #6ab0ee;
	border-left: 20px solid #6ab0ee;
}

.button-settings {
	border: 1px solid var(--buttonblue);
	padding: 8px;
	text-align: center;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: var(--buttonblue);
	text-transform: uppercase;
}

.button-settings-red {
	color: #bd0000;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #950000;
}

.setting-dropdown {
	text-align: center;
	font-family: "Montserrat";
	margin-bottom: 20px;
	font-size: 14px;
}

.config .setting-dropdown:nth-last-child(1) {
	border-bottom: 3px solid #dfdfdf;
}

.setting-content {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.3s;
	text-align: center;
}

.setting-heading {
	text-align: left;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	font-size: 13px;
	font-family: Montserrat;
	box-sizing: border-box;
	padding: 2%;
	padding-left: 0;
	border-bottom: 1px solid var(--linesubtle);
	margin-bottom: 1%;
	text-transform: uppercase;
}

.pattern-row {
	min-height: 30px;
	position: relative;
	line-height: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	/* background: #F4F4F4; */
	border-radius: 0px;
	border-top: 1px solid var(--linesubtle);
}

.check-menu:checked~.setting-content {
	max-height: 500px;
}

.setting-content {
	max-height: 500px;
}

/*
.pattern-actual .pattern-row:nth-of-type(1) {
	border-top: 1px solid #E1E1E1;
}*/

.pattern-row:nth-last-child(1)  .pattern-row-x {
	display: block;
}

.pattern-row:nth-of-type(1) .pattern-row-x {
	display: none;
}

.pattern {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding-right: 35px;
	text-align: center;
}

.pattern-row-x {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	border: 1px solid #b0b0b0;
	position: absolute;
	right: 5px;
	top: 50%;
	background: #fbfbfb;
	color: #b5b5b5;
	margin-top: -15px;
	font-size: 26px;
	cursor: pointer;
	display: none;
}

.pattern-on-off {
	display: inline-block;
}

.row-calendar {
	padding: 0;
	color: var(--maintextcolor);
	font-size: 0px;
}

.calendar-content {
	text-align: left;
}

.checkCalendarRow {
	display: inline-block;
	margin-left: 0px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	border-top: 1px solid var(--linesubtle);
	/*padding: 0.6rem;
	padding-left: 30px;
	padding-top: 0.4rem;
	padding-bottom: 0.2rem;*/
	padding: 5px;
}

.label-toggle-container {
	width: 60px;
	display: inline-block;
	background: #bfbfbf;
	border: 1px solid #aeaeae;
	border-radius: 50px;
	box-sizing: content-box;
	padding-left: 0;
	position: relative;
	height: 30px;
	/*padding: 1%;*/
	padding: 1px;
	vertical-align: middle;
}

.label-toggle {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 100%;
	background: #FFF;
	vertical-align: middle;
	transition: all 0.3s;
	position: absolute;
	left: 0px;
	top: 2%;
}

.divCalendar {
	display: inline-block;
	width: 73%;
	font-size: 14px;
}

.divCalendar-right {
	text-align: right;
	display: inline-block;
	width: 24%;
	font-size: 12px;
	margin-top: 10px;
}

.setting-new {
	background: #006628;
	color: #FFF;
	font-size: 12px;
	padding: 3px;
	border-radius: 4px;
	position: relative;
	bottom: 3px;
	left: 3px;
}

/*
.general {
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 35px;
}

.general-left {
	display: inline-block;
	width: calc(100% - 150px);
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}

.general-right {
	display: inline-block;
	text-align: right;
	width: 150px;
	font-size: 12px;
	line-height: 12px;
}*/

.general {
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 35px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.general-left {
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	align-self: center;
}

.general-right {
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	align-self: center;
}

.general .input-label {
	text-align: center;
}

#placeholder-salaryAnnual, #placeholder-rateHourly {
	height: 30px;
	font-size: 20px;
	line-height: 30px;
}

/*

.split-half .general-left, .split-half .general-right {
	width: 49%;
	text-align: center;
	font-size: 12px;
}*/

/*
.wide-right .general-left {
	width: calc(100% - 250px);
}

.wide-right .general-right {
	width: 250px;
}*/

#cal-link {
	font-family: Tahoma;
}

.cal-sharing-container {
	margin-bottom: 30px;
}

.button-copy {
	background: var(--buttonlighterblueorlightgray);
	border-radius: 3px;
	float: right;
	width: 50px;
	color: var(--maintextcolor);
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	border: 1px solid var(--linesubtle);
	text-align: center;
	position: absolute;
	right: 0px;
	top: 35px;
}

.checkCalendar {
	/*position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	left: 0.5%;*/
	display: none;
}

.input-settings:checked + label {
	background: #1681df;
}

.input-settings:checked + label > .label-toggle, .input-settings:checked + label > .split-label-toggle {
	transform: translate(100%);
}

.mapboxgl-popup-content, .mapboxgl-popup-tip {
	background: var(--bgcolor2) !important;
	color: var(--maintextcolor) !important;
}

.mapboxgl-popup-close-button {
	color: var(--maintextcolor);
}

.mapboxgl-popup-tip {
	background: transparent !important;
}


/*Imported from Calendar*/


.calendar-content-box {
	height: 100%;
	box-sizing: border-box;
	overscroll-behavior: none;
	padding-top: 100px;
	padding-top: calc(57px + env(safe-area-inset-top));
	padding-bottom: 50px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.section-inner {
	height: 100%;
	width: 100%;
	background: var(--mainbgcolor);
	color: var(--maintextcolor);
	position: relative;
	overflow: scroll;
	padding-top: 30px;
}

.config-container {
	position: fixed;
	width: 100%;
	z-index: 50;
	/*display: none;*/
	transition: .4s ease-in-out;
	transform: translatex(100%);
	background: #f4f4f4;
}

.config {
	height: 100%;
	width: 100%;
	position: relative;
	padding-bottom: 50px;
	box-sizing: border-box;
	border-bottom: 5px solid #081c31;
}

.config input {
	background: #fbfbfb;
}

.show-config {
	transform: translatex(0%);
	position: relative;
}

/* [CALENDAR] */
.calendar {
  width: 100%;
  border-collapse: collapse;
  height: 100%;
  table-layout: fixed;
}
.calendar tr.head td {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #2b2b2b;
	padding: 0.5%;
	text-align: center;
}

.head {
	height: 20px;
}

.calendar tr.day td {
	width: 13%;
	padding: 0.2%;
	vertical-align: top;
}

.calendar tr td.blank {
	background: #E8E8E8;
	border: 0px;
}

.darkmode .calendar tr td.blank {
	background: var(--mainbgcolor);
}

.calendar .dd {
	font-size: 1.2em;
	color: #5e5e5e;
}
.calendar .evt {
  margin-top: 5px;
  font-size: 0.8em;
  font-weight: bold;
  overflow: hidden;
  color: #ff5d5d;
}

/* [ADD/EDIT EVENT] */
#cal-event form {
  padding: 15px;
  margin-top: 20px;
  background: #f5f5f5;
  border: 1px solid #ddd;
}
#cal-event h1 {
  color: #333;
  padding: 0;
  margin: 0;
}
#evt-date {
  color: #999;
  margin: 10px 0;
}
#cal-event textarea {
  display: block;
  width: 90%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  resize: none;
}
#cal-event input[type=button], #cal-event input[type=submit] {
  padding: 10px;
  margin: 5px;
  font-size: 1.2em;
  border: 0;
  background: #ea4c4c;
  color: #fff;
}

/* [DOES NOT MATTER] */
html, body, textarea, input{
  font-family: helvetica, sans-serif;
}
#page-body{
  /*max-width: 1000px;*/
}

.DOG {
	font-size: 14px;
}

.key-traffic, .spanday, .key-misd {
	width: 33%;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

.key-traffic {
	color: #0d3f7f;
	font-weight: 1000;
	font-family: Arial;
}

.key-misd {
	color: #a30000;
	font-weight: 1000;
	font-family: Arial;
}

.spanday {
	color: #868383;
	font-size: 16px;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.courtkeys {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	margin-bottom: ;
	border-bottom: 1px solid var(--linesubtle);
	padding-bottom: 5px;
	padding-top: 5px;
}

.courtkeys:first-of-type {
	border-top: 1px solid var(--linesubtle);
}

.userTrafficKey, .userMisdKey {
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-shadow: none;
	border-radius: 30px;
}

.userTrafficKey {
	background: #092952;
	color: #fff;
}

.courtkeys label {
	text-align: left;
	/*width: 70%;*/
	width: auto;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 12px;
}

.seniority-select {
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-size: 14px;
}

#compStartingBalance, #compStartingBalanceDate {
	background-image: none;
	padding-right: 0.8em;
	width: 140px;
	min-height: 35px;
	vertical-align: middle;
}

#compStartingBalanceDate:before {
	content: attr(placeholder) !important;
	color: #aaa;
	margin-right: 0.5em;
	position: absolute;
}

#compStartingBalanceDate:focus:before, #compStartingBalanceDate:valid:before {
	content: "" !important;
	position: absolute;
}

.courtkeys-left, .courtkeys-right {
	display: inline-block;
	vertical-align: top;
}

.courtkeys-left {
	width: 34%;
	text-align: left;
}

.courtkeys-right {
	width: 63%;
	text-align: right;
}

.actualcourtkeys .courtkeys-left {
	width: 62%;
}

.actualcourtkeys .courtkeys-right {
	width: 30%;
}

.circle {
	width: 15px;
	height: 40px;
	vertical-align: middle;
	border-radius: 4px;
	margin-right: 10px;
	display: none;
}

[data-category='court-keys--days-off'] .circle {
	display: inline-block;
}

#payGrade {
	width: auto;
	min-width: 150px;
	max-width: 200px;
	font-size: 14px;
}

.menu-container {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.userMisdKey {
	background: #7a0000;
}

.event {
	text-align: center;
	background: #000;
	color: #FFF;
	font-size: 11px;
	border-radius: 3px;
	line-height: 12px;
	max-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	/*white-space: break-spaces;*/
	letter-spacing: -0.3px;
	padding-top: 1px;
	margin: 0.5px;
	margin-bottom: 2px;
}

.boxOvertime {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}

.boxBlock {
	display: block;
}

#dayContainer {
	overflow: initial;
}

#dayContent, #overtimeContent {
	box-sizing: content-box;
	overflow: scroll;
	text-align: center;
	background: var(--mainbgcolor);
	color: var(--maintextcolor);
}

#dayContent {
	height: calc(90% - 200px); 
}

.extra-space {
	height: 100px;
}

#overtimeContainer {
	background: #FFF;
	background-color: #EEE;
}

.darkmode #overtimeContainer {
	background: #000;
	background-color: black;
}

#overtimeContent {
	/* height: 100%; */
	height: auto;
	padding: 10px;
	padding-top: 40px;
	padding-bottom: 100px;
	background: transparent;
}

.overtime-dropdown {
	width: 100%;
	height: auto;
	background: var(--overtimeeditorbg);
	border-radius: 5px;
	position: relative;
	font-family: "Montserrat";
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border: 1px solid var(--bordersubtle);
}

.overtime-dropdown .label-check {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	margin-left: 5px;
	margin-top: 5px;
	background: var(--mainbgcolor);
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 0px;
	line-height: 40px;
	color: #258c00;
	border: 1px solid var(--bordersubtle);
}

.overtime-dropdown input:checked + .label-check {
	font-size: 50px;
}

.overtime-dropdown-heading-label {
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: calc(100% - 50px);
	margin-left: 40px;
}

.overtime-dropdown-arrow {
	position: absolute;
	right: 10px;
	top: 10px;
	transform: scale(0.5, 1);
	font-size: 25px;
	font-family: sans-serif;
	font-weight: 100;
}

.overtime-dropdown input:checked + .overtime-dropdown-heading-label > .overtime-dropdown-arrow {
	transform: rotate(90deg) scale(0.5, 1);
}

.overtime-dropdown-content {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.overtime-dropdown-fixed .overtime-dropdown-content {
	max-height: 1200px;
}

.overtime-dropdown input:checked + .overtime-dropdown-heading-label + .overtime-dropdown-content {
	max-height: 1200px;
}

.overtime-dropdown-heading {
	font-size: 18px;
}

.overtime-dropdown-subheading {
	font-size: 13px;
	color: var(--textlightblueorgray);
}

.overtime-section-heading {
	margin-top: 15px;
	margin-bottom: 10px;
}

.overtime-section-advisory {
	background: #C9E6FF;
	color: black;
	padding: 5px;
	margin: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 13px;
}

.compensation-breakdown-container {
	display: none;
}

.compensation-breakdown {
	min-height: 50px;
	background: var(--buttonlighterblueorlightgray);
	padding: 8px;
	box-sizing: border-box;
	margin: 7px;
	border: 1px solid var(--bordersubtle);
	border-left: 7px solid green;
	box-shadow: 4px 4px 4px #00000038;
	border-radius: 5px;
}

.breakdown-error {
	border-left: 7px solid #910000;
}

.split-half .placeholder {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.warning-circle {
	display: none;
	background: darkred;
	color: white;
	border-radius: 100px;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	font-family: Times New Roman;
	line-height: 25px;
	margin-right: 7px;
}

.overtime-breakdown {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 5px;
}

.breakdown-half {
	text-align: center;
}

.breakdown-half:nth-child(1) {
	/*width: 69%;
	display: inline-block;*/
	text-align: left;
	font-size: 13px;
	text-transform: uppercase;
}

.breakdown-half:nth-child(2) {
	/*width: 29%;
	display: inline-block;*/
	text-align: right;
}

.overtime-radio-group {
	display: flex;
	justify-content: center;
	text-transform: capitalize;
}

.overtime-radio-group label {
	display: block;
	padding: 3%;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid var(--bordersubtle);
	color: var(--maintextcolor);
	border-radius: 3px;
	box-sizing: border-box;
	background: var(--buttonlighterblueorlightgray);
	flex: 1;
}

.overtime-radio-group input:checked + label {
	background: #1681df;
	color: #FFF;
}

.split-label-toggle {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 100%;
	background: #FFF;
	vertical-align: middle;
	transition: all 0.3s;
	position: absolute;
	left: 0px;
	top: 2%;
}

.split-label-toggle-container {
	width: 60px;
	display: inline-block;
	background: var(--bgcolor2);
	border: 0px;
	border-radius: 50px;
	box-sizing: content-box;
	padding-left: 0;
	position: relative;
	height: 30px;
	padding: 1px;
	vertical-align: middle;
	border: 1px solid var(--bordersubtle);
}

.split-container {
	min-height: 50px;
	border-top: 1px solid var(--bordersubtle);
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 7px;
	padding-right: 7px;
	justify-content: space-between;
}

.split-container:nth-child(1) {
	line-height: 50px;
	border-top: 0px;
}

/*
.split-half {
	width: 100%;
	display: inline-block;
}*/

/*
.split-half:nth-child(1) {
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	color: var(--textcoloralternate);
}

.split-half:nth-child(2) {
	text-align: right;
}*/

.below-input {
	max-width: 130px;
	margin-left: auto;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 3px;
	color: #c1c1c1;
	display: none;
}

.overtime-delete {
	border: 1px solid #8a0000;
	color: #8a0000;
	margin: 5px;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 3px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.overtime-addsave {
	border: 1px solid var(--buttonblue);
	color: var(--buttonblue);
	margin: 5px;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 30px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 20px;
}

.collapsible, .addOvertime {
	transition: all 0.3s;
}

.collapsed {
	max-height: 0px;
	min-height: 0px;
	overflow: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
}

.overtime-container {
	border: 1px solid var(--bordersubtle);
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	background: var(--buttondarkblueorlightgray);
	padding: 10px;
	box-sizing: border-box;
	border-left: 5px solid #49b921;
}

.overtime-container-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	font-size: 13px;
}

.overtime-container-column:nth-child(1) {
	color: var(--textlightblueorgray);
	font-size: 11px;
}

input[data-valid="false"] {
	background: var(--redfalse);
}

#dayContent .event {
	padding: 10px;
	font-size: 20px;
	margin-bottom: 10px;
	white-space: normal;
	height: auto;
	line-height: normal;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	max-height: initial;
}

#dayContent .eventNote, #dayContent .eventOvertime {
	padding-right: 40px;
}

#dayContent .spanday {
	width: 100%;
	margin-bottom: 20px;
	font-size: 30px;
	font-family: "Montserrat";
}

#dayContent .button-delete-note, #dayContent .button-edit-overtime {
	display: inline-block;
}

.eventDOG {
	background: #006628;
}

.event-dayOffGroupUser {
	background: #006628;
}

.event-dayOffGroupPartner {
	background: #3e214f;
}

.event-keyTraffic {
	background: #1681df;
}

.event-keyMisd {
	background: #d50316;
}

.eventPeriod {
	background: #bbb;
	color: #404040;
}

.eventHoliday {
	background: #b0e1ff;
	color: #000;
}

.eventMoney {
	color: #000;
	background: #bfb;
}

.eventNote, .eventOvertime, .eventUseTime, .eventSpecialEmployment {
	position: relative;
	background: #ffe199;
	color: #000;
}

.eventOvertime {
	background: #65ff0f;
}

.eventSpecialEmployment {
	background: #00ffab;
}

.eventUseTime {
	background: #fda584;
}

.calendarSubnote {
	font-size: 12px;
}

#nav-calendar2 .calendarSubnote {
	display: none;
}

.button-delete-note {
	display: none;
	position: absolute;
	right: 5px;
	top: 0;
	font-family: Montserrat;
	font-size: 30px;
	width: 30px;
	height: 30px;
	background: #ff6767;
	border-radius: 100%;
	color: #FFF;
	line-height: 30px;
	top: 50%;
	margin-top: -15px;
}

.button-edit-overtime {
	display: none;
	position: absolute;
	right: 10px;
	top: 16px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #000;
	padding: 3px;
	border-radius: 3px;
}

.button-delete-overtime {
	border: 1px solid #8a0000;
	padding: 10px;
	border-radius: 4px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	color: #970000;
	margin-top: 50px;
}

.policeperiod {
	font-size: 12px;
	text-align: center;
	background: #898787;
	color: #f0f0f0;
}

.period-A {
	/*background: #d5d5d5;*/
	background: #cfd8df;
}

.period-B {
	background: #eeebeb;
}

.dayoff {
	background: #69ff5963;
	/*border: 2px solid #3FB561;*/
}

.userDOGs {
	color: #116a11;
	font-weight: bold;
	font-size: 12px;
}

#dayOffCaption {
	height: 22px;
	font-size: 20px;
	/* background: #006628; */
	/* color: #FFF; */
	color: #484848;
	font-family: "Montserrat";
	width: 60%;
	border-radius: 3px;
	border: 1px solid #CDCDCD;
}

.pattern-days-on, .pattern-days-off {
	height: 30px;
	font-size: 14px;
	line-height: 14px;
}

.pattern-save {
	border: 1px solid #dfdfdf;
	/* background: #FFF; */
	color: #313030;
	padding: 3%;
	margin-top: 5px;
	border-radius: 15px;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	min-width: 50%;
	background: #fbfbfb;
	margin-bottom: 5px;
}

.row-hidden {
	display: none;
}

.row-inactive, .row-inactive select {
	color: #A6A6A6;
}

#startDate {
	font-size: 14px;
}

.sixties {
	width: 64%;
	display: inline-block;
}

.singles {
	width: 34%;
	display: inline-block;
	text-align: right;
}

#nav-heading {
	height: 50px;
	text-align: center;
	font-size: 20px;
	/*line-height: 30px;*/
	/*background: #282828;*/
	color: #FFF;
	z-index: 100;
	position: relative;
	background: #081c31;
}

.darkmode #nav-heading {
	background: var(--bgcolor2);
}

/*
.comptime-footer {
	background: var(--mainbgcolor);
	color: var(--maintextcolor);
	height: auto;
	position: fixed;
	bottom: 50px;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 20px;
	border-top: 4px solid var(--linesubtle);
}*/

.comptime-footer {
	background: var(--comptimefooterbg);
	color: var(--maintextcolor);
	height: auto;
	position: fixed;
	bottom: 50px;
	width: 100%;
	padding-bottom: 10px;
	/* padding-top: 10px; */
	font-size: 20px;
	/* border-top: 4px solid #1a2d3e; */
}

/*
.comptime-footer-title {
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-family: "Montserrat";
}*/

.comptime-footer-nav {
	display: flex;
	font-size: 14px;
}

.comptime-footer-nav .comptime-nav-tab {
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	background: var(--overtimesectionbg);
	border-top: 1px solid var(--bordersubtle);
	color: var(--textinactive);
	flex: 1;
	text-align: center;
}

.comptime-footer-nav .comptime-nav-tab-current {
	border-top: 4px solid var(--borderbold);
	background: var(--comptimefooterbg);
	color: var(--maintextcolor);
}

/*
.comptime-third {
	width: 33%;
	display: inline-block;
	text-align: center;
}*/

.content-pro {
	display: none;
}

.pro-advisory {
	text-align: center;
	font-family: Montserrat;
}

.section[data-section="specialemployment"] .pro-advisory {
	padding-top: 100px;
	font-size: 25px;
}

.time-balance-section {
	font-size: 0px;
}

.time-balance-leftside {
	font-size: 20px;
	display: inline-block;
	width: calc(100% - 50px);
}

.time-balance-rightside {
	display: inline-block;
	width: 50px;
}

.menu-button-comptime {
	width: 25px;
	margin-bottom: 5px;
}

.menu-button-comptime-line {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--textlightblueorgray);
	margin-top: 6px;
	border-radius: 5px;
}

.time-balance-breakdown-container {
	display: flex;
	justify-content: space-around;
	margin-bottom: 5px;
}

#time-balance-section-moreinfo {
	display: none;
	padding: 20px;
}

.button-time-balance-change-starting {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	color: var(--buttonblue);
	border: 1px solid var(--buttonblue);
	border-radius: 30px;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 10px;
}

.time-balance-breakdown-left {
	text-transform: uppercase;
	color: var(--textlightblueorgray);
	font-size: 14px;
	flex: 1;
}

.time-balance-breakdown-right {
	font-size: 16px;
	flex: 1;
	text-align: right;
}

.time-balance-container {
	display: flex;
	justify-content: space-around;
	text-align: center;
}

.time-balance-container div {
	flex: 1;
}

.comptime-footer-heading {
	text-transform: uppercase;
	font-size: 11px;
	color: var(--textlightblueorgray);
}

#nav-heading-days span {
	display: inline-block;
	width: 14.2%;
	font-size: 12px;
}

#nav-heading-config {
	width: 40px;
	height: 40px;
	background: url("img/cog.svg");
	z-index: 10000;
	position: absolute;
	background-size: cover;
	right: 8px;
	top: 4px;
}

.nav-month {
	display: inline-block;
	width: 49%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	background: #2b2b2b;
	color: #DFDFDF;
	border: 1px solid #acacac;
	border-radius: 3px;
	cursor: pointer;
}

.nav-month-container {
	display: block;
	text-align: center;
	display: none;
}

.daytoday .spanday {
	border-radius: 100%;
	background: var(--maintextcolor);
	color: var(--mainbgcolor);
}

.table-container {
	height: 100%;
	width: 20%;
	display: inline-block;
	/*left: -33.33%;*/
	position: relative;
	font-size: 12px;
	text-align: center;
}

#table-container-template { 
	display: none;
}







/*
.dayOptions {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	background: var(--bgcolorinbetween);
	border-top: 1px solid var(--linesubtle);
}*/

.dayOptions {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	background: var(--calendarbottomoptionsbg);
	border-top: 1px solid #1d3346;
}

/*
.options-tile {
	color: var(--buttonblue);
	box-sizing: border-box;
	border-radius: 5px;
	height: 95px;
	width: 90px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: 8px;
	background-color: var(--bgcolor2);
	border: 1px solid var(--linesubtle);
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}*/

.options-tile {
	color: var(--textlightblueorgray);
	box-sizing: border-box;
	border-radius: 5px;
	height: 95px;
	width: 90px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: 8px;
	background-color: var(--buttondarkblueorlightgray);
	border: 1px solid var(--bordersubtle);
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#tile-note {
	background-image: url("img/compose-black.png");
}

.darkmode #tile-note {
	background-image: url("img/compose.png");
}

#tile-arrowLeft {
	background-image: url("img/arrow-left-black.png");
}

.darkmode #tile-arrowLeft {
	background-image: url("img/arrow-left.png");
}

#tile-arrowRight {
	background-image: url("img/arrow-right-black.png");
}

.darkmode #tile-arrowRight {
	background-image: url("img/arrow-right.png");
}

#tile-addOT, .tile-useTime {
	background-image: url("img/clock-black.png");
}

.darkmode #tile-addOT, .darkmode .tile-useTime {
	background-image: url("img/clock.png");
}

#tile-addSE {
	background-image: url("img/vswo-black.png");
}

.darkmode #tile-addSE {
	background-image: url("img/vswo.png");
}

#tile-addOT::before, #tile-addSE::before {
	content: '+';
	background: green;
	display: inline-block;
	height: 25px;
	width: 25px;
	font-size: 25px;
	line-height: 25px;
	color: #FFF;
	border-radius: 100%;
	position: absolute;
	left: calc(50% - 30px);
	top: 8px;
}

.tile-useTime::before {
	content: '−';
	background: red;
	display: inline-block;
	height: 25px;
	width: 25px;
	font-size: 25px;
	line-height: 25px;
	color: #FFF;
	border-radius: 100%;
	position: absolute;
	left: calc(50% - 30px);
	top: 8px;
}

#use-hours, #se-hours {
	width: 80%;
	margin-bottom: 20px;
}

.options-tile-top {
	height: 50px;
}

.options-tile-bottom {
	height: 50px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

.button-day-options {
	display: inline-block;
	width: 80%;
	height: 50px;
	border: 1px solid var(--buttonblue);
	text-align: center;
	color: var(--buttonblue);
	border-radius: 3px;
	line-height: 50px;
	margin-bottom: 10px;
	background: transparent;
	font-size: 16px;
	font-family: "Montserrat";
}

.button-day-options:disabled {
	background: var(--bgcolor2);
	color: var(--gray);
	border: 1px solid var(--linesubtle);
}

.input-day-options {
	width: 90%;
	box-sizing: border-box;
	border: 1px solid var(--buttonblue);
	height: 80px;
	resize: none;
	margin-bottom: 10px;
	font-size: 28px;
	background: var(--mainbgcolor);
	color: var(--maintextcolor);
}

.input-select {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	height: 50px;
	border: 1px solid #002a7b;
	font-size: 20px;
	color: #002a7b;
}

#cal-footer {
	background: #081c31;
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1;
	font-size: 0px;
	text-align: center;
}

.disclaimer-clearnet {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20px;
	border: 2px solid var(--orangeborder);
	border-left: 10px solid var(--orangeborder);
	background: var(--orangebg);
	padding: 1%;
	box-sizing: border-box;
	color: #352602;
	font-size: 14px;
	color: var(--maintextcolor);
	border-radius: 5px;
}

.overtime-buttons {
	text-align: center;
}

.overtime-settings-prompt-arrow {
	background: url("img/uparrow.png");
	width: 70px;
	height: 80px;
	margin-left: auto;
	background-size: contain;
	background-repeat: no-repeat;
	transform: scaleY(-100%);
}

.overtime-settings-prompt-container {
	display: none;
}

.overtime-settings-prompt {
	font-size: 16px;
	background: var(--bgcolor2);
	padding: 5%;
	margin: 5%;
	margin-top: 10px;
	border-radius: 5px;
	border-left: 10px solid #ffb300;
	margin-bottom: 10px;
	color: var(--maintextcolor);
	font-family: Montserrat;
}

.overtime-settings-prompt-heading {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}

.overtime-settings-prompt-howto .overtime-settings-prompt {
	background: #e6e6e6;
	border: 1px solid #bdbdbd;
	border-left: 25px solid #bdbdbd;
	color: #222;
	font-size: 14px;
}

.overtime-settings-prompt-howto .overtime-settings-prompt-heading {
	font-size: 16px;
}

.navheading-overtime {
	display: none;
}

.otdisplay-payoutNet, .otdisplay-payoutNetRounded {
	font-weight: bold;
}

.display-info-heading {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}

.salary-display-half {
	display: inline-block;
	width: 40%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.salary-content {
	font-size: 20px;
}

.display-info {
	text-align: center;
}

.button-overtime-settings {
	display: none;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	border: 1px solid #081c31;
	padding: 2%;
	border-radius: 3px;
	color: #fff;
	background: #208A00;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: "Montserrat";
}

.content-dynamic {
	text-align: center;
}

#section-overtime {
	text-align: center;
}

.section {
	background: var(--overtimesectionbg);
	border-bottom: 4px solid var(--borderbold);
	padding-bottom: 10px;
	margin-bottom: 300px;
}

.overtime-row-container {
	margin: 5px;
	padding: 5px;
	border: 1px solid var(--bordersubtle);
	text-align: center;
	border-radius: 3px;
	font-family: Montserrat;
	font-size: 14px;
	display: none;
	border-left: 10px solid #172f44;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	/*background: radial-gradient(ellipse at center, var(--overtimegradientlight) 0%, var(--overtimegradientdark) 100%);*/
	background: linear-gradient(var(--overtimegradientlight), var(--overtimegradientdark));
}

.overtime-row-container label {
	position: relative;
	display: block;
}

.overtime-period-current {
	display: block;
	border-left: 7px solid #52ce2f;
}

.input-hidden-overtime {
	display: none;
}

.arrow {
	top: 50%;
	right: -10px;
}

/*
.overtime-period-current .arrow {
	top: 32px;
}*/

.input-hidden-overtime:checked + label > .arrow {
	-webkit-transform: rotate(90deg) scale(0.5, 1);
	transform: rotate(90deg) scale(0.5, 1);
}

.buttonPreviousFuture {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	border: 1px solid var(--buttonblue);
	text-align: center;
	border-radius: 30px;
	font-family: Montserrat;
	font-size: 14px;
	background: transparent;
	color: var(--buttonblue);
	height: 40px;
	box-sizing: border-box;
	width: 45%;
	max-width: 200px;
}

.buttonAddOvertime {
	font-size: 15px;
	max-width: 300px;
	width: 100%;
}

.overtime-detail-container {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.5s;
}

.overtime-detail-container-inner {
	padding: 2%;
	background: var(--buttondarkblueorlightgray);
	border-radius: 3px;
	margin-top: 20px;
}

.show-overtime {
	max-height: 1500px;
}

/*
.overtime-row-heading {
	font-size: 12px;
	text-align: center;
	background: #ececec;
	border: 1px solid #c8c8c8;
	width: calc(100% - 10px);
	box-sizing: border-box;
	text-transform: uppercase;
	font-family: "Montserrat";
	border-left: ;
	background: transparent;
	color: #FFF;
	border-radius: 3px;
	border: 0px;
	color: var(--maintextcolor);
	border-left: 10px solid transparent;
}*/

.overtime-row-heading {
	font-size: 12px;
	text-align: center;
	background: #ececec;
	border: 1px solid #c8c8c8;
	width: calc(100% - 10px);
	box-sizing: border-box;
	text-transform: uppercase;
	font-family: "Montserrat";
	border-left: ;
	background: transparent;
	color: #FFF;
	border-radius: 3px;
	border: 0px;
	color: var(--maintextcolor);
	border-left: 10px solid transparent;
	padding-top: 10px;
	padding-bottom: 5px;
}

.overtime-row-fourth {
	display: inline-block;
	width: calc(25% - 1px);
	border-left: 1px solid #c8c8c8;
}

.overtime-row-fourth:nth-child(1) { 
	border-left: 0px;
}

.overtime-row-fourth:nth-child(2) { 
	width: calc(31% - 1px);
}

.overtime-row-fourth:nth-child(3) { 
	width: calc(22% - 1px);
}

.overtime-row-fourth:nth-child(4) { 
	width: calc(22% - 1px);
}

.breakdown {
	margin-top: 20px;
	margin-bottom: 20px;
}

.breakdown-row-heading {
	font-weight: bold;
	font-size: 12px;
}

.breakdown-row-fourth {
	display: inline-block;
	width: 25%;
	border-bottom: 1px solid var(--linesubtle);
}

.breakdown-row-third {
	display: inline-block;
	width: 33%;
	border-bottom: 1px solid var(--bordersubtle);
	padding-top: 2px;
	padding-bottom: 2px;
}

.overtime-invalid {
	border: 1px solid red !important;
}

.overtimeOptions {
	margin-bottom: 10px;
	margin-top: 10px;
	background: var(--mainbgcolor);
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 2%;
	display: none;
}

.typeDay, .typeSpecialEmployment {
	display: block;
}

.overtimeOptions label {
	width: 80%;
	display: inline-block;
	padding: 3%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid var(--buttonblue);
	color: var(--buttonblue);
	border-radius: 3px;
	box-sizing: border-box;
}

.overtimeOptions input:checked + label {
	background: #002a7b;
	color: #FFF;
}

.overtimeOptions .labelHalf {
	width: 35%;
}

.overtimeOptions .labelThird {
	width: 25%;
}

.overtimeOptions .labelFourth {
	width: 20%;
	font-size: 13px;
}

.overtimeOptions input[type='radio'] {
	display: none;
}

.overtimeError {
	border: 1px solid var(--redborder);
	background: var(--redbg);
	color: black;
	font-size: 14px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	box-sizing: border-box;
	border-left: 10px solid var(--redborder);
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	color: var(--maintextcolor);
	font-family: Montserrat;
	text-align: justify;
	display: none;
}

.heading-current-period {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.headingOvertime {
	font-size: 20px;
}

.headingOvertime span {
	vertical-align: middle;
}

.labelOvertime {
	font-size: 14px;
}

#dateWork-input {
	display: none;
}

#dateWork-display {
	width: 100%;
	margin-bottom: 20px;
	font-size: 30px;
	font-family: "Montserrat";
	color: #797979;
}

.dateDisplay {
	min-height: 22px;
}

.date-field {
	max-width: 150px;
	font-size: 20px;
	text-align: center;
	border: 1px solid var(--bordersubtle);
	color: var(--textcolorsubdued);
	padding: 7px;
	margin-bottom: 3px;
	background: var(--mainbgcolor);
	border-radius: 3px;
	font-family: "Montserrat";
	margin-top: 3px;
	margin-left: auto;
	box-sizing: border-box;
	border-radius: 3px;
}

.select-field {
	width: 150px;
	display: inline-block;
	font-size: 14px;
	color: var(--textcolorsubdued);
	padding: 8px;
	margin-bottom: 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--mainbgcolor);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, var(--mainbgcolor) 0%, var(--mainbgcolor) 100%);
	background-repeat: no-repeat, repeat;
	background-position: right 9px top 50%, 0 0;
	background-size: .65em auto, 100%;
	box-sizing: border-box;
	border: 1px solid var(--bordersubtle);
	text-align: center;
	padding-right: 20px;
	border-radius: 3px;
	font-family: Montserrat;
	padding-top: 10px;
	padding-bottom: 10px;
}

.displayHours {
	background: var(--bgcolor2);
	border-radius: 5px;
	padding: 2%;
	border: 1px solid var(--linesubtle);
	margin-top: 10px;
	color: var(--maintextcolor);
}

.displayLeft {
	display: inline-block;
	text-align: left;
	width: 70%;
}

.displayRight {
	display: inline-block;
	text-align: right;
	width: 30%;
}

.overtime-settings {
	margin: 5px;
	padding: 5px;
}

.settings-half {
	display: inline-block;
	width: 50%;
}

.settings-half select, .settings-half input {
	width: 80%;
}

.settings-half span {
	font-size: 12px;
}

.detail-left {
	display: inline-block;
	text-align: left;
	width: 70%;
}

.detail-right {
	display: inline-block;
	text-align: right;
	width: 30%;
}

#spinner-upgrade {
	width: 150px;
	height: 150px;
	display: block;
	background: url("img/rollingstatic.svg");
	background-size: cover;
	display: inline-block;
	animation-name: posts-spin;
	animation-duration: 800ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: calc(50% - 75px);
	position: absolute;
	left: calc(50% - 75px);
}

#pro-upgrade-prompt, #upgrade-in-progress {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 11111;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	background-image: url(img/splashnostar.jpg);
	background-size: cover;
	text-align: center;
	overflow: scroll;
}

.upgrade-tiles-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.upgrade-tile {
	border: 1px solid black;
	border-radius: 3px;
	display: inline-block;
	margin: 10px;
	box-sizing: border-box;
	background: linear-gradient(135deg, #aaa 0%,#eaeaea 25%,#eaeaea 75%,#a2a2a2 100%);
	vertical-align: top;
	font-family: Montserrat;
	max-width: calc(100vw - 20px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.upgrade-tile-heading {
	background: var(--progradient);
	padding: 5px;
	font-family: Gruppo;
	font-size: 26px;
	border-bottom: 1px solid black;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #00000070;
}

.upgrade-tile-heading-gold {
	background: var(--goldgradient);
	color: black;
}

.pro-upgrade-heading {
	font-size: 30px;
	font-family: Montserrat;
	padding: 20px;
}

.upgrade-tile-content {
	padding: 5px;
}

.upgrade-tile-feature {
	box-sizing: border-box;
	color: black;
	text-align: left;
	margin-bottom: 5px;
	text-shadow: 1px 1px 2px #00000030;
}

.upgrade-tile-feature::before {
	content: '✓';
	width: 20px;
	height: 20px;
	background: var(--progradient);
	display: inline-block;
	border-radius: 100px;
	color: #FFF;
	margin-right: 7px;
	text-align: center;
	border: 1px solid #000;
}

.tile-feature-gold::before {
	background: var(--goldgradient);
	color: #000;
	border: 1px solid #9c7b2c;
	line-height: 22px;
}

.upgrade-price {
	font-family: Montserrat;
	color: #393939;
	font-size: 25px;
	font-weight: 100;
	text-shadow: 2px 2px 2px #00000026;
}

.price-super {
	font-size: 14px;
	vertical-align: top;
	padding-top: 3px;
	display: inline-block;
}

.upgrade-fine-print {
	color: #484848;
	padding: 5px;
	font-size: 12px;
}

.upgrade-button {
	padding: 10px;
	border-radius: 100px;
	background: var(--progradient);
	margin-top: 20px;
	margin: 10px;
	border: 1px solid #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px #0000003b;
}

.upgrade-button-gold {
	background: var(--goldgradient);
	color: #000;
	border: 1px solid #9a792a;
}

.upgrade-button-subscribed {
	display: none;
	border: 3px solid #0069c6;
	background: transparent;
	color: #0069c6;
	text-shadow: none;
}

.pro-upgrade-description {
	font-size: 20px;
	padding: 20px;
	font-family: Montserrat;
}

.tool-button-pro {
	background: #ccecff;
	color: #03334f;
	border: 2px solid #2aa4ec;
	font-size: 18px;
	width: 75%;
	margin-left: 0px;
	margin-right: 0px;
}

.tool-button-pro-cancel {
	border: 1px solid #bdf;
	color: #bdf;
}

.pro-upgrade-detail-container {
	padding: 10px;
	color: #ccc;
	font-size: 13px;
	font-family: Montserrat;
	background: #00000091;
}

.upgrade-x {
	text-align: right;
	font-size: 60px;
	padding-right: 20px;
	margin-top: -3px;
	margin-bottom: -10px;
}

.pro-upgrade-detail-heading {
	font-size: 18px;
	border-bottom: 1px solid;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.excerpt-code {
	background: var(--emphasize);
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-family: Courier New;
	letter-spacing: 2px;
	color: var(--maintextcolor);
	font-weight: 600;
	word-break: break-word;
}

.section[data-section="calendar"] {
	border-bottom: 0px;
	width: 100%;
}

.cal-container {
	color: var(--maintextcolor);
	height: 1200%;
	width: 100%;
	font-size: 0px;
	display: flex;
	flex-direction: column;
	background: var(--mainbgcolor);
}

#current-month {
	color: #FFF;
	background: #101c2d;
	position: relative;
	z-index: 1;
	text-align: center;
}

.days-of-week {
	display: block;
	background: #101c2d;
	z-index: 1;
	position: relative;
	display: flex;
}

.days-of-week div {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    font-family: Montserrat;
    color: var(--calendardayheading);
    width: 14.28%;
}

#dow-month {
	font-size: 17px;
	color: #fff;
	height: auto;
	line-height: 17px;
}

.cweek {
	font-size: 0px;
	height: 100%;
	display: flex;
	transition: height 0.2s ease;
}

.week {
	font-size: 0px;
	height: 20%;
	display: flex;
	transition: height 0.2s ease;
	color: var(--maintextcolor);
	text-align: center;
	font-size: 30px;
}

.day {
	height: 100%;
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
	background: var(--calendardaybackgroundblank);
	width: 14.285%;
	position: relative;
	opacity: 0.75;
	transition: background 0.5s ease, opacity 0.5s ease;
}

.day.month-active {
	background: var(--calendardaybackground);
	opacity: 1;
}


.dayFirst {
	position: absolute;
	top: -17px;
	background: var(--calendarmonthborders);
	height: 15px;
	font-size: 15px;
	line-height: 13px;
	left: -2px;
	width: calc(100% + 2px);
	padding: 2px;
	box-sizing: border-box;
	font-family: Montserrat;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: #FFF;
}

.week[data-borderweek='true'] .day {
	border-bottom: 2px solid var(--calendarmonthborders);
}

.week[data-borderweek='true'] .day[data-startofmonth='true'] {
	border-bottom: 0px;
	border-top: 2px solid var(--calendarmonthborders);
}

.day[data-splitweek='true'][data-daynumber='1'] {
	border-left: 2px solid var(--calendarmonthborders);
}

.day-number {
	display: inline-block;
	border-radius: 100px;
	font-size: 15px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	box-sizing: border-box;
	font-family: Montserrat;
}

.day[data-today="true"] .day-number {
	background: var(--calendardayactivecirclebg);
	color: var(--calendardayactivecircletext);
}

#nav-calendar {
	width: 100%;
	overflow: scroll;
}

#nav-calendar::-webkit-scrollbar { 
    display: none; 
}

#nav-calendar2 {
	width: 100%;
	overflow: scroll;
	background: var(--mainbgcolor);
}

#nav-calendar2::-webkit-scrollbar { 
    display: none; 
}

/*
.cday-number {
	font-size: 15px;
	font-family: Montserrat;
	display: block;
	width: 25px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100%;
	height: 25px;
	line-height: 25px;
}*/

.dropdown-container {
	background: var(--bgcolorinbetweentransparent);
	margin-bottom: 8px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 8px;
	border-radius: 0px;
	border: 1px solid var(--linesubtle);
	border-left: 0px;
	border-right: 0px;
	font-family: "Montserrat";
}

.hidecheck, .hidearrow, .hidelabel {
	display: none;
}

.absolute-x {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 50px;
	z-index: 11;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
}

.dropdown-content {
	max-height: 0px;
	padding-left: 8px;
	padding-right: 8px;
	transition: max-height 0.3s ease-in-out;
	position: relative;
	overflow: scroll;
}

.dropdown-label {
	font-size: 16px;
	display: block;
	padding: 4px;
	position: relative;
}

.dropdown-container label .arrow {
	top: 15px;
}

.dropdown-container input[type="checkbox"]:checked + label + .dropdown-content {
	max-height: 600px;
}

.dropdown-container input[type="checkbox"]:checked + label > .arrow {
	-webkit-transform: rotate(90deg) scale(0.5, 1);
	transform: rotate(90deg) scale(0.5, 1);
}

#update-whatsnew, #update-cloudsync {
	padding: 15px;
	padding-top: calc(30px + env(safe-area-inset-top));
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	height: 100%;
	font-size: 14px;
	text-align: center;
	font-family: Montserrat;
	box-sizing: border-box;
	overflow: scroll;
	color: #FFF;
	background-color: #03101e;
	background-position: center;
	background-repeat: no-repeat;
}

.update-whatsnew {
	font-size: 25px;
	text-transform: uppercase;
}

.update-bullet2 {
	display: list-item;          /* This has to be "list-item"                                               */
    list-style-type: disc;       /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
    list-style-position: inside; /

}

/*
.update-list {
	background: #00367d;
	padding: 10px;
	border-radius: 5px;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}*/

.update-bullet {
	margin-bottom: 5px;
	font-size: 14px;
	position: relative;
	margin-left: 30px;
}

.update-bullet::before {
	content: '✓';
	color: #8fc4ff;
	font-size: 25px;
	top: -5px;
	position: absolute;
	left: -30px;
}

.update-list {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.update-foundabug {
	padding: 5px;
	border: 1px solid #154477;
	border-radius: 5px;
	border-left: 10px solid #154477;
	background: #071b31;
}

.update-button {
	font-size: 25px;
	text-transform: uppercase;
	border: 2px solid #8fc4ff;
	color: #8fc4ff;
	border-radius: 30px;
	margin-top: 20px;
	padding: 8px;
}

.update-button-gray {
	border: 1px solid #BBB;
	color: #BBB;
	font-size: 16px;
	padding: 10px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.update-dedicated {
    margin-top: 20px;
    font-style: italic;
}

#reportBug {
	padding: 30px;
	padding-top: calc(50px + env(safe-area-inset-top));
	position: fixed;
	top: 0;
	width: calc(100% - 40px);
	z-index: 10000;
	background: #fff;
	height: calc(100% - 40px);
	font-size: 14px;
	text-align: center;
	font-family: Montserrat;
	overflow: scroll;
	color: #000;
	margin: 20px;
	box-sizing: border-box;
	border: 3px solid #4692e3;
	border-top: 10px solid #4692e3;
	border-radius: 5px;
}

#bugDescription {
	width: 100%;
	height: 150px;
}

#button-submit-bug {
	padding: 10px;
	width: 300px;
	max-width: 80%;
	border: 2px solid #023b6f;
	color: #023b6f;
	border-radius: 30px;
	margin-top: 20px;
	font-size: 18px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#bug-x {
	margin-left: auto;
	display: block;
	text-align: right;
	font-size: 60px;
	line-height: 40px;
	margin-top: -20px;
}

#alerts, #notifications, #checklists, #tap-call-violentcrimes, #checklists-newnote {
	display: none;
	position: fixed;
	top: env(safe-area-inset-top);
	left: 0px;
	width: 100%;
	height: calc(100% - env(safe-area-inset-top));
	z-index: 10000;
	background: #fff;
	font-size: 14px;
	font-family: Montserrat;
	overflow: scroll;
	color: var(--maintextcolor);
	background: var(--mainbgcolortransparent);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

#checklists-newnote {
	background: var(--toolbgcolor);
}

#checklists-newnote input {
	font-size: 30px;
	width: 96%;
	padding: 2%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#checklists-newnote .tool-button {
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#alerts-close, #notifications-close, #checklists-close, #tap-call-close {
	color: var(--maintextcolor);
	font-size: 55px;
	line-height: 40px;
	text-align: right;
	padding: 10px;
	font-weight: 100;
	font-family: sans-serif;
}

.alert, .checklist, .phone-tap {
	color: var(--maintextcolor);
	padding: 8px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid var(--alertborder);
}

.phone-tap {
	font-size: 30px;
	padding: 15px;
}

.checklist {
	padding: 15px;
}

.alert:nth-child(1), .checklist:nth-child(1) {
	border-top: 1px solid #93939333;
}

.alert-container, .checklist-container {
	max-height: 80px;
	overflow: hidden;
	transition: max-height 0.4s ease-in-out;
}

.alert input {
	display: none;
}

.alert input:checked ~ .alert-container {
	max-height: 400px;
}

.alert input:checked ~ .alert-arrow {
	transform: rotate(90deg) scaleY(2.0);
}

.alert-dot {
	position: absolute;
	left: 9px;
	top: 24px;
	height: 12px;
	width: 12px;
	border-radius: 100%;
	background: #44a4f0;
	background: radial-gradient(ellipse at center, #7abcff 0%,#60abf8 44%,#4096ee 100%);
}

.alert-title, .checklist-title {
	font-weight: 500;
	font-size: 14px;
	padding-right: 20px;
}

.checklist-title {
	font-size: 22px;
	padding-right: 0px;
}

.alert-content, .checklist-content {
	color: var(--alerttextcolor);
}

.alert-button {
	display: inline-block;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
	padding: 7px;
	box-sizing: border-box;
	border-radius: 100px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: Montserrat;
	font-size: 14px;
	border: 2px solid var(--buttonblue);
	color: var(--buttonblue);
	font-family: Montserrat;
}

.alert-when {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #828282;
	font-size: 12px;
}

.alert-arrow {
	position: absolute;
	right: 10px;
	top: 32px;
	transform: scaleY(2.0);
	font-family: Times;
	transition: transform 0.2s ease;
}

#updating-resources {
	position: absolute;
	width: 90%;
	height: auto;
	bottom: 70px;
	left: 0;
	z-index: 999;
	background: #101C2D;
	text-align: center;
	font-family: Montserrat;
	flex-direction: column;
	color: #FFF;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
}

#updating-resources-spinner {
	display: inline-block;
	background: url(img/rollingstatic.svg);
	width: 50px;
	height: 50px;
	background-size: contain;
	margin-bottom: 20px;
	animation-name: spinsvg;
	animation-duration: 800ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	position: absolute;
	left: 5%;
	top: calc(50% - 25px);
}

#updating-resources-message, #updating-resources-status {
	display: inline-block;
	width: calc(100% - 70px);
	box-sizing: border-box;
	padding-left: 70px;
}

#categories {
	font-family: Montserrat;
}

.category-label {
	font-family: Montserrat;
	background: var(--resourceslabel);
	color: var(--maintextcolor);
	padding: 0.6rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	box-sizing: border-box;
}

.resource-label, .level-label {
	font-size: 16px;
	padding: 12px;
	padding-right: 28px; /*make space for arrow*/
	box-sizing: border-box;
	position: relative;
	transition: all 0.5s ease;
	/*scroll-margin-top: 80px;*/
}

.label-arrow {
	position: absolute;
	right: 16px;
	top: 16px;
	color: var(--gray);
	transform: scaleX(2) rotate(90deg);
	font-family: Georgia Sans;
	font-size: 10px;
	transition: all 0.5s ease;
}

.collapsedcontent .label-arrow {
	transform: scaleY(2);
}

.resource {
	background: var(--mainbgcolor);
	border-top: 1px solid var(--linesubtle);
}

.resource:nth-child(1) {
	border-top: 0px;
}

.resource-content, .level-content {
	transition: all 0.3s ease-out, opacity 0.6s ease-in;
	overflow: hidden;
}

.resource-content, .level-content {
	font-size: 16px;
	padding: 12px;
	opacity: 1;
}

.level {
	border-left: 5px solid var(--gray);
	border-top: 1px solid var(--bordersubtle);
}

.level:nth-child(1) {
	border-top: 0px;
}

.resource-sublabel, .level-sublabel {
	font-size: 13px;
	color: var(--sublabeltext);
	margin-top: 5px;
	transition: all 0.2s;
	overflow: hidden;
}

.collapsedcontent .resource-content, .collapsedcontent .level-content {
	font-size: 0px !important;
	padding: 0px !important;
	opacity: 0 !important;
	border: 0px !important;
	margin: 0px !important;
	height: 0px !important;
}

.collapsedcontent .level-sublabel, .collapsedcontent .resource-sublabel {
	font-size: 0px;
	opacity: 0;
}

.inner-content {
	box-shadow: 3px 3px 10px 2px var(--innercontentshadow);
}

.inner-header, .inner-footer {
	background: #004577;
	color: #FFF;
	padding: 12px;
}

.level-content-item {
	padding: 12px;
	border-top: 1px solid var(--bordersubtle);
	border-left: 5px solid var(--gray);
	display: flex;
	justify-content: space-between;
}

.level-content-item:nth-child(1) {
	border-top: 0px;
}

.structuredcontent {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 5px;
	padding: 8px;
}

.structuredcontent-column {
	flex: 1;
	text-align: center;
}

.structuredcontent-column:nth-child(1) {
	flex: 1;
	text-align: left;
}

.structuredcontent-column:nth-last-child(1) {
	flex: 1;
	text-align: right;
}

.structuredcontentparagraphs {
	flex-direction: column;
	align-items: start;
}

.headercolumns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.headercolumns div {
	flex: 1;
	text-align: center;
}

.headercolumns div:nth-child(1) {
	text-align: left;
}

.headercolumns div:nth-last-child(1) {
	text-align: right;
}

.item-label {
	font-size: 12px;
	text-transform: uppercase;
	flex: 1;
}

.item-content {
	flex: 2;
	text-align: right;
}

.item-content-left {
	text-align: left;
}

.flexRow {
	display: flex;
	flex-direction: row;
}

.flexColumn {
	display: flex;
	flex-direction: column;
}

.result-circle {
	width: 0px;
	height: 0px;
	opacity: 0;
	float: left;
	left: 8px;
	top: 16px;
	position: absolute;
	z-index: 1;
	border-radius: 100%;
	transition: all 0.5s;
	background: radial-gradient(ellipse at center, #83d7f9 0%,#54c4f0 100%);
}

.result .result-circle {
	opacity: 1;
	width: 13px;
	height: 13px;
}

.level.result, .level-content-item.result {
	border-left: 5px solid #81d6f9;
	background: var(--contentresultbg);
}

.level.no-result, .level-content-item.no-result {
	border-left: 5px solid #9F9F9F;
	color: var(--gray);
	font-size: 14px;
	background: var(--mainbgcolor);
}

.result .resource-label {
	padding-left: 28px;
}

/*
em {
	background: #6ebbff;
	color: #000;
	background: linear-gradient(270deg, #ffffff, #6ab0ee, #ffffff, #6ab0ee, #ffffff);
	background-size: 600% 600%;
	animation: ghostGradient 5s ease infinite;
	font-style: normal;
	border-radius: 3px;
	padding: 2px;
}*/

em {
	color: var(--searchhighlighttextcolor);
	background: var(--searchhighlighttextbg);
	font-style: normal;
	font-weight: bold;
	padding: 1px;
	border-radius: 4px;
}

.loading-posts {
	display: block;
	padding: 15px;
	text-align: center;
}

.loading-posts-heading {
	font-size: 30px;
	font-family: Montserrat;
}

.loading-posts-spinner {
	display: inline-block;
	background: url(img/rollingstatic.svg);
	width: 150px;
	height: 150px;
	background-size: contain;
	margin-bottom: 20px;
	animation-name: spinsvg;
	animation-duration: 800ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	margin-top: 30px;
}

.login-required {
	display: none;
	padding: 15px;
}

.login-required-heading {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 100;
}

.login-required-description {
	font-size: 16px;
	margin-top: 20px;
	font-weight: 100;
}

.login-required-button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 250px;
	margin-top: 30px;
	border: 1px solid var(--buttonblue);
	border-radius: 30px;
	padding: 20px;
	color: var(--buttonblue);
	font-size: 25px;
}

.item {
	border-radius: 4px;
	color: var(--maintextcolor);
	box-sizing: border-box;
	margin-bottom: 5px;
	background: var(--itemgradient);
	border: 1px solid #244c7721;
	border-left: 3px solid #244c77;
	position: relative;
	font-size: 18px;
	margin-top: 10px;
	box-shadow: 2px 2px 3px 1px #00000030;
	font-family: Montserrat;
}

/*
.item-warning {
	border-left: 5px solid orange;
	border: 1px solid orange;
	border-left: 5px solid orange;
	background: #ffa500;
	color: #000;
}

.item-warning .check, .item-warning .step-time {
	display: none;
}

.item-warning .item-info .info {
	background: #ffd17f;
	color: #000;
	border: 0px;
}*/

.checklist-disclaimer {
	font-size: 11px;
	padding: 5px;
	background: var(--toolexplanationbg);
	border: 1px solid var(--linesubtle);
	border-left: 5px solid #970000;
	border-radius: 4px;
}

.warn {
	width: 30px;
	height: 30px;
	border-radius: 100px;
	background: url("img/warn.png");
	background-size: contain;
	min-width: 30px;
	margin: 5px;
}

.print-friendly .warn {
	background: none;
}

.references {
	width: 30px;
	height: 30px;
	border-radius: 100px;
	background: url("img/references.png");
	background-size: contain;
	min-width: 30px;
	margin: 5px;
}

.print-friendly .references {
	background: none;
}

.item-main {
	display: flex;
	font-size: 15px;
	align-items: start;
}

.item-add {
	background: none;
	border: 2px solid #3072bb3b;
	color: #3072bbc4;
	text-transform: uppercase;
	background: #275b9424;
}

.item-add .title-row {
	justify-content: center;
}

.item-signer .item-inner {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s;
}

.item.print-friendly {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 111111;
}

.print-friendly, .item.print-friendly, .print-friendly .item, .print-friendly .tag-title, .print-friendly .tag-content, .print-friendly div, .print-friendly span {
	font-family: Arial !important;
	letter-spacing: 0px !important;
	color: #000 !important;
	font-size: 10px !important;
	z-index: 100;
}

.no-print .item-inner {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s;
}

.no-print-buttons { 
	display: none;
}

.no-print .no-print-buttons {
	display: block;
}

.tap-call-name, .tap-call-list {
	padding: 5px;
	border-radius: 30px;
	background: ;
	color: var(--buttonblue);
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--buttonblue);
	text-transform: uppercase;
	font-size: 12px;
}

.tap-call-list {
	position: relative;
}

.tap-call-appended-container {
	position: absolute;
	top: 30px;
	left: 0px;
	background: var(--mainbgcolor);
}


.tap-call-name::after {
	content: " ";
	background: var(--tapcallnamebg);
	width: 25px;
	height: 25px;
	background-size: contain;
	margin-left: 5px;
}

.tap-call-list::after {
	content: " ";
	background: var(--tapcallnamebg);
	width: 25px;
	height: 25px;
	background-size: contain;
	margin-left: 5px;
}

/*
.tap-call-name::after {
	content: " ";
	width: 30px;
	height: 30px;
	background: url("img/tap-call.png");
	display: inline-block;
}

.tap-call-list::after {
	content: "\f13a";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	margin-left: 5px;
	font-size: 18px;
	color: #FFFFFFC7;
}*/

.item-notes {
	text-align: left;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding: 8px;
}

.item-info {
	margin-bottom: 20px;
}

.source {
	background: var(--bgcolorinbetweentransparent);
	padding: 7px;
	border-radius: 3px;
	margin: 4px;
	display: inline-block;
	font-size: 14px;
	color: var(--maintextcolor);
	border: 1px solid var(--linesubtle);
}

.source::before {
	content: "Reference";
	background: #CDCDCD;
	color: #000;
	border-radius: 4px;
	margin-right: 5px;
	margin-bottom: 2px;
	display: inline-block;
	padding: 3px;
	font-size: 12px;
	letter-spacing: -0.5px;
}

.source-reference {
	background: #CDCDCD87;
	color: #000;
	border-radius: 4px;
	margin-right: 5px;
	margin-bottom: 2px;
	display: inline-block;
	padding: 3px;
	font-size: 12px;
	letter-spacing: -0.5px;
}

.source[data-type="GO"]::before {
	content: "General Order";
	background: #b00000;
	color: #FFF;
}

.source[data-type="SO"]::before {
	content: "Special Order";
	background: orange;
	color: #000;
}

.source[data-type="DO"]::before {
	content: "Department Notice";
	background: turquoise;
	color: #000;
}

.source[data-type="form"]::before {
	content: "Form";
	background: gray;
	color: #FFF;
}

.source[data-type="cpdwiki"]::before {
	content: " ";
	width: 15px;
	height: 15px;
	background: url("img/cpdwiki.png");
	background-size: contain;
	vertical-align: middle;
}

.print-friendly .source[data-type="cpdwiki"]::before {
	background: none;
}

.title {
	display: flex;
	width: calc(100% - 30px);
	padding: 5px;
	justify-content: space-between;
	padding-right: 30px;
	min-height: 30px;
	align-items: center;
}

.step-type {
	background: #244c77;
	padding: 3px;
	border-radius: 30px;
	font-size: 13px;
	margin-right: 5px;
	text-transform: uppercase;
}

.step-time {
	background: #041222;
	padding: 7px;
	border-radius: 5px;
	flex-shrink: 0;
	min-width: 80px;
	box-sizing: border-box;
	text-align: center;
}

.title-arrow {
	position: absolute;
	right: 10px;
	top: 8px;
	transform: scaleY(2);
	font-family: sans-erif;
	color: #285C95;
	height: 14px;
	transition: all 0.5s;
	font-size: 14px;
}

.no-expand .title-arrow {
	display: none;
}

.item-expanded {
	border: 1px solid #6ab0ee87;
	background: var(--itemexpandedbg);
	border-left: 5px solid #1669b3;
}

.item-expanded > .item-inner {
	max-height: 40000px;
	padding: 3px;
	padding-bottom: 20px;
	margin-top: 10px;
}

.item-expanded > .title-arrow {
    transform: rotate(90deg) scaleY(2.0);
}

.item-tag {
	background: var(--bgcolorinbetweentransparent);
	padding: 7px;
	border-radius: 5px;
	display: inline-flex;
	flex-direction: column;
	border: 1px solid #244c774a;
	border-left: 5px solid #244c77;
	margin: 4px;
	min-width: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	flex-grow: 1;
	max-width: 280px;
	break-inside: avoid;
	page-break-inside: avoid;
}

.tag-content {
	min-height: 22.5px;
}

.tag-suggested {
	border-left: 5px solid #6ab0ee;
}

.tag-note {
	border-left: 5px solid var(--maintextcolor);
}

.tag-new {
	font-size: 35px;
	height: 35px;
	width: 35px;
	border: 2px solid var(--gray);
	color: var(--gray);
	text-align: center;
	border-radius: 100px;
	line-height: 35px;
}

.tag-warning {
	border-left: 5px solid #c00;
}

.tag-title {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	color: var(--gray);
}

.item input {
	/*width: 30px;
	height: 30px;
	margin-right: 10px;
    vertical-align: middle;*/
    display: none;
}

.item .save-signers {
	display: block;
}

.item-notes input {
	background: #002135;
	border: 1px solid #244c77;
	font-size: 18px;
	border-radius: 4px;
	padding: 5px;
	width: 100%;
	color: #FFF;
	box-sizing: border-box;
}
.item label {
	font-size: 14px;
	display: inline-block;
	width: 180px;
	margin: 4px;
}

.item label.full-width {
	width: calc(100% - 6px);
}

.item label.half {
    width: 48%;
}

.item label.third {
    width: 31%;
}

.item label.check {
	width: 30px;
	min-width: 30px;
	height: 30px;
	background: var(--mainbgcolor);
	border-radius: 2px;
	margin-right: 5px;
	color: var(--buttonblue);
	line-height: 35px;
	box-shadow: inset 1px 1px 2px 1px #0000004f;
}

.item label.check:has(input[type='checkbox']) {
    background: red;
}

.item .info {
	background: var(--toolexplanationbg);
	margin: 5px;
	margin-bottom: 10px;
	padding: 7px;
	border-radius: 4px;
	font-size: 14px;
	color: var(--maintextcolor);
	border: 1px solid #4781a445;
	box-shadow: 1px 1px 3px 2px #0000001f;
	border-left: 5px solid #ffb300;
	font-family: Arial;
	word-wrap: normal;
}

.item .big {
	font-size: 18px;
	font-weight: bold;
    margin-right: 5px;
}

/*
.tap-call-name, .tap-call-list {
	display: inline-block;
	border: 2px solid #244c77;
	padding: 5px;
	background: #1d436c;
	border-radius: 30px;
}

.tap-call-name::after {
	content: "\f095";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	margin-left: 5px;
	font-size: 15px;
	color: #FFFFFFC7;
}

.tap-call-list::after {
	content: "\f13a";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	margin-left: 5px;
	font-size: 18px;
	color: #FFFFFFC7;
}*/

.item input[value="checked"]+label:before {
	content: "✓";
	font-family: "Font Awesome 6 Free";
	font-size: 30px;
	font-weight: 700;
}

.item input[value="DNA"] + label::before {
	content: "DNA";
	font-family: "Arial";
	font-size: 13px;
	font-weight: 700;
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	line-height: 30px;
	overflow: hidden;
	letter-spacing: -1px;
}

.text-gray {
	color: var(--gray);
	text-transform: uppercase;
	font-size: 15px;
	vertical-align: middle;
}

.title-row {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

.tool-section-heading {
	font-family: Montserrat;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 5px;
	letter-spacing: 3px;
	font-size: 14px;
	color: var(--buttonblue);
	position: relative;
}

.add-new {
	position: absolute;
	right: 0px;
	top: -10px;
	fill: #8ecaff;
	width: 30px;
	height: 30px;
}

#voice-popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--mainbgcolor);
	padding: 15px;
	z-index: 1111;
	box-sizing: border-box;
}

#display-transcription {
	font-family: Open Sans;
	font-size: 25px;
}

#display-answer {
	
}

.voice-button {
	background-image: url("img/voice.png");
	width: 30px;
	height: 30px;
	background-size: contain;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
}

.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mapboxgl-canvas{position:absolute;left:0;top:0}.mapboxgl-map:-webkit-full-screen{width:100%;height:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{position:absolute;pointer-events:none;z-index:2}.mapboxgl-ctrl-top-left{top:0;left:0}.mapboxgl-ctrl-top-right{top:0;right:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{right:0;bottom:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{margin:10px 0 0 10px;float:left}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{margin:10px 10px 0 0;float:right}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{margin:0 0 10px 10px;float:left}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{margin:0 10px 10px 0;float:right}.mapboxgl-ctrl-group{border-radius:4px;background:#fff}.mapboxgl-ctrl-group:not(:empty){-moz-box-shadow:0 0 2px rgba(0,0,0,.1);-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{width:29px;height:29px;display:block;padding:0;outline:none;border:0;box-sizing:border-box;background-color:transparent;cursor:pointer}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl button::-moz-focus-inner{border:0;padding:0}.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl button:not(:disabled):hover{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:focus:only-child{border-radius:inherit}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{-webkit-animation:mapboxgl-spin 2s linear infinite;-moz-animation:mapboxgl-spin 2s infinite linear;-o-animation:mapboxgl-spin 2s infinite linear;-ms-animation:mapboxgl-spin 2s infinite linear;animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}}@-webkit-keyframes mapboxgl-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@-moz-keyframes mapboxgl-spin{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(1turn)}}@-o-keyframes mapboxgl-spin{0%{-o-transform:rotate(0deg)}to{-o-transform:rotate(1turn)}}@-ms-keyframes mapboxgl-spin{0%{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(1turn)}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{width:88px;height:23px;margin:0 0 -4px -4px;display:block;background-repeat:no-repeat;cursor:pointer;overflow:hidden;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{padding:0 5px;background-color:hsla(0,0%,100%,.5);margin:0}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{min-height:20px;padding:0;margin:10px;position:relative;background-color:#fff;border-radius:3px 12px 12px 3px}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 24px 2px 4px;visibility:visible;margin-top:6px}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 4px 2px 24px;border-radius:12px 3px 3px 12px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact:after{content:"";cursor:pointer;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");background-color:hsla(0,0%,100%,.5);width:24px;height:24px;box-sizing:border-box;border-radius:12px}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;right:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;left:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:hsla(0,0%,100%,.75);font-size:10px;border:2px solid #333;border-top:#333;padding:0 5px;color:#333;box-sizing:border-box}.mapboxgl-popup{position:absolute;top:0;left:0;display:-webkit-flex;display:flex;will-change:transform;pointer-events:none}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{-webkit-flex-direction:column;flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.mapboxgl-popup-anchor-left{-webkit-flex-direction:row;flex-direction:row}.mapboxgl-popup-anchor-right{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.mapboxgl-popup-tip{width:0;height:0;border:10px solid transparent;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-top:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-right:none;border-left-color:#fff}.mapboxgl-popup-close-button{position:absolute;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:transparent}.mapboxgl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-popup-content{position:relative;background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{position:absolute;top:0;left:0;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;width:15px;height:15px;border-radius:50%}.mapboxgl-user-location-dot:before{content:"";position:absolute;-webkit-animation:mapboxgl-user-location-dot-pulse 2s infinite;-moz-animation:mapboxgl-user-location-dot-pulse 2s infinite;-ms-animation:mapboxgl-user-location-dot-pulse 2s infinite;animation:mapboxgl-user-location-dot-pulse 2s infinite}.mapboxgl-user-location-dot:after{border-radius:50%;border:2px solid #fff;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px;box-sizing:border-box;box-shadow:0 0 3px rgba(0,0,0,.35)}@-webkit-keyframes mapboxgl-user-location-dot-pulse{0%{-webkit-transform:scale(1);opacity:1}70%{-webkit-transform:scale(3);opacity:0}to{-webkit-transform:scale(1);opacity:0}}@-ms-keyframes mapboxgl-user-location-dot-pulse{0%{-ms-transform:scale(1);opacity:1}70%{-ms-transform:scale(3);opacity:0}to{-ms-transform:scale(1);opacity:0}}@keyframes mapboxgl-user-location-dot-pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(3);opacity:0}to{transform:scale(1);opacity:0}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:rgba(29,161,242,.2);width:1px;height:1px;border-radius:100%}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}@media print{.mapbox-improve-map{display:none}}