img
{
	max-width: 100%;
}
@media (max-width: 767px)
{
	.utility li
	{
		display: inline-block;
	}
}
.screen-reader-text
{
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus
{
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.alignleft
{
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright
{
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter
{
	clear: both;
	display: block;
	margin: 0 auto;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths
{
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.col-xs-5ths
{
	float: left;
	width: 20%;
}
@media (min-width: 768px)
{
	.col-sm-5ths
	{
		float: left;
		width: 20%;
	}
}
@media (min-width: 992px)
{
	.col-md-5ths
	{
		float: left;
		width: 20%;
	}
}
@media (min-width: 1200px)
{
	.col-lg-5ths
	{
		float: left;
		width: 20%;
	}
}
.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths
{
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.col-xs-7ths
{
	float: left;
	width: 14.28571429%;
}
@media (min-width: 768px)
{
	.col-sm-7ths
	{
		float: left;
		width: 14.28571429%;
	}
}
@media (min-width: 992px)
{
	.col-md-7ths
	{
		float: left;
		width: 14.28571429%;
	}
}
@media (min-width: 1200px)
{
	.col-lg-7ths
	{
		float: left;
		width: 14.28571429%;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.linkfarm
	{
		padding: 0;
	}
	.col-sm-7ths
	{
		padding: 0;
	}
}
#primary-nav a
{
	color: #005e62;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}
#primary-nav .nav>li>a:hover, #primary-nav .nav>li>a:focus,
#primary-nav a:hover, #primary-nav a:focus
{
	background-color: #005e62;
	color: #fff;
	text-decoration: none;
}
#primary-nav > ul > li > a
{
	padding: 5px 30px;
}
#primary-nav > ul > li > a:active
{
	background-color: #EEE;
}
#primary-nav > ul > li > ul a
{
	padding-left: 40px;
}
#primary-nav
{
	background-color: #fff;
	position: relative;
	text-transform: uppercase;
}
@media (min-width:768px)
{
	.home #primary-nav
	{
		border-top: solid 1px #1e988a;
		margin-top: 20px;
	}
	#primary-nav > ul > li > a
	{
		border-radius: 3px;
		margin-top: 10px;
		padding: 5px 8px;
	}
	#primary-nav >ul> li + li
	{
		margin-left: 10px;
	}
	#primary-nav > ul > li > ul a
	{
		padding-left: 15px;
	}
	.home #primary-nav:after
	{
		border-top: solid 1px #1e988a;
		left: 0;
		position: absolute;
		top: -3px;
		width: 100%;
	}
}
.navbar
{
	border: none;
	margin-bottom: 0;
	min-height: 0;
}
.navbar ul
{
	list-style: none;
}
.navbar-toggle .icon-bar
{
	background-color: #fff;
}
.main-navigation ul ul li
{
	list-style: none;
}
.footer
{
	font-size: 14px;
	text-align: center;
}
.page-header h1, .page-header h2
{
	color: #000;
	text-align: left;
}
@media (min-width:768px)
{
	body
	{
		background-color: #005E62;
	}
	#page
	{
		background-color: #fff;
		border-radius: 20px;
		margin: 5px auto;
		overflow: hidden;
	}
	.logo
	{
		left: 40px;
		position: absolute;
		top: 20px;
		width: 200px;
		z-index: 1;
	}
}
.masthead
{
	background-color: #005e62;
	position: relative;
}
.banner-masthead
{
	color: #fff;
	padding: 0 15px;
}
@media (min-width:768px)
{
	.masthead
	{
		background-color: #fff;
	}
	.banner-masthead
	{
		background-image: url(img/feather_ac2967-001.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff;
		font-size: 24px;
		margin-top: 50px;
		min-height: 125px;
		padding: 40px 40px 5px;
	}
	.banner-masthead
	{
		position: relative;
	}
	.banner-masthead:after
	{
		border-top: solid 3px #1e988a;
		content: "";
		left: 0;
		position: absolute;
		top: -6px;
		width: 100%;
	}
	.home .banner-masthead
	{
		font-size: 36px;
		margin-top: 0;
		padding-bottom: 10px;
		padding-top: 80px;
	}
	.home .banner-masthead:after
	{
		border: none;
	}
	.navbar-mldtech
	{
		border-bottom: solid 2px #1e988a;
		border-radius: 0;
	}
	.home .navbar-mldtech
	{
		border-bottom: none;
	}
	.home .logo
	{
		left: 0;
		position: relative;
		top: 0;
		width: auto;
	}
	.logo img
	{
		margin: 10px;
		width: 300px;
	}
}
@media ( min-width:768px)
{
	.logo img
	{
		margin: 0 auto;
	}
	.home .logo img
	{
		display: block;
		margin: 20px auto 0;
	}
}
@media ( max-width:992px)
{
	.sidebar
	{
		background-color: #f0f0f0;
	}
}
.page-header
{
	border-bottom: 1px solid #eee;
	margin: 0;
	padding-bottom: 9px;
}
.bnr1
{
	background-image: url("img/feather_ac2967-001.jpg");
	background-size: cover;
	margin-bottom: 20px;
}
@media (min-width:768px)
{
	.bnr1
	{
		background-image: none;
	}
	.bnr1 h2
	{
		color: #005e62;
	}
	.home-panel
	{
		background-color: #fff;
		border: solid 1px #005e62;
		border-radius: 10px;
		overflow: hidden;
		padding: 15px;
	}
	.home-panel h3.home
	{
		background-color: #005e62;
		color: #fff;
		margin: -15px -15px 10px;
		padding: 15px;
	}
}
.entry-content
{
	position: relative;
}
.fake-bkg
{
	bottom: 0;
	left: -15px;
	position: absolute;
	right: -15px;
	top: 0;
}
@media (min-width:992px)
{
	.fake-sidebar
	{
		bottom: 0;
		padding: 0 15px;
		position: absolute;
		right: 0;
		top: 0;
		width: 25%;
	}
	.lightgreen
	{
		background-color: #1e988a;
		height: 100%;
		width: 100%;
	}
}
.sb-photo img
{
	width: 100%;
}
.sidebar ul
{
	padding: 15px 15px 10px 35px;
}
.sidebar h3
{
	padding-left: 15px;
	padding-right: 15px;
}
.footer
{
	background-color: #005e62;
	color: #fff;
}
.footer a
{
	color: #fff;
}
.legal
{
	line-height: 1.5;
	text-align: left;
}
@media (min-width:768px)
{
	.footer
	{
		background-color: #fff;
		color: #005e62;
	}
	.footer a
	{
		color: #005e62;
	}
	.legal
	{
		text-align: center;
	}
	.footer
	{
		border-top: solid 1px #1e988a;
		padding-top: 10px;
		position: relative;
	}
	.home .footer
	{
		margin-top: 15px;
	}
	.footer:after
	{
		border-top: solid 1px #1e988a;
		left: 0;
		position: absolute;
		top: 1px;
		width: 100%;
	}
}
@media (min-width:400px) and (max-width:992px)
{
	.sb-photo
	{
		display: inline-block;
		float: left;
		padding: 0 10px;
		width: 50%;
	}
	.sb-photo:nth-of-type(odd)
	{
		clear: both;
		padding-left: 0;
	}
	.sb-photo:nth-of-type(even)
	{
		padding-right: 0;
	}
}
@media (min-width:768px)
{
	.banner-masthead p
	{
		bottom: 15px;
		left: 15px;
		margin-bottom: 0;
		position: absolute;
	}
}
form p
{
	font-size: 15px;
	margin-bottom: .5em;
}
form h4
{
	font-size: 20px;
}
.requirements
{
	font-size: 15px;
}
form input
{
	font-size: 12px;
}
.requirements input
{
	margin: 0 0 5px 1%;
	width: 49%;
}
form p input.right
{
	float: right;
}
.option
{
	background: white;
	background-clip: padding-box;
	border: solid 1px #cccccc;
	border-radius: 3px;
	font-size: 12px;
	height: 200px;
	overflow: visible;
	padding: 10px;
	position: relative;
}
.option p
{
	font-size: 12px;
}
.fileUpload
{
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
}
.fileUpload input.upload
{
	cursor: pointer;
	filter: alpha(opacity=0);
	font-size: 20px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-form-control-wrap.print_01
{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.uploadFile
{
	max-width: 100%;
}
.send_button
{
	bottom: 0;
	position: absolute;
	right: 15px;
}
.current-menu-item > a, .current-menu-ancestor > a, .current-menu-parent > a
{
	background-color: #f0f0f0;
}
.dropdown-toggle:after
{
	content: " \e259";
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-left: .5em;
	moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 1px;
	webkit-font-smoothing: antialiased;
}
.open .dropdown-toggle:after
{
}