@import url(http://fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic);

body
 {
	background-color: #ebebeb;
	font-size: 13px;
	font-family: normal Helvetica, Arial, sans-serif;
	color: #202020;
	margin: 0;
	padding: 0;
}

article img 
{
	max-width: 100%;
	height: auto;
}

/* header style */

header
{
	background-color: #b5d8db;
	position: fixed;
	width: 100% !important;
	height: 100px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	z-index: 999 !important;
	overflow: visible;
}



#wrapper
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:100px;
	padding: 0;
	display: table;
}

#row 
{
	display: table-row;
	padding-left: 10px;
	padding-right: 10px;
}

.wrapper-content 
{
	display: table-cell;
	vertical-align: middle;
}

.wrapper-content img 
{
	max-width: 60px;
}

.wrapper-content h1
{
	font-size: 18px;
	font-weight: bold;
	font-family: 'Asap', sans-serif;
	margin: 0;
	color: #122529;
	text-align: center;
}

/*header menu style */

header nav
{
	background-color: #4db69c;
	position: fixed;
	width: 100%;
	height: auto;
	color: #122529;
}

ul#menu
{
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	list-style-type:none;
}

ul#menu li 
{
    text-align: center;
	display: inline;
	float: left;
	font-weight: bold;
}

ul#menu li  a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 15px;
}

ul#menu li:hover {
	background-color: #4e4f5a;
	color: #9bd015;
}

ul#menu li a:hover
{
	background-color: #4e4f5a;
	color: #9bd015;
}

ul#menu li#print
{
	display: inline;
	padding: 8px;
	float: right;
}

 ul#sub-menu {
	display: none;
 }

ul#menu li:hover ul#sub-menu {
	display: block;
	padding: 0px;
	position: absolute;
}

ul#menu li:hover ul#sub-menu li
{
	display: block !important;
	font-weight: bold;
	text-decoration: none;
	color: #3a3a3a;
	background-color: #4e4f5a;
	float: none;
	text-align: left;
}

.m_menu {
	color: #ffffff;
	display: block;
	padding: 15px;
}

/* content wrapper */

article 
{
	font-size: 14px;
	position: relative;
	width:  100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
	background-color: #ffffff;
	text-align: justify;
	overflow: hidden;
}

article #main 
{
	float: right;
	width: 70%;
}

article #sidebar
{
	float: left;
	width: 30%;
}

#main #content, #sidebar nav
{
	margin: 20px;
	padding-top: 0.5%;
}

#main #content 
{
	margin-left: 0 !important;
}

a {
	color: #2b7d69;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #81ab16;
}

a.lb-style {
	font-size: 14px;
}

/* side bar navigation */

#sidebar nav ul#sidenav,
#sidebar nav ul#side,
#sidebar nav ul#filter-bar{
	display: block;
	text-align: left;
	list-style: none;
	color: #3a3a3a;
	margin: 0;
	margin-top: 15px;
	padding: 0;
}

#sidebar nav ul#sidenav li{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #3a3a3a;
	background-color: #eeeeee;
	border: 1px solid #d3d3d3;
}

#sidebar nav ul#side li {
	font-weight: none;
	color: #3a3a3a;
	text-align: center;
	background-color: #eeeeee;	
	border: 1px solid #d3d3d3;
}

#sidebar nav ul#side li a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #3a3a3a;
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #d3d3d3;
}

#sidebar nav ul#sidenav li.first,
#sidebar nav ul#side li.first{
	display: block;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #122529;
	background-color: #4db69c;
	padding: 10px;
	border-bottom: none !important;
	border-radius: 14px 14px 0 0; 
	-webkit-border-radius: 14px 14px 0 0;
	-moz-border-radius: 14px 14px 0 0;
}

#sidebar nav ul li.last,
#sidebar nav ul li.last a {
	border-radius: 0 0 14px 14px; 
	-webkit-border-radius: 0 0 14px 14px; 
	-moz-border-radius: 0 0 14px 14px; 
}

#sidebar nav ul li.last a.exp {
	border-radius: 0px; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 	
}

#sidebar nav ul#sidenav li a:hover,
#sidebar nav ul#side li a:hover {
	color: #000000;
	background-color: #B2AAAA;
}

#sidebar ul.sublevel {
	display: none;
	list-style: none;
	margin: 10px;
	padding: 0;
}

