@charset "utf-8";
/* CSS Document */

.jumbotron {
	padding: 0px;
	margin: 0px;
}
.header-image img {
   width: 100%;
   height: auto;
   padding: 0px;
   margin: 0px;
}

#searchform {
	margin-top:20px;
}


hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e5e5e5;
  border-style: solid none;
  border-width: 1px 0;
  margin: 14px 0;
}
.contacthead {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 46px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}
p.contact {
	margin-top: 14px;
	margin-bottom: 10px;
}
.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.botlogos {
	margin-top: 12px;
	margin-bottom: 12px;
}
.bottomlogo {
	margin-top: 18px;
}
.topclear {
	margin-top: 12px;
}
#headerstrip {
	background-color: rgba(0,0,0 , 0.6 );
	width: 100%;
	position: absolute;
	margin-top: 180px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#headerstrip h1  {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #FFF;
}
#headerstrip h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 12px;
	color: #FFF;
}
.warning {
background-color: #d8d8d8 !important;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #DDDDDD;
	background-color: #F6F6F6;
}
.keypoints  {
	margin-top: 10px;
}
.tablepad  {
	margin-top: 20px;
	margin-bottom: 20px;
}
.ppad  {
	margin-top: 20px;
}
.blue  {
	color: #428BCA;
}
h4, .h4 {
    font-size: 18px;
}
h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 20px;
}


body {
margin-top:95px;
}

@media (max-width: 768px) {
body {
margin-top:133px;
}
}

@media print {

  a[href]:after {
    content: none;
  }

.table-responsive{
	max-width:800px;
	width: 100%;
	margin-bottom: 15px;
	overflow-x: hidden;
	overflow-y: hidden;
	border: 1px solid #dddddd;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	border: 0px solid #dddddd;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
	white-space: normal;
}
}