@charset "utf-8";
/* CSS Document */

.events-detail-section {
  position: relative;
  padding: 10px 0px 100px;
}

.multicolumn ul{
  width:100%;
  margin-bottom:20px;
  overflow:hidden;
}
.multicolumn li{
  float:left;
  display:inline;
}
.double li  { width:50%;} 
.triple li  { width:33.333%; } 
.quad li    { width:25%; } 
.six li     { width:16.666%; } 


 .qa{
	 display: block;
	 width: 100%;
	 height: 56px;
	 border: 0px;
	 font-weight: 400;
	 padding: 8px 25px;
	 border-radius: 3px;
	 line-height: 28px;
	 font-size: var(--font-16);
	 color: var(--roofie-fourth-color);
	 transition: all 500ms ease;
	 -moz-transition: all 500ms ease;
	 -webkit-transition: all 500ms ease;
	 -ms-transition: all 500ms ease;
	 -o-transition: all 500ms ease;
	 border: 2px solid var(--color-eightythree);
 }


@media only screen and (max-width: 2400px){}

@media only screen and (max-width: 1700px){}

@media only screen and (max-width: 1340px){}

@media only screen and (max-width: 1140px){}

@media only screen and (min-width: 768px){}

@media only screen and (max-width: 870px){}

@media only screen and (max-width: 976px){}
	
@media only screen and (max-width: 1023px){}

@media only screen and (max-width: 767px){

	.double li  { width:33%;} 
	.triple li  { width:33%; } 
	.quad li    { width:33%; } 
	.six li     { width:33%; } 

	
	}

@media only screen and (max-width: 599px){

	.double li  { width:50%;} 
	.triple li  { width:50%; } 
	.quad li    { width:50%; } 
	.six li     { width:50%; } 

	

}

@media only screen and (max-width: 479px) {

	.double li  { width:95%;} 
	.triple li  { width:95%; } 
	.quad li    { width:95%; } 
	.six li     { width:95%; } 

	
}



.accordion-text blockquote {
	font-size:14px;
}


