/*
Theme Name: IIBHS
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@font-face {
	font-family: "icomoon-freeregular";
	src: url("fonts/IcoMoon-Free-webfont.eot");
	src: url("fonts/IcoMoon-Free-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/IcoMoon-Free-webfont.woff2") format("woff2"), url("fonts/IcoMoon-Free-webfont.woff") format("woff"), url("fonts/IcoMoon-Free-webfont.ttf") format("truetype"), url("fonts/IcoMoon-Free-webfont.svg#icomoon-freeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.widget:after,
.post-password-form p:after,
.search-form:after,
.input-holder:after,
#header .header-holder:after,
#header .header-frame:after,
#nav .nav-drop:after,
#nav .main-nav:after,
#footer .footer-holder:after,
.locations .info-holder:after,
#main:after,
.navigation:after,
.guidance:after {
	content: " ";
	display: block;
	clear: both;
}

#nav .main-nav,
#nav .main-nav > li,
#nav .add-nav,
#nav .add-nav li,
#nav .drop-down,
.social-networks,
.description .links,
.description .links li,
.post.excerpt .links,
.post ul,
.paging,
#sidebar ul,
#sidebar ul li,
.guidance .links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.img {
	width: 100%;
	height: auto;
}

.widget {
	margin-bottom: 21px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="search"] {
	display: block;
	border: 1px solid #bec3c8;
	background: #f0f5fa;
	margin: 0;
	padding: 5px 20px;
	font-style: italic;
	width: 100%;
	font-size: 20px;
	line-height: 25px;
	border-radius: 0;
	max-width: 300px;
	margin: 0 10px 0 0;
}

.post-password-form label {
	display: block;
}

.post-password-form input,
.search-form input {
	float: left;
	height: 40px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	display: block;
	max-width: 200px;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	background: #1c94b3;
	text-transform: uppercase;
	border-radius: 0;
	color: #fff;
	padding: 10px;
	letter-spacing: 1px;
	height: 40px;
	border: none;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.comment-form input[type="submit"] {
	float: none;
	display: block;
}

.commentlist {
	margin: 0 0 14px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 14px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 14px 4px 0;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 14px;
}

.navigation .next,
.navigation .prev {
	display: inline-block;
	vertical-align: middle;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 14px;
}

.wp-caption img {
	vertical-align: top;
	margin: 0;
	max-width: 100%;
}

.wp-caption p {
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto 14px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 14px 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 14px;
}

.mejs-container {
	margin-bottom: 14px;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar {
	width: 100%;
	max-width: 300px;
}

table {
	width: 100%;
	margin: 0 0 20px;
}

#__bs_notify__ {
	display: none !important;
}

body {
    font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-width: 320px;
	font-size: 20px;
}

p {
	margin: 0 0 20px;
}

input {
	outline: none;
}

/* ---------------------------------------------------------
   Сommon site styles
   ---------------------------------------------------------*/

/* main container styles */

#wrapper {
	overflow: hidden;
	position: relative;
}

/* header styles */

#header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100; /* page logo styles */
}

#header .header-holder {
	width: 1210px;
	padding: 10px 10px 0;
	margin: 0 auto;
}

#header .header-frame {
	position: relative;
}

#header .logo {
	float: left;
	margin: 0 0 0 1.4%;
	width: 170px;
}

#header .logo img {
	width: 100%;
	height: auto;
}

#header .logo .mobile {
	display: none;
}

/* main nav */

#nav {
	float: right;
	width: 75%;
	padding-top: 15px;
}

#nav .nav-drop {
	padding: 0 6.8% 0 0;
	position: relative;
}

#nav .main-nav {
	float: right;
}

#nav .main-nav > li {
	float: left;
	margin: 0 0 0 17px;
	text-transform: uppercase;
	position: relative;
	font: 20px/23px "myriad-pro-condensed", Helvetica, Arial, sans-serif;
    /* letter-spacing: 1px; */
}

#nav .main-nav > li:first-child {
	margin: 0;
}

#nav .main-nav > li.hover > a,
#nav .main-nav > li:focus > a {
	text-decoration: none;
	background: #1c94b3;
	color: #fff;
}

#nav .main-nav > li.hover .drop-down,
#nav .main-nav > li:focus .drop-down {
	display: block;
}

#nav .main-nav > li.active > a {
	color: #1c94b3;
}

#nav .main-nav > li.active:hover > a {
	color: #fff;
}

#nav .main-nav > li > a {
	color: #fff;
	padding: 14px 9px 13px;
	display: block;
	-webkit-transition: background .1s;
	transition: background .1s;
}

#nav .add-nav {
	position: absolute;
	top: -1px;
	right: -2px;
	text-transform: uppercase;
	overflow: hidden;
	font: bold 13px/13px "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

#nav .add-nav li {
	float: left;
	padding: 0 15px;
	border-left: 2px solid #bec3c8;
}

#nav .add-nav li:first-child {
	border: none;
}

#nav .add-nav li.active a {
	color: #9dcf3c;
}

#nav .add-nav a {
	color: #bec3c8;
}

#nav .add-nav a:hover {
	text-decoration: none;
	color: #9dcf3c;
}

#nav .drop-down {
	position: absolute;
	top: 100%;
	left: 0;
	width: 125px;
	background: #fff;
	font: bold 13px/16px "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	display: none;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
}

#nav .drop-down a {
	display: block;
	padding: 7px 10px;
	color: #052756;
}

#nav .drop-down a:hover {
	background: #1c94b3;
	color: #fff;
	text-decoration: none;
}

.nav-active #nav .nav-drop {
	right: -10px;
}

