/*
Theme Name: ERS
Description: Custom Wordpress theme
Author: Version One


---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */
/*font
	font-family: "jaf-bernino-sans-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;

*/

html { overflow-y: scroll; }
article, aside, figure, footer, header, hgroup, nav, section { display: block; }
.touch body { -webkit-text-size-adjust: none; }
:focus { -moz-outline-style: none; outline: none; }

body {
	margin: 0;
	font-size: 14px;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: normal;
	background: #222120;
	color: #c2c0c0;
}

p {
	margin: 1.4em 0;
}

a {
	text-decoration: none;
	color: #6DB33F;
	font-weight: normal;
	outline: none;
	transition:all 0.3s ease 0s;
}
a:hover {
	text-decoration:none;
	color: #C2FF94;
}

a img {
	border: 0;
}
p span {
	font-weight: 700;
	color:#8C8C8C;
}
h1 {
	font-family: 'Dosis', sans-serif;	
	font-style: normal;
	font-weight: 400;
	margin:0 0 5px;
	color: #fff;
	text-transform: uppercase;	
	font-size: 39px;
	line-height: 39px;
}
h2, h3, h4, h5, h6{
	color: #c2c0c0;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	letter-spacing: 0.6px;
	margin: 18px 0 12px;
	clear: both;
	line-height: 1em;
}

h2 {
	font-size:26px;
}

h3 {
	font-size:19px;
}

h4 {
	font-size:15px;
}
h5 {
	font-size:14px;
}
h6 {
	font-weight:300;
	font-size:18px;
	line-height: 32px;
	margin: 10px 0 25px 0;
	background: url(_inc/img/sep.png) repeat-x bottom;
	padding-bottom: 33px;
	color: #ACA7AA;
}
ul {
	padding-left:13px;
}
ul li {
	background: url("_inc/img/bullet.png") no-repeat scroll 1px 9px transparent;
	padding: 0 0 0 20px;
	list-style-type: none;
}
* {
	box-sizing:border-box;
}
strong {
	font-weight: 400;
}
.intro-text {
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	font-size: 23px;
	line-height: 29px;
	margin-bottom: 28px;	
}

/* ------------------------------------
HEADER
------------------------------------ */

header {
	background: #21201f;
	height: 73px;
	position: relative;
}
.wrapper {
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 1024px;
    padding: 0 15px;
    position: relative;
}
a#logo {
	background: url('_inc/img/Executive-Risk-Solutions-Logo.svg') no-repeat;
	display: inline-block;
	background-size: 200px 62px;
	height: 61px;
	width: 201px;
	text-indent: -9999px;
	margin-top: 5px;
}

/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
#container {
	background: url(_inc/img/print.png) no-repeat scroll right top;	
	background-size: 270px 358px;
	margin: 0 auto;
	min-height: 570px;
}
#content {
	background: #333333;	
	padding: 20px 0 40px;
	position: relative;
}
#content img{
    height: auto;
    max-width: 100%;
}
.pagination {
    text-align: right;
}
.pagination.bottom {
	margin-top: 20px;
}
.paging {
    display: inline-block;
}
.pagination .paging a, .paging .current, .paging .dots {
    background-color: #434343;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: "Intro W01 Regular",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 18px;
    margin-right: 5px;
    padding: 7px 0 0;
    text-align: center;
    width: 30px;
}
.paging .current {
    background:#6db33f;
}
.paging .dots {
    background: none;
    color: #8a8a8a;
}
.paging .next {
    background: url('_inc/img/pag-arrow-right.png') no-repeat scroll center center #434343;
    overflow: hidden;
    text-indent: -9999px;
    background-size: 7px 12px ;
}
.paging .prev {
    background: url('_inc/img/pag-arrow-left.png') no-repeat scroll center center #434343;
    overflow: hidden;
    text-indent: -9999px;
    background-size: 7px 12px ;
}
.home .inner {
	padding: 0;
}

a.button {
	color: #6DB33F;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.6px;
	background: url(_inc/img/more-icon.png) 1px 4px no-repeat;
	padding: 0 0 0 22px;
	background-size: 15px 15px;
}	
a.button:hover {
	color: #C2FF94;
}

