
/* ==========================================================================
   FREQUENTLY ASKED QUESTIONS - FAQ
   ========================================================================== */
/*a.showFAQ.asTab::after {
    background: #407ec9 none repeat scroll 0 0;
    border-radius: 50%;
    color: #d4e2ef;
    content: "?";
    display: inline-block;
    font-size: 12px;
    height: 12px;
    line-height: 1;
    margin-left: 3px;
    padding: 3px;
    text-align: center;
    width: 12px;
}
a.showFAQ.asTab {
    background: #d4e2ef none repeat scroll 0 0;
    border-color: #d10a39;
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    bottom: 0;
    color: #407ec9;
    line-height: 1;
    outline: medium none;
    padding: 5px 10px;
    position: fixed;
    right: 10%;
    z-index: 998;
}*/

/* -- New ShowFAQ Button - Elie Herrera 05/12/2017 -- */
a.showFAQ {
  border-radius: 5px;
  border: 0;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  background-color: #141B4D;
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  text-decoration: none;
  width: 90px;
}
a.asTab {
  border-radius: 5px 5px 0 0;
  border: 0;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  background-color: #141B4D;
  color: #fff;
  line-height: 1;
  padding: 14px 18px 10px;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 10%;
  z-index: 998;
}
a.showHelp.asTab {
    background-color: #407ec9;
    height: 80px;
}
a.needHelp.asTab {
    display: inline;
    transform: rotate(-90deg);
    background-color: #141b4d;
    height: auto;
    width: auto;
    bottom: calc(20% + 166px);
    line-height: 0.9px;
    border-radius: 5px 5px 0px 0px;
}
#questionIcon {
    background-color: white;
    color: #141b4d;
    border-radius: 50%;
    padding: 0 6px;
    margin-left: 5px;  
}
/*
a.showFAQ.asTab::after {
    background: #fff;
    border-radius: 50%;
    color: #407ec9;
    content: "?";
    display: inline-block;
    font-size: 14px;
    height: 12px;
    line-height: 1;
    margin-left: 8px;
    padding: 1px 2px 4px 4px;
    text-align: center;
    width: 12px;
}
*/
/*
a.showHelp.asTab::before {
    background: #fff;
    border-radius: 50%;
    color: #407ec9;
    content: "\f0a1";
    font-family: fontawesome;
    display: inline-block;
    font-size: 14px;
    height: 12px;
    line-height: 1;
    margin-left: 8px;
    padding: 1px 2px 4px 4px;
    text-align: center;
    width: 12px;
}
a.showHelp.asTab::before {
	color: #D10A39;
	color: #407ec9;
}
*/

@media only screen and (min-width: 768px) {
	.visible-xs {
		display: none;		
	}
	a.showHelp.asTab {
		display: none !important;
    }
    a.needHelp.asTab {
		bottom: 0 !important;
        right: calc(10% + 100px) !important;
        padding: 20px 12px !important; 
        transform: none !important;
    }
}
/* @media only screen and (min-width: 1079px) {
    a.needHelp.asTab {
        display: none !important;
    }
} */
@media only screen and (max-width: 767px) {
	.hidden-xs {
		display: none;		
	}
	a.asTab {
		bottom: 20%;
		width: 20px;
		padding: 20px 10px;
		border-radius: 5px 0 0 5px;
    width: 35px;
	}
	a.showFAQ.asTab {
		right: 0;
	}
	a.showHelp.asTab {
		right: 0;
    bottom: 20%;
    height: 100px;
    }
    a.needHelp.asTab {
        right: -44px;
    }
}

#faqContain {
    background: #fff none repeat scroll 0 0;
    /*border: 2px solid #407ec9;*/
    /*border-radius: 6px;*/
    box-shadow: 0 -4px 32px rgba(0,0,0,0.5);
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 94%;
    z-index: 1000;
    overflow: hidden;
}
#faqContain.show {
    right: 0;
}
#faqContain .header {
    /*border-radius: 6px 6px 0 0;*/
    background: #141B4D none repeat scroll 0 0;
    color: #fff;
    padding: 12px 18px;
    font-weight: 600;
    /* text-transform: uppercase; */
    font-size: 16px;
}

#faqContain .closeFAQ::after {
    /*border: 1px solid;*/
    /*border-radius: 3px;*/
    content: "\2A2F";
    font-size: 28px;
    line-height: 1;
    padding: 0 4px 1px;
}
#faqContain .closeFAQ {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 4px;
}

#faqContain .body {
    /* padding: 20px; */
    overflow-y: scroll;
}
#faqContain .body h3 {
	font-size: 22px;
}
#faq_search {
	/* float: right; */
	padding: 10px 15px;
	/* width: calc(100% - 30px); */
	width: 80%;
	/*font-size: 24px;*/
	text-align: left;
	margin: 13px;
	display: block;
	border: 3px solid #407ec9;
  	border-radius: 7px;
	/* border-bottom: 1px solid #CCC; */
	background: #f6faff;
	color: #343434;
	outline: none;
}
.faq_search_list_title {
	/* text-align: center; */
}
#faq_search_list {
/*
	background: #f3f3f3;
	color: #343434;
*/
}
#faq_search_list, #faq_featured {
    list-style: outside none none;
    /* text-align: center; */
    background: #F9FAFB;
    padding: 20px 15px 30px;
}
#faq_featured h3,
#faq_list h3 {
  color: #231f20;
}
/*
#faq_list h3 {
  font-size: 16px !important;
}
*/
#faq_list {
    list-style: outside none none;
    padding: 30px 0 0 15px;
}
#faq_list .faq_type {
	border-bottom: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 15px;
}
#faq_list .faq_type .label {
/*     border: 1px solid #407ec9; */
    /* background-color: #E3F3FF; */
    font-size: 20px;
    line-height: 1;
    padding: 10px 0 0;
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
    /* text-align: center; */
/*
    float: left;
    width: 25%;
*/
}

#faq_list .faq_type.show .label {
    color: #407ec9;
}

/*
#faq_list .faq_type .label::after {
    border: 1px solid #407ec9;
    color: #407ec9;
    content: "\2228";
    font-size: 13px;
    padding: 3px 5px;
    position: absolute;
    right: 12px;
    top: 8px;
    transition: all .4s;
}
*/
/*
#faq_list .faq_type.show .label::after {
	-moz-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
*/
#faq_list > li > ul {
    display: none;
    list-style: outside none none;
    margin-bottom: 5px;
    padding: 0;
/*
    float: left;
    width: 75%;
*/
}
.questions li.show {
    /* background-color: #efefef; */
}
.questions > li:before {
	content: "+";
	font-size: 22px;
	color: #407ec9;
	cursor: pointer;
	left: 5px;
    position: absolute;
    top: 12px;
}
.questions li.show:before {
	content: "-";
	padding-right: 20px;
	left: 7px;
}
.questions > li {
    padding: 15px;
    border-bottom: 1px solid #EEE;
    position: relative;
}
.questions > li:first-child {
	padding-top: 6px;
}
.questions > li:first-child::before {
    top: 3px;
}
.questions > li:last-child {
	border-bottom: transparent;
}
.questions > li a.question {
  color: #231f20;
  display: block;
  padding-left: 15px;
}
.questions > li .answer,
.questions > li .answer p {
  font-size: 14px;
  line-height: 1.5;
}
#faq_list > li > ul .answer {
	display: none;
  margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
}
@media only screen and (min-width: 785px) {
	#faqContain {
		width: 50%;
	}
}