.nav-active .nav-opener {
	z-index: 1000;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener span {
	background: #5a5f64;
}

.nav-opener {
	float: right;
	width: 40px;
	height: 31px;
	position: relative;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	display: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -1px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 9px;
}

.nav-opener:after {
	top: 23px;
}

/* close button transition */

.close-btn span,
.nav-active .nav-opener span {
	opacity: 0;
}

.nav-opener:hover {
	opacity: .9;
}

.close-btn:after,
.close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.close-btn:after,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* search form */

.header-search {
	position: absolute;
	right: -1px;
	/* bottom: 0; */
	z-index: 0;
	top: 0;
	padding-top: 15px;
}

.header-search .btn {
	background: none;
	border: none;
	background: #1c94b3;
	color: #fff;
	border-radius: 0;
	width: 50px;
	height: 51px;
	text-align: center;
	padding: 15px 0 0;
	font-size: 20px;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.header-search .btn.collapsed {
	background: none;
}

.header-search #collapseExample {
	position: absolute;
	top: 100%;
	right: 0;
}

.header-search #collapseExample .well {
	border-radius: 0;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	width: 300px;
}

.header-search .search-form input[type="search"] {
	width: 100%;
	border: none;
	padding: 7px 15px;
	margin: 0;
	background: #fff;
	display: block;
	height: 40px;
	color: #c6c9cc;
	font: 100 italic 20px/23px "myriad-pro", Helvetica, Arial, sans-serif;
	border-radius: 0;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #c6c9cc;
}

.search-form input[type="search"]::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #c6c9cc;
	opacity: 1;
}

.search-form input[type="search"]:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #c6c9cc;
}

.home .intro-holder {
	margin: 0;
}

.home .intro-holder .img-holder {
	max-height: 720px;
}

.home .intro-holder .img-holder img {
	min-width: 1190px;
	width: 100%;
	height: auto;
}

.home #main {
	padding-bottom: 0;
}

.intro-holder {
	text-align: center;
	color: #fff;
	position: relative;
}

.intro-holder .img-holder {
	max-height: 240px;
	overflow: hidden;
}

.intro-holder .img-holder > img {
	min-width: 710px;
	min-height: 180px;
	width: 100%;
	height: auto;
}

.intro-holder .text {
	position: absolute;
	left: 50%;
	top: 37.2%;
	width: 1200px;
	margin: 0 0 0 -600px;
}