#testimonial {
	margin-top: 40px;
	background: url(_inc/img/speech.png) no-repeat 42px bottom;
	padding-bottom: 27px;
	overflow: hidden;	
}	
.quote p{
	color: #7F7A7D;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
.testimonial-name {
	color: #aaa8a8;
}
.post-type-archive-people #breadcrumbs .current_item {
	display:none !important; 
}
.full-width {
	margin-top: 25px;
}
.page-id-9 .feature-services {
	padding-top: 27px;	
}
a.button.link, a.button.doc {
	background: #222120 url("_inc/img/doc-icon.png") 28px 14px no-repeat;
	padding:8px 29px 9px 48px;
	font-size: 13px;
}
a.button.link {
	background:#222120 url("_inc/img/link-icon.png") 26px 14px no-repeat;
}
.cta a.button {
	width: 100%;
	margin-top: 17px;
}
a.album-image {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 20px 0;
    position: relative;
}
a.album-image:after {
    background: url("_inc/img/icon-play.png") no-repeat scroll center center rgba(0, 0, 0, 0.2);
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
}

#gform_wrapper_4.gform_wrapper {
	padding: 30px;
	border: 1px solid #aaaaaa;
	max-width: 400px;
}

/* ------------------------------------
HOMEPAGE
------------------------------------ */

.home #content {
	padding: 1px;
	background:  #333333  ;	
}
.home #container {
/*	background: url(_inc/img/print.png) no-repeat scroll left top;	*/
	margin: 0 auto;
}
#banner {
    background-position: center center;
    background-size: cover;
    height: 435px;
    position: relative;
}
.slide {
    background: none repeat scroll 0 0 #191918;
    height: 435px;
    left: 0;
    pointer-events: none;
    position: relative;
    right: 0;
    top: 0;
    z-index: 2;
}
.slide-image{
    background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.banner-wrapper {
    height: 100%;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}
.banner-info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.79);
    bottom: 121px;
    box-sizing: border-box;
    font-size: 17px;
    left: 0;
    padding: 23px 31px 42px 70px;
    position: absolute;
    width: 60%;
}
.banner-info:before{
	content: "";
	background: url("_inc/img/banner-arrow.png") no-repeat;
	background-size: 25px 72px;
	height:103px;
    left: 32px;
    position: absolute;
    top: 44px;
    transform: translate(33px 43px);
    width: 32px;
}
.banner-info a {
	display: block;
}
.home h1 {
	font-size: 43px;
	line-height: 46px;
	padding-bottom: 10px;
	margin: 14px 0 2px;
	letter-spacing: 0.4px;
}
.banner-text {
	font-weight: 300;
	font-size: 15px;
	color: #d3d1d1;
	line-height: 22px;
}
#banner ul li {
	background: none;
	padding: 0;
}
ol.flex-control-nav {
 	display: block;
    margin: -55px 0 0;
    position: relative;
    text-align: center;
    z-index: 10;
}
ol.flex-control-nav li {
    display: inline;
    list-style-type: none;
    margin: 0 5px;
}
ol.flex-control-nav li a {
    background: url("_inc/img/nav.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 21px;
    padding: 0 20px 0 0;
    text-indent: -9999px;
    width: 21px;
}
ol.flex-control-nav li a.flex-active {
    background: url("_inc/img/nav-active.png") no-repeat scroll 0 0 transparent;
}
.flex-direction-nav{
	display: none;
}
.box-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items:stretch;
  align-items: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 50px 0 30px;
}
.leadin-item {
    flex: 0 0 calc(24% - 2px);
    width: calc(24% - 2px);
	position: relative;
	overflow: hidden;
}
.leadin-item img {
    display: block;
	width: 100%;
}
a.service-link {
   display: block;
    height: 175px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
   transition: all 0.2s ease-in-out 0s;
}
a.service-link span.feature-title {
    color: white;
	background: url(_inc/img/emg-icon.png) no-repeat center center;
    height: 175px;
    left: 0;
    line-height: 1.2em;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    display:none;
    text-indent: -9999px;
    padding: 97px 20px 20px;
}
.feature-security a.service-link span.feature-title{
	background: url(_inc/img/sec-icon.png) no-repeat center center;	
}
.feature-review a.service-link span.feature-title{
	background: url(_inc/img/rev-icon.png) no-repeat center center;	
}
.feature-response a.service-link span.feature-title{
	background: url(_inc/img/res-icon.png) no-repeat center center;	
}
a.service-link:hover span.feature-title {
	display: block;
}
.service-header div {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
	font-family: 'Dosis',sans-serif;
    left: 0;
    padding: 18px 6px;
    position: absolute;
    width: 100%;
    color: white;
    text-transform: uppercase;
	font-style: normal;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 16px;
}
.leadin-item p {
	padding: 0 9px;
	margin-bottom: 9px;
}
.leadin-item a.button {
	margin-left: 9px;
}
.service-header {
	display: block;
	height: 175px;
	position: relative;
}
.home-intro {
	padding:18px 20px;
	margin-bottom: 50px;
	background: #282726;
	position: relative;
}
.home-doc {
	text-align: center;
	margin: 0 0 30px;
}
.home-intro a.button{
	display: inline-block;
}
.feature-area{
	display: block;
	margin-bottom: 50px;
	overflow: hidden;
}
#video {
	width: 49%;
	float: left;
}
.home-map {
	float: right;
	width: 49%;
}
#video-internal {
	margin-top: 30px;
}
#videocontainer {
	background: url(_inc/img/tick.png) no-repeat center center;
	height: auto;
	float: right;
	border:5px solid #fff;
}	
.fancybox-video{
    border: 0 none;
    height: 175px;
    width: 280px;
}
.fancybox-video div {
    height: 175px;
    overflow: hidden;
    width: 280px;
}
.fancybox-video img {
    max-width: 100%;
    position: relative;
}	
.feature-title {
	line-height: 14px;
}
a.service-link .border-wrap {
	border-bottom: 1px solid #fff;
	display: block;
}
.home-intro img.alignleft {
	margin-right: 50px;	
}
#subnav ul li ul.children li {
	width: 100%;
	border-bottom: none;
}
#subnav ul li ul.children {
	padding-left: 20px;
}