#sidebar ul.statslevel {
	list-style: none;
	margin: 10px;
	padding: 0;
}

#sidebar ul.sublevel li, #sidebar ul.statslevel li{
	display: block;
	background-color: #ffffff !important;
	padding: 0 !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;	
}

#sidebar ul.sublevel li a.exp{
	display: block;
	background-image: url(../img/navexp.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold !important;
	text-decoration: none;
	background-color: #4db69c;
	color:  #122529;
	padding: 5px 20px 5px 5px;
}

#sidebar ul.sublevel li a.exp:hover {
	background-color: #4db69c !important;
	color: #122529 !important;
}

#sidebar ul.finlevel {
	display: none;
	list-style: none;
	margin: 10px;
	padding: 0;
}

#sidebar ul.finlevel li{
	display: block;
	background-color: #eeeeee !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

ul#sidenav ul.finlevel li.lidiv {
	background-color: #ffffff !important;
	padding: 3px !important; 
}

#sidebar ul.finlevel li a, #sidebar ul.sublevel li a.norm, #sidebar ul.statslevel li a.norm{
	display: block;
	font-weight: normal !important;
	text-decoration: none;
	color:  #3a3a3a;
	padding: 5px;
}

#sidebar ul.finlevel li a:hover, #sidebar ul.sublevel li a.norm:hover, #sidebar ul.statslevel li a.norm:hover{
	color: #3a3a3a;
	background-color: #aaaaaa;
	border-radius: 0px; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 	
}

ul#sidenav li .m_title {
	background-color: #aecf5a;
	padding: 5px;
	color: #000000;
	font-size: 15px;
	cursor: pointer;
}

ul.checklist{
	list-style: none;
	margin: 10px;
	padding: 0px;
}

ul.checklist li:before{
	content: '\2713\0020';
	padding-right: 10px;
}

#selectNav {
	padding: 5px;
}

/*content and main body*/

blockquote
{
	border: 2px dashed #4cab26;
	background-color: #ebebeb;
	padding: 10px;
	color: #000000 !important;
	font-family: calibri, arial !important;
	font-weight: normal !important;
}

article h1 {
	color: #122529;
	font-size: 25px;
	font-family: 'Asap', sans-serif;
	border-bottom: 2px solid #122529;
}

article h2  {
	color: #122529;
	font-size: 18px;
	font-family: 'Asap', sans-serif;
	border-bottom: 2px solid #122529;
	margin-top: 25px;
}

article h3 {
	color: #122529;
	font-size: 15px;
	font-family: 'Asap', sans-serif;
	margin-top: 25px;
}

article h4 {
	color: #af1212;
	font-size: 15px;
	font-family: 'Asap', sans-serif;
	margin-top: 10px;
}


.spinner {
	display: none;
    position: fixed;
	top: 50%;
	left: 50%;
    z-index: 999;
}	
	
ol {
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	font-size: 1s4px;
	font-weight: bold;
	color: #af1212;
}
	
ol p {
	font-family: normal Helvetica, Arial, sans-serif;
	color: #202020;
	font-weight: normal;
}


/* form design */

div.feedback {
    border-radius: 5px;
    background-color: #4db69c;
    padding: 15px;
    margin: 0 auto; 
	text-align: left;
}

input[type=text], select {
    width: 100%;
    padding: 10px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=email], select {
    width: 100%;
    padding: 10px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=password], select {
    width: 100%;
    padding: 10px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

blockquote p {
  font-size: 14px;
}
	
/* table design */
table {
	width: 100%;
	border-collapse: collapse;
	border:1px solid #000000;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}

tr{
	border:1px solid #000000;
}

td.labels {
	background-color: #306b86;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	width: 25%;
	color: #ffffff;
}

td {
	padding: 5px;
}

table.codes_tbl th {
	background-color: #306b86;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

table.codes_tbl td {
	border: 1px solid #000000;
	text-align: left;
	padding: 5px;
}

td.center_labels {
	background-color: #306b86;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 20%;
	color: #ffffff;
}

td.seperator {
	width: 1%;
	border-left: 0;
}

td.tbl_divider {
	font-weight: bold;
	background-color: #ffd204;
	text-align: center !important;
}

td.content {
	background-color: #fff5f5;
	padding: 5px;
}

.manual_tbl td.th {
	border: 1px solid #000000;
	text-align: center;
	background: #fccd40;
}

.manual_tbl td.labels {
	width: 5%;
	text-align: center;
}

/* forms style */
 #tabs{
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
	font-weight: bold;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}
 
#tabs li {
    display: table-cell;
    width: 50%;
}
 
#tabs a{
    display: block;
    background-color: #d9d9d9;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    color: #2f3e46;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; 
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
}
 