.intro-holder h1 {
	margin: 0 0 21px;
	font-size: 60px;
	line-height: 60px;
	font-weight: 100;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.intro-holder .subtitle {
	display: block;
	text-transform: uppercase;
	font-size: 26px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 29px;
	margin: 0 0 8.9%;
}

.intro-holder .btn {
	color: white;
	background: none;
	border: 2px solid #fff;
	margin: 0 auto;
	padding: 13px 10px 12px;
}

.intro-holder .btn:hover {
	text-decoration: none;
	color: #052756;
	background: #fff;
}

.intro-holder.about,
.intro-holder.blog {
	overflow: hidden;
}

.intro-holder.about .text-holder,
.intro-holder.blog .text-holder {
	position: absolute;
	left: 50%;
	bottom: 15%;
	text-align: center;
	color: #fff;
	width: 600px;
	margin: 0 0 0 -300px;
}

.intro-holder.about .text-holder h1,
.intro-holder.blog .text-holder h1 {
	margin: 0 0 8px;
	font-size: 50px;
	line-height: 50px;
	font-weight: 100;
}

.intro-holder.about .text-holder p,
.intro-holder.blog .text-holder p {
	margin: 0;
	text-transform: uppercase;
	font-style: italic;
	font-size: 16px;
	line-height: 19px;
}

.intro-holder.blog .img-holder {
	min-height: 240px;
}

.intro-holder.blog .img-holder > img {
	min-height: 240px;
}

.intro-holder.blog .ico {
	width: 48px;
	display: block;
	margin: 0 auto;
}

.intro-holder.blog .ico img {
	width: 100%;
	height: auto;
}

.intro-holder.blog .item {
	display: block;
	text-transform: uppercase;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 50px;
	line-height: 36px;
	font-weight: 100;
	margin: 20px 0 0;
}

.intro-holder.single {
	max-height: 100px;
	overflow: hidden;
}

.videoWrapper {
	position: relative;
	padding: 10px 30px 0 0 ;
}

.videoWrapper object,
.videoWrapper embed,  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.building-science-research {
	margin-bottom: 20px;
}

/*.building-science-research h2,
.fortified h2,
.ofbez h2 {
	color: #1c94b3;
	font-weight: 100;
	font-size: 44px;
	margin-top: 0;
}*/

/*.building-science-research h3,
.fortified h3,
.ofbez h3,*/
.zip-code-tool h3 {
	text-align: center;
	color: #1c94b3;
	font-family: 'Myriad-Pro-Condensed';
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 30px;
}

.zip-code-tool h3 {
	margin-bottom: 0;
}

/*.building-science-research p,
.fortified p,
.ofbez p {
	font-size: 18px;
	padding: 10px 0 30px;
}

.fortified {
	margin-bottom: 40px;
}*/

.single-head {
	background: #1c94b3;
	padding: 27px 0 34px;
	margin: 0 0 40px;
	text-align: left;
	color: #fff;
}

.single-head .holder {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 10px;
}

.single-head .ico {
	display: inline-block;
	vertical-align: middle;
	margin: 7px 20px 0 0;
	width: 48px;
	height: 48px;
}

.single-head .ico img {
	width: 100%;
	height: auto;
}

.single-head .text-holder {
	display: inline-block;
	vertical-align: middle;
	max-width: 70%;
}

.single-head h1 {
	margin: 0 0 7px;
	font-size: 50px;
	line-height: 53px;
	font-weight: 100;
	text-transform: none;
}

.single-head time {
	display: block;
	font-style: italic;
	font-size: 16px;
	line-height: 19px;
}

.btn {
	display: block;
	max-width: 200px;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	background: transparent;
	text-transform: uppercase;
	border-radius: 0;
	border: 2px solid #1c94b3;
	color: #1c94b3;
	padding: 12px 10px 11px;
	letter-spacing: 1px;
	height: auto;
	overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: white;
	background: #1c94b3;
}

.section-holder-fortified {
	padding: 80px 0 70px;
    background: 
    linear-gradient(
      rgba(0, 112, 74, 0.75), 
      rgba(0, 112, 74, 0.75)
    ),
    url(http://ibhstest.wpengine.com/wp-content/uploads/2014/01/hero-fortified-large-1280x690.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-holder-ofbez {
	padding: 80px 0 70px;
	background:
	linear-gradient(
	  rgba(12, 34, 64, 0.75), 
	  rgba(12, 34, 64, 0.75)
	),
	url(http://ibhstest.wpengine.com/wp-content/uploads/2015/09/ofbez-meeting.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.section-holder-fortified h2,
.section-holder-ofbez h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 20px;
}

.section-holder-fortified p,
.section-holder-ofbez p {
	margin-bottom: 30px;
}

.section-holder-gradient {
	padding: 52px 0 42px;
    background: #f0f5fa; /* Old browsers */
    background: -moz-linear-gradient(left,  #f0f5fa 0%, #f8fafc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f0f5fa), color-stop(100%,#f8fafc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #f0f5fa 0%,#f8fafc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #f0f5fa 0%,#f8fafc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #f0f5fa 0%,#f8fafc 100%); /* IE10+ */
    background: linear-gradient(to right,  #f0f5fa 0%,#f8fafc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f5fa', endColorstr='#f8fafc',GradientType=1 ); /* IE6-9 */
}

.zip-code-tool h1 {
    color: #1c94b3;
    font-weight: 600;
}

.zip-code-tool p {
    margin: 10px 0 40px;
    font-size: 20px;
    color: #5a5f64;
}

.zip-code-tool .discover-risks {
    padding-top: 80px;
}

.zip-code-tool .map-text {
    display: block;
}

.zip-code-tool .mobile-text {
    display: none;
}

.zip-code-tool .results,
.zip-code-tool .loading {
    display: none;
    font-size: 17px;
    color: #8c959d;
    margin-top: 40px;
    margin-bottom: 0;
}

.zip-code-tool .risk-active {
    display: inline-block;
}

.zip-code-tool input {
    padding: 12px 6px;
    font-size: 24px;
    font-weight:100;
    height: 50px;
    float: left;
    max-width: 120px;
    margin-right: 20px;
    border-radius: 0;
    letter-spacing: 1px;
}

.zip-code-tool .btn {
    padding: 14px 20px 13px;
}

.map-container {
    padding: 0 0 40px;
}

.ibhs-riskmap-risk p {
    display:none;
}

.risk-active p {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #1c94b3;
}

.risk-inactive {
    opacity: .7;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.our-expertise {
	text-align: center;
	padding: 0 0 40px;
}

.our-expertise h1 {
	color: #1c94b3;
	text-transform: uppercase;
	margin: 0 0 13px;
	font-size: 18px;
	line-height: 21px;
}

.our-expertise .col-holder {
	position: relative;
	float: left;
	vertical-align: top;
	margin: 0 0 20px;
	overflow: hidden;
}

.our-expertise .col-holder.hover .img-holder img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.our-expertise .col-holder.hover .text {
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.our-expertise .col-holder.hover .ico {
	opacity: 0;
}

.our-expertise .col-holder .img-holder {
	max-height: 120px;
}

.our-expertise .col-holder .img-holder img {
	max-width: 378px;
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

.our-expertise .ico {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 60px;
	text-align: center;
	margin: -25px 0 0 -25px;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.our-expertise .ico img {
	width: 50px;
	height: 50px;
}

.our-expertise .text {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 36px;
	font-size: 3vw;
	line-height: 50px;
	font-weight: 100;
	padding: 33px 0 0;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	background: rgba(5, 39, 86, .5);
}

.our-expertise .text:hover {
	text-decoration: none;
}

.our-expertise.add {
	text-align: left;
	margin: 0 -3% 13px 0;
}

.our-expertise.add .ico {
	margin: -25px 0 0 -22px;
	height: 50px;
	width: 45px;
}

.our-expertise.add .col-holder {
	width: 31.4%;
	margin: 0 1.5% 4px 0;
}

.our-expertise.add .img-holder img {
	min-height: 87px;
}

.our-expertise.add .text {
	font-size: 13px;
	text-align: center;
	padding: 34px 0 0;
    line-height: 16px;
}

.fortified {
	padding: 0 0 30px;
}

.fortified .img-holder {
	padding: 0 0 0 12.9%;
}

.fortified .img-holder img,
.ofbez .img-holder img {
    display: block;
    margin: auto;
    width: auto;
    height: 300px;
}

.home-buckets {
	padding: 40px 0;
	text-align: center;
}
.home-buckets h3 {
	font-size: 42px;
	font-weight: 100;
}
.home-buckets a {
	margin: auto;
}
.public-policy a,
.business-protection a {
	text-transform: uppercase;
 	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: 1px;
}
/* footer styles */

#footer {
	background: #5a5f64;
	padding: 37px 0 0;
	position: relative;
	z-index: 10;
}

#footer .title {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px;
	color: #fff;
	font-weight: 100;
	letter-spacing: 2px;
}

#footer .col {
	max-width: 260px;
	margin: 0 0 40px;
	overflow: hidden;
}

#footer .map-wrapper {
	display: block;
	height: 195px;
	overflow: hidden;
}

#footer .img-holder {
	position: relative;
	float: left;
}

#footer .img-holder img {
	width: 100%;
	max-height: 147px;
	min-height: 147px;
	min-width: 260px;
}

#footer .videoWrapper {
	padding: 0;
}

#footer .subscribe-form {
	margin: 0;
	padding: 0;
	max-width: 300px;
}

#footer .subscribe-form input[type="email"],
#footer .subscribe-form input[type="text"] {
	width: 100%;
	padding: 12px 21px 9px;
	margin: 0;
	background: #fff;
	border: none;
	font-size: 15px;
	line-height: 18px;
	display: block;
	letter-spacing: 3px;
	border-radius: 0;
}

