.faqformDiv {
		min-height: 100vh;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background: url(../img/faqBGM.jpg) no-repeat;
		background-size: cover;
                margin: -9vw 0 0;
}
.faqformDiv .cContent {
		padding:40px 0
}

.faqContentLarge{
max-width: 1200px !important;
}
.faq_list {
		padding-top: 5vw;
		padding-bottom: 5vw;
		width: 90vw;
		margin: 0 auto;
		list-style-type: none;
		padding-left: 0;
}
.faq_list li {
		margin-bottom: 2vw;
		padding: 0;
		display: block;
		position: relative;
		-webkit-transition: padding 500ms ease-out 0s;
		-moz-transition: padding 500ms ease-out 0s;
		-o-transition: padding 500ms ease-out 0s;
		transition: padding 500ms ease-out 0s;
}
.faq_list li:last-child {
		margin-bottom: 0;
}
.faq_list li h5 {
		cursor: pointer;
		text-align: center;
		transition: .5s;
		padding: 0 2vw;
		height: auto;
		text-transform: uppercase;
		line-height: 120%;
		font-family: 'druk';
		font-weight: normal;
		color: #fbd30b;
		font-size: 20px;
		letter-spacing: 1px;
		width: 80vw;
		margin: 0px auto 10px;
                max-width: 1000px;
}
.faq_list li h5 sup {
		font-size: 60%;
		line-height: 1;
		vertical-align: super;
}
.faq_list li .faq_body .faq_body_i {
		padding: 10px 20px;
		max-width: 400px;
		margin: 0 auto;
		border: 2px solid #fbd30b;
		border-radius: 8px;
		background: #035496;
		margin-bottom: 30px;
		cursor: pointer
}
.faq_list li .faq_body p {
		margin: 0;
		margin-bottom: 10px;
		text-align: left;
		font-size: 18px;
}
.faq_list li .faq_body p:last-child {
		margin-bottom: 0;
}
.faq_list li .faq_body ul {
		list-style-type: disc;
		text-align: left;
}
.faq_list li .faq_body ul li {
		list-style-type: disc;
		text-align: left;
		border:none;
		margin: 0 0 5px 0;
		padding: 0;
		display: list-item;
}
.faq_list li .faq_body ul li:last-child {
		margin-bottom: 0;
}
.faq_list li table {
		font-size: 3vw;
		border-collapse: collapse;
}
.faq_list li table tr:not(:last-child) {
		border-bottom: 2px solid #215fac;
}
.faq_list li table thead tr {
		border-bottom: 2px solid #215fac;
}
.faq_flex {
		display: flex;
}
.faq_sq {
		content: "";
		width: 28vw;
		margin: 0px;
		height: auto;
		background: url(../img/squiggle.png) 0 0 no-repeat;
                background-position: center;
                max-width: 200px;
}
.faq_body_i a {
		text-decoration: underline;
}

.FAQTitleM{
		display: block;
		width: 300px;
		margin: 30px auto;
}

.FAQTitle{
		display: none
}

@media only screen and (min-width: 768px) {
		.FAQTitleM{
				display: none
		}

		.FAQTitle{
				display: block;
    width: 60vw;
    margin: 0px auto;
		}

		.faq_list {
    width: 100%;
		}
                .faqformDiv{
                    margin: -4vw 0 0;
                }

		.faq_list li .faq_body .faq_body_i {
    max-width: 800px;
		}
}
