body {
	background-color: transparent;
	overflow-x: hidden !important;
	position: relative;
}

.modal{
	max-width: 580px;
	text-align:center;
}

p{
	line-height: 22px;
}

strong{
	font-weight: 600;
}

.side-panel-grid-sidebar .btn {
	line-height: 22px;
}

.btn{
	cursor: pointer;
}

.btn.ghost:hover {
	opacity: 0.5;
}

.covid-council-wrapper {
	background-color: transparent;
	background-image: none;
}

body::after {
	background-image: url(/media/1337/bk-6.png);
	background-size: cover;
	z-index: -2;
	opacity: 1;
	overflow-x: hidden !important;
}

#zipLogo,
#zipLettering {
	display: block;
	margin: auto;
}

#zipLettering {
	width: 50%;
}

#zipLogo {
	width: 15%;
	margin-bottom: 30px;
}

@media(max-width: 900px) {
	#zipLettering {
		width: 70%;
	}

	#zipLogo {
		width: 25%;
	}
}

@media(max-width: 620px) {
	#zipLettering {
		width: 90%;
	}

	#zipLogo {
		width: 30%;
	}
}

@media(max-width: 500px) {
	#zipLettering {
		width: 100%;
	}

	#zipLogo {
		width: 40%;
	}
}

ul.integrations {
	padding: 0;
}

#integrationsWrapper {
	margin-top: 70px;
	margin-bottom: 20px;
	display: block;
}

#integrationsWrapper p{
	margin-top: 34px;
}

ul.integrations>li {
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	height: 150px;
	width: 150px;
	border: dashed 1px #ccc;
	padding-top: 62px;
	line-height: 22px;
}

ul.integrations>li:last-child {
	padding-top: 51px;
}

@media(max-width: 768px) {
	ul.integrations>li {
		height: 130px;
		width: 130px;
		padding-top: 53px;
		line-height: 22px;
	}

	ul.integrations>li:last-child {
		padding-top: 42px;
	}
}

.btn{
	border: 0;
}

.btn.secondary {
	background-color: rgba(0, 0, 0, 0.242);
	color: #ffffff;
	border-radius: 100px;
	border: 0;
	transition: .3s ease;
}

.btn.secondary:hover {
	background-color: rgba(0, 0, 0, 0.36);
}

/* Options */

.can-do-council-wrapper {
	margin: 50px auto;
}

#listTopLink {
	line-height: 24px;
	font-weight: 600;
	display: block;
	background-color: #ffffff36;
	width: 250px;
	margin: auto;
	height: 250px;
	padding-top: 100px;
	border-radius: 50%;
	background-image: url(/media/1286/costumer-support.png);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 50px;
}

.category {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8rem;
	width: 100%;
	padding: 0 2rem;
	text-align: center;
	line-height: 1.3;
	border-radius: 0;
	transition: 0.2s ease;
	z-index: 100;
	position: relative;
	border: 0px;
	background-color: #ffffff36;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
}

.singleCategoryBtn {
	width: 40%;
	margin: auto;
}

.category:hover,
.category:not(.blank):hover {
	/* box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.1);
	transform: translateY(-.5rem); */
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.col {
	flex: none !important;
	display: flex;
	flex-flow: column nowrap;
	flex-basis: 40% !important;
}

/* .can-do-council {
	min-width: auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	padding: 2rem;
	padding-bottom: 0;
} */

@media(max-width:700px) {

	#listTopLink {
		background-image: none;
		border-radius: 100px;
		width: 100%;
		margin-bottom: 2rem;
		height: 8rem;
		padding-top: 34px;
	}

	.can-do-council {
		flex-flow: column nowrap;
		padding: 0;
	}

	.singleCategoryBtn {
		width: 100%;
	}
}


/* #twitterLink {
	width: 30% !important;
	display: block;
    margin: auto;
} */

#twitterLink img {
	width: 100%;
}

#socialMediaLinks a {
	width: 50px;
	display: inline-block;
	margin: 0 8px;
}

#socialMediaLinks a:hover {
	opacity: .5;
}

#socialMediaLinks a img {
	width: 100%;
}

/* Map */

.mapWrapper {
	position: relative;
	width: 745px;
	margin: 50px auto;
}

#map {
	width: 100%;
	margin: auto;
}

#mapOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #002c5380;
	z-index: 0;
	border-radius: 2px;
}

#circleWhite {
	width: 90px;
	position: absolute;
	top: 42%;
	left: 44%;
	background-color: white;
	height: 90px;
	border-radius: 50%;
}

.circleBlue {
	width: 250px;
	position: absolute;
	top: 33%;
	left: 33%;
	z-index: 2;
	height: 250px;
	background-color: #65A2CE;
	border-radius: 50%;
	box-shadow: 0px 0px 18px #0e2a4880;
	padding: 64px 12px 0px 12px;
}

