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

@font-face {
	font-family: franklin;
	src: url("../fonts/LibreFranklin-VariableFont_wght.ttf");
}
body {
	font-family: franklin, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0;
	line-height: 150%;
}
.topnav > .container {
	width: 100%;
	max-width: 1200px;
}
.hdr-img {
	position: relative;
}
.hdr-img img {
	object-fit: cover;
	width: 100%;
	height: 150px;
}
::-moz-selection { /* Code for Firefox */
  color: white;
  background: #ffbb00;
	background-image
}

::selection {
  color: white;
  background: #ffbb00;
}
/*R col contact form */
.ct-form {
	background-color: rgba(0, 73, 115, 0.7);
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	z-index: 50;
	position: absolute;
	top: -40px;
	right: 15px;
}
.ct-form p {
	margin: 0 0 10px;
	font-size: 1.5rem;
}
.ct-form div {
	margin-right: 10px;
}
.ct-form input, .ct-form textarea {
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 3px;
	border: 0px;
	width: 100%;
	font-family: franklin, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.ct-submit {
	background-color: #ffbb00;
	border-radius: 5px;
	color: #000;
	padding: 10px;
	border: 0px;
	width: auto!important;
}
.ct-submit:hover {
	background-color: #cc8800;
	color: #fff;
}
.container {
	width: 100%;
	/*padding-right: 15px;
	padding-left: 15px; -- pushing pas w:100% */
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; /*counter col padding?*/
}
.txt-right {
	text-align: right;
}
/*.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.col-12 {
  position: relative;
  /*width: 100%;*/
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .container {
  }
	.ct-form {
		left: 15px;
	}
	.first {
		padding-top: 320px!important;
	}
	.qlinks {
		display: none;
	}
	.step {
			margin-top: 15px;
	}
	.step-img {
		display: none;
	}
	footer.one .contact {
		margin: 0 15px;
	}
}
@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
	.float-md-right {
		float: right !important;
	}
	.topnav-pad {
		padding-top: 98px;
		background-color: #FFFFFF;
	}
	.ct-form {
		float:right;
		margin: 0 0 10px 10px;
	}
	.first {
		padding-right: 340px!important;
	}
	.step {
		width: -webkit-calc(50% - 38px);
		width:    -moz-calc(50% - 38px);
		width:         calc (50% - 38px);
	}
	.step + .step {
		margin-left: 15px;
	}
	.step-img {
		float: left;
		margin-right: 15px;
		width: 200px;
	}
	/*768+ footer*/
	footer.one {
		position: relative;
	}
	footer.one .qlinks {
		width: 75%;
		float: left;
		margin-left: 15px;
	}
	footer.one .qlinks .ql {
		float: left;
		width: -webkit-calc(33.33% - 30px);
		width:    -moz-calc(33.33% - 30px);
		width:         calc(33.33% - 30px);
		padding: 0 15px;
	}
	footer.one .qlinks a {
		color: #bbb;
		text-decoration: none;
	}
	footer.one .qlinks a:hover {
		text-decoration: underline;
	}
	footer.one .contact {
		float: left;
		background-color: #2d566c;
		padding: 0 15px;
		border-radius: 15px;
		width: -webkit-calc(25% - 60px);
		width:    -moz-calc(25% - 60px);
		width:         calc(25% - 60px);
		margin-right: 15px;
	}
}
/* main content */
h1, h2 {
	font-weight: normal;
	line-height: 150%;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.5rem;
	color: #117ab7;
}
h3 {
	font-size: 1rem;
	line-height: 150%;
}
P {
	font-size: 1rem;
}
.f-blue {
	color: #117ab7;
}
.small {
	font-size: 0.75rem;
}
.content-w {
	padding: 20px;	
}
.content-b {
	background-color: #083854;
	padding: 20px;
}
.content-b a, .content-w a {
	color: #117ab7;
}
.content-b article, .content-w article {
	border-radius: 10px;
	border: solid 1px #999;
	background-color: #fff;
	display: flex;
}
.content-b .content-txt, .content-b .content-img {
	float: left;
}
.content-w .content-txt, .content-w .content-img {
	float: left;
}
.content-txt {
	width: -webkit-calc(100% - 220px);
	width:    -moz-calc(100% - 220px);
	width:         calc(100% - 220px);
	margin: 0 10px;
}
.content-img {
	width: 200px;
	background-color: #666;  /* fpo */
	border-bottom: solid 6px #ffbb00;
}
.content-img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.cont-right {
		border-radius: 0 10px 10px 0;
}
.cont-left {
		border-radius: 10px 0 0 10px;
}
.content-img img {
	object-fit: cover;
}
.img-l {
	float: left;
	margin-right: 15px;
	width: 33%;
	height: auto;
	min-width: 200px;
}
.img-r {
	float: right;
	margin-left: 15px;
	width: 33%;
	height: auto;
	min-width: 200px;
}
.img-l2 {
	float: left;
	margin-right: 15px;
	width: 20%;
	height: auto;
	min-width: 100px;
}
.img-r2 {
	float: right;
	margin-left: 15px;
	width: 20%;
	height: auto;
	min-width: 100px;
}
.step {
	float: left;
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 1px #bbb;
	border-bottom: solid 8px #ffbb00;
}
.step:hover {
	background-color: #ffbb00;
	border-bottom: solid 8px #fff;
	
}
.step h2 {
	margin: 0 0 0.5rem 0;
}
.step:hover h2 {
	color: #fff;
}
.ref {
	float: left;
	background-color: #fff;
	width: -webkit-calc(33.33% - 40px);
	width:    -moz-calc(33.33% - 40px);
	width:         calc (33.33% - 40px);
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 1px #bbb;
	border-bottom: solid 8px #ffbb00;
}
.ref + .ref {
	margin-left: 15px;
}
.cont-bk {
	background-color: #404040;
	padding: 15px;
}
.col2 {
	float: left;
	width: -webkit-calc(50% - 8px);
	width:    -moz-calc(50% - 8px);
	width:         calc (50% - 8px);
}
.cont-bk, .cont-bk h1, .cont-bk h2, .cont-bk h3, .cont-bk h4 {
	color: #fff;
}.cont-bk a {
	color: #4798b3;
}
/*accordion*/
.accordion {
  background-color: #127bb8;
  color: #fff;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1rem;
  transition: 0.4s;
	border-radius: 10px;
	margin-bottom: 10px;
}

.active, .accordion:hover {
  background-color: #005485;
}

.accordion:after {
  content: '\002B';
  color: #ffbb00;
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* footer */
footer.one {
	background-color: #093854;
	border-top: solid 20px #ffbb00;
	color: #fff;
	text-decoration: none;
	padding: 15px 0;
}
footer.one .estimate {
	background-color: #ffbb00;
	display: block;
	border-radius: 5px;
	color: #294766;
	text-decoration: none;
	padding: 14px 16px;
	float: left;
	margin-bottom: 15px;
}
footer.one .estimate:hover {
	background-color: #e59900;
	color: #fff;
}
footer.two {
	background-color: #001725;
	color: #fff;
	padding: 8px 0;
}
footer.two a {
	text-decoration: none;
	color: #fff;
}
footer.two a:hover {
	text-decoration: underline;
}
@media print { /* hide when printing */
  .no-print {
    display: none !important;
  }
	.topnav-pad {
		padding-top: 0px!important;
	}
	.logo img {
		max-width: 300px;
	}
}