
/* User Guide css */
.contents-container {
	margin: 50px 0 50px 50px;
    background-color: #151A40;
    padding: 7% 10%;
    box-sizing: border-box;
	color: #fff;
	border-radius: 30px;
	position: relative;
	z-index: 1;
}
.contents-title {
	text-decoration: underline;
	font-size: 2em;
	font-family: Quicksand;
}
.contents-section a {
	color: #fff;
	font-family: raleway;
	display: block;
	margin: 3% 0;
}
.contents-heading-1 {
	font-weight: bold;
	font-size: 1.25em;
	margin-top: 7% !important;
}
.contents-heading-2 {
	
}
.contents-heading-3 {
	margin-left: 5% !important;
	font-size: 0.8em;
}
.accordion-section {
	margin: 50px;
	position: relative;
	z-index: 1;
}
.ug-section {
	filter: drop-shadow(0mm 1mm 2mm rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
    border-radius: 30px;
    padding: 5%;
	font-family: raleway;
	color: #151A40;
	margin-bottom: 4%;
}
.ug-content-section {
	margin-top: 20px;
}
.ug-heading-1 {
	font-size: 1.4em;
	color: #151A40;
	font-weight: 800;
	cursor: pointer;
	margin: 0;
}
.ug-heading-1:hover, .ug-heading-1:focus {
	color: #151A40;
}
.ug-heading-2 {
	font-size: 1.2em;
	text-decoration: underline;
	font-weight: bold;
}
.ug-heading-3 {
	font-size: 1.1em;
	font-weight: 600;
	display: inline-block;
}
.create-new-event-image {
	width: 25%;
}
.switch-events-image {
	width: 35%;
}
.ug-boxout {
	font-weight: bold;
	border: 3px solid #151A40;
	border-radius: 30px;
	background-color: rgba(21, 26, 64, 0.1);
	margin-top: 30px;
	margin-bottom: 30px !important;
}
.ug-boxout p {
	margin: 20px;
}
.ug-bullet {
	width: 20px;
	height: auto;
	display: inline-block;
	vertical-align: text-bottom;
}
.ug-heading-1::before {
	content: "";
	background-image: url(../img/userguide-accordion-closed.png);
	width: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    height: 1.4em;
	background-position: 50% 50%;
}
.ug-heading-1[aria-expanded="true"]::before {
	background-image: url(../img/userguide-accordion-open.png);
}
.userguide-shape1 {
	position: absolute;
    width: 26%;
    right: 0;
    top: 0px;
}
.userguide-shape2 {
	position: absolute;
    width: 26%;
	left: 20%;
    top: 800px;
}
.userguide-shape3 {
	position: absolute;
    width: 20%;
    right: 0;
    bottom: 0px;
}
.content-container {
	position: relative;
}
.uk-accordion-content li {
	list-style-type: disc;
}
.ug-close {
	cursor: pointer;
}

@media only screen and (max-width: 959px)  {
	.contents-content {
		display: none;
	}
	.userguide-shape2 {
		left: -70px;
	}
	.accordion-section {
		margin: 30px;
	}
}

@media only screen and (max-width: 550px)  {
	.accordion-section {
		margin: 20px;
	}
	.ug-section {
		border-radius: 20px;
	}
	.userguide-shape1 {
		position: absolute;
		width: 56%;
		right: 0;
		top: 140px;
	}
}