.circleBlue h3{
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#zipZ {
	width: 51px;
	display: inline-block;
	margin-top: 25%;
}

/* position based, outside circle div

#zipZ {
	position: absolute;
	width: 51px;
	top: 45.1%;
	left: 46.7%;
} */

#mapGrid, .mapGrid {
	height: 100%;
	width: 745px !important;
	position: absolute;
	top: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	z-index: 1;
}

.gridCol {
	width: 40.4%;
	padding: 5px;
}

.bigRoomBtn{
	height: 24.6%;
}

.lastBigBtn{
	height: 24.7%;
}

.smallRoomBtn{
	height: 19.4%;
}

.lastSmallBtn{
	height: 19.5%;
}


.emptyHallway {
	height: 9.5%;
}


#canDoCouncilFooter{
	margin-top: 50px;
}

.backToMap {
	background-color: #ffffff3d;
	padding: 10px 18px;
	transition: .3s ease;
}

.backToMap:hover,
.backToMap:focus  {
	background-color: #0000004d;
	cursor: pointer;
}

/* Modal style */

.side-panel {
	animation: fadeInRight 0.25s ease;
	background-color: #ffffff;
	color: #444444;
	padding: 2rem;
	position: fixed;
	right: 10%;
	top: 5%;
	bottom: 5%;
	width: 80%;
	box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.5);
	z-index: 999;
	overflow: auto;
	font-size: .95em;
	left: 10%;
	border-radius: 10px;
}

@media(min-width:1500px){
	.side-panel{
		width: 65%;
		left: 17.5%;
		right: 17.5%;
	}
}

.side-panel .close {
	position: absolute;
	top: 22px;
	right: 22px;
	font-weight: 600;
	background-color: white;
	border-radius: 100px;
}

.side-panel .close i {
	border: 1px solid black;
	border-radius: 50%;
	padding: 8px 10px;
	height: fit-content;
	transition: .3s ease;
}

.side-panel .close i:hover,
.side-panel .close i:focus {
	border: 1px solid #ddd;
	background-color: #ddd;
}


/* Responsive View */

.largeScreenView{
	display: block;
}

.mobileScreenView{
	display: none;
}

.can-do-council-wrapper h3 {
	font-weight: 600;
	font-size: 20px;
	display: inline-block;
}

.backToMainList{
	display: inline-block;
	padding: 13px 16px;
	margin-right: 12px;
}

.mobileScreenView .category{
	border-radius: 100px;
	margin-bottom: 10px;
	line-height: 30px;
}

@media(max-width: 799px){
	.largeScreenView{
		display: none;
	}
	
	.mobileScreenView{
		display: block;
	}

	.modal .mobile-warning {
		display: block;
	}

	.side-panel .close {
		position: sticky;
		top: 0;
		right: 0;
		float: right;
	}
}

@media(max-width:411px){
	.mobileHeader{
		margin-bottom: 30px;
	}
}

/* Background Icons */

#docIconWrapper {
	position: absolute;
	height: 400px;
	width: 275px;
	background-image: url(/media/1305/doc-bk.png);
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	top: 30%;
	left: 0;
}

#ballIconWrapper {
	position: absolute;
	height: 25%;
	width: 18%;
	background-image: url(/media/1304/tennis-bk.png);
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	top: 30%;
	right: 0;

}

#studentIconWrapper {
	position: absolute;
	height: 25%;
	width: 18%;
	background-image: url(/media/1310/study-bk.png);
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	bottom: 5%;
	left: 0;

}

#recycleIconWrapper {
	position: absolute;
	height: 25%;
	width: 18%;
	background-image: url(/media/1303/recycle-bk.png);
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	bottom: 5%;
	right: 0;

}

@media(max-width: 1335px){
	#recycleIconWrapper,
	#ballIconWrapper,
	#studentIconWrapper,
	#docIconWrapper{
		width: 15%;
		height: 20%;
	} 
}

@media(max-width: 1100px){
	#recycleIconWrapper,
	#ballIconWrapper,
	#studentIconWrapper,
	#docIconWrapper{
		display: none;
	} 
}

@media(min-width: 2000px){
	#recycleIconWrapper,
	#ballIconWrapper,
	#studentIconWrapper,
	#docIconWrapper{
		display: none;
	} 
}

.mobileHeader{
	margin: 0 -5rem 0 0;
}
.subList{
	margin: 0 -5rem 0 5rem;
}

.transparent,
.transparent:hover,
.transparent:focus{
	background-color: transparent !important;
	color: transparent !important;
	border-color: transparent !important;
	cursor: initial !important;
}