#footer .subscribe-form .item {
	display: block;
	color: #fff;
	margin: -3px 0 11px;
	font-size: 14px;
	line-height: 17px;
}

#footer .subscribe-form .input-holder {
	margin: 0 0 20px;
}

#footer .subscribe-form input[type="submit"] {
	width: 100px;
	border-radius: 0;
}

#footer .footer-holder {
	background: #052756;
	padding: 36px 0;
	color: #fff;
}

#footer .copyright {
	float: left;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 2px;
	padding: 0 0 0 17px;
}

#footer .article-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 8% 12px;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, .6)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .6) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .6) 100%);
}

/* social networks styles */

.social-networks {
	float: right;
	font-size: 20px;
	margin: 0 10px 0 0;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 17px;
}

.social-networks li:first-child {
	margin: 0;
}

.social-networks a {
	color: #fff;
}

.social-networks a:hover {
	text-decoration: none;
	opacity: .9;
}

.description {
	font-family: myriad-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 26px;
	padding: 0;
	margin: 40px 0;
}

.description h2 {
	margin: 0 0 4px;
	text-transform: uppercase;
	color: #1c94b3;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
}

.description p {
	margin: 0 0 26px;
}

.description .title {
	margin: -6px 0 18px;
	display: block;
	font-size: 22px;
	line-height: 24px;
}

.description .links li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 12%;
	max-width: 25%;
}

.description .links li:first-child {
	margin: 0;
}

.description .links a:hover {
	text-decoration: none;
	opacity: .9;
}

.locations {
	margin: 0 0 -3px;
}

.locations h2 {
	margin: 0 0 24px;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	border-bottom: 4px solid #9dcf3c;
	letter-spacing: 1px;
}

.locations h2 span {
	display: inline-block;
	vertical-align: top;
	background: #1c94b3;
	padding: 7px 20px;
	margin: 0 0 -4px;
	position: relative;
	z-index: 1;
}

.locations .info-holder {
	padding: 0 0 38px;
}

.locations .img-holder {
	padding: 7px 10px 0 0;
}

.locations .img-holder img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.locations .text-holder {
	padding: 0 0 0 9px;
	font-size: 20px;
	line-height: 22px;
}

.locations h3 {
	margin: 0 0 2px;
	font: bold 32px/35px "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #1c94b3;
}

.locations p {
	margin: 0 0 22px;
}

.locations .sub-title {
	display: block;
	margin: 0 0 3px;
}

.locations address {
	margin: 0;
}

.intro-text {
	background: #f0f5fa; /* Old browsers */
    background: -moz-linear-gradient(left,  #f0f5fa 0%, #f8fafc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f0f5fa), color-stop(100%,#f8fafc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #f0f5fa 0%,#f8fafc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #f0f5fa 0%,#f8fafc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #f0f5fa 0%,#f8fafc 100%); /* IE10+ */
    background: linear-gradient(to right,  #f0f5fa 0%,#f8fafc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f5fa', endColorstr='#f8fafc',GradientType=1 ); /* IE6-9 */

	margin: 0 0 40px;
	padding: 35px 0 32px;
}

.intro-text p {
	margin: 0 0 13px;
	font-size: 18px;
}

#main {
	padding: 0 0 75px;
}

/* article styles */

.post {
	margin: 0 0 20px;
}

.post time,
.post .special-heading,
.fancy {
	margin: 0 0 14px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	border-bottom: 4px solid #9dcf3c;
	letter-spacing: 1px;
}

.post time span,
.post .special-heading .blue-block,
.fancy span {
	display: inline-block;
	vertical-align: top;
	background: #1c94b3;
	padding: 7px 20px 0;
	margin: 0 0 -4px;
	position: relative;
	z-index: 1;
	min-width: 190px;
}

.fancy span {
	padding-bottom: 6px!important;
}

.post .img-holder {
	margin: 6px -12px 0 0;
}

.post .img-holder img {
	width: 100%;
	height: auto;
}

.post .text-holder {
	padding: 0 0 0 6.3%;
}

.post .no-img-text {
	padding-left: 0!important;
}

.post h2,
.text-block .fancy {
	margin: 0 0 10px;
	font: bold 30px/33px "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1c94b3;
	letter-spacing: 1px;
}

.text-block {
	padding-bottom: 40px;
}

.post h2 a:hover,
.post h2 a:focus {
	text-decoration: none;
}

.post.excerpt p {
	margin: 0 0 12px;
}

.post.excerpt .links {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	background: #f0f5fa;
	max-width: 240px;
	padding: 9px 10px 11px;
	letter-spacing: 1px;
	text-align: center;
}

.post.excerpt .links li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 16px;
	padding: 0;
}

.post.excerpt .links li:first-child {
	margin: 0;
}

.post.excerpt .links li:after {
	display: none;
}

.post.excerpt .links a {
	display: inline-block;
	vertical-align: middle;
}

.post.excerpt .links a span {
	color: #5a5f64;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 2px 0 0;
}

.post.excerpt .links a strong {
	display: inline-block;
	vertical-align: middle;
}

.post.excerpt .links a:hover {
	text-decoration: none;
	opacity: .9;
}

.post.excerpt .links button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: #1c94b3;
	display: inline-block;
	vertical-align: middle;
	outline: none;
}

.post.excerpt .links button span {
	color: #5a5f64;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 2px 0 0;
}

.post p {
    font-size: 20px;
    line-height: 26px;
	margin: 0 0 24px;
}

.post .more {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 19px;
}

.post .more span {
	display: inline-block;
	vertical-align: top;
	margin: 1px 0 0;
}

.post .more:hover {
	text-decoration: none;
	opacity: .9;
}

.post .subtitle {
	display: block;
	margin: 0 0 6px;
}

.post ul {
	padding: 0 0 0 38px;
	margin: 0 0 24px;
}

