
@font-face {
    font-family: 'kometblack';
    src: url('../fonts/komet-black-webfont.eot');
    src: url('../fonts/komet-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/komet-black-webfont.woff2') format('woff2'),
         url('../fonts/komet-black-webfont.woff') format('woff'),
         url('../fonts/komet-black-webfont.ttf') format('truetype'),
         url('../fonts/komet-black-webfont.svg#kometblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kometbold';
    src: url('../fonts/komet-bold-webfont.eot');
    src: url('../fonts/komet-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/komet-bold-webfont.woff2') format('woff2'),
         url('../fonts/komet-bold-webfont.woff') format('woff'),
         url('../fonts/komet-bold-webfont.ttf') format('truetype'),
         url('../fonts/komet-bold-webfont.svg#kometbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kometextralight';
    src: url('../fonts/komet-extralight-webfont.eot');
    src: url('../fonts/komet-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/komet-extralight-webfont.woff2') format('woff2'),
         url('../fonts/komet-extralight-webfont.woff') format('woff'),
         url('../fonts/komet-extralight-webfont.ttf') format('truetype'),
         url('../fonts/komet-extralight-webfont.svg#kometextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kometheavy';
    src: url('../fonts/komet-heavy-webfont.eot');
    src: url('../fonts/komet-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/komet-heavy-webfont.woff2') format('woff2'),
         url('../fonts/komet-heavy-webfont.woff') format('woff'),
         url('../fonts/komet-heavy-webfont.ttf') format('truetype'),
         url('../fonts/komet-heavy-webfont.svg#kometheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kometlight';
    src: url('../fonts/komet-light-webfont.eot');
    src: url('../fonts/komet-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/komet-light-webfont.woff2') format('woff2'),
         url('../fonts/komet-light-webfont.woff') format('woff'),
         url('../fonts/komet-light-webfont.ttf') format('truetype'),
         url('../fonts/komet-light-webfont.svg#kometlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kometmedium';
    src: url('../fonts/komet-medium-webfont.eot');
    src: url('../fonts/komet-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/komet-medium-webfont.woff2') format('woff2'),
         url('../fonts/komet-medium-webfont.woff') format('woff'),
         url('../fonts/komet-medium-webfont.ttf') format('truetype'),
         url('../fonts/komet-medium-webfont.svg#kometmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kometregular';
    src: url('../fonts/komet-regular-webfont.eot');
    src: url('../fonts/komet-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/komet-regular-webfont.woff2') format('woff2'),
         url('../fonts/komet-regular-webfont.woff') format('woff'),
         url('../fonts/komet-regular-webfont.ttf') format('truetype'),
         url('../fonts/komet-regular-webfont.svg#komet_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kometthin';
    src: url('../fonts/komet-thin-webfont.eot');
    src: url('../fonts/komet-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/komet-thin-webfont.woff2') format('woff2'),
         url('../fonts/komet-thin-webfont.woff') format('woff'),
         url('../fonts/komet-thin-webfont.ttf') format('truetype'),
         url('../fonts/komet-thin-webfont.svg#kometthin') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Generic configuration */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
  color: #5c5c5c;
	font-family: 'kometregular', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  z-index:0;
}
.test{
  margin: 0px;
}
h3 {
	font-family: 'kometextralight', Arial, sans-serif;
	display: block;
	clear: both;
	font-size:16px;
	font-weight: 600;
	line-height:1.4;
	-webkit-margin-before: 0em;
}

/* Link styles */

a {
	font-weight:normal;
	color: #5c5c5c;
	text-decoration:underline;

}
a:hover {
	font-weight:normal;
	color: #5c5c5c;
	text-decoration:underline;
}
.faq_option_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
  display: block;
    clear: both;
}
.faq_option, .recommended_option {
	padding: 0px;
  margin: 5px 0px;
	color: #5C5C5C;
	text-decoration:none;
	font-size: 14px !important;
	line-height: 26px;
	vertical-align: baseline;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease
	-ms-transition: all 0.3s ease
	-o-transition: all 0.3s ease
	transition: all 0.3s ease
}
.faq_option:hover, .recommended_option:hover {
	color: #5C5C5C;
}
.faq_question {
  box-sizing: border-box;
  float: left;
  display: inline-block;
  padding: 0px;
  text-decoration:none;
}
.faq_question:hover {
  box-sizing: border-box;
  float: left;
  display: inline-block;
  padding: 0px;
  text-decoration:underline;
}
.faq_option .fa, .recommended_option .fa {
    font-size: 20px !important;
    display: none;
    box-sizing: border-box;
    padding: 3px 0px 0px 10px;
    color: #66c6c4;
}

/* Forms styles */

::-webkit-input-placeholder {
   font-family: 'kometregular', Arial, sans-serif;
   color: #5c5c5c;
}

:-moz-placeholder { /* Firefox 18- */
   font-family: 'kometregular', Arial, sans-serif;
   color: #5c5c5c;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'kometregular', Arial, sans-serif;
   color: #5c5c5c;
}

:-ms-input-placeholder {  
  font-family: 'kometregular', Arial, sans-serif;
  color: #5c5c5c;
}

input[type='text']{
	font-family: 'kometregular', Arial, sans-serif;
	padding: 10px;
	color: #5c5c5c;
	font-size: 14px;
	outline: 0 none;
	text-transform: uppercase;
	border: 1px solid #e0e0e0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
    -webkit-appearance: none;
}
input[type='text']:hover, input[type='text']:focus {
	border: 1px solid #e0e0e0;
}
textarea {
	font-family: 'kometregular', Arial, sans-serif;
    resize: none;
    padding: 10px;
    background-color: #FFF;
    color: #5c5c5c !important;
    font-size: 14px !important;
    box-sizing: border-box;
    outline: 0 none;
    -webkit-appearance: none;
    border: 1px solid #e0e0e0;
}
select {
	font-family: 'kometregular', Arial, sans-serif;
  width: auto;
  margin-top: 5px;
  margin-right: 5px;
    resize: none;
    padding: 10px;
    background-color: #FFF;
    color: #5c5c5c !important;
    font-size: 14px !important;
    box-sizing: border-box;
    outline: 0 none;
    -webkit-appearance: none;
    border: 1px solid #e0e0e0;
}
input[type="radio"] {
	margin: 0px 5px 0px 30px !important;
	cursor: pointer;
}

/* Buttons style */

.but, a.but {
    font-family: 'kometbold', Arial, sans-serif;
    background-color: #ec0733;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    width: 218px;
    text-align: center;
    padding: 12px 0px 12px 0px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}
.but:hover, .but:active {
	background-color: #a91a47;
}
.back {
	width: 150px;
	margin: 0px auto;
	float: left;
	display: inline-block;
}
.next {
	width: 150px;
	margin: 0 auto;
	float: right;
	display: inline-block;
}
.back .fa, .next .fa {
	font-size: 18px !important;
}
.print {
	float: right;
	margin: 0px 0px 0px 40px;
	display: inline-block;
}
.help {
	float: right;
	margin: 0 auto;
	display: inline-block;
}
.fb {
	float: left;
	display: block;
	margin: 15px auto;
  width: 200px;
}
.fbc {
	float: right;
	margin: 15px 0px;
	display: inline-block;
  width: 200px;
}
.fblc {
	float: right;
	margin: 15px 15px 15px 0px;
	display: inline-block;
	padding: 3px 10px 2px 3px;
}
.fa {
    padding: 0px 5px 0px 0px;
    font-size: 14px !important;
}
/*Main Layout Settings*/

.container {
	width: 100%;
    max-width: 1000px;
    min-width: 1000px;
    max-height: 630px;
    min-height: 630px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
 background-color: #fff;
    overflow: hidden;
}
#faq_container {
	display: block;
}
#lc_container {
	display: none;
}
#form_container {
	display: none;
}
.top_header {
	width: 100%;
    margin: 0 auto;
    height: 50px;
    background-color: #fff;
    color: #fff;
    z-index: 2000;
    display: none;
    position: relative;
    border-bottom: 1px solid #dfd4dc;
}
.client_logo_top {
	  position: absolute;
    top: 5px;
    left: 20px;
    width: 130px;
    height: 40px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 130px;
}
.faq_close {
	  width: 20px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    color: #5c5c5c;
}
.faq_close .fa {
	font-size: 19px !important;
}
.header {
	width: 100%;
	margin: 0 auto;
	padding: 15px 40px 15px 20px;
  background-color: #fff;
  overflow: auto;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #dfd4dc;
}
.client_logo {
	position: absolute;
	top: 8px;
  left: 15px;
  width: 235px;
  height: 50px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 165px;
}
.formpos
{
	width: 725px;
	margin: 0 auto;
	padding: 0px;
	float: right;
	display: inline;
	position: relative;
}
.inputcss
{
	width:100%;
	height: 35px;
	margin: 0px auto;
	padding: 10px 50px 10px 10px !important;
	float: right;
	display: inline;
	box-sizing: border-box;
	outline: 0 none;
}
.submitpos {
	position: absolute;
	top: 1px;
  right: 1px;
  width: 49px;
  margin: 0px;
  cursor: pointer;
    padding: 3px 0px 6px 0px;
	color: #ec0733;
	background-color: #ffffff;
	text-align: center;
  text-decoration: none;
}
.submitpos .fa {
	font-size: 12px !important;
	padding: 0px;
}
.main_body {
	width: 75%;
    height: 565px;
    margin: 0 auto 0 0;
    display: block;
    overflow: auto;
 
 background-color: #fff;
}
.faqtAgent_content {
	    width: 65%;
    box-sizing: border-box;
    margin: 0 auto 0px 40px;
    display: block;
    float: left;
 
 background-color: #fff;
}
.faq_css {   
  position: relative;
    width: 100%;
    height: 468px;
    min-height: 468px;
    max-height: 468px;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 1.4;
    margin: 15px auto 0px auto;
    padding: 0px 10px 0px 0px;
    float: left;
    box-sizing: border-box;
}
.fadeboxcss { 
	display: none;
}
.hdng {
	color: #008067;
    padding-bottom: 5px;
    font-size: 24px;
    -webkit-margin-after: 0em;
}
.question_head {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    color: #E92B45;
    font-size: 18px;
}
.question_body {
	margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #5c5c5c;
    text-align: justify;
}
.question_body p img {
    max-width: 100%;
}
.control_panel {
	position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 19px 40px 18px 30px;
    clear: both;
    overflow: auto;
    float: none;
    display: none;
 
 background-color: #fff;
}

/* Autosuggest */

.autosuggestcss {
	position: absolute;
    right: 40px;
    top: 49px;
    width: 725px;
    max-height: 300px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    visibility: hidden;
    overflow: auto;
    z-index: 30000;
    padding: 5px 5px 10px 5px;
    box-sizing: border-box;
}

.as_padding {
	font-size: 14px;
	color: #5c5c5c;
	padding: 5px 8px;
	text-decoration:none;
}

.as_padding_over {
	font-size: 14px;
	color: #5c5c5c;
	padding: 5px 8px;
	cursor:pointer;
	text-decoration: underline;
}

/* Search list formatting */

.faq_number {
	width: 5%;
	font-weight:normal;
	color: #5c5c5c;
	font-size:12px;
	float: left;
  padding-top: 10px;
}
.recommended_number {
	width: 5%;
	font-weight:normal;
	color: #5c5c5c;
	font-size:12px;
	float: left;
}
.faq_wrap {
	float: left;
	display: inline;
	width: 95%;
}
.search_result_cat_tweenie_css {
	font-size: 11px;
	color:#666666;
	text-decoration:none;
	display: block;
	clear: both;
  padding-bottom: 5px;
}

/* Category Menu */

.category_toggle {
  float: left;
  width: 35px;
  height: 35px;
  padding: 0px;
}
.cat_img {
	display: none;
    width: 35px;
    height: 35px;
    padding: 0px;
    margin: 0px;
    color: #008067;
    background-color: #fff;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cat_img .fa {
	font-size: 21px !important;
	padding: 7px 8.5px;
}
.toggled {
	color: #fff;
  background-color: #008067;
}
#categorymenu {
	width: 195px;
  margin: 0 auto;
  float: left;
}
#menuheader {
	float: left;
    display: block;
    margin-top: 20px;
    margin-left: 30px;
    padding: 0px;
    border-bottom: 4px solid #008067;
}
#menuheader h3 {
	font-family: 'kometbold', Arial, sans-serif;
    font-size: 14px;
    color: #008067;
    margin: 5px 15px;
    text-transform: uppercase;
    margin: 0px 0px 6px 0px;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 6px !important;
    -webkit-font-smoothing: antialiased;
}
.menupos1 {
	width: 100%;
	display: block;
	clear: both;
	margin: 15px;
  float: left;
}
.cat_menu {
	margin:0px;
	padding:0px;
	width: 100%;
}
.cat_menu li.cat_button {
	list-style-type:none;
	margin:0px;
	padding: 0px;
	cursor: pointer;
}
.cat_menu li.cat_button a.cat_link {
    font-size: 16px;
    color: #5c5c5c;
    text-decoration: none;
    padding: 4px 10px 4px 15px;
    cursor: pointer;
    line-height: 24px;
    font-weight: normal;
    display: block;
}
.cat_menu li.cat_button a.cat_link:hover {
	text-decoration: underline;
}
.onfocus {
	text-decoration: underline;
}
.cat_button_arrow {
	display: inline;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -o-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.cat_button_arrow .fa {
	padding: 0px;
	font-size: 20px !important; 
	color: #008067;
}
.rotate_down {
	-ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*Main Menu Sub-Categories*/

ul.subcat_menu {
    display: none;
    padding: 5px 0px 5px 0px;
    margin: 0px;
    background-color: #fff;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
}
ul.subcat_menu li.subcat_button {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
ul.subcat_menu li.subcat_button a.subcat_link{
	padding: 7px 0px 7px 30px;
	font-size: 14px;
	color: #008067;
	background-color: transparent;
	text-decoration:none;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease
	-ms-transition: all 0.3s ease
	-o-transition: all 0.3s ease
	transition: all 0.3s ease
}
ul.subcat_menu li.subcat_button a:hover{
	    color: #5c5c5c;
	text-decoration:underline;
}

/* Feedback */

.fb_section {
    font-size: 14px !important;
    width: 100%;
    margin: 0 auto 30px auto;
    float: left;
    clear: both;
    display: block;
    background-color: #f6f6f6;
    padding: 15px;
    color: #5c5c5c;
    box-sizing: border-box;
}
.fb_section br {
	display: none;
}
#fb_section3 {
	clear: both;
	display: block;
	border: none;
	margin: 0px;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-top: -30px;
}
.fb_tarea {
	width: 100%;
	height: 130px;
	margin: 0 auto;
	float: left;
	display: block;
	clear: both;
}
.fb_but_wrap {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	box-sizing: border-box;
}
.fb_but_layer {
	width: 210px;
  height: 63px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #f6f6f6;
	opacity: 0.7;
	z-index: 3000;
}

/* Adverts */

.adverts_wrapper {
	width: 200px;
	margin: 0 auto;
	padding: 0px;
	display: block;
	float: left;
	position: absolute;
    top: 90px;
    right: 40px;
    box-sizing: border-box;
}
.ad {

  display:none;            /* Remove to show dynamic adverts */

	width: 200px;
	height: 200px;
	margin: 0 auto 40px auto;
	padding: 0px;
	background-color: #fff;
  box-sizing: border-box;
}
.fix {
	background-image: url('../images/ad_box_fix.png');
	background-position: center;
	background-repeat: no-repeat;
}
.dynamic_ad_box {

  display:none;            /* Remove to show dynamic adverts */

	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	padding: 0px;
	background-color: #fff;
  box-sizing: border-box;
}
.dynamictop {
	position: absolute;
	top: 0px;
	left: 0px;
  box-sizing: border-box;
}
.dynamicbottom {
  position: absolute;
  top: 240px;
  left: 0px;
  box-sizing: border-box;
}




.temp_ad {                 /* Temporary ad space */
  width: 200px;
  height: 400px;
  margin: 0 auto 40px auto;
  padding: 0px;
  background-color: #fff;
  box-sizing: border-box;
  background-image: url('../images/whyPrincipality.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
