/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Navigation
# Content
## Custom Element
### Accordion
# Footer
# Media - Max
# Media - Min
--------------------------------------------------------------*/
:root {
    --black: #343434;
    --grey: #6D6D6D;
    --blue: #279BDB;
    --dark-blue: #166999;
    --light-blue: #D3EBF8;
    --green: #87d83d;
    --light-green: #F6FCF0; /*#;*/
    --shadow: 0px 0px 17px 5px rgba(0,0,0,0.1)
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.row,
.vc_row{
	margin-left: 0!important;
 	margin-right: 0!important;
	width: 100%;
}
.vc_column_container>.vc_column-inner {
  padding: 0!important;
}
.screenreader-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.width-container {
  max-width: 1300px;
  margin-left: auto!important;
  margin-right: auto!important;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
  float: unset!important;
}
.d-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html{
	font-size: 18px;
}
.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a {
  color: #fff;
}
.text-center,
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6,
.text-center p,
.text-center a {
  text-align: center;
}
h1{
	color: #00326F!important;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.logo img{
	max-width: 150px;
}
.h-100 .wpb_wrapper,
.h-100 .wpb_raw_code{
	height: 100%;
}

.btn, 
.gform_footer .gform_button, 
#main .vc_row .fca_qc_quiz .fca_qc_button {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.7em;
	padding: 5px 20px !important;
	text-decoration: none !important;
	border-radius: 3px;
	text-align: center;
	background-color: #0071BC;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: none !important;
}
.btn:hover,
.btn:focus,
.gform_footer .gform_button:hover,
.gform_footer .gform_button:focus,
#main .vc_row .fca_qc_quiz .fca_qc_button:hover,
#main .vc_row .fca_qc_quiz .fca_qc_button:focus {
	background-color: #45A842;
	color: #fff;
}
.background-white{
	background-color: #fff;
}
.border-radius{
	border-radius: 10px;
}
.box-shadow{
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.1);
}

.gform_footer{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 0;
	margin-bottom: 0;
}
input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="reset"], 
input[type="search"], 
input[type="tel"], 
input[type="text"], 
input[type="url"], 
select, 
textarea,
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="password"]:focus, 
input[type="reset"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="text"]:focus, 
input[type="url"]:focus, 
select:focus, 
textarea:focus{
	width: calc(100% - 30px);
	border-radius: 5px;
	border: 2px solid #000!important;
	padding: 10px 15px;
	font-family: 'Palanquin', sans-serif;
	font-size: 18px;
	color: #717171;
}


::-webkit-input-placeholder { /* Edge */
	color: #717171;
	opacity: 1;
	font-family: 'Palanquin', sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #717171;
	opacity: 1;
	font-family: 'Palanquin', sans-serif;
}

::placeholder {
	color: #717171;
	opacity: 1;
	font-family: 'Palanquin', sans-serif;
}
/*--------------------------------------------------------------
## Custom Element
--------------------------------------------------------------*/
.div.fca_qc_quiz p.fca_qc_quiz_title,
.div.fca_qc_quiz .fca_qc_quiz_description{
	font-family: 'Palanquin', sans-serif!important;
}
#main .fca_qc_quiz div.fca_qc_answer_div{
	background-color: #0071BC!important;
	border-color: #0071BC!important;
} 
#main .fca_qc_quiz div.fca_qc_answer_div:hover,
#main .fca_qc_quiz div.fca_qc_answer_div:focus{
	background-color: #45A842!important;
	border-color: #45A842!important;
} 
#main .fca_qc_score_text{
	margin-top: 0!important;
}
/*--------------------------------------------------------------
### Tab
--------------------------------------------------------------*/
.vc_tta-panels{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.1);
}
#main .vc_tta-panel{
	display: none!important;
	background-color: #fff;
}
#main .vc_tta-panel.vc_active{
	display: block!important;
}
#main .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {
	padding: 2rem !important;
	height: 100%!important;
	min-height: unset!important;
}
.vc_tta-tabs-list{

}
#main .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a {
	background: #0071BC;
	color: #fff;
	border-radius: 10px 10px 0 0;
	border: none;
}
#main .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active > a{
	background: #45A842;
}
#main .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	margin-right: 5px;
	margin-left: 1px;
}
/*--------------------------------------------------------------
# Media - MAX
--------------------------------------------------------------*/
@media only screen and (max-width: 992px) {

}
/*--------------------------------------------------------------
# Media - MIN
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  
}