/* ------------------------------------
INTERNAL REGULAR LAYOUT
------------------------------------ */

#banner-wrap {
    background: url("_inc/img/internal-banner.png");
	padding: 44px 0;
	width: 100%;
    background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
    z-index: 0;	
}
.banner-bg {
	background: #1f1f1f;
	opacity: 0.9;
    padding: 25px 30px;
}
#banner-wrap .banner-text {
	line-height: 22px;
	font-size: 17px;
}
.breadcrumbs {
    display: block;
    margin-bottom: 28px;
    color: #7e8083;
	font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.breadcrumbs a{
	color: #bdbdbd;
}
#rightcol {
	float: left;
    width: 65%;
    margin-left: 5%;
}
#subnav, .quote, .people-list {
	float: left;
	display: inline-block;
    margin-top: 0;
    width: 245px;
}
.subnav-links, .quote, .people-list {
	background: #2c2d2c;
	padding: 17px 18px 31px;
}
#subnav h3 {
	margin: 8px 5px 10px;
}
#subnav h3 a{
	font-size: 20px;
	color: #c2c0c0;
}
#subnav ul, #subnav li, #breadcrumbs ul, .cat-list ul, .archives ul, .people-list ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#subnav ul li {
	padding: 0;
	background: none;
	line-height: 16px;
}
#subnav ul li a {
    display: block;
    padding: 8px 0 8px 5px;
    transition: all 0.3s ease 0s;
	color: #c2c0c0;
	font-family: 'Dosis', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
#subnav ul.sub-menu {
	display: block;
    padding: 0 10px;
}
#subnav ul.sub-menu a{
	color: #908e8e;
	padding: 3px 0px 6px 7px;
}
#subnav ul li.current_page_item > a, #subnav ul li a:hover, #subnav ul li.current-cat a{
	color: #6DB33F;
}
.blog-listing #subnav ul li a {
	display: inline-block;
}

/* ------------------------------------
NAVIGATION
------------------------------------ */