.post ul li {
	position: relative;
	padding: 0 0 0 15px;
	margin: 6px 0 0;
}

.post ul li:after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #5a5f64;
	left: 4px;
	top: 12px;
}

.post ul li:first-child {
	margin: 0;
}

/* pagination block styles */

.paging {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 4px solid #9dcf3c;
	margin: 16px 0 0;
	padding: 22px 0 0;
	letter-spacing: 1px;
}

.paging li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.paging li.prev {
	margin: 0 26px 0 0;
}

.paging a {
	display: inline-block;
	vertical-align: middle;
}

.paging a:hover {
	text-decoration: none;
	opacity: .9;
}

.paging strong {
	display: inline-block;
	vertical-align: middle;
}

.paging span {
	display: inline-block;
	vertical-align: middle;
	color: #1c94b3;
	margin: 0 3px 0 0;
}

/* main content styles */

/* sidebar styles */

#sidebar {
	float: right;
	max-width: 260px;
	padding: 0;
}

#sidebar .search-form input[type="search"] {
	display: block;
	border: 1px solid #bec3c8;
	background: #f0f5fa;
	margin: 0;
	padding: 5px 20px;
	font-style: italic;
	width: 100%;
	font-size: 20px;
	line-height: 25px;
	border-radius: 0;
}

#sidebar h3 {
	margin: 0 0 11px;
	font-size: 30px;
	line-height: 33px;
	color: #003444;
}

#sidebar ul {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 6px 0 0;
}

#sidebar ul li {
	margin: 18px 0 0;
}

#sidebar ul li:first-child {
	margin: 0;
}

#sidebar ul a:hover {
	text-decoration: none;
	opacity: .9;
}

/* video element styles */

.video-holder {
	margin: 19px 0 16px;
}

.video-holder img {
	width: 100%;
	height: auto;
}

/* additional navigation styles */

.navigation {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 0 0;
	margin: 0 0 43px;
}

.navigation span,
.navigation strong {
	display: inline-block;
	vertical-align: middle;
}

.navigation .next,
.navigation .prev {
	float: left;
}

.navigation .next span {
	margin: -1px 5px 0 0;
}

.navigation .next strong {
	margin: 0 3px 0 0;
}

.navigation .prev span {
	margin: -1px 0 0 5px;
}

.navigation .prev strong {
	margin: 0 0 0 3px;
}

.navigation a:hover {
	text-decoration: none;
	opacity: .9;
}

.resources h2 {
	margin: 0 0 23px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 33px;
	font-weight: 100;
}

/* accordion styles */

#accordion {
	margin: 0;
}

#accordion .panel + .panel {
	margin-top: 1px;
}

#accordion .panel-default {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

#accordion .panel-default > .panel-heading {
	color: #fff;
	background: none;
	text-transform: uppercase;
	padding: 0;
	border-radius: 0;
}

#accordion .panel-title {
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 2px;
}

#accordion .panel-title a {
	color: #fff;
	display: block;
	padding: 9px 10px 6px;
	background: #1c94b3;
	position: relative;
}

#accordion .panel-title a:hover,
#accordion .panel-title a:focus {
	text-decoration: none;
	opacity: .9;
}

#accordion .panel-title a:after {
	position: absolute;
	right: 12px;
	top: 9px;
	content: "\ea43";
	color: #9dcf3c;
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#accordion .panel-title a.collapsed:after {
	content: "\ea42";
}

#accordion .panel-body {
	padding: 19px 0;
	overflow: hidden;
}

#accordion .panel-body .col {
	float: left;
	width: 48.9%;
	margin: 0 0 0 2.2%;
}

#accordion .panel-body .col:first-child {
	margin: 0;
}

.guidance {
	background: #f0f5fa;
	padding: 10px 4.5% 10px 5.5%;
	margin: 19px 0 0;
	width: 100%;
}

.guidance:first-child {
	margin: 0;
}

.guidance .ico-holder {
	float: left;
	margin: 0 11px 0 0;
}

.guidance .info-holder {
	float: left;
}

.guidance .name {
	display: block;
	margin: 0 0 1px;
	font: bold 20px/20px "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: -3px 0 4px;
	letter-spacing: 1px;
}

.guidance .tags {
	display: block;
	margin: 0 0 3px;
	font-size: 14px;
	line-height: 17px;
}

.guidance .tags strong {
	text-transform: uppercase;
	font-size: 12px;
}

.guidance .tags a {
	color: #5a5f64;
}

.guidance time {
	float: left;
	margin: 0 16px 0 0;
	font-size: 12px;
	line-height: 13px;
}

.guidance .size {
	float: left;
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 13px;
}

.guidance .links {
	float: right;
	margin: -3px 0 0;
}

.guidance .links li {
	margin: 10px 0 0;
}

.guidance .links li:first-child {
	margin: 0;
}

.guidance .links a {
	color: #5a5f64;
}

.guidance .links a:hover {
	text-decoration: none;
	opacity: .9;
}

.guidance button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	outline: none;
}

.modal h4 {
	color: #1c94b3;
}

@media all and (max-width: 1239px) {
	#header .header-holder {
		width: auto;
		margin: 0;
		left: 0;
		right: 0;
	}

	#header .logo {
		margin: 0 0 0 1.6%;
	}

	#nav .main-nav > li {
		margin: 0 0 0 7px;
	}

	.intro-holder .text {
		width: auto;
		margin: 0;
		left: 0;
		left: 10px;
		right: 10px;
	}

	.our-expertise .col-holder {
		float: none;
		display: block;
	}

	.our-expertise.add .col-holder {
		float: left;
	}

	#footer .col {
		padding: 0;
	}

	#footer .img-holder {
		float: none;
	}

	.description .links li {
		margin: 0 0 0 7%;
		max-width: 29%;
	}
}

@media all and (min-width: 1400px) {
	.our-expertise .text {
		font-size: 42px;
	}
}

