.acc-head {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: unset !important;
	padding: 10px 10px 10px 10px;
	height: auto;
	transition: all 0.5s;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	background-color: #313558;
	border-radius: 0;
	margin-bottom: 10px !important;
	border: 1px solid #313558;
	text-align: left;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	text-align: center;
}



.acc-head:focus {
	outline: 2px solid #313558;
	outline-offset: 2px;
	background-color: #313558;
	border-color: #313558;
}

.acc-head:hover {
	color: #fff;
	background-color: #313558;
}

@media (prefers-reduced-motion: reduce) {
	.acc-head {
		transition: none;
	}
}
.acc-body {
	width: 100%;
	max-width: unset !important;
	margin-block-start: 0 !important;
}
.acc-body p:last-child {
	margin-bottom: 20px;
}
.acc-body ul {
	list-style: inside;
	padding: 20px 0 20px 0;
}
.acc-head svg {
	width: 24px;
	height: 24px;
	fill: #fff;
	transition: all 0.5s;
	flex-shrink: 0;
}

.acc-head:hover svg {
	width: 24px;
	height: 24px;
	transition: all 0.5s;
	flex-shrink: 0;
}

.acc-body a{
	color: #1B5D83;
	transition: all 0.5s;
	text-decoration: none;
}

.acc-body a:hover{
	color: #313558BF;
}

@media (prefers-reduced-motion: reduce) {
	.acc-head svg {
		transition: none;
	}
}
.acc-head .toggle-on {
	display: none;
}
.acc-title {
	line-height: 1.1em;
	max-width: calc(100% - 60px);
}
.acc-head.active .toggle-off {
	display: none;
}
.acc-head.active .toggle-on {
	display: block;
}
.acc-body {
	display: none;
	flex-wrap: wrap;
	position: relative;
	color: #000;
	margin-top: 0;
	padding: 0 10px 0 10px;
}
.acc-body .block-editor-inner-blocks {
	position: relative;
	clear: both;
	width: 100% !important;
}
.acf-block-preview .acc-body {
	display: flex !important;
}
.acc-body.active {
	display: block;
}
.acc-body p {
	line-height: 2em;
}
.acc-body p:first-child {
	margin-top: 0;
}

.narrow-accord{
	max-width: 1200px !important;
}

.narrow-accord .acc-head{
	font-weight: normal !important;
	text-transform: capitalize !important;
}

.wp-singular .acc-head {
	background-color: #1c8ece;
	transition: all 0.5s;
}

.wp-singular .acc-head:hover {
	color: #fff;
	background-color: #313558;
}


.wp-singular .acc-head .acc-title{
	width: 100%;
	padding-left: 70px;
}

.wp-singular .acc-body a{
	color: #313558;
}

.wp-singular .acc-body a:hover{
	color: #	1c8ece;
}



.ul-accords .acc-head{
	background-color: #fff;
	color: #1c8ece;
	font-weight: 700 !important;
	border: 1px solid rgba(150, 150, 150, .2);
	margin-bottom: 5px !important;
}

.ul-accords .acc-head svg{
	fill: #1c8ece;
}


.ul-accords .acc-body{
	margin-top: 0 !important0;
	border: 1px solid rgba(150, 150, 150, .2);
	background-color: rgba(244, 244, 244, 0.77);
	padding-top: 20px;
}

.ul-accords .acc-head .acc-title{
	width: auto !important;
	padding-left: 0
}

.ul-accords .acc-body p{
	line-height: 1.25em;
}