nav {
    margin:0;
    position: relative;
    float: right;
}
nav ul ul.sub-menu {
    display: none;
}
nav ul, nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index:10;
    font-size: 0;
    background: none;
}
nav ul li a {
    display: inline-block;
    font-size: 13px;
	color: #bdbdbd;
	font-family: 'Dosis', sans-serif;
    line-height: 16px;
    overflow: hidden;
    padding: 8px 10px 33px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
nav ul li a:hover {
    color: #6db33f;
}  
#main-nav, #footer-nav-main {
    z-index: 11; 
    height: 61px;   
}
/*#footer-nav-main {
    margin-top: 10px;
}*/
#main-nav > ul,/* #footer-nav-main > ul */{
    padding: 0 12px;
    display: block;
    display: -webkit-flex;  /* NEW, Chrome 21–28, Safari 6.1+ */
    display: -ms-flexbox;   /* MID: IE 10 */
    display: flex;          /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;  
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; 
}
#main-nav > ul > li,
/*#footer-nav-main > ul > li*/ {
    padding: 8px 0;
}
#main-nav > ul > li, #footer-nav-main > ul > li {
    padding: 8px 0;
}
#main-nav > ul, #footer-nav-main > ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    padding: 0 12px;
}
nav#main-nav > ul.menu {
    display: flex;
    padding-top: 10px;
}
#main-nav > ul > li > a,
/*#footer-nav-main > ul > li > a*/ {
    border: 1px solid #fff;
    border-radius: 7px;    
    position: relative;
}
#main-nav > ul > li.current-menu-item > a, #main-nav > ul > li.current-page-ancestor > a,
#footer-nav-main > ul > li.current-menu-item > a, #footer-nav-main > ul > li.current-page-ancestor > a {
    z-index: 101;
    color: #6db33f;
}

#main-nav ul ul.sub-menu {
    display: none;                        
    background:#191919;
    position: absolute;
    top: 58px;
    left: -5px;
    padding:6px 0 16px;
    text-align: left;
    z-index:100;
    width:205px; 
}  
#main-nav ul.menu > li:hover > ul.sub-menu {
    display: block;
}

#main-nav ul li:last-child ul.sub-menu {
    left: auto;
    right: -5px;    
}
#main-nav ul ul.sub-menu li {  
    display: block;
}
#main-nav ul ul.sub-menu li a { 
    display: block;
    float:none;
    border:none;
    border-radius: 0;
    padding: 10px 18px 7px;
    color: #b7b9bc;
} 
#main-nav ul ul.sub-menu li a:hover { 
    background:#333333;
    color: #6db33f;
} 

nav.sidebar-navigation ul li a {
    padding: 8px 0 8px 0;
}
nav.sidebar-navigation ul, nav.sidebar-navigation ul li {
    display: block;
}
nav.sidebar-navigation ul li.current_page_item a, nav.sidebar-navigation ul li.current-cat a {
    color: #889dae;
}
nav.sidebar-navigation a.small-link {
    margin-left: 43px;
    margin-top: 20px; 
}

#main-nav .mobile-nav {
    display: none;
}

/* ------------------------------------
BLOG
------------------------------------ */

#subnav .archives{
	margin-top: 20px;
}
.blog-listing h2 {
	margin-bottom: 10px;
	font-size: 20px;
} 
.blog-listing h2 a {
}
.blog-listing article {
	 background: url("_inc/img/sep.png") repeat-x scroll center bottom transparent;	
	 padding: 7px 0 20px;
	 overflow: hidden;	
}
.blog-cat {
	padding-left: 8px;
}
.blog-listing .article-excerpt{
	margin:8px 0;	
}
.sidebar-image {
	padding: 40px 0 0;	
} 
.sharing {
	float: right;
	display: block;
    font-size: 11px;
    text-transform: uppercase;
    background: #2c2d2c;
    padding: 9px 14px;
	line-height: 20px;
	vertical-align: middle;
	font-weight: 400;
}
.blog_social {
	float: right;
}
.blog_social a {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	text-indent: -9999px;
	display: block;
	float: left;
}
.blog_social a.linkedin {
	background: url(_inc/img/linkedin.png) no-repeat;
}
.blog_social a.twitter {
	background: url(_inc/img/twitter.png) no-repeat;
}
.blog_social a.googleplus {
	background: url(_inc/img/googleplus.png) no-repeat;
}
.blog_social a.youtube {
	background: url(_inc/img/youtube.png) no-repeat;
}
.post-pagination {
    display: block;
    margin-top: 20px;
}
.new-link, .next-link {
    display: inline-block;
    width: 44%;
    vertical-align: top;
}
.pagination-title h4 {
	font-size: 14px;
	margin:3px 0 8px;
	color: #7e8083;
}
.pagination-title h5{
	font-size: 17px;
	line-height: 1.2em;
	margin-top: 8px;
}
.next-link {
    float: right;
    text-align: right;
}

/* ------------------------------------
PEOPLE PAGE
------------------------------------ */

.people-listing article {
	margin: 0 0 15px 0;
	overflow: hidden;
}
.person-details {
	float: right;
	width: 69%;
}

img.person-image {
    width: 24%;
}
.post-type-archive-people article {
	background: none;
}

