
.banner-content-wrapper {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.banner-content-wrapper .banner-content {
	align-items: flex-end;
	background: transparent;
	display: flex;
	height: 100%;
	position: relative;
	width: 100%;
	justify-content: flex-end;
}

.banner-content-wrapper .banner-copy {
	background: #cf152d;
	padding: 40px 60px 50px 40px;
	position: relative;
}

.banner-content-wrapper .banner-copy-text {
	color: #fff;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 38px;
	margin-bottom: 20px;
	text-transform: none;
}

.banner-content-wrapper .banner-copy-button {
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.33em;
	font-weight: 300;
	line-height: 38px;
	text-transform: none;
}

.banner-content-wrapper .banner-copy-button a {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .5);
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: 300;
}

.banner-content-wrapper .banner-copy-button a:active, .banner-content-wrapper .banner-copy-button a:focus, .banner-content-wrapper .banner-copy-button a:hover {
	background: transparent;
	color: rgba(255, 255, 255, .5);
}

.banner-content-wrapper .banner-link {
	display: inline-block;
	margin-left: auto;
	position: relative;
}

.banner-content-wrapper .banner-link img {
	width: 193px;
	transition-duration: .5s;
}

.banner-content-wrapper .banner-link:active img, .banner-content-wrapper .banner-link:focus img, .banner-content-wrapper .banner-link:hover img {
	opacity: .6;
}

.banner-content-h1-wrapper {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 100;
}

.banner-content-h1-wrapper .banner-content-h1 {
	align-items: flex-start;
	background: transparent;
	display: flex;
	height: 100%;
	position: relative;
	width: 100%;
	justify-content: start;
}

.banner-content-h1-wrapper .banner-h1 {
	background: rgba(38, 39, 41, .7);
	padding: 50px 44px 10px 110px;
	position: relative;
	width: 100%;
}

.banner-content-h1-wrapper .banner-cycle-h1 {
	color: #fff;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 20px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.banner-content-h1-wrapper .banner-cycle-h1-light {
	font-size: 1.19em;
}

.banner-content-h1-wrapper .banner-cycle-h1-bold {
	font-size: 2em;
}

@media (min-width: 992px) {
	.banner-content-wrapper .banner-copy {
		padding-right: 80px;
	}
	
	.banner-content-h1-wrapper .banner-cycle-h1-light {
		font-size: 1.5em;
	}
	
	.banner-content-h1-wrapper .banner-cycle-h1-bold {
		font-size: 2.81em;
	}
	
	.banner-content-h1-wrapper .banner-cycle-h1 {
		line-height: 45px;
	}
}

@media (min-width: 1200px) {
	.banner-content-wrapper .banner-copy {
		padding-right: 100px;
	}
	
	.banner-content-h1-wrapper .banner-cycle-h1-bold {
		font-size: 3.09em;
	}
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

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

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.lead {
	font-size: 1em;
}

select#cat {
	font-size: .75em;
	width: 100%;
}

.vertical-center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.post-info h2 {
	margin: 0;
	font-size: 2em;
}

.blog .post {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(51, 51, 51, .6);
}

.featured-margin {
	margin-bottom: 1em;
}

.widgettitle {
	font-size: 1.167em;
	font-weight: 300;
}

.page-header {
	padding-bottom: 0;
	margin: 40px 0 20px;
	border-bottom: 1px solid transparent;
}

.page-header a {
	text-decoration: none;
}

.widget a {
	font-size: .778em;
	font-weight: 300;
	line-height: 1.111em;
	letter-spacing: -.025em;
}

a.label {
	display: inline-block;
	background: rgba(51, 51, 51, .6);
	margin-right: 10px;
	font-size: .778em;
	padding: 2px 5px;
	text-decoration: none;
}

a.label:focus, a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: rgba(51, 51, 51, .4);
}

.meta {
	font-size: .778em;
}

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;
}

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

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

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

img {
	max-width: 100%;
	height: auto;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #333;
	border-color: #333;
}

.pagination > li > a, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #333;
}

#comment-nav ul {
	list-style: none;
}

#comment-nav ul li {
	display: inline-block;
}

.blog .gallery a.thumbnail {
	border: none;
}

.blog ul#gallery-nav li {
	list-style: none;
}

.btn-default {
	background-color: #cf152d;
	border-color: #cf152d;
	color: #fff;
	text-transform: none;
}

.btn-default:active, .btn-default:active:focus, .btn-default:focus, .btn-default:focus:active, .btn-default:hover {
	background-color: #112c50;
	border-color: rgba(207, 21, 45, .5);
	color: #fff;
	transition-duration: .5s;
}

.btn-default:disabled, .btn-default[disabled] {
	background-color: #ccc;
	border-color: #ccc;
}

.btn-primary {
	background-color: #cf152d;
	border-color: #cf152d;
	color: #fff;
	text-transform: uppercase;
}

.btn-primary:active, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:focus:active, .btn-primary:hover {
	background-color: #112c50;
	border-color: rgba(207, 21, 45, .5);
	color: #fff;
	transition-duration: .5s;
}

.btn-primary:disabled, .btn-primary:disabled {
	background-color: #ccc;
	border-color: #ccc;
}

.form-horizontal {
	background: rgba(0, 0, 0, .05);
	border: 1px solid rgba(0, 0, 0, .1);
	margin-top: 1em;
	padding: 1em;
}

.form-horizontal > fieldset {
	border: 1px solid rgba(0, 0, 0, .15);
	margin: 0;
	margin-bottom: 1em;
	padding: 1.5em;
}

.form-horizontal legend {
	font-size: 1.111em;
}

.form-horizontal input {
	font-size: 16px;
}

.form-horizontal input[type="file"] {
	width: 100%;
}

.form-horizontal .control-label {
	text-align: left;
}

.form-horizontal label {
	font-size: .889em;
	font-weight: 300;
}

.form-horizontal .required {
	color: #c80000;
}

.form-horizontal .btn-primary {
	margin-top: .5em;
}

.signature {
	display: none;
}

.help-block {
	margin: 0;
}

input::-webkit-input-placeholder {
	color: #666;
}

input:-moz-placeholder {
	color: #666;
}

input::-moz-placeholder {
	opacity: .9;
}

input:-ms-input-placeholder {
	color: #666;
}

input[placeholder], [placeholder] {
	color: #666;
	opacity: 1;
}

.datepicker.dropdown-menu {
	background-color: rgba(255, 255, 255, .95);
	border: medium none;
	border-radius: 4px;
	font-size: .667em;
	-webkit-box-shadow: 5px 10px 5px 0 rgba(0, 0, 0, .5);
	box-shadow: 5px 10px 5px 0 rgba(0, 0, 0, .5);
}

.form-horizontal-express .input-group[class*="col-"] {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.form-horizontal-express .label-captcha {
	display: inline;
	margin-right: 10px;
}

.form-horizontal-express .captcha.form-control {
	display: inline;
	width: 80px;
}

.form-horizontal-express label.control-label-pr-0 {
	padding-right: 0;
}

.form-horizontal-express .radioBtnsStacked span.wpcf7-list-item {
	display: block;
	margin: 0 0 5px 0;
	position: relative;
	padding-left: 30px;
}

.form-horizontal-express .radioBtnsStacked span.wpcf7-list-item input {
	position: absolute;
	left: 7px;
	top: 5px;
}

.form-horizontal-express .form-group.form-group-submit {
	margin-bottom: 0;
}

.form-horizontal-express div.grecaptcha-notice {
	font-size: .57em;
}

.interior-form .form-interior-heading {
	line-height: 1;
	margin-bottom: 15px;
	margin-top: 0;
	position: relative;
}

.interior-form .form-horizontal {
	margin-top: 0;
}

.interior-form .form-horizontal > fieldset {
	border: none;
	padding: 0;
}

.interior-form .form-horizontal legend {
	display: none;
}

.interior-form .form-horizontal-express div.grecaptcha-notice {
	line-height: 1.5;
}

@media (min-width: 768px) {
	.form-horizontal .btn-primary {
		margin-top: 0;
	}
}

.page-template-express-interior-full-grid .row-full-grid {
	margin: 0;
}

.page-template-express-interior-full-grid .col-full-grid {
	padding: 0;
}

.grecaptcha-badge {
	visibility: hidden;
}

.column-bullet-circle {
	list-style: none;
	padding: 0;
	margin: 0;
}

.column-bullet-circle li {
	color: orange;
}

.column-bullet-circle.circle-close li:before {
	color: inherit;
	content: " ";
	display: inline-block;
	font-family: FontAwesome;
	font-size: .556em;
	margin-right: 10px;
	vertical-align: middle;
}

.column-bullet-circle.circle-open li:before {
	color: inherit;
	content: " ";
	display: inline-block;
	font-family: FontAwesome;
	font-size: .556em;
	margin-right: 10px;
	vertical-align: middle;
}

.column-bullet-circle.circle-dot li:before {
	color: inherit;
	content: " ";
	display: inline-block;
	font-family: FontAwesome;
	font-size: .556em;
	margin-right: 10px;
	vertical-align: middle;
}

.column-bullet-circle.circle-bullseye li:before {
	color: inherit;
	content: " ";
	display: inline-block;
	font-family: FontAwesome;
	font-size: .556em;
	margin-right: 10px;
	vertical-align: middle;
}

.column-bullet-check {
	list-style: none;
	margin: 0;
	padding: 0;
}

.column-bullet-check li {
	color: orange;
}

.column-bullet-check.check-normal li:before {
	color: inherit;
	content: " ";
	font-family: FontAwesome;
}

.column-bullet-check.check-circle-close li:before {
	color: inherit;
	content: " ";
	font-family: FontAwesome;
}

.column-bullet-check.check-circle-open li:before {
	color: inherit;
	content: " ";
	font-family: FontAwesome;
}

.column-bullet-check.check-square-open li:before {
	color: inherit;
	content: " ";
	font-family: FontAwesome;
}

.column-bullet-plus {
	list-style: none;
	margin: 0;
	padding: 0;
}

.column-bullet-plus li {
	color: orange;
	padding: 5px 0 5px 30px;
	position: relative;
	text-transform: uppercase;
}

.column-bullet-plus li:before {
	color: inherit;
	content: "+";
	display: inline-block;
	font-size: 2.222em;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: -6px;
	vertical-align: top;
}

img.coupon {
	width: 120px;
}

.list-group-item.smaller {
	font-size: .6em;
	line-height: 1.3em;
}

header .logo {
	background-image: url("https://cdn-ilccjbl.nitrocdn.com/OArElwrkiJOHmoKAneJeqJzBgNUXTVsd/assets/images/optimized/rev-be72759/www.hurricanefenceinc.com/wp-content/themes/mh_express/design/logo.png");
	background-repeat: no-repeat;
	background-size: 280px 63px;
	display: block;
	direction: ltr;
	height: 63px;
	margin: 0 auto;
	text-align: left;
	text-indent: -2000em;
	width: 280px;
}

header .logo.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 768px) {
	header .logo {
		margin: 0;
	}
}

