.content-wrapper{
	
	margin-top: 230px;
	min-height: 90vh;
	    margin-left: 150px;
    margin-right: 150px;
}


.content-wrapper h1{
	width: 100%;
	text-align: center;
	font-family: dense;
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 20px;
}


.frequently-asked-question h2{
	font-size: 23px;
	letter-spacing: 4px;
	font-family: dense;
	margin-bottom: 10px;
	margin-top: 10px;
			background-image: url(/assets/img/templatefaq/plus-icon.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
	cursor: pointer;
	padding-left: 45px;
}

.frequently-asked-question .answer{
		display: none;
	font-family: avenir, lato;
	line-height: 35px;
	font-size: 16px;
	letter-spacing: 2px;
	    width: 90%;
	    margin-top: 12px;
	    padding-left: 45px;
}


:checked  ~ .frequently-asked-question div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
-webkit-transition: 500ms all linear;
transition: 500ms all linear;
}


[type="checkbox"]{
	display: none;
}


.frequently-asked-question h2:hover{
	color: #ab8b6c;
	 background-image: url(/assets/img/templatefaq/plus-icon-active.svg);

}



:checked + .frequently-asked-question h2{
background-image: url(/assets/img/templatefaq/minus-icon-active.svg);
	color: #ab8b6c;
      cursor: pointer;
}

:checked + .frequently-asked-question{
	border-bottom: 1px solid #ab8b6c;
	border-top:1px solid #ab8b6c;
	padding: 10px 0px;
}


.frequently-asked-question{
	padding-top: 10px;
	padding-bottom: 10px;
}