.person-details h2 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 22px;
}
.person-details h2 a {
	color: #fff;
}
.person-title {
	line-height: 18px;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.people-listing article a.readmore {
	margin-top: 10px;
	display: block;
}
.single-people .person-details h2  {
	font-size: 26px;
	margin-bottom: 15px;
}
.single-people article {
	background: none;
}
.linkedin-profile a{
	float: right;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url(_inc/img/linkedin-icon.png) no-repeat;	
}
.linkedin-profile a:hover{
	opacity: 0.7;
}

.linkedin-profile.no-image a{
	background: none;
}

/* ------------------------------------
CONTACT PAGE
------------------------------------ */

#contact-form {
	display: inline-block;
    width: 33%;
    margin-right: 18%;
    float: left;
}
#contact_col {
    display: inline-block;
    width: 36%;
}
#contact_col .item {
	background: url("_inc/img/sep.png") repeat-x scroll center bottom transparent;
	padding-bottom: 10px;
	margin-bottom: 24px;
}
#contact_col h2 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 20px;
}
#contact_col p{
	margin: 11px 0;
	line-height: 20px;
}
.separator {
	background: url("_inc/img/sep.png") repeat-x scroll center bottom transparent;
	height:3px;
	padding-top: 15px;	
}


/* ------------------------------------
NAVIGATION
------------------------------------ */

/*nav {
	padding-left: 20px;	
	float: left;
	z-index: 999;
}
.menu {
	
}
nav .menu > ul {
	list-style:none;
	margin:0;
	padding:0;
	height: 80px;
}

nav .menu > ul > li {
	list-style: none;
	margin: 0 4px 0 0 ;
	padding: 0;
	display:inline-block;
	position:relative;
	height:50px;
	background: none;
}

nav .menu > ul > li > a {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	font-size: 12px;
	color: #d7d5d5;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 5px 9px 8px;
	overflow: hidden;
	line-height: 58px;
}

nav .menu > ul > li > a:hover, nav .menu > ul > li:hover > a, nav .menu > ul > li.current_page_item > a, nav .menu > ul > li.current_page_parent > a {
	background: none;
	border-top: 5px solid #6db33f;
	color: #6db33f;	
}

nav .menu .children {
	padding-bottom: 10px;
}

.ie7 .menu > ul > li > a, .ie7 .menu > ul > li { display:block;float:left; }
.ie8 body p{
	font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
	font-weight: 400;
	font-style: normal
}*/

/* ------------------------------------
FOOTER
------------------------------------ */

footer {
	padding: 40px 0 20px;
}
footer p {
	color: #777777;
	line-height: 17px;
}
footer ul, footer li {
    list-style: none outside none;
    margin: 0;
    padding: 0; 
}
footer li {
	background: none;
}
footer ul.children {
	display: none;
}
footer .menu > ul > li {
    display: block;
    line-height: 11px;
    width: 170px;
    background: none;
}
footer ul li a {
    font-size: 14px;
    height: 30px;
    line-height: 14px;
	font-family: 'Dosis', sans-serif;	
	font-style: normal;
	font-weight: 400;
	color:#615F5F;
	text-transform: uppercase;
	text-decoration: none;
}
footer a:hover {
	color: #e7e7e7;
}
footer .menu > ul > li > a {
    display: block;
}
.column{
	display: inline-block;
	vertical-align: top;
	border-right:1px solid #333333;
}
.column.sitemap {
	width: 21%;
	padding-right: 20px;
}
.column.service-footer {
	padding:0 20px 0 30px;
	width: 30%;
}
.column.contact-info{
	width:46%;
	padding: 0 0 0 30px;
	border-right: none !important;
}
.column h2 {
	text-transform: uppercase;
	font-size: 15px;
	color: #838383;
	line-height: 14px;
	margin: 0 0 13px;
}

.col2 ul li {
	padding: 0 0 5px 17px;
}

.col-details {
	float: left;
	width:192px;
}
.copyright{
	clear: both;
	font-size: 11px;
	padding-top: 10px;
}
.copyright p{
	margin-top: 0;
}
footer .sharing {
	background: none;
	float: left;
	padding: 23px 0 0;
	color: #838383;
}
footer .sharing h2 {
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
	margin: 0;
}
footer .blog_social {
	display: inline-block;
	float: none;
}
footer .blog_social a {
	opacity: 0.65;
}
img.sponsor-item {
	display: inline-block;
	padding-right: 10px;
}
img.credit {
	width: 31px;
}
.partner-logo{
	display: inline-block;
    margin-right: 3%;
    vertical-align: middle;
    max-width: 14.5%;
}
.partner-logo img {
	max-height: 75px;
}
.partner-logo:nth-child(7n){
	margin-right: 0;
}
/* ------------------------------------
FORMS
------------------------------------ */