@media only screen and (max-width: 1024px) {
	.post-password-form input[type="password"],
	.comment-form input[type="text"],
	.search-form input[type="search"],
	.comment-form textarea {
		width: 100%;
		max-width: 100%;
		margin: 0 0 15px;
	}
}

@media all and (max-width: 1024px) {
	#nav {
		width: auto;
		padding: 20px 0 0 10px;
	}

	#nav .nav-drop {
		position: absolute;
		right: -285px;
		top: -10px;
		width: 270px;
		background: #fff;
		padding: 70px 20px 0;
		box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, .5);
		-webkit-transition: right .5s;
		transition: right .5s;
		z-index: 1;
	}

	#nav .main-nav {
		float: none;
	}

	#nav .main-nav > li {
		float: none;
		margin: -1px 0 0;
	}

	#nav .main-nav > li:first-child {
		margin: 0;
	}

	#nav .main-nav > li:first-child a {
		border-top: none;
	}

	#nav .main-nav > li.drop-item:before {
		content: "\f107";
		position: absolute;
		right: 1px;
		top: 10px;
		color: #999;
		display: inline-block;
		font: normal normal normal 17px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		font-size: 22px;
	}

	#nav .main-nav > li.hover > a,
	#nav .main-nav > li:focus > a {
		background: none;
		color: #9dcf3c;
	}

	#nav .main-nav > li.active:hover > a {
		color: #1c94b3;
	}

	#nav .main-nav > li > a {
		color: #1c94b3;
		padding: 8px 0;
		border: solid #e6e6e6;
		border-width: 1px 0;
	}

	#nav .add-nav {
		position: static;
		font-size: 20px;
		line-height: 23px;
		font-weight: 100;
	}

	#nav .add-nav li {
		border: solid #e6e6e6;
		border-width: 1px 0 0;
		float: none;
		padding: 0;
	}

	#nav .add-nav a {
		color: #1c94b3;
		padding: 8px 0;
		display: block;
	}

	#nav .drop-down {
		position: static;
		padding: 0 0 0 20px;
		width: auto;
		box-shadow: none;
	}

	#nav .drop-down a {
		padding: 12px 0;
	}

	#nav .drop-down a:hover {
		background: none;
		color: #052756;
		opacity: .9;
	}

	.nav-opener {
		display: block;
	}

	.header-search {
		right: auto;
		/* bottom: auto; */
		float: right;
		padding: 0 0 0;
		position: relative;
	
		padding-top: 15px;
	}

	.header-search .btn {
		width: 52px;
		padding: 14px 0 0;
	}

	.header-search #collapseExample .well {
		width: 320px;
	}

	.header-search .search-form input[type="search"] {
		padding: 7px 9px;
	}

	.home .intro-holder .img-holder {
		max-height: 930px;
	}

	.home .intro-holder .img-holder img {
		min-width: 100%;
	}

	.intro-holder .text {
		top: 36.8%;
	}

	.intro-holder h1 {
		font-size: 50px;
		line-height: 46px;
		margin: 0 0 25px;
	}

	.intro-holder h1.f-home {
		font-size: 50px;
		line-height: 46px;
		margin: 0;
	}

	.intro-holder .subtitle {
		font-size: 22px;
		line-height: 25px;
		margin: 0 0 11.3%;
	}

	.intro-holder .f-subtitle {
		font-size: 22px;
		line-height: 25px;
	}

	.single-head {
		bottom: -45px;
	}

	.single-head .ico {
		margin: 19px 8px 0 0;
		vertical-align: top;
	}

	.single-head .text-holder {
		max-width: 80%;
	}

	.section-holder {
		padding: 36px 0 51px;
	}


	.our-expertise .col-holder {
		margin: 0 0 10px;
	}

	.our-expertise .col-holder.hover .text {
		z-index: 10;
	}

	.our-expertise .col-holder .img-holder img {
		min-height: 120px;
		min-width: 300px;
	}

	.our-expertise .text {
		z-index: -1;
		font-size: 28px;
        	font-size: 2.9vw;
	}

	.our-expertise.add .img-holder {
		max-height: 87px;
	}

	.our-expertise.add .img-holder img {
		max-height: 87px;
		min-width: 100%;
	}

	.fortified .img-holder,
	.ofbez .img-holder {
		padding: 50px 0 0 14.5%;
		max-width: 325px;
	}

	.fortified .img-holder img {
		width: 100%;
	}

	#footer .col {
		max-width: 100%;
	}

	#footer .footer-holder {
		padding: 36px 10px 40px;
	}

	#footer .copyright {
		padding: 0;
		display: block;
		float: none;
		text-align: center;
	}

	#footer .article-title {
		letter-spacing: 0;
		padding: 30px 6% 13px;
	}

	.social-networks {
		float: none;
		display: block;
		text-align: center;
		margin: 0 0 11px;
	}

	/*.description .links {
		font-size: 15px;
	}*/

	.description .links li {
		margin: 0;
		display: block;
		max-width: 100%;
		margin: 0 0 10px;
	}

	.description .links li:first-child {
  		margin: 0 0 10px;
	}

	.intro-text {
		margin: -20px 0 38px;
	}

	#main {
		padding: 0 0 16px;
	}

	.post {
		margin: 0 0 44px;
	}

	.post .img-holder {
		margin: 6px 0 0;
	}

	.post .text-holder {
		padding: 0;
	}

	.post h2 {
		font-size: 30px;
	}

	.post .subtitle {
		margin: 0 0 3px;
	}

	.post ul {
		font-size: 20px;
		line-height: 30px;
		padding: 0 0 0 16px;
		margin: 0 0 21px;
	}

	.post ul li {
		margin: 0;
	}

	.post ul li:after {
		left: 5px;
		top: 14px;
	}

	.paging {
		margin: -10px 0 0;
	}

	#content {
		padding: 0 0 45px;
	}

	#sidebar {
		max-width: 100%;
		float: none;
		padding: 0;
	}

	.video-holder {
		margin: 19px 0 14px;
	}

	.navigation {
		padding: 0;
		margin: 0 0 47px;
	}

	.guidance {
		padding: 10px 4.5% 10px 6.4%;
	}
}

