/* =General
--------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6  {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;*/
  /*font: inherit;*/
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: Arial;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
}

strong {
	font-family: 'Barlow-Bold', Arial;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
  	-webkit-transition: .4s ease-in-out all;
    -moz-transition: .4s ease-in-out all;
    -o-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all;
}

a:focus {
    outline: none;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.hidden {
  	display: none !important;
  	visibility: hidden;
}

.visuallyhidden {
     border: 0;
     clip: rect(0 0 0 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px;
}

  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
     clip: auto;
     height: auto;
     margin: 0;
     overflow: visible;
     position: static;
     width: auto;
  }

.invisible {
     visibility: hidden;
}

.block {
   display: block;
   overflow: hidden;
}

.full-width {
   width: 100% !important;
   margin: 0.75em auto !important;
}

.display-table {
  display: table !important;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* grid */

.row {
    margin-bottom: 20px;
}

@media (min-width:767px) {
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}
}

.row .row {
    margin-bottom: 0;
    margin-top: 10px;
}

[class*="col-"] {
	padding-bottom: 15px;
	padding-top: 15px;
}

@media (min-width:1023px) {
	[class*="col-"] {
		padding-bottom: 0;
		padding-top: 0;
	}
}

/* margin * padding */

.margin-zero {
 	margin: 0 !important;
}

.margin-top-zero {
 	margin-top: 0 !important;
}

.margin-bottom-zero {
  	margin-bottom: 0 !important;
}

.margin-left-zero {
  	margin-left: 0 !important;
}

.margin-right-zero {
  	margin-right: 0 !important;
}

.padding-zero {
  	padding: 0 !important;
}

.padding-top-zero {
  	padding-top: 0 !important;
}

.padding-bottom-zero {
  	padding-bottom: 0 !important;
}

.padding-left-zero {
  	padding-left: 0 !important;
}

.padding-right-zero {
  	padding-right: 0 !important;
}

/* text colors */

.txt-white {
	color: #fff !important;
}

.txt-grey {
	color: #2d2d2d !important;
}

.txt-dark-blue {
	color: #022e6b !important;
}

.txt-blue {
	color: #a94442 !important;
}

.txt-sky {
	color: #00abc8 !important;
}

.txt-aqua {
	color: #1cb3b0 !important;
}

.txt-green {
	color: #6cb837 !important;
}
	
.txt-yellow {
	color: #e9bd14 !important;
}

/* background colors */

.bg-white {
	background-color: #fff !important;
}

.bg-grey {
	background-color: #2d2d2d !important;
}

.bg-dark-blue {
	background-color: #022e6b !important;
}

.bg-blue {
	background-color: #023a86 !important;
}

.bg-sky {
	background-color: #00abc8 !important;
}

.bg-aqua {
	background-color: #1cb3b0 !important;
}

.bg-green {
	background-color: #6cb837 !important;
}
	
.bg-yellow {
	background-color: #e9bd14 !important;
}

/* clear */

.clear {
	clear: both;
}

.clearfix:after {
  	content: ".";
  	display: block;
  	height: 0;
  	clear: both;
  	visibility: hidden;
}

.clearfix {
  	display: inline-block;
}

* html .clearfix {
  	height: 1%;
}

.clearfix {
  	display: block;
}

.clear-space {
  	height: 10px;
}

@media (min-width:1100px) {
	.clear-space {
		height: 50px;
	}
}

/* column 5 */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* fixed */

.affix {
	top: 0;	 
    transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.affix.clear { 
    transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.affix-top {
	position: static;
	top: -35px;
}

.fixed{
	top: 0;
	position: fixed;
	width: auto;
	border: none;
}

/* table */

table.table {
	margin-bottom: 0;
}

.table thead th,
.table tbody th {
	font-family: 'Barlow-Medium', Arial;
}

.table thead th {
	background: #6cb837;
	color: #fff;
	border-bottom-color: #4c9817 !important;
	vertical-align: top !important;
}

.table tbody th {
	background: #0046a9;
	color: #fff;
	border-bottom-color: #02306f !important;
	border-top-color: #02306f !important;
}

.table.thfixed td {
	height: 50px;
}

.table.thfixed tbody th {
    display: block;
    height: 50px;
    left: 16px;
    position: fixed;
    top: auto;
    width: 170px;
}

.hidden-td-th-fixed {
	display: block;
	width: 170px;
	height: 35px;
}

.table.thfixed thead th.hidden-td-th-fixed {
	height: 54px;
}

.table tbody tr:nth-child(odd) th {
	background: #0046a9;
}

.table tbody tr:nth-child(even) th {
	background: #00419d;
}

.table-responsive {
	border-left: 0;
	border-top: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.table-responsive .table-striped {
	
}

/* table fixed */

.table-fixed thead {
	width: 97%;
}

.table-fixed tbody {
	height: 230px;
	overflow-y: auto;
	width: 100%;
}

.table-fixed thead, 
.table-fixed tbody, 
.table-fixed tr, 
.table-fixed td, 
.table-fixed th {
	display: block;
}

.table-fixed tbody td, .table-fixed thead > tr> th {
	float: left;
	border-bottom-width: 0;
}