.gform_body {
	padding: 20px 0 0;
}
.gform_body label {
	min-width: 160px;
	font-family: "Lato",sans-serif;
	font-weight: 400;
	color: #D2D2D2;		
	text-transform: uppercase;
	font-size:12px;
	display: inline-block;
	margin: 5px 0 2px;
	letter-spacing: 0.8px;
}
.gform_body ul, .gform_body li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.gform_body ul li {
	width: 100%;
	margin: 0 0 10px;
}
button, input[type='text'], textarea, select,.selector, div.selector span{
	font-family: "Lato",sans-serif;
	font-style: normal;
	color: #D2D2D2;		
	-webkit-appearance: none;
    outline: medium none;
    background: #242424;
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	padding: 11px 40px 9px 10px;
	width: 100%;
	border: none;
	height: 38px;
}
div.selector {
	border: medium none;
	padding: 0;
	width: 100%;
    background-image: none;
}
div.selector, div.selector span, div.selector select {
    text-shadow: none;
    color: #d2d2d2;
    height: 38px;
    background: #242424;
}
div.selector span::after{
	background: url("_inc/img/dropdown-icon.png") no-repeat 0 0;
	content: " ";
    display: block;
    height: 6px;
    position: absolute;
    right: 13px;
    top: 16px;
    width: 12px;
}
div.selector span {
    display: block;
    padding: 11px 40px 9px 10px;
    position: relative;
    text-shadow: none;
    width: auto !important;
    background: #242424;
}
div.selector select {
	height:38px;
    background: #242424 none repeat scroll 0 0;
    left: 0;
    top: 0;
    width: 100%;
}
input[type=submit] {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
	padding:10px 17px;
	-webkit-appearance: none;
	border:0;
	outline:0;
	background: #6DB33F;
	color: white;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px rgba(148, 150, 150, 1);
	cursor: pointer;
}
.gform_body textarea {
	height:auto !important;
}
#extensions_message {
    display: block;
    font-size: 12px;
}
.gform_footer {
	clear:both;
	text-align: left;
	max-width: 465px;
}
#gforms_confirmation_message {
	font-size: 14px;
	font-weight: 300;
}
.validation_message {
	color:#cc7f3b; 
	font-weight: normal;
	clear:left;
	padding-left: 160px;
	font-style: italic;
	font-size: 12px;
	padding-bottom: 10px;
}
.validation_error { 
	color:#cc7f3b; 
	margin-top:20px;
	font-weight: normal;
}
.gform_body_1 .gfield_error input[type="text"] {
	border:2px solid red;
}
li#field_2_4 {
	display: none;
}

.gform_wrapper {
	overflow: hidden;
}
.ginput_preview {
	padding-left: 160px;
}
.ginput_preview strong{
	font-weight: normal;
	line-height: 18px;
	vertical-align: top;
}
.ginput_preview img {
	display: inline-block;
	margin-right: 5px;
}
#gform_2 .gform_body{
	padding: 40px 0 0;
	width: 60%;
}
div.uploader span.filename {
    width: 103px;
}
div.uploader span.action {
    height: 27px;
    background-color: #333333;
    text-shadow: none;
    color: #787878;
    font-weight: normal;
}
/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */
.gallery {
	margin: 25px auto !important;
}
.gallery-item {
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 25%;
}
.gallery .gallery-item {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallery img {
    border: 0 none !important;
}
.gallery-caption {
    margin-left: 0;
}
.gallery .gallery-item:hover {
	-moz-transform: scale(1.02) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1.02) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1.02) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1.02) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1.02) translate(0px, 0px) skew(0deg, 0deg);
}
.gallery .gallery-caption {
	display: none;
}

#fancybox-close {
    background: url(_inc/img/exit.png) #000000;
    cursor: pointer;
    display: none;
    height: 53px;
    position: absolute;
    right: 0px;
    top: -60px;
    width: 53px;
    z-index: 1103;
    border-radius: 26px;
}

#fancybox-left-ico, #fancybox-right-ico {
	background: url(_inc/img/button_left.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 53px;
    left: -9999px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    width: 53px;
    z-index: 1102;
}

