	#faq,
	#faq-categories ol,
	#faq > div.faq_category,
	#faq .question  { 
		float:left; 
		width:100%; 
	}
	
	
	#faq-page #banner-main p,
	#faq > label,
	#faq-categories li a,
	.question {
		font-size:calc(1em + 0.2vw);
	}


	#faq-categories,
	#faq {
		margin-bottom:4rem;
	}

	#faq h2 { 
		border-bottom: 3px solid #ede9e7;
		color: #893f1c;
		float:left;
		font-size: 1.5em;
		padding:10px 15px 10px 0; 
	}
	
	#faq > div.faq_category {
		margin-top:2em; 
	}
	
	#faq-categories h3 {
		color:#893f1c;
		margin-bottom:calc(1rem + 0.4vw);
		text-transform:none;		
	}
	
	#faq-categories ol {
		padding-left:0px;
	}
	
	#faq-categories li {
		list-style:none;
		padding-bottom:5px;
		padding-top:5px;
		float:left;
		width:30%;
	}
	

	#faq .question {
		margin:5px 0px 10px 0px;
		padding:10px 15px 10px 0px;
		text-transform:none;
	}	


	#faq .question:hover { 
		color:#000; 
		cursor:pointer; 
	}
	
	#faq .ans {
		border-width:3px; 
		color:#141E2F; 
		display:none; 
		/*font-size: 1.1em;*/
		margin-bottom:20px; 
		padding:10px 30px 15px 30px;
	}
	
	#faq .ans a {
		color:inherit;
	}
	
	#faq .ans p {
		margin:14px 0 12px;
	}
	
	
	#faq .question.sel { 
		color: #000;
	}
	
	#faq .sel *,
	#faq .sel,
	#faq h2,
	#faq > label { 
		font-weight:600; 
	}
	

	#faq-page .icon.svg {
		height:80px;
	}
	
	

	#common-faq .faq_category {
		display:flex;
		display:-webkit-flex;
		align-items: center;
		-webkit-align-items: center;
	}

	#svgh-question {
		border: 2px solid #cd5e27;
		border-radius: 60px;
		fill: #cd5e27;
		height: 90px;
		margin-right:10px;
		padding: 10px;
		width: 90px;
	}
	
	#common-faq {
		background-color:#fff;
		padding: 2vw 0px 1.5vw 0px;
	}
	
	#common-faq h2 {
		border-bottom:none;
		color: #444444;
		font-size:calc(2em + 1.5vw);
		margin-bottom: 0px;
	}
	
	#common-faq h2 span {
		color:#cd5e27;
	}

	#common-faq .question {
		font-size: calc(2rem + 0.3vw);
		color: #000;
	}



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

		#faq-categories,
		#faq {
			margin-bottom:30px;
		}

		#faq-categories ol {
			display:flex;
			display:-webkit-flex;
			flex-flow:row wrap;
			-webkit-flex-flow:row wrap;
			justify-content:space-between;
			-webkit-justify-content:space-between;
			align-items:flex-start;
			-webkit-align-items:flex-start;
		}
		
		#faq-categories li {
			background-color:#f4f4f4;
			border-radius:3px;
			font-weight: 600;
			margin:3px auto;
			padding:6px 10px;
			width:48%;
		}
		
		#faq-categories li a {
			font-size:16px;
		}
		
		#faq > label {
			font-size:24px;
		}
		
		#faq .question {
			font-size: 2rem;
		}

		#faq-page img.icon {
			height: 100px !important;
		}

		#faq-page .icon.svg {
			height: 150px;
		}

		#faq .ans {
			background-color:#f5f2f0; 
			border-radius:3px;
			color:#000000; 
			border:none;
			font-size: 1.2em;
			font-weight:600;
			word-break: break-word;
		}


		#faq-page .glyph {
			display:none;
		}
		
		
		#common-faq .faq_category {
			align-items: flex-start;
			-webkit-align-items: flex-start;
			flex-direction: column-reverse;
			-webkit-flex-direction: column-reverse;
		}

		#svgh-question {
			border:none;
			height:75px;
			margin:-10px 0px 0px -3px;
			padding:0px;
			width:75px;
		}

		#common-faq h2 {
			font-size: 2.5rem;
			letter-spacing:normal;
			padding: 0px;
		}
		
		#common-faq .question {
			border-bottom: 1px solid #ebccbd;
			margin-bottom: 0px;
			padding-bottom: 20px;
		}
		
		#common-faq #faq .question:hover {
			text-decoration:none;
		}
		
		#common-faq .question.sel {
			border-bottom: none;
			color: #b53c00;
			padding-bottom: 10px;
		}
		
		#common-faq .question.sel + .ans {
			margin-bottom: 10px;
		}
	}
	
	
	@media screen and (min-width:992px) {
		#faq-page #banner-main .container-fluid {
			padding-left:4vw;
		}

		#faq-page #banner-main h1 {
			font-size:calc(4em + 1vw);
			padding: 0px;
		}

		#faq-categories li a:before,
		#faq .question:before { 
			float:left;
			font-family: 'Glyphicons Halflings';
			font-weight: bold;
		}		

		#faq .question:before { 
			color: #ede9e7;
			content: '\e250';
			font-size:12px;
			font-weight: bold;
			margin-right:6px;
			margin-top: 6px;		
			transition: transform .3s ease-in-out;
		}	

		#faq .question.sel:before { 
			color:#cd5e27; 
			-webkit-transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			-o-transform: rotate(90deg);
		}	

		#faq-categories li a:before { 
			color:#c3bab5;
			content: '\e252';
			font-size:10px;
			margin-right:5px;
			margin-top: 7px;
		}
		
		#faq .question { 
			color: #989494;
		}
		
		#faq .ans {
			box-shadow: 0 0 45px rgb(90 79 40 / 10%);
		}
		
		
		#common-faq .faq_category {
			margin-bottom:calc(15px + 1vw);
		}
		
		#common-faq .question {
			border-bottom: 2px solid #f4f4f4;
			color: #555;
			margin-bottom: 0px;
			padding-bottom: 15px;
		}
		
		#common-faq .question.sel {
			border-bottom: none;
		}
	
		#common-faq .question:before {
			margin-top:0.75vw;
		}
		
		#common-faq .ans {
			border-left: 2px solid #dfa88c;
			box-shadow: none;
			margin:0px 0px 10px 6px;
			padding: 5px 0px 10px 15px;
		}
	}