#tabs .current a, #tabs .current a::after{
    background: #f7f7f7;
    z-index: 3;
}
 
#contactforms{
    background-color: #ffffff;
    padding: 10px;
    height: auto;
    border: 1px solid #cccccc;
    position: relative;
    border-radius: 0 0 0.6em 0.6em;
    -webkit-border-radius: 0 0 0.6em 0.6em;
    -moz-border-radius: 0 0 0.6em 0.6em;
}  	


/* faq */

#mod_sect {
	margin: 0 30px 0 30px;
	background-color: #eeeeee;
	padding: 10px;
	margin-bottom: 25px;
}

#mod_sect ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#mod_sect ul li {
	padding-left: 25px;
	background-image: url(../img/pointer1.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#mod_sect  ul li a{
	text-decoration: none;
	color: #1e4c61;
	font-weight: bold;
}

#mod_sect  ul li a:hover{
	text-decoration: underline;
}

.mod_main {
	display: table;
	width: 80%;
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
}

.mod_row {
	display: table-row;
}

.mod_col {
	display: table-cell;
	width: 50%;
}

span.offset {
	display: block;
	height: 150px; 
	margin-top: -150px; 
	visibility:hidden;
}

a.top {
	color: #306b86;
	font-weight: bold;
	float: right;
	margin-top: 5px;
	margin-bottom: 20px;
}

.group {
	margin-bottom: 10px;
	border-bottom: 1px dashed #838B8B;
}

h3.question {
	background-image: url(../img/exp.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	margin: 0px;
	padding-left: 25px;
	padding-bottom: 10px;
}

h3.coll{
	background-image: url(../img/col.gif);
}


section {
	padding: 10px 10px 10px 10px;
}

blockquote
{
	border: 2px dashed #4cab26;
	background-color: #ebebeb;
	padding: 10px;
	color: #000000 !important;
	font-family: calibri, arial !important;
	font-weight: normal !important;
}

.answer {
	display: none;
}

.answer p{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

p#expcol {
	overflow: hidden;
}

button {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	background-color: #af1212;
	color: #ffffff;
	padding: 5px;
	border: 0;
	font-weight: bold;
	font-size: 13px;
	margin-left: 10px;	
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	float: right;
}

button:hover {
	cursor: pointer;
	
}

.tablinks {
	float: left;
	width: 60px;
	text-align: center;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 10px;
    transition: 0.3s;
}

.tablinks:hover {
background-color: #ddd;
}

.tablinks.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    /*padding: 6px 12px;*/
    border: 1px solid #ccc;
    border-top: none;
}

#tab_space {
padding:5px;
float: left;
}

div.checkbox {
  width: 50%;
  margin: 1em 0;
}

div.checkbox ul {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	width: 100%;
    padding-left: 0;
	  }
	  
	  div.checkbox li  {
    list-style: none;
    display: inline-block;
    width: calc(100% / 4);
    height: 45px;
    text-align: -webkit-left;
	}
	
	
	
	@media screen and (min-width: 900px){
div.checkbox ul {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 680px;
    padding-left: 0;
	  }
	  
	  div.checkbox li  {
    list-style: none;
    display: inline-block;
    width: calc(100% / 4);
    height: 45px;
    text-align: -webkit-left;
	}

	}
	
	@media screen and (max-width: 700px){
div.checkbox ul {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 200%;
    padding-left: 0;
	  }
	  
	  div.checkbox li  {
    list-style: none;
    display: inline-block;
    width: calc(100% / 4);
    height: 45px;
    text-align: -webkit-left;
	}

	}
	
	@media screen and (max-width: 500px){
div.checkbox ul {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 200%;
    padding-left: 0;
	  }
	  
	  div.checkbox li  {
    list-style: none;
    display: inline-block;
    width: calc(100% / 4);
    height: 45px;
    text-align: -webkit-left;
	}

	}