#fancybox-right-ico {
    background: url(_inc/img/button.png) no-repeat 0 0;
}

#fancybox-title-wrap {
    display: inline-block;
    width: 100%;
    background: #000000;
}

#fancybox-title-main {
    background: none;
    color: #FFFFFF;
    line-height: 29px;
     padding: 20px 15px;
}

#fancybox-title-left, #fancybox-title-right {
	display: none;
}

#fancybox-title, #fancybox-title-main {
	font-family: "jaf-bernino-sans-condensed-n4","jaf-bernino-sans-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-transform: none;
}
#fancybox-right {
    right: -90px;
}
#fancybox-left {
    left: -90px;
}
#fancybox-outer {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    position: relative;
    width: 100%;
}
a img {
    border: 0 none;
}
img {
    height: auto;
    max-width: 100%;
}
.alignright {
	clear: right;
	float: right;
	margin: 0px 0px 20px 40px;
}

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

.wp-caption-text {
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
	margin-top: 3px;
}

/*a {-webkit-tap-highlight-color:#9ce2ff;}*/
::-moz-selection{background: #6DB33F; !important}
::selection {background: #6DB33F; !important}



/* ------------------------------------
MEDIA QUERIES
------------------------------------ */

@media screen and (max-width:1030px) {
    .banner-wrapper {
	    margin: 0 15px;
    }
    /* switch to mobile nav */
    nav#main-nav ul.menu, #main-nav ul.menu > li:hover ul.sub-menu{
        display: none;
    }    
    nav#main-nav ul.menu {         
        position: absolute;
        right:0;
        top: 73px;
        width: 288px;
        padding: 10px 0 8px;
        background: #191919;
        border-radius: 0 0 8px 8px;
    }
    #main-nav > ul.menu > li {
        display: block;
        padding: 0;
    }
    #main-nav > ul.menu > li > a {
        display: block; 
        border:none;
        border-radius: 0;
        padding: 15px 20px 12px;
        background: transparent;
        margin-right: 50px;   
    }
    #main-nav > ul.menu > li > ul.sub-menu > li.menu-item-has-children > a {
        margin-right: 50px;
    }
    #main-nav > ul.menu > li.menu-item-has-children:after,
    #main-nav > ul.menu > li > ul.sub-menu > li.menu-item-has-children:after {
        content: ' ';
        width: 34px;
        height: 34px;
        border-radius: 34px;
        position: absolute;
        top: 3px;
        right: 4px;
        z-index: 15;
        display: block;
    }
    #main-nav > ul.menu > li.menu-item-has-children.expanded:after,
    #main-nav > ul.menu > li > ul.sub-menu > li.menu-item-has-children.expanded:after {
        border: 2px solid #6db33f;
    }
    #main-nav > ul.menu > li.menu-item-has-children:before,
    #main-nav > ul.menu > li > ul.sub-menu > li.menu-item-has-children:before {
        content: ' ';
        border: 2px solid #6db33f;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
         -webkit-transform: rotate(45deg); 
        -moz-transform: rotate(45deg); 
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-backface-visibility: hidden;
        display: block;
        width: 9px;
        height: 9px;
        position: absolute;
        top: 14px;
        right:17px;
    }
    #main-nav > ul.menu li.current-menu-item > a, #main-nav > ul.menu li.current-page-ancestor > a {
        color: #6db33f !important;
    }
    
    #main-nav .mobile-nav {
        display: block;
        background: #fff;
        border-radius: 0 0 7px 7px;
        margin-top: 10px;
    }
    .mobile-nav .menu-link {
        float: right;
    }
    .mobile-nav .mobile-menu {
        padding-right: 29px;
    }
    .mobile-nav .mobile-menu:after {
        content: ' ';
        height: 9px;
        width: 19px;        
        border-top: 3px solid #6db33f;
        border-bottom: 3px solid #6db33f;
        display: block;
        position: absolute;
        right: 0px;
        top: 15px;
    }
    .mobile-nav .mobile-menu:before {
        background: #6db33f;
        content: ' ';
        height: 3px;
        position: absolute;
        right: 0px;
        top: 21px;
        width: 19px;
        display: block;
    }
    .mobile-nav .mobile-menu:hover:after {
        border-color: #fff;   
    }
    .mobile-nav .mobile-menu:hover:before, .mobile-nav .mobile-menu.expanded:hover:after {
        background-color: #fff;   
    }
    .mobile-nav .mobile-menu.expanded:after {
        height: 3px;
        border: none;
        background: #6db33f;
        right: 0px;
        top: 21px;
        width: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); 
        -moz-transform: rotate(45deg); 
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-backface-visibility: hidden;
    }
    .mobile-nav .mobile-menu.expanded:before {
        position: absolute;
        right: 0px;
        top: 21px;
        width: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); 
        -moz-transform: rotate(-45deg); 
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-backface-visibility: hidden;
    }
    #main-nav ul.menu > li ul.sub-menu:before {
        display: none;
    }
    #main-nav ul.menu > li ul.sub-menu {
        width: 100%;
        position: static;
        background: #333333;
        padding: 5px 0;
        border-radius: 0;
    }
    #main-nav ul.menu li.current-menu-item > ul.sub-menu,
    #main-nav ul.menu li.current-page-ancestor > ul.sub-menu,
    #main-nav ul.menu > li > ul.sub-menu > li > ul.sub-menu ul.sub-menu {
        display: block;
    }
    #main-nav ul.menu > li ul.sub-menu a {
        padding: 15px 20px 12px 40px;
        background: transparent; 
    }
    #main-nav ul.menu > li > ul.sub-menu ul.sub-menu {
        background: #47ba6d;
    }
    #main-nav ul.menu > li > ul.sub-menu ul.sub-menu a {
        color: #fff;
        padding-left: 55px;
    }
    #main-nav ul.menu > li > ul.sub-menu ul.sub-menu li.current-menu-item > a,
    #main-nav ul.menu > li > ul.sub-menu ul.sub-menu li.current-page-ancestor > a {
        color: #1b6e36 !important;
    }
    #main-nav ul.menu > li > ul.sub-menu > li > ul.sub-menu ul.sub-menu a {
        color: #dbf1b1;
        padding: 10px 20px 9px 70px;
    }
    #main-nav ul.menu > li > ul.sub-menu > li > ul.sub-menu ul.sub-menu {
        padding: 0;
    }
    #main-nav ul.menu > li > ul.sub-menu > li > ul.sub-menu {
        margin-bottom: -5px;    
    }    
}
@media screen and (max-width:940px) {
	#rightcol{
	width: 61%;
	}
}
@media screen and (max-width:875px) {
	h1{
		font-size: 31px;
		margin-bottom: 7px;
	}
	#banner-wrap .banner-text{
		font-size: 15px;
	}
	#contact-form {
		width: 43%;
		margin-right: 12%;
	}
	.home h1 {
		font-size: 37px;
		line-height: 37px;
	}
	.partner-logo {
		width: 11.5%;
	}
}
@media screen and (max-width:767px) {
	#subnav {
		display: none;
	}
	#rightcol {
		width: 100%;
		margin-left: 0;
	}
	.banner-info {
		width: 100%;
	}
	.leadin-item {
    flex: 0 0 calc(49% - 2px);
    width: calc(48% - 2px);
	position: relative;
	margin-bottom: 20px;
	}
	a.service-link{
		width: 100%;
	}
	a.service-link:hover span.feature-title {
		width: 100%;
		background: #000;
		opacity: 0.3;
	}

}
@media screen and (max-width:740px) {
	.column.contact-info{
		display: block;
		margin: 0px;
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.column.service-footer, .column.sitemap{
		display: none;
	}
	.partner-logo {
    	width: 12%;
    	margin-right: 1%;
	}
	footer .sharing{
		float: none;
	}

}
@media screen and (max-width:540px) {
	#contact-form {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#contact_col{
		width: 100%;
	}
	.banner-info{
		padding-left: 36px;
	}
	.banner-info:before{
		background: none;
	}
	.box-listing {
		margin-bottom: 20px;
	}
}
@media screen and (max-width:480px) {
	a#logo{
		width: 182px;
		background-size: 177px 62px;
	}
	h1{
		font-size: 26px;
		margin-bottom: 7px;
		line-height: 29px;
	}
	#banner-wrap .banner-text {
		font-size: 13px;
		line-height: 18px;
	}
	#gform_2 .gform_body {
		width: 100%;
	}
		.leadin-item {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
	position: relative;
	}
	#video {
		width: 100%;
		float: none;
		margin-bottom: 20px;		
	}
	.home-map{
		width: 100%;
		float: none;
	}

}
@media screen and (max-width:320px) {		
	.partner-logo {
	    margin-right: 3%;
		width: 11%;
	}
}