.header-wrapper {
	position: relative;
	z-index: 20;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}

.header-3 {
	background: #112c50;
	border-bottom: 10px solid #112c50;
	margin-top: 46px;
	padding: 10px 0 10px 0;
	position: relative;
	z-index: 19;
}

.header-3 .header-company-logo {
	position: relative;
}

.header-3 .header-logo-link {
	display: block;
	position: relative;
}

.header-3 .header-contact {
	text-align: right;
}

.header-3 .header-request-btn {
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .05em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.header-3 .header-request-btn a {
	align-items: center;
	background: rgba(17, 44, 80, .1);
	color: #fff;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	text-decoration: none;
}

.header-3 .header-request-btn.neutral a {
	background: transparent;
	color: #fff;
}

.header-3 .header-request-btn a:active, .header-3 .header-request-btn a:focus, .header-3 .header-request-btn a:hover {
	color: rgba(255, 255, 255, .5);
}

.header-3 .header-request-btn.neutral a:active, .header-3 .header-request-btn.neutral a:focus, .header-3 .header-request-btn.neutral a:hover {
	color: rgba(255, 255, 255, .5);
}

.header-3 .header-phone {
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.header-3 .header-phone a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
}

.header-3 .header-phone a:active, .header-3 .header-phone a:focus, .header-3 .header-phone a:hover {
	color: rgba(255, 255, 255, .5);
}

.home .header-3 {
	margin-top: 0;
}

@media (min-width: 768px) {
	.home .header-wrapper {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.header-3 {
		margin-top: 0;
	}
	
	.header-3 .header-flex {
		align-items: center;
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 992px) {
	.header-3 .header-flex {
		align-items: flex-end;
	}
	
	.header-3 .header-company-logo {
		position: relative;
	}
	
	.header-3 .header-contact {
		margin-bottom: 4px;
		margin-top: 4px;
	}
	
	.header-3 .header-request-btn, .header-3 .header-phone {
		display: inline-block;
	}
	
	.header-3 .header-request-btn {
		margin-bottom: 0;
		margin-right: 40px;
	}
}

.navbar-1.navbar {
	background: #fff;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.14em;
	font-weight: 400;
	margin-bottom: 0;
	position: relative;
	z-index: 18;
}

.reviews-subpage .navbar-1.navbar-default .navbar-nav>li>.nav-reviews {
	color: rgba(38, 39, 41, .5);
}

.reviews-subpage .navbar-1.navbar .navbar-nav>.open>a.nav-reviews {
	color: #fff;
}

.reviews-subpage .navbar-1.navbar .in .navbar-nav .open .dropdown-menu li a.nav-dropdown-reviews {
	background: #fff;
	color: #cf152d;
}

.reviews-subpage .navbar-1 .dropdown-menu li a.nav-dropdown-reviews {
	background: #fff;
	color: #cf152d;
}

.reviews-subpage .navbar-1.navbar .in .navbar-nav .open .dropdown-menu li .yamm-content a.nav-yamm-dropdown-reviews {
	background: #fff;
	color: #cf152d;
}

.reviews-subpage .navbar-1.dropdown-menu li .yamm-content a.nav-yamm-dropdown-reviews {
	background: #fff;
	color: #cf152d;
}

.navbar-1.navbar .navbar-brand {
	color: rgba(38, 39, 41, .8);
	font-size: 1em;
	font-weight: 400;
	line-height: 50px;
	margin: 0 0 0 15px;
	padding: 0;
	text-transform: lowercase;
}

.navbar-1.navbar .navbar-toggle {
	border: none;
	color: rgba(38, 39, 41, .8);
	font-size: 1em;
	font-weight: 400;
	line-height: 50px;
	margin: 0 15px 0 0;
	padding: 0;
	text-transform: lowercase;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.navbar-1.navbar .navbar-toggle:active, .navbar-1.navbar .navbar-toggle:focus, .navbar-1.navbar .navbar-toggle:hover, .navbar-1.navbar .navbar-brand:active, .navbar-1.navbar .navbar-brand:focus, .navbar-1.navbar .navbar-brand:hover {
	background: transparent;
	color: rgba(38, 39, 41, .5);
}

.navbar-1.navbar .navbar-brand {
	display: none;
}

.navbar-1 .navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px;
	padding: 10px 15px 10px 25px;
}

.navbar-1.navbar .in .navbar-nav .open .dropdown-menu {
	background: #112c50;
}

.navbar-1.navbar .in .navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px;
}

.navbar-1.navbar .in .navbar-nav .open .dropdown-menu li a {
	color: #fff;
}

.navbar-1.navbar .in .navbar-nav .open .dropdown-menu li a:focus, .navbar-1.navbar .in .navbar-nav .open .dropdown-menu li a:hover {
	background: transparent;
	color: rgba(255, 255, 255, .5);
	text-decoration: none;
}

.navbar-1.navbar .in .navbar-nav .open .dropdown-menu li.active-top .active {
	background: #fff;
	color: #cf152d;
}

.navbar-1 .navbar-nav>li>a {
	line-height: 50px;
	padding: 0 15px;
}

.navbar-1 .dropdown-menu {
	background: #112c50;
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
	font-size: 1em;
}

.navbar-1 .dropdown-menu li a {
	color: #fff;
	font-weight: inherit;
	line-height: 1.42857;
	padding: 10px 20px;
}

.navbar-1 .dropdown-menu li a:focus, .navbar-1 .dropdown-menu li a:hover {
	background: transparent;
	color: rgba(255, 255, 255, .5);
	text-decoration: none;
}

.navbar-1 .dropdown-menu .active-top .active {
	background: #fff;
	color: #cf152d;
}

.navbar-1.navbar .navbar-nav>li>a {
	color: rgba(38, 39, 41, .8);
	text-transform: uppercase;
}

.navbar-1.navbar .navbar-nav>li>.active, .navbar-1.navbar .navbar-nav>.active-top>a {
	color: rgba(38, 39, 41, .5);
}

.navbar-1.navbar .navbar-nav>li>a:focus, .navbar-1.navbar .navbar-nav>li>a:hover {
	background: transparent;
	color: rgba(38, 39, 41, .5);
}

.navbar-1.navbar .navbar-nav>.open>a, .navbar-1.navbar .navbar-nav>.open>a:focus, .navbar-1.navbar .navbar-nav>.open>a:hover {
	background: #112c50;
	border: none;
	color: #fff;
}

.navbar-1 .dropdown-menu li .yamm-content {
	padding-top: 5px;
}

.navbar-1 .yamm-content .col-sm-4 {
	margin-bottom: 20px;
}

.navbar-1 .yamm-content .col-sm-4:last-of-type {
	margin-bottom: 0;
}

.navbar-1 .dropdown-menu li .yamm-content a {
	display: block;
	line-height: 1.111;
	padding: 10px 15px 10px 25px;
}

.navbar-1 .dropdown-menu li .yamm-content strong {
	color: #fff;
	font-size: 1.313em;
	font-style: italic;
	font-weight: 300;
}

.navbar-1 .yamm-content .nav-title {
	color: #fff;
	position: relative;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

.navbar-1 .yamm-content .nav-title:after {
	width: 100%;
	border-bottom: 1px solid rgba(80, 80, 80, .5);
	content: "";
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (min-width: 768px) {
	.navbar-1.navbar .navbar-brand {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.navbar-1.navbar .navbar-brand {
		display: none !important;
	}
	
	.navbar-1.yamm .dropdown.yamm-fw .dropdown-menu {
		left: inherit !important;
		right: 71px;
		width: 73%;
	}
	
	.navbar-1 .dropdown-menu li .yamm-content {
		padding-top: 20px;
	}
	
	.navbar-1 .yamm-content .col-sm-4, .navbar-1 .yamm-content .col-sm-6 {
		margin-bottom: 0;
	}
	
	.navbar-1 .yamm-content .col-sm-4, .navbar-1 .yamm-content .col-sm-6 {
		border-left: 1px solid rgba(255, 255, 255, .5);
		margin-bottom: 0;
	}
	
	.navbar-1 .yamm-content .col-sm-4:first-child, .navbar-1 .yamm-content .col-sm-6:first-child {
		border-left: 1px solid rgba(255, 255, 255, 0);
	}
	
	.navbar-1 .yamm-content .col-sm-4:last-child, .navbar-1 .yamm-content .col-sm-6:last-child {
		border-right: 1px solid rgba(0, 0, 0, 0);
	}
	
	.navbar-1.navbar {
		background: #262729;
		font-size: .75em;
		border-top: 1px solid rgba(255, 255, 255, .5);
		border-bottom: 1px solid rgba(255, 255, 255, .5);
		letter-spacing: .05em;
	}
	
	.home .navbar-1.navbar {
		background: rgba(38, 39, 41, .7);
	}
	
	.navbar-1.navbar .navbar-nav>li>a {
		color: #fff;
	}
	
	.navbar-1.navbar .navbar-nav>li>a:focus, .navbar-1.navbar .navbar-nav>li>a:hover {
		color: rgba(255, 255, 255, .5);
	}
	
	.navbar-1.navbar .navbar-nav>li>.active, .navbar-1.navbar .navbar-nav>.active-top>a {
		color: rgba(255, 255, 255, .5);
	}
	
	.navbar-1.navbar {
		font-size: .76em;
	}
	
	.navbar-1.yamm .dropdown.yamm-fw .dropdown-menu {
		left: inherit !important;
		right: 139px;
		width: 60%;
	}
}

.cycle-1-wrapper {
	position: relative;
}

.cycle-1-wrapper .banner {
	background: url("https://cdn-ilccjbl.nitrocdn.com/OArElwrkiJOHmoKAneJeqJzBgNUXTVsd/assets/images/optimized/rev-be72759/www.hurricanefenceinc.com/wp-content/themes/mh_express/design/cycle/1.jpg") 50% 0 no-repeat;
	background-size: cover;
	height: 300px;
	position: absolute;
	top: 143px;
	width: 100%;
	z-index: 1;
}

.cycle-1-wrapper .banner.nitro-lazy {
	background-image: none !important;
}

.cycle-1-wrapper .cycle-slideshow {
	backface-visibility: hidden;
	box-shadow: rgba(0, 0, 0, .01) .01em .01em .01em;
	position: relative;
}

.cycle-1-wrapper .cycle-slideshow img {
	backface-visibility: hidden;
	box-shadow: rgba(0, 0, 0, .01) .01em .01em .01em;
	position: relative;
}

.cycle-1-wrapper .banner-slideshow {
	background: transparent;
	height: 0;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	.cycle-1-wrapper .banner {
		background: transparent;
		height: 700px;
		padding-left: 0;
		padding-right: 0;
		top: 93px;
	}
	
	.cycle-1-wrapper .banner-slideshow {
		height: 700px;
	}
	
	.cycle-1-wrapper .banner-slide-1 {
		background: url("https://cdn-ilccjbl.nitrocdn.com/OArElwrkiJOHmoKAneJeqJzBgNUXTVsd/assets/images/optimized/rev-be72759/www.hurricanefenceinc.com/wp-content/themes/mh_express/design/cycle/1.jpg") 50% 0 no-repeat;
		background-size: cover;
	}
	
	.cycle-1-wrapper .banner-slide-1.nitro-lazy {
		background-image: none !important;
	}
	
	.cycle-1-wrapper .banner-slide-2 {
		background: url("https://cdn-ilccjbl.nitrocdn.com/OArElwrkiJOHmoKAneJeqJzBgNUXTVsd/assets/images/optimized/rev-be72759/www.hurricanefenceinc.com/wp-content/themes/mh_express/design/cycle/2.jpg") 50% 0 no-repeat;
		background-size: cover;
	}
	
	.cycle-1-wrapper .banner-slide-2.nitro-lazy {
		background-image: none !important;
	}
	
	.cycle-1-wrapper .banner-slide-3 {
		background: url("https://cdn-ilccjbl.nitrocdn.com/OArElwrkiJOHmoKAneJeqJzBgNUXTVsd/assets/images/optimized/rev-be72759/www.hurricanefenceinc.com/wp-content/themes/mh_express/design/cycle/3.jpg") 50% 0 no-repeat;
		background-size: cover;
	}
	
	.cycle-1-wrapper .banner-slide-3.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.cycle-1-wrapper .banner {
		top: 93px;
	}
	
	.cycle-1-wrapper .banner {
		height: 800px;
	}
	
	.cycle-1-wrapper .banner-slideshow {
		height: 800px;
	}
}

.callout-fixed-wrapper {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 1001;
}

.callout-fixed-wrapper .callout-fixed {
	background: #cf152d;
	line-height: 1;
	padding: 36px 0;
	position: relative;
}

.callout-fixed-wrapper .callout-fixed-link {
	display: block;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: .95em;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition-duration: .5s;
}

.callout-fixed-wrapper .callout-fixed-link:active, .callout-fixed-wrapper .callout-fixed-link:focus, .callout-fixed-wrapper .callout-fixed-link:hover {
	color: rgba(255, 255, 255, .5);
}

@media (min-width: 400px) {
	.callout-fixed-wrapper .callout-fixed-link {
		font-size: 1.14em;
	}
}

.callouts-fixed-top-wrapper {
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}

.callouts-fixed-top-wrapper .callouts-fixed-top {
	background: #112c50;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	position: relative;
}

.callouts-fixed-top-wrapper .callout-fixed-top-link-wrapper {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.05em;
	letter-spacing: .025em;
	line-height: 1;
	position: relative;
	text-align: center;
}

.callouts-fixed-top-wrapper .callout-fixed-top-link {
	align-items: center;
	display: flex;
	color: #fff;
	font-weight: 700;
	height: 45px;
	justify-content: center;
	text-decoration: none;
	transition-duration: .5s;
}

.callouts-fixed-top-wrapper .callout-fixed-top-link i {
	color: #0090bf;
	margin-right: 7px;
}

.callouts-fixed-top-wrapper .callout-fixed-top-link:active, .callouts-fixed-top-wrapper .callout-fixed-top-link:focus, .callouts-fixed-top-wrapper .callout-fixed-top-link:hover {
	color: rgba(255, 255, 255, .5);
}

.home .header-wrapper .callouts-fixed-top-wrapper {
	display: none;
}

@media (min-width: 768px) {
	.callouts-fixed-top-wrapper {
		display: none;
	}
}

.callouts-xs-wrapper {
	margin-bottom: 15px;
	position: relative;
}

.callouts-xs-wrapper .callouts {
	background: #112c50;
	padding: 2px 0;
	position: relative;
	z-index: 10;
}

.callouts-xs-wrapper .callout-wrapper {
	margin: 10px 0;
}

.callouts-xs-wrapper .callout {
	background: #112c50;
	border: 1px solid rgba(255, 255, 255, .5);
	color: #fff;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
	font-weight: 600;
	padding: 15px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.callouts-xs-wrapper .callout:active, .callouts-xs-wrapper .callout:focus, .callouts-xs-wrapper .callout:hover {
	background: #112c50;
	border: 1px solid rgba(255, 255, 255, .5);
	color: rgba(255, 255, 255, .5);
	text-decoration: none;
}

.callouts-xs-wrapper .callout p {
	margin: 0;
}

.home .callouts-xs-wrapper {
	margin-bottom: 0;
}

.callouts-6-wrapper {
	margin-bottom: 15px;
	position: relative;
	z-index: 18;
	padding: 30px 0px;
	max-width: 1920px;
	margin: 0 auto;
}

.callouts-6-wrapper .callouts {
	position: relative;
}

.callouts-6-wrapper .callouts-6-copy-right {
	display: block;
	color: rgba(38, 39, 41, .8);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: -.025em;
	line-height: 33px;
	text-align: center;
	text-transform: none;
}

.callouts-6-wrapper .callouts-6-copy-right	.callouts-6-copy-dark {
	font-weight: 700;
}

@media (min-width: 768px) {
	.callouts-6-wrapper .container {
		padding: 0;
		width: 100%;
	}
	
	.callouts-6-wrapper .row {
		display: flex;
		margin: 0;
	}
	
	.callouts-6-wrapper {
		padding: 50px 0px;
		width: 90%;
		margin: 0 auto;
	}
	
	.callouts-6-wrapper .callouts-6-copy-right {
		line-height: 37px;
		font-size: 1.09em;
	}
}

@media (min-width: 992px) {
	.callouts-6-wrapper .callouts-6-copy-right {
		line-height: 48px;
		font-size: 1.43em;
	}
	
	.callouts-6-wrapper {
		padding: 40px 0px;
		width: 90%;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.callouts-6-wrapper .callouts-6-copy-right {
		line-height: 48px;
		font-size: 1.5em;
	}
	
	.callouts-6-wrapper {
		width: 80%;
		margin: 0 auto;
	}
}

.services-7-wrapper {
	margin-bottom: 15px;
	position: relative;
	z-index: 18;
}

.services-7-wrapper .services-links-wrapper {
	background: transparent;
	position: relative;
}

.services-7-wrapper .container {
	width: 100%;
}

.services-7-wrapper .container, .services-7-wrapper .row {
	margin: 0;
	padding: 0;
}

.services-7-wrapper .services-links-wrapper [class^=col-] {
	padding: 0;
}

.services-7-wrapper .services-link {
	display: block;
	height: 100%;
	position: relative;
	text-decoration: none;
}

.services-7-wrapper .services-link img {
	width: 100%;
}

.services-7-wrapper .services-default {
	bottom: 0;
	display: block;
	left: 0;
	letter-spacing: -.025em;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition-duration: .5s;
}

.services-7-wrapper .services-default-1 {
	background: rgba(38, 39, 41, .9);
}

.services-7-wrapper .services-default-2 {
	align-items: center;
	background: rgba(255, 255, 255, .9);
	flex-direction: row;
	justify-content: center;
}

.services-7-wrapper .services-default-3 {
	background: #112c50;
	padding: 40px 15px 20px 15px;
	position: relative;
}

.services-7-wrapper .services-default-inner {
	align-items: center;
	display: flex;
	height: 100%;
	flex-direction: row;
	justify-content: center;
	position: relative;
	transition-duration: .5s;
}

.services-7-wrapper .plus {
	color: #fff;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 2.66em;
	font-weight: 300;
	line-height: .5em;
	margin-right: 12px;
	position: relative;
}

.services-7-wrapper .services-default-2 .plus {
	color: #112c50;
}

.services-7-wrapper .services-default-lines {
	position: relative;
}

.services-7-wrapper .services-default-line-1 {
	color: #fff;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.43em;
	font-weight: 300;
	line-height: .9;
	margin-bottom: 3px;
	text-transform: none;
}

.services-7-wrapper .services-default-line-2 {
	color: #fff;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.19em;
	font-weight: 300;
	line-height: .9;
	text-transform: none;
}

.services-7-wrapper .services-default-2 .services-default-line-1 {
	color: #112c50;
	font-weight: 400;
}

.services-7-wrapper .services-default-2 .services-default-line-2 {
	color: #112c50;
	font-weight: 400;
}

.services-7-wrapper .services-copy-lines {
	line-height: 1;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}

.services-7-wrapper .services-copy-line-1 {
	color: #fff;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.33em;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 3px;
	text-transform: none;
}

.services-7-wrapper .services-copy-line-2 {
	color: #fff;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 2.66em;
	font-weight: 300;
	letter-spacing: .1em;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.services-7-wrapper .services-copy-line-3 {
	color: #fff;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: .86em;
	font-weight: 300;
	line-height: 1.3;
	text-transform: none;
}

.services-7-wrapper .services-copy-line-3 .br-design {
	display: none;
}

.services-7-wrapper .social-media-1 a {
	border: 1px solid rgba(255, 255, 255, .25);
	color: rgba(255, 255, 255, .5);
}

.services-7-wrapper .social-media-1 a:active, .services-7-wrapper .social-media-1 a:focus, .services-7-wrapper .social-media-1 a:hover {
	color: #fff;
}

@media (min-width: 768px) {
	.services-7-wrapper .row {
		display: flex;
	}
	
	.services-7-wrapper .services-default-1 {
		background: url("https://cdn-ilccjbl.nitrocdn.com/OArElwrkiJOHmoKAneJeqJzBgNUXTVsd/assets/images/optimized/rev-be72759/www.hurricanefenceinc.com/wp-content/themes/mh_express/design/services/residential.jpg") 50% 0 no-repeat;
		background-size: cover;
		height: 100%;
		position: relative;
	}
	
	.services-7-wrapper .services-default-1.nitro-lazy {
		background-image: none !important;
	}
	
	.services-7-wrapper .services-default-1:before {
		background: rgba(38, 39, 41, .9);
		content: "";
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute;
		top: 0;
		transition-duration: .5s;
		width: 100%;
	}
	
	.services-7-wrapper .services-default-2 {
		background: url("https://cdn-ilccjbl.nitrocdn.com/OArElwrkiJOHmoKAneJeqJzBgNUXTVsd/assets/images/optimized/rev-be72759/www.hurricanefenceinc.com/wp-content/themes/mh_express/design/services/commercial.jpg") 50% 0 no-repeat;
		background-size: cover;
		height: 100%;
		position: relative;
	}
	
	.services-7-wrapper .services-default-2.nitro-lazy {
		background-image: none !important;
	}
	
	.services-7-wrapper .services-default-2:before {
		background: rgba(255, 255, 255, .9);
		content: "";
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute;
		top: 0;
		transition-duration: .5s;
		width: 100%;
	}
	
	.services-7-wrapper .plus {
		font-size: 4.5em;
	}
	
	.services-7-wrapper .services-default-line-1 {
		font-size: 1.66em;
	}
	
	.services-7-wrapper .services-default-line-2 {
		font-size: 1.5em;
	}
	
	.services-7-wrapper .services-copy-line-1 {
		font-size: 1.19em;
		margin-bottom: 5px;
	}
	
	.services-7-wrapper .services-copy-line-2 {
		font-size: 2em;
	}
	
	.services-7-wrapper .services-copy-line-3 {
		font-size: .76em;
	}
	
	.services-7-wrapper .services-default-3 {
		padding: 40px 15px 40px 15px;
	}
}

@media (min-width: 992px) {
	.services-7-wrapper {
		margin-bottom: 20px;
	}
	
	.services-7-wrapper .services-link:active .services-default-inner, .services-7-wrapper .services-link:focus .services-default-inner, .services-7-wrapper .services-link:hover .services-default-inner {
		opacity: 0;
	}
	
	.services-7-wrapper .services-link:active .services-default-1:before, .services-7-wrapper .services-link:focus .services-default-1:before, .services-7-wrapper .services-link:hover .services-default-1:before, .services-7-wrapper .services-link:active .services-default-2:before, .services-7-wrapper .services-link:focus .services-default-2:before, .services-7-wrapper .services-link:hover .services-default-2:before {
		opacity: 0;
	}
	
	.services-7-wrapper .plus {
		font-size: 5em;
	}
	
	.services-7-wrapper .services-default-line-1 {
		font-size: 2.38em;
	}
	
	.services-7-wrapper .services-default-line-2 {
		font-size: 1.81em;
	}
	
	.services-7-wrapper .services-default-3 {
		padding: 50px 15px 50px 25px;
	}
	
	.services-7-wrapper .services-copy-line-1 {
		font-size: 1.38em;
	}
	
	.services-7-wrapper .services-copy-line-2 {
		font-size: 2.71em;
	}
	
	.services-7-wrapper .services-copy-line-3 {
		font-size: .9em;
		line-height: 29px;
	}
	
	.services-7-wrapper .services-copy-line-3 .br-design {
		display: inline;
	}
}

@media (min-width: 1200px) {
	.services-7-wrapper {
		margin-bottom: 25px;
	}
	
	.services-7-wrapper .services-default-line-1 {
		font-size: 2.38em;
	}
	
	.services-7-wrapper .services-default-line-2 {
		font-size: 1.81em;
	}
	
	.services-7-wrapper .services-default-3 {
		padding: 50px 25px 70px 39px;
	}
	
	.services-7-wrapper .services-copy-line-1 {
		font-size: 1.71em;
	}
	
	.services-7-wrapper .services-copy-line-2 {
		font-size: 3.09em;
		margin-bottom: 8px;
	}
	
	.services-7-wrapper .services-copy-line-3 {
		font-size: 1em;
		line-height: 31px;
	}
}

.refresh-testimonials-5-wrapper {
	margin-bottom: 0px;
	position: relative;
	z-index: 18;
}

.refresh-testimonials-5-wrapper .refresh-testimonials {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
	padding: 150px 0 0;
	position: relative;
	text-align: center;
}

.refresh-testimonials-5-wrapper .refresh-testimonials-background-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	width: 100%;
}

.refresh-testimonials-5-wrapper .refresh-testimonials-background-1:before {
	bottom: 0;
	background: url("https://cdn-ilccjbl.nitrocdn.com/OArElwrkiJOHmoKAneJeqJzBgNUXTVsd/assets/images/optimized/rev-be72759/www.hurricanefenceinc.com/wp-content/themes/mh_express/design/testimonial/bg.jpg") no-repeat center;
	background-size: cover;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.refresh-testimonials-5-wrapper .refresh-testimonials-inner {
	background: rgba(17, 44, 80, .95);
	padding: 30px 0;
	position: relative;
}

.refresh-testimonials-5-wrapper .refresh-testimonial {
	position: relative;
	text-align: center;
}

.refresh-testimonials-5-wrapper .refresh-testimonial-testimony {
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.43em;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-transform: none;
}

.refresh-testimonials-5-wrapper .refresh-testimonial-testifier {
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.43em;
	font-weight: 300;
	line-height: 1.2em;
	position: relative;
	text-transform: none;
}

@media (min-width: 768px) {
	.refresh-testimonials-5-wrapper .refresh-testimonials {
		padding: 275px 0 0;
	}
	
	.refresh-testimonials-5-wrapper .refresh-testimonials-inner {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	
	.refresh-testimonials-5-wrapper .refresh-testimonial {
		text-align: center;
	}
	
	.refresh-testimonials-5-wrapper .refresh-testimonial-testimony {
		font-size: 1.5em;
		margin-bottom: 15px;
		line-height: 45px;
	}
	
	.refresh-testimonials-5-wrapper .refresh-testimonial-testifier {
		font-size: 1.5em;
	}
}

.sup-info-1-wrapper {
	margin-bottom: 0px;
	position: relative;
	z-index: 18;
}

.sup-info-1-wrapper .sup-info-1 {
	background: #fff;
	padding: 30px 0 0;
	position: relative;
}

.sup-info-1-wrapper [class*='col-'] {
	margin-bottom: 30px;
}

.sup-info-1-wrapper [class*='col-']:last-of-type {
	margin-bottom: 0;
}

.sup-info-1-wrapper .sup-info-1-title {
	color: #112c50;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.81em;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
	text-transform: none;
}

.sup-info-1-wrapper .sup-info-1-phone {
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.05em;
	font-weight: 400;
	letter-spacing: -.025em;
	text-transform: none;
}

.sup-info-1-wrapper .sup-info-1-phone a {
	color: rgba(38, 39, 41, .8);
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
	line-height: 55px;
	transition-duration: .5s;
}

.sup-info-1-wrapper .sup-info-1-phone a:active, .sup-info-1-wrapper .sup-info-1-phone a:focus, .sup-info-1-wrapper .sup-info-1-phone a:hover {
	color: rgba(38, 39, 41, .5);
}

.sup-info-1-wrapper .sup-info-1-link {
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: .86em;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.sup-info-1-wrapper .sup-info-1-link a {
	color: #112c50;
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
	transition-duration: .5s;
}

.sup-info-1-wrapper .sup-info-1-link a:active, .sup-info-1-wrapper .sup-info-1-link a:focus, .sup-info-1-wrapper .sup-info-1-link a:hover {
	color: rgba(17, 44, 80, .5);
}

.sup-info-1-wrapper .sup-info-1-copy {
	position: relative;
}

.sup-info-1-wrapper .sup-info-1-copy-line-1 {
	color: rgba(38, 39, 41, .8);
	display: inline;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.05em;
	font-weight: 300;
	letter-spacing: -.025em;
	line-height: 32px;
	text-transform: none;
}

.sup-info-1-wrapper .sup-info-1-copy .sup-info-1-link {
	display: inline-block;
}

.sup-info-1-wrapper .sup-info-1-social {
	position: relative;
}

@media (min-width: 768px) {
	.sup-info-1-wrapper [class*='col-'] {
		margin-bottom: 0;
	}
	
	.sup-info-1-wrapper .br-design {
		display: none;
	}
}

@media (min-width: 992px) {
	.sup-info-1-wrapper .br-design {
		display: inline;
	}
	
	.sup-info-1-wrapper .sup-info-1-copy-line-1 {
		font-size: .95em;
	}
	
	.sup-info-1-wrapper .sup-info-1-phone {
		font-size: .95em;
	}
}

@media (min-width: 1200px) {
	.sup-info-1-wrapper .sup-info-1-copy-line-1 {
		font-size: 1.05em;
	}
	
	.sup-info-1-wrapper .sup-info-1-phone {
		font-size: 1.05em;
	}
}

.social-media-1 {
	font-size: 1.43em;
	text-align: center;
	margin-top: 25px;
}

.social-media-1 a {
	color: #fff;
	display: inline-block;
	height: 1.5em;
	line-height: 1.5em;
	margin-right: 20px;
	text-align: center;
	transition-duration: .5s;
}

.social-media-1 a:before {
	background: #cf152d;
	top: 174px;
	content: "";
	height: 5px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 170px;
	display: none;
}

.social-media-1 a:last-of-type {
	margin-right: 0;
}

.social-media-1 .fa-facebook-f::before, .social-media-1 .fa-facebook::before {
	content: "";
}

.social-media-1 .fa-linkedin::before, .social-media-1 .fa-linkedin::before {
	content: "";
}

.social-media-1 a:active, .social-media-1 a:focus, .social-media-1 a:hover {
	color: rgba(255, 255, 255, .5);
}

@media (min-width: 768px) {
	.social-media-1 a:before {
		background: #cf152d;
		top: 115px;
		content: "";
		height: 5px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		width: 170px;
	}
	
	.social-media-1 {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.social-media-1 a:before {
		display: block;
	}
	
	.social-media-1 {
		margin-top: 50px;
	}
}

.footer {
	margin-top: auto;
}

.footer-2 {
	background: #fff;
	padding: 10px 0 120px;
}

.footer-2 .footer-content {
	color: rgba(38, 39, 41, .8);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
	font-weight: 400;
	position: relative;
	text-transform: none;
}

.footer-2 .footer-legal {
	color: rgba(38, 39, 41, .8);
	font-family: "Roboto Condensed", sans-serif;
	font-size: .57em;
	font-weight: 300;
	line-height: 17px;
	margin-bottom: 0;
	text-transform: none;
}

.footer-2 .footer-legal a, .footer-2 .footer-legal a:active, .footer-2 .footer-legal a:focus, .footer-2 .footer-legal a:hover {
	color: rgba(38, 39, 41, .8);
	line-height: 17px;
	font-weight: 300;
}

.footer-2 .footer-licensed-disclaimer br {
	display: none;
}

.footer-2 .footer-legal br {
	display: none;
}

.footer-2 .footer-licensed-disclaimer {
	font-weight: 300;
	color: rgba(38, 39, 41, .8);
	font-size: 1em;
	line-height: 31px;
}

.footer-2 .footer-licensed-disclaimer a {
	font-weight: 300;
	color: rgba(38, 39, 41, .8);
	font-size: 1em;
	line-height: 31px;
}

.footer-2 .footer-licensed-disclaimer a:hover, .footer-2 .footer-licensed-disclaimer a:focus, .footer-2 .footer-licensed-disclaimer a:active {
	color: rgba(38, 39, 41, .5);
	text-decoration: none;
}

@media (min-width: 768px) {
	.footer-2 {
		padding: 30px 0 20px;
	}
}

@media (min-width: 992px) {
	.footer-2 .footer-legal span {
		display: block;
	}
	
	.footer-2 .footer-licensed-disclaimer br {
		display: block;
	}
	
	.footer-2 .footer-legal br {
		display: block;
	}
}

.refresh-testimonials-5-wrapper {
	margin-bottom: 0px;
	position: relative;
	z-index: 18;
}

.refresh-testimonials-5-wrapper .refresh-testimonials {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
	padding: 150px 0 0;
	position: relative;
	text-align: center;
}

.refresh-testimonials-5-wrapper .refresh-testimonials-background-1, .refresh-testimonials-5-wrapper .refresh-testimonials-background-2, .refresh-testimonials-5-wrapper .refresh-testimonials-background-3, .refresh-testimonials-5-wrapper .refresh-testimonials-background-4 {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	width: 100%;
}

.refresh-testimonials-5-wrapper .refresh-testimonials-background-1:before {
	bottom: 0;
	background: url("https://cdn-ilccjbl.nitrocdn.com/OArElwrkiJOHmoKAneJeqJzBgNUXTVsd/assets/images/optimized/rev-be72759/www.hurricanefenceinc.com/wp-content/themes/mh_express/design/testimonial/bg/1.jpg") no-repeat center;
	background-size: cover;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.refresh-testimonials-5-wrapper .refresh-testimonials-background-2:before {
	bottom: 0;
	background: url("https://cdn-ilccjbl.nitrocdn.com/OArElwrkiJOHmoKAneJeqJzBgNUXTVsd/assets/images/optimized/rev-be72759/www.hurricanefenceinc.com/wp-content/themes/mh_express/design/testimonial/bg/2.jpg") no-repeat center;
	background-size: cover;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.refresh-testimonials-5-wrapper .refresh-testimonials-background-3:before {
	bottom: 0;
	background: url("https://cdn-ilccjbl.nitrocdn.com/OArElwrkiJOHmoKAneJeqJzBgNUXTVsd/assets/images/optimized/rev-be72759/www.hurricanefenceinc.com/wp-content/themes/mh_express/design/testimonial/bg/3.jpg") no-repeat center;
	background-size: cover;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.refresh-testimonials-5-wrapper .refresh-testimonials-background-4:before {
	bottom: 0;
	background: url("https://cdn-ilccjbl.nitrocdn.com/OArElwrkiJOHmoKAneJeqJzBgNUXTVsd/assets/images/optimized/rev-be72759/www.hurricanefenceinc.com/wp-content/themes/mh_express/design/testimonial/bg/4.jpg") no-repeat center;
	background-size: cover;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.refresh-testimonials-5-wrapper .refresh-testimonials-inner {
	background: rgba(17, 44, 80, .95);
	padding: 30px 0;
	position: relative;
}

.refresh-testimonials-5-wrapper .refresh-testimonial {
	position: relative;
}

.refresh-testimonials-5-wrapper .refresh-testimonial-testimony {
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.43em;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-transform: none;
}

.refresh-testimonials-5-wrapper .refresh-testimonial-testifier {
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.43em;
	font-weight: 300;
	line-height: 1.2em;
	position: relative;
	text-transform: none;
}

@media (min-width: 768px) {
	.refresh-testimonials-5-wrapper .refresh-testimonials {
		padding: 275px 0 0;
	}
	
	.refresh-testimonials-5-wrapper .refresh-testimonials-inner {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	
	.refresh-testimonials-5-wrapper .refresh-testimonial {
		text-align: center;
	}
	
	.refresh-testimonials-5-wrapper .refresh-testimonial-testimony {
		font-size: 1.5em;
		margin-bottom: 15px;
		line-height: 45px;
	}
	
	.refresh-testimonials-5-wrapper .refresh-testimonial-testifier {
		font-size: 1.5em;
	}
}

.navbar .dropdown-menu {
	float: none;
	position: static;
	width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar .container {
		padding: 0;
		width: 100%;
	}
	
	.navbar .navbar-header {
		float: none;
	}
	
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 15px;
	}
	
	.navbar .navbar-toggle {
		display: block !important;
	}
	
	.navbar .navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	
	.navbar .navbar-collapse.collapse {
		display: none !important;
	}
	
	.navbar .collapse.in {
		display: block !important;
	}
	
	.navbar .navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}
	
	.navbar .navbar-left, .navbar .navbar-right {
		float: none !important;
	}
	
	.navbar .navbar-nav>li {
		float: none;
	}
	
	.navbar .dropdown-menu {
		border: none;
	}
	
	.navbar .yamm-content [class*="col-"] {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.navbar .dropdown-menu {
		float: left;
		position: absolute;
		width: unset;
	}
}

.header-3 .header-request-btns {
	margin-bottom: 10px;
	position: relative;
}

.header-3 .header-request-btn {
	display: inline-block;
	margin-bottom: 0;
}

.header-3 .header-request-btn:first-of-type {
	margin-right: 25px;
}

.content .pull-quote-2.interior-special-contact-wrapper {
	background: #008ebd;
	color: #fff;
	float: right;
	font-size: 1em;
	line-height: 1.4;
	margin: 0 0 1em 1em;
	padding: 1em;
	width: 30%;
}

.content .pull-quote-2.interior-special-contact-wrapper .interior-special-contact {
	display: block;
	padding: 10px;
}

.content .pull-quote-2.interior-special-contact-wrapper a {
	text-shadow: unset;
	text-decoration: none;
	color: #fff;
}

.content .pull-quote-2.interior-special-contact-wrapper a:hover, .content .pull-quote-2.interior-special-contact-wrapper a:active, .content .pull-quote-2.interior-special-contact-wrapper a:focus {
	color: rgba(255, 255, 255, .6);
}

.content .pull-quote-2.interior-special-contact-wrapper hr {
	margin: 1em 0px;
}

.content .pull-quote-2.interior-special-contact-wrapper p {
	margin-bottom: 1em;
}

.content .pull-quote-2.interior-special-contact-wrapper h2 {
	color: #fff;
	margin-top: 20px;
}

.content .pull-quote-2.interior-special-contact-wrapper .interior-special-contact p:first-of-type {
	margin-bottom: 5px;
}

.page-id-508 .mb-10 {
	margin-bottom: 10px;
}

.page-id-508 .mb-5 {
	margin-bottom: 5px;
}

@media (min-width: 992px) {
	.header-3 .header-request-btns {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 40px;
	}
	
	.header-3 .header-request-btn {
		margin-right: 0;
	}
}

body {
	background: #fff;
	color: rgba(38, 39, 41, .8);
	display: flex;
	flex-direction: column;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 21px;
	font-weight: 300;
	min-height: 100vh;
	padding: 0;
	line-height: 31px;
}

a {
	color: #008ebd;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-weight: 400;
	line-height: 19px;
}

a:active, a:focus, a:hover {
	color: rgba(0, 142, 189, .5);
	outline: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

a.click-to-call {
	color: rgba(38, 39, 41, .8);
	text-decoration: none;
}

a.click-to-call:active, a.click-to-call:focus, a.click-to-call:hover {
	color: rgba(38, 39, 41, .8);
}

article {
	margin: 0 0 15px 0;
}

article a {
	text-decoration: underline;
}

article .btn {
	text-decoration: none;
}

blockquote {
	background: rgba(0, 0, 0, .05);
	border-top: 10px solid #112c50;
	font-size: 1em;
	margin: 0 0 30px;
	padding: 30px;
}

cite, .cite {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	color: #262729;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
	font-weight: 700;
	margin: 2em 0 .5em;
	line-height: 1.2;
	letter-spacing: .025em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #262729;
}

h1 {
	color: #262729;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 0;
	text-transform: uppercase;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

hr {
	border: solid rgba(31, 34, 41, .2);
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 2em 0;
}

p {
	margin-bottom: 1em;
}

.close {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.dl-horizontal dt {
	text-align: left;
	width: 200px;
}

.dl-horizontal dt a, .dl-horizontal dd a {
	text-decoration: none;
}

dd {
	display: block;
	padding-bottom: .5em;
}

.panel .panel-heading {
	background: #112c50;
	border-color: #ddd;
}

.panel .panel-title {
	color: #fff;
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: none;
}

.panel .panel-title a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.panel .panel-title a:active, .panel .panel-title a:focus, .panel .panel-title a:hover {
	color: rgba(255, 255, 255, .5);
}

.panel-body {
	background: rgba(0, 0, 0, .02);
}

.nav-tabs > li > a {
	padding-top: 1em;
	text-decoration: none;
}

.thumbnail h4 {
	margin-top: 0;
}

.thumbnail .caption {
	padding: 20px;
}

.float-left {
	float: left;
	margin: 0 2em 2em 0;
	width: 50%;
}

.float-right {
	float: right;
	margin: 0 0 2em 2em;
	width: 50%;
}

aside.float-right.video {
	display: block;
	margin: 0 auto;
	padding: 0 0 1em;
	width: 100%;
}

.breadcrumb {
	background: none;
	font-size: .8em;
	margin-bottom: 20px;
	padding: 0;
}

.padding-1 {
	padding: 1em;
}

main p strong a {
	background-color: #fff;
	border: 1px solid rgba(141, 142, 159, .5);
	display: inline-block;
	font-size: .9em;
	letter-spacing: .08em;
	margin: .5em;
	padding: 8px 30px 10px;
	text-decoration: none;
}

main p strong a:hover {
	text-decoration: none;
}

img.aff {
	display: block;
	margin: 0 auto;
	padding: 1em;
}

.contact-info {
	line-height: 36px;
}

.contact-icon {
	background: #112c50;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	color: #fff;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin-bottom: 1em;
	margin-right: 10px;
	text-align: center;
	width: 36px;
}

.ease {
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.outline {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #fff;
	border-image: none;
	border-style: solid;
	border-width: 2px 0;
	outline: 1px solid rgba(0, 0, 0, .4);
}

main ul {
	margin-bottom: 1.5em;
}

h2.faq {
	font-size: 1em;
}

.col-margin [class*="col-"] {
	margin: .7em 0;
}

.big {
	font-size: 2em;
	letter-spacing: -.05em;
	line-height: 1;
}

.product .well {
	background: rgba(255, 255, 255, 0);
	border-radius: 0;
	box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .1);
	text-align: center;
}

.product .well:hover {
	background: rgba(0, 0, 0, .02);
	box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, .1);
}

.product .well p {
	font-size: .9em;
	text-align: left;
}

.display-text {
	color: rgba(119, 122, 128, .8);
	font-size: 2em;
	letter-spacing: -.05em;
	line-height: 1.1;
}

strong.display-text {
	font-weight: normal;
}

.highlight {
	color: #008ebd;
	font-size: 1em;
}

strong.highlight {
	color: #008ebd;
	font-weight: normal;
}

main ul li {
	margin-bottom: .2em;
}

.landing a {
	text-decoration: none;
}

.landing a:hover h4 {
	color: rgba(38, 39, 41, .6);
	text-decoration: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.landing .thumbnail .caption {
	padding-bottom: 0;
}

.bs-gallery a {
	font-size: 0;
}

.img-thumbnail-sm {
	border: 1px solid #ddd;
	padding: 2px;
	margin: 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.blueimp-gallery-left #prv, .blueimp-gallery-right #nxt {
	display: none;
}

main h1, main h2, main h3, main h4, main h5, main h6, main blockquote, main p, main ul, hr, .panel, .panel-default, .form-horizontal {
	max-width: 39em;
}

.content {
	margin: 3em 0 60px 0;
	position: relative;
	z-index: 18;
}

.home .wrapper {
	margin-top: 46px;
	position: relative;
}

.home .xs-wrapper {
	position: absolute;
	left: 0;
	top: 143px;
	width: 100%;
}

.home .content {
	margin: 0;
}

.home .content-h1 {
	align-items: center;
	background: rgba(38, 39, 41, .5);
	display: flex;
	height: 300px;
	position: relative;
	width: 100%;
}

.home .content-h1-inner {
	background: transparent;
	position: relative;
	padding: 25px 0 15px 0;
	width: 100%;
}

.home .content-h1 h1 {
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1;
	margin-bottom: 0;
	margin-left: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

.home main h1 {
	max-width: none;
}

.home .content-h1 h1 .line-1 {
	display: block;
	font-size: 1.19em;
	font-style: italic;
	margin-bottom: 3px;
}

.home .content-h1 h1 .line-2 {
	display: block;
	font-size: 1.9em;
}

.home .content-copy {
	letter-spacing: -.025em;
	line-height: 33px;
	padding: 30px 0;
	position: relative;
}

.home .content p {
	margin-bottom: 0;
}

.home .content span.blue-copy {
	font-weight: 700;
	font-style: italic;
}

.home .content br {
	display: none;
}

.team .title .name {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: .7em;
}

.team .title {
	font-size: .8em;
	text-align: center;
}

.team .title p {
	margin-bottom: 0px;
}

.team .title i {
	font-size: 1.2em;
	padding: .5em;
	padding-right: .5em;
	color: rgba(38, 39, 41, .8);
}

.team .title i:hover, .team .title i:active, .team .title i:hover {
	color: rgba(38, 39, 41, .5);
}

.img-thumbnail-sm {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 2px;
	margin: 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.content p.pull-quote-2 {
	background: #008ebd;
	color: #fff;
	float: right;
	font-size: 2em;
	line-height: 1;
	margin: 0 0 1em 1em;
	padding: 1em;
	width: 30%;
}

@media (min-width: 768px) {
	img.aff {
		float: right;
		padding: 1em;
	}
	
	.home .content br {
		display: block;
	}
	
	.col-margin [class*="col-"] {
		margin: 1.5em 0;
	}
	
	.home .wrapper {
		margin-top: 0;
	}
	
	.home .xs-wrapper {
		padding-top: 143px;
		top: 0;
	}
	
	.home .content-h1 {
		align-items: flex-start;
		background: transparent;
		height: 650px;
	}
	
	.home .content-h1-inner {
		background: rgba(38, 39, 41, .7);
		padding: 48px 0 36px;
	}
	
	.home .content-h1 h1 {
		line-height: 38px;
		margin-left: 110px;
	}
	
	.home .content-h1 h1 .line-1 {
		font-size: 1.24em;
	}
	
	.home .content-h1 h1 .line-2 {
		font-size: 2em;
	}
	
	.home .content-copy {
		font-size: 1.19em;
		line-height: 40px;
		padding: 40px 0;
		text-align: center;
	}
	
	.img-thumbnail-sm {
		margin: .3em .2em;
		width: 48%;
	}
}

@media (min-width: 992px) {
	.display-text {
		font-size: 5em;
	}
	
	.home .content-h1 {
		height: 750px;
	}
	
	.home .content-h1-inner {
		padding: 54px 0 46px;
	}
	
	.home .content-h1 h1 .line-1 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	
	.home .content-h1 h1 .line-2 {
		font-size: 2.81em;
	}
	
	.home .content p {
		font-size: 1.5em;
	}
	
	.home .content .center-block {
		float: none;
	}
}

@media (min-width: 1200px) {
	.modal-dialog {
		width: 1000px;
	}
	
	.blueimp-gallery .modal-dialog {
		max-width: 65%;
	}
	
	.home .content-h1-inner {
		padding: 54px 0 50px;
	}
	
	.home .content-h1 h1 .line-1 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	
	.home .content-h1 h1 .line-2 {
		font-size: 3.09em;
	}
	
	.img-thumbnail-sm {
		display: inline-block;
		width: 12%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
	.modal-dialog {
		margin: 10px auto;
		width: 50% !important;
	}
}

/*------------------------------------*\
  #ACCESSIBILITY
\*------------------------------------*/

/*!
** Global classes for No Style page view
*/
.br-a11y {
	display: none;
}

.nbsp-a11y {
	display: none;
}

/*!
** Link: main a
*/
main a {
	background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-position: bottom .05em center;
	background-repeat: repeat-x;
	background-size: 100% .05em;
	text-decoration: none;
	text-shadow: .05em 0 0 #fff, -.05em 0 0 #fff, 0 .05em 0 #fff, 0 -.05em 0 #fff, .1em 0 0 #fff, -.1em 0 0 #fff, 0 .1em 0 #fff, 0 -.1em 0 #fff;
}

main a:active, main a:focus, main a:hover {
	background-image: none;
	text-decoration: none;
	text-shadow: none;
}

main a:active.nitro-lazy, main a:focus.nitro-lazy, main a:hover.nitro-lazy {
	background-image: none !important;
}

/*!
** Click-to-Call Link
*/
main a.click-to-call, a.click-to-call {
	background-image: none;
	text-shadow: none;
}

main a.click-to-call.nitro-lazy, a.click-to-call.nitro-lazy {
	background-image: none !important;
}

main p strong a {
	background-image: none;
	text-shadow: none;
}

main p strong a.nitro-lazy {
	background-image: none !important;
}

main a.btn-primary {
	background-image: none;
	text-shadow: none;
}

main a.btn-primary.nitro-lazy {
	background-image: none !important;
}

main .grecaptcha-notice a {
	background-image: none;
	text-shadow: none;
}

main .grecaptcha-notice a.nitro-lazy {
	background-image: none !important;
}

/*!
** Callouts xs
*/
main .callouts-xs-wrapper a.callout {
	background-image: none;
	text-shadow: none;
}

main .callouts-xs-wrapper a.callout.nitro-lazy {
	background-image: none !important;
}

/*!
** Gallery Links
*/
main #links a {
	background-image: none;
	text-shadow: none;
}

main #links a.nitro-lazy {
	background-image: none !important;
}

/*!
** Link: 'Skip to Main Content'
*/
[href="#main"] {
	display: inline-block;
	min-height: 40px;
	min-width: 40px;
	position: absolute;
	right: 100%;
	top: 0;
	z-index: 21;
}

[href="#main"]:active, [href="#main"]:focus, [href="#main"]:hover {
	right: auto;
}

/*!
** Links: External
*/
a[target=_blank]::after {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url("https://cdn-ilccjbl.nitrocdn.com/OArElwrkiJOHmoKAneJeqJzBgNUXTVsd/assets/images/optimized/rev-be72759/www.hurricanefenceinc.com/wp-content/themes/mh_express/design/accessibility/external-icon-blue.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60% auto;
	content: "(external link)";
	overflow: hidden;
	white-space: nowrap;
	text-indent: 1em;
}

a.btn[target=_blank]::after {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url("https://cdn-ilccjbl.nitrocdn.com/OArElwrkiJOHmoKAneJeqJzBgNUXTVsd/assets/images/optimized/rev-be72759/www.hurricanefenceinc.com/wp-content/themes/mh_express/design/accessibility/external-icon-white.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60% auto;
	content: "(external link)";
	overflow: hidden;
	white-space: nowrap;
	text-indent: 1em;
}

.footer-legal a[target="_blank"]::after {
	display: none;
}

.social-media-1 a[target="_blank"]:after, .social-media-2 a[target="_blank"]:after {
	display: none;
}

/*!
** Accessibility links lists, e.g. /sitemap.php
*/
.links-a11y {
	display: inline-block;
}

.links-a11y li {
	font-size: .95em;
	line-height: 1.5em;
	margin-bottom: .2em;
}

.inks-a11y .dropdown {
	padding: .1em .5em .2em;
}

.links-a11y li a {
	background-image: none;
	color: rgba(17, 44, 80, 1);
	display: block;
	padding: .1em .5em .2em;
	text-decoration: none;
	text-shadow: none;
}

.links-a11y li a.nitro-lazy {
	background-image: none !important;
}

.links-a11y li a:active, .links-a11y li a:focus, .links-a11y li a:hover {
	background: rgba(17, 44, 80, 1);
	color: rgba(255, 255, 255, 1);
}

/*!
** Social Media
*/
.social-media-1 .social-media-whitespace, .social-media-2 .social-media-whitespace {
	display: none;
}

.social-media-1 a .social-media-link-text, .social-media-2 a .social-media-link-text {
	color: rgba(255, 255, 255, 1);
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

/*!
** Forms
*/
.datepicker-caption {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.form-horizontal .label-substitute {
	font-size: .889em;
	font-weight: 300;
}

.form-horizontal .label-text {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

/*------------------------------------*\
  #PAGE SPECIFIC STYLES
\*------------------------------------*/

/*
* Blog
*/
.blog main a {
	background-image: none;
	text-shadow: none;
}

.blog main a.nitro-lazy {
	background-image: none !important;
}

/*
* Credentials Page
*/
.page-id-504 main a {
	background-image: none;
	text-shadow: none;
}

.page-id-504 main a.nitro-lazy {
	background-image: none !important;
}

/*
* Meet Our Team Page
*/
.page-id-506 main .team a {
	background-image: none;
	text-shadow: none;
}

.page-id-506 main .team a.nitro-lazy {
	background-image: none !important;
}

.page-id-506 main .team a .social-media-link-text {
	color: rgba(255, 255, 255, 1);
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/
@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*------------------------------------*\
  #SITE INDEX
\*------------------------------------*/
.site-index-wrapper {
	position: relative;
	margin-bottom: 15px;
	z-index: 18;
}

.site-index-wrapper .site-index {
	position: relative;
}

.site-index-wrapper .site-index-title-wrapper {
	position: relative;
}

.site-index-wrapper .site-index-title {
	font-family: inherit;
	font-size: .8em;
	font-weight: 700;
	line-height: 1;
	position: relative;
}

.site-index-wrapper .site-index-title a {
	background-image: none;
	display: inline-block;
	text-decoration: none;
	text-shadow: none;
	transition-duration: .5s;
}

.site-index-wrapper .site-index-title a.nitro-lazy {
	background-image: none !important;
}

.site-index-wrapper .site-index-title a:active, .site-index-wrapper .site-index-title a:focus, .site-index-wrapper .site-index-title a:hover {
	opacity: .5;
}

.site-index-wrapper .site-index-list-wrapper {
	padding: 15px 0;
	position: relative;
}

.site-index-wrapper .site-index-list {
	margin-bottom: 0;
}

.site-index-wrapper .site-index-list-item {
	font-family: inherit;
	font-size: .76em;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

.site-index-wrapper .site-index-list-item a {
	background-image: none;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	text-shadow: none;
	transition-duration: .5s;
}

.site-index-wrapper .site-index-list-item a.nitro-lazy {
	background-image: none !important;
}

.site-index-wrapper .site-index-list-item a:active, .site-index-wrapper .site-index-list-item a:focus, .site-index-wrapper .site-index-list-item a:hover {
	opacity: .5;
}

/*------------------------------------*\
  #PAGE SPECIFIC STYLES
\*------------------------------------*/

/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/
@media (min-width: 768px) {
	.site-index-wrapper .site-index-list {
		padding-left: 15px;
	}
	
	.site-index-wrapper .site-index-list-item:last-of-type {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.site-index-wrapper .site-index-list {
		padding-left: 30px;
	}
}

@media (min-width: 1200px) {}

/*------------------------------------*\
  #LIVE SITE MODS
\*------------------------------------*/

/*!
* Global elements
*/
a {
	color: rgba(0, 117, 164, 1);
}

a:active, a:focus, a:hover {
	color: rgba(0, 117, 164, .5);
}

.highlight {
	color: rgba(0, 117, 164, 1);
}

.thumbnail h3 {
	margin-top: 0;
}

/*!
* Header
*/
.header-3 .header-request-btn.neutral a i {
	color: rgba(0, 144, 191, 1);
	font-size: .9em;
	margin-right: 6px;
}

.header-3 .header-phone a i {
	color: rgba(0, 144, 191, 1);
	font-size: .9em;
	margin-right: 6px;
}

.fa-clipboard::before {
	content: "" !important;
}

.header-pay {
	display: flex;
	justify-content: flex-end;
}

.header-pay span.header-pay-btn {
	background-color: #cf152d;
	border-color: #cf152d;
	color: #fff;
	text-transform: uppercase;
	margin-left: 20px;
}

.header-pay span.header-pay-btn a {
	font-size: 1.1em;
	cursor: pointer;
	color: #fff;
}

.header-pay span.header-pay-btn a:hover {
	text-decoration: none;
}

/*!
* Footer
*/
.footer-legal.footer-legal-a11y {
	margin-bottom: .8em;
}

.footer-legal a.sitemap-link {
	padding-left: 2em;
}

/*
* Services Module
*/
.services-7-wrapper .services-default-1 {}

.services-7-wrapper .services-default-1::before {}

.services-7-wrapper .services-default-line-1, .services-7-wrapper .plus {
	color: rgba(255, 255, 255, .9);
}

.services-7-wrapper .services-copy-line-3 span {
	display: block;
}

/*------------------------------------*\
  #PAGE SPECIFIC STYLES
\*------------------------------------*/

/*!
* Home Page
*/
.home .content span.blue-copy {
	display: block;
}

/*
* Video Gallery Page
*/
.page-id-571 h2 {
	font-size: 1em;
	margin-bottom: 10px;
}

/* Custom Builds */
.page-id-3411 main .team a .social-media-link-text {
	color: rgba(255, 255, 255, 1);
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.page-id-3411 main .team a {
	background-image: none;
	text-shadow: none;
}

.page-id-3411 main .team a.nitro-lazy {
	background-image: none !important;
}

/*!
** Blog
*/
h2.widgettitle {
	margin-bottom: .5em;
}

/*!
** Forms
*/

/*!
* Employment Form Styles
*/
.form-horizontal-express .form-group-employer-start-end .input-group .form-control {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/*!
* Survey Simple Form Styles
*/
.form-horizontal-express .form-group .well {
	font-size: .889em;
	font-weight: 300;
}

/*!
* Images Links in Main
*/
main a.img-link {
	background-image: none;
}

main a.img-link.nitro-lazy {
	background-image: none !important;
}

/*Large Scale Energy Projects*/
.content .pull-quote-2.interior-special-contact-wrapper {
	background: #008ebd;
	color: #fff;
	float: right;
	font-size: 1em;
	line-height: 1.1;
	margin: 0 0 1em 1em;
	padding: 1em;
	width: 30%;
}

.content .pull-quote-2.interior-special-contact-wrapper .interior-special-contact {
	display: block;
	padding: 10px;
}

.content .pull-quote-2.interior-special-contact-wrapper a {
	background-image: unset;
	text-shadow: unset;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
}

.content .pull-quote-2.interior-special-contact-wrapper a:hover, .content .pull-quote-2.interior-special-contact-wrapper a:active, .content .pull-quote-2.interior-special-contact-wrapper a:focus {
	/*color: fade(@color-white, 60%);*/
	color: rgba(255, 255, 255, .6);
}

.content .pull-quote-2.interior-special-contact-wrapper hr {
	margin: 1em 0px;
}

.content .pull-quote-2.interior-special-contact-wrapper p {
	margin-bottom: 10px;
}

.content .pull-quote-2.interior-special-contact-wrapper h2 {
	color: rgba(255, 255, 255, 1);
	margin-top: 20px;
}

.content .pull-quote-2.interior-special-contact-wrapper .interior-special-contact p:first-of-type {
	margin-bottom: 5px;
}

.content .pull-quote-2.interior-special-contact-wrapper {
	width: 100%;
}

/*Residential View Our Warranty Btn changes*/
.residential-pdf-btn {
	background-color: #008ebd;
	color: #fff;
	font-size: 1.1em;
	padding: 14px 30px 16px;
}

a.residential-pdf-btn:hover, a.residential-pdf-btn:active, a.residential-pdf-btn:focus {
	color: rgba(255, 255, 255, .5);
}

.residential-pdf-btn.payment-btn {
	display: inline-block;
	margin-bottom: 5px;
	background-image: none;
	text-shadow: none;
	font-size: 18px;
	padding: 15px;
}

.residential-pdf-btn.payment-btn.nitro-lazy {
	background-image: none !important;
}

main .pay-ment span {
	color: #f00;
}

/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/
@media (min-width: 768px) {
	.home .content-h1 {
		position: absolute;
		display: block;
		top: -650px;
		height: unset;
	}
	
	.residential-pdf-btn.payment-btn {
		display: inline-block;
		margin-bottom: 5px;
		background-image: none;
		text-shadow: none;
		font-size: 18px;
	}
	
	.residential-pdf-btn.payment-btn.nitro-lazy {
		background-image: none !important;
	}
	
	.cycle-1-wrapper .banner {
		top: 178px;
	}
	
	.home .xs-wrapper {
		padding-top: 878px;
	}
	
	.header-pay span.header-pay-btn {
		margin-left: 50px;
	}
}

@media (min-width: 992px) {
	/*
	* Video Gallery Page
	*/
	.page-id-571 h2 span {
		display: block;
	}
	
	.footer-2 .footer-licensed-disclaimer span {
		display: block;
	}
	
	.footer-2 .footer-licensed-disclaimer br {
		display: none;
	}
	
	.footer-2 .footer-legal br.br-a11y {
		display: none;
	}
	
	.home .content-h1 {
		top: -670px;
	}
	
	.cycle-1-wrapper .banner {
		top: 128px;
	}
	
	.home .xs-wrapper {
		padding-top: 928px;
	}
}

@media (min-width: 1200px) {
	.cycle-1-wrapper .banner {
		top: 180px;
	}
	
	.home .xs-wrapper {
		padding-top: 980px;
	}
}