@media all and (max-width: 991px) {
    .zip-code-tool .discover-risks {
        padding-top: 0;
        padding-bottom: 60px;
    }
    
    .zip-code-tool .results,
    .zip-code-tool .loading {
        margin: 0;
    }
    .videoWrapper {
        padding: 0 0 30px;
    }
}

@media only screen and (max-width: 767px) {
	.commentlist-item .commentlist-item {
		padding: 0;
	}
}

@media all and (max-width: 767px) {
	#header .header-holder {
		padding: 0;
	}

	#header .logo {
		margin: 10px 0 0 11px;
		width: 94px;
	}

	#header .logo .mobile {
		display: block;
	}

	#header .logo .desktop {
		display: none;
	}

	#nav {
		padding: 8px 0 0 10px;
	}

	#nav .nav-drop {
		width: 270px;
		top: 0;
		padding: 51px 20px 0;
	}

	.nav-active #nav .nav-drop {
		right: 0;
	}

	.header-search {
		padding: 0;
		position: static;
	}

	.header-search .btn {
		width: 42px;
		height: 50px;
	}

	.header-search #collapseExample .well {
		width: 100%;
	}

	.header-search #collapseExample {
		left: 0;
	}

	.home .intro-holder .img-holder img {
		min-height: 460px;
	}

	.intro-holder .img-holder {
		max-height: 180px;
	}

	.intro-holder .text {
		top: 19%;
	}

	.intro-holder h1,
    .intro-holder.about .text-holder h1,
    .intro-holder.blog .text-holder h1 {
		font-size: 30px;
		line-height: 30px;
		margin: 0 0 16px;
	}

	.intro-holder h1.f-home {
		font-size: 28px;
		font-size: 8vw;
	}

    .intro-holder .f-subtitle {
    	font-size: 12px;
    	font-size: 3.5vw;
    }

	.intro-holder .subtitle {
		font-size: 16px;
		line-height: 17px;
		margin: 0 0 16%;
	}

	.intro-holder.blog .img-holder {
		min-height: 180px;
	}

	.intro-holder.blog .img-holder > img {
		min-height: 180px;
	}

	.intro-holder.blog .text-holder {
		bottom: 19%;
	}

	.intro-holder.single {
		max-height: 50px;
	}

	.single-head {
		bottom: -30px;
		padding: 31px 0 36px;
	}

	.single-head .ico {
		margin: 8px 5px 0 0;
	}

	.single-head h1 {
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 10px;
	}

	.section-holder {
		padding: 36px 0 11px;
	}

    .zip-code-tool .map-container {
        display: none;
    }
    
    .zip-code-tool .discover-risks {
        padding-top: 40px;
    }

    .zip-code-tool .map-text {
        display: none;
    }

    .zip-code-tool .mobile-text {
        display: block;
    }

    .our-expertise .text {
        font-size: 30px;
        font-size: 11vw;
    }

	.our-expertise .col-holder .img-holder img {
		max-width: 100%;
	}

	.fortified .img-holder {
		padding: 0 0 0 15px;
		max-width: 255px;
		margin: 0 auto 38px;
	}

	.fortified .text-holder h2 {
		font-size: 36px;
		line-height: 44px;
		margin: 0 0 8px;
	}

	.fortified .text-holder p {
		margin: 0 0 55px;
	}

	#footer .col {
		margin: 0 0 37px;
	}

	#footer .img-holder img,{
		width: 100%;
		height: auto;
	}

	#footer .map-holder {
		width: 100%;
	}

	#footer #map-canvas {
		width: 100% !important;
	}

	#footer .subscribe-form {
		max-width: 100%;
	}

	#footer .copyright {
		font-size: 14px;
		line-height: 14px;
	}

	#footer .article-title {
		padding: 30px 3.2% 9px;
	}

	.social-networks {
		margin: 0 0 9px;
	}

	.description .links li {
		font-size: 15px;
	}

	.description .links li:first-child {
		margin: 0 0 10px;
	}

	.locations .img-holder {
		margin: 0 0 20px;
	}

	.locations .text-holder {
		padding: 0;
	}

	.intro-text {
		margin: -20px 0 40px;
	}

	#main {
		padding: 0 0 10px;
	}

	.post .img-holder {
		margin: 6px 0 14px;
	}

	.post .subtitle {
		margin: 0 0 6px;
	}

	.post ul {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 24px;
	}

	.post ul li {
		margin: 6px 0 0;
	}

	#content {
		padding: 0 0 51px;
	}

	.video-holder {
		margin: 19px 0 15px;
	}

	.navigation {
		margin: 0 0 32px;
	}

	#accordion .panel-body .col {
		float: none;
		margin: 19px 0 0;
		width: 100%;
	}

	.guidance {
		padding: 10px 4.5% 10px 4.4%;
	}

	.guidance .name {
		font-size: 18px;
		line-height: 20px;
		margin: -3px 0 2px;
	}

	.guidance .tags {
		font-size: 12px;
	}

	.guidance .tags strong {
		font-size: 10px;
	}

	.guidance time {
		font-size: 10px;
	}

	.guidance .size {
		font-size: 10px;
	}
}

/* ---------------------------------------------------------
   Fortified Specific Styles
   ---------------------------------------------------------*/

.fortified-page .container {
	margin-left: auto !important;
	margin-right: auto !important;
}

.fortified-page h3 {
    color: #00704a;
    font-weight: 600;
    font-family: "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
}

.f-large-thin-text h2 {
	color: #444 !important;
	font-weight: 100 !important;
	text-transform: none;
	font-size: 36px;
	font-size: 4vw;
	line-height: 40px;
	line-height: 5vw;
}

.center {
	text-align: center;
}

