@media screen and (min-width: 301px) and (max-width: 900px){
  div#faqLogoHolder{
		display: none;
	}
	div#faqMainHolder{
		position: relative;
		display: inline-block;
		width: calc(100% - 40px);
		height: auto;
		margin-left: 10px;
	}
	div.faqSecCon{
		position: relative;
		display: inline-block;
		padding-top: 0;
		padding-left: 40px;
		padding-bottom: 50px;
		width: calc(100% - 30px);
		height: auto;
	}
	div.faqMarker{
		position: absolute;
		left: 0;
		width: 30px;
		height: 30px;
		color: #00245D;
		font-family: akBold;
		font-size: 1.8em;
		line-height: 1em;
	}
	div.faqQuest{
		color: #00245D;
		font-family: kBold;
		font-size: 1.8em;
		line-height: 0.9em;
		padding-bottom: 10px;
	}
	div.faqAns{
		color: #00245D;
		font-family: kReg;
		font-size: 1.1em;
		line-height: 1.1em;
		text-align: left;
	}
	a.faqLink{
		opacity: 1;
		display: inline-block;
		font-family: kBold;
		color: #A3862F;
		text-decoration: none;
		transition: opacity 0.3s;
	}
	.faqLink:hover{
		opacity: 0.5;
		transition: opacity 0.3s;
	}
}

@media screen and (min-width: 901px){
  div#faqLogoHolder{
		position: absolute;
		top: 5em;
		left: 20vw;
		width: auto;
		height: calc(100% - 10em - 8vh);
	}
	div#faqLogoCon{
		position: -webkit-sticky;
		position: sticky;
		top: 10em;
		left: 0;
		width: 15vw;
		height: 15vw;
		background-image: url("../sources/system/v-watermark.svg");
		background-attachment: aboslute;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	div#faqMainHolder{
		position: relative;
		display: inline-block;
		width: calc(55% - 2vw);
		height: auto;
		margin-left: calc(20vw + 15vw);
	}
	div.faqSecCon{
		position: relative;
		display: inline-block;
		padding-top: 0;
		padding-left: 3vw;
		padding-bottom: 5vw;
		width: 80%;
		height: auto;
	}
	div.faqMarker{
		position: absolute;
		left: 0;
		width: 30px;
		height: 30px;
		color: #00245D;
		font-family: akBold;
		font-size: 2em;
		line-height: 1em;
	}
	div.faqQuest{
		color: #00245D;
		font-family: kBold;
		font-size: 2em;
		line-height: 1em;
		padding-bottom: 1vw;
	}
	div.faqAns{
		color: #00245D;
		font-family: kReg;
		font-size: 1.25em;
		line-height: 1.1em;
		text-align: left;
	}
	a.faqLink{
		opacity: 1;
		display: inline-block;
		font-family: kBold;
		color: #A3862F;
		text-decoration: none;
		transition: opacity 0.3s;
	}
	.faqLink:hover{
		opacity: 0.5;
		transition: opacity 0.3s;
	}
	
}