#nav .f-nav a:hover {
	background: #00704a;
}

#nav .f-nav > li.active > a {
  color: #00994d;
}

.f-search .btn-primary:hover {
	background-color: #00704a;
}

.f-search .btn {
	background: #00704a;
}

.intro-holder .f-text {
	position: absolute;
	left: 50%;
	top: 40%;
	width: 100%;
	margin: 0 0 0 -50%;
}

.f-intro-background {
	background: rgb(0, 112, 74); 
    background: rgba(0, 112, 74, .85);
    padding: 1% 0;
    margin: 0 0 4%;
}

h1.f-home {
    font-style: italic;
    text-transform: none;
    font-weight: 700;
    font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
    padding: 0 0 1%;
    font-size: 60px;
    margin: 0;
}

.f-subtitle {
	display: block;
	text-transform: none;
	font-size: 26px;
    font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 29px;
}

.intro-holder .f-text .btn {
	color: white;
	font-family: "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-color: #f7be68;
	font-weight; 600;
	max-width: 230px;
	background-color: #f7be68;
}

.intro-holder .f-text .btn:hover {
	color: #f7be68;
	background: white;
	border-color: white;
}

.fortified-page {
	margin-top: 40px;
}

.fortified-page:first-child {
	border-bottom: 2px solid #ccc;
}

.fortified-page .wrapper {
	padding: 0 20px 40px;
}

.fortified-page h2 {
    color: #00704a;
    font-weight: 600;
}

.fortified-page p {
    font-size: 18px;
    line-height: 24px;
}

@media all and (min-width:768px) and (max-width:1199px) {
	.fortified-page .height-control {
		height: 100px;
	}
}

.fortified-page .icon {
    font-size: 32px;
    color: #5a5f64;
}

.fortified-page .icon2 {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}

.fortified-page .icoon {
	font-size: 14px;
	float: left;
	width: 33%;
	padding-top: 20px;
	opacity: .7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fortified-page .icoon:hover {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fortified-page .icoon a {
	color: #999;
	text-decoration: none;
}

.fortified-page .icoon a:hover {
	color: #999;
}

.fortified-page .wrapper {
	text-align: center;
}

.fortified-page .listing {
    font-size: 26px;
    padding: 20px 0;
    text-align: center;
}

.fortified-page .f-btn {
	margin: auto;
	max-width: 210px;
}

.fortified-page a {
  color: #00704a;
}

.fortified-page a:hover,
.fortified-page a:focus {
    color: #00994d;
}

.f-our-expertise {
    text-align: center;
    margin: 0;
    padding: 40px 0;
}

h1.f-zip {
    color: #00704a;
}

.f-programs {
    padding: 60px 0;
}

.f-programs .img-holder {
    position: relative;
    margin: 10px 0;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.f-programs .img-holder:hover {
	opacity: .7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.f-programs img {
    width: 100%;
    max-width: 220px;
}

.f-btn {
	background: #00994d;
}

.f-btn:hover {
  	background-color: #00704a;
  	color: #fff;
}

h3.smicon-title {
	font-size: 28px;
}

.smicon-description {
	font-family: myriad-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.single-head-fortified {
	background: #00704a;
}

#footer.footerified {
    padding-top: 0;
}

#nav .main-nav.f-nav > li.hover > a,
#nav .main-nav.f-nav > li:focus > a {
	text-decoration: none;
	background: #00704a;
	color: #fff;
}

#footer .f-footer-holder {
	background: #00704a;
}

.f-headline {
	background-color: #00704a;
	padding: 6px 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	margin-bottom: 20px;
}

.f-benefits h2 {
	font-size: 28px;
	line-height: 32px;
}

/* ---------------------------------------------------------
   Styles added by Simon
   ---------------------------------------------------------*/

.caption h3 {
    font-size:small;
    line-height:18px;
}
.caption p {
    font-size:small;
    font-style:italic;
    line-height:18px;
}

.caption li {
    font-size:small;
    font-style:italic;
    line-height:18px;
}

.blockquote p {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    line-height:30px;
    color:#1c94b3;
    border-left: 5px solid #eee;
}

blockquote p {
    margin: 0 0 20px;
    font-size: 24px!important;
    line-height: 30px;
    color: #1c94b3;
}

/* ---------------------------------------------------------
   Styles added by Simon
   ---------------------------------------------------------*/

.caption p {
    font-size:small;
    font-style:italic;
    line-height:18px;
}

.blockquote p {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    line-height:30px;
    color:#1c94b3;
    border-left: 5px solid #eee;
}


.breadcrumbs {
    font-size:small;
    color:#b3b8b8;   
}

.breadcrumbs a{
    font-size:small;
    color:#b3b8b8;   
}

h2.wpb_heading { 
    margin: 0 0 10px;
    font: 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8E8E8E;
    letter-spacing: 0px;
}

.checkboxes li:before {    
font-family: 'FontAwesome';
content: '\f046';
margin:0 5px 0 -23px;
color: #5a5f64;
}

.callout {
    background:#e8e8e8
}

.callout h2 {
    font-size:1em;
    line-height:1em;
    color:#515C64;
}

.callout a {
    font-size:.8em;
    line-height:1em;
    color:#515C64;
}

/* ---------------------------------------------------------
   Styles added by Simon
   ---------------------------------------------------------*/

.caption p {
    font-size:small;
    font-style:italic;
    line-height:18px;
}

.blockquote p {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    line-height:30px;
    color:#1c94b3;
    border-left: 5px solid #eee;
}


.breadcrumbs {
    font-size:small;
    color:#b3b8b8;   
}

.breadcrumbs a{
    font-size:small;
    color:#b3b8b8; 
    
h2.wpb_heading { 
    margin: 0 0 10px;
    font: 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8E8E8E;
    letter-spacing: 0px;
}

/* ---------------------------------------------------------
   Gravity Forms styles added onto custom css per page
   ---------------------------------------------------------*/