/*====================================
  S&B Landing: Global
--------------------------------------*/
.page-template-page-signs-landing * {
  -webkit-box-sizing: border-box;
  	 -moz-box-sizing: border-box;
  			  box-sizing: border-box;
}

.page-template-page-signs-landing header .container,
.ink_container {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.page-template-page-signs-landing {
	font-size: 16px;
}

.page-template-page-signs-landing .container .columns {
  margin: 0;
}

.page-template-page-signs-landing h1,
.page-template-page-signs-landing h2,
.page-template-page-signs-landing h3,
.page-template-page-signs-landing h4,
.page-template-page-signs-landing h5 {
  color: #262A2E;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 500;
}

.page-template-page-signs-landing p,
.page-template-page-signs-landing li {
	color: #585F66;
	font-size: 1rem;
	font-weight: 400;
}


/*===================================
  S&B Landing: Header Overrides
-------------------------------------*/

.page-template-page-signs-landing #header-v6 {
  padding-top: 20px;
}

.page-template-page-signs-landing #header-v6 .logo img {
  height: 70px;
  max-width: none;
  width: auto;
}

.page-template-page-signs-landing #navigation {
	float: right;
	width: auto;
}

.page-template-page-signs-landing .sub-menu a {
  font-size: .85em;
}

@media screen and (max-width: 767px){
  .page-template-page-signs-landing .header .container .columns {
  	width: 100%;
  }
  .page-template-page-signs-landing #navigation {
  	float: none;
  	width: 100%;
  }
}


/*===================================
  S&B Landing: Footer Overrides
-------------------------------------*/

.page-template-page-signs-landing #footer .columns {
  margin: 0 10px;
}


/*===================================
  S&B Landing: Section Shared Styles
-------------------------------------*/

.ink_section {
  padding: 100px 0;
  position: relative;
  text-align: center;
}

.ink_section--blue {
	background: #2196F3;
}

.ink_section-heading {
  font-size: 1.85em;
  line-height: 1.4;
  margin-bottom: 40px;
}

.ink_section--blue .ink_section-heading {
	color: #fff;
}

.ink_section-desc {
	margin: 0 auto;
	max-width: 770px;
	width: 95%;
}

@media screen and (max-width: 480px) {
	padding: 60px 0;
}


/*===================================
  S&B Landing: Herospace
-------------------------------------*/

.ink_herospace {
  clear: both;
  margin-top: 50px;
  min-height: 620px;
  overflow: hidden;
  padding-bottom: 100px;
  position: relative;
}

.ink_herospace-img {
  left: 55%;
  position: absolute;
  top: 0;
}

.ink_herospace-ribbon {
	background: #F8E71C;
	display: inline-block;
	margin-bottom: 15px;
  padding: 7px 10px 6px;
  position: relative;
  text-transform: uppercase;
}

.ink_herospace-ribbon p {
	color: #7D751F;
	font-size: .85rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.ink_ribbon-arrow {
  border-style: solid;
  border-width: 25px 15px 0 0px;
  border-color: #F8E71C rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	display: block;
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  width: 0;
}

.ink_herospace-heading {
  font-size: 1.95rem;
  line-height: 1.3;
  margin: 0;
}

.ink_herospace-content-divider {
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
		 			border-radius: 3px;	
	background: #eaeaea;
	display: block;
  height: 3px;
  margin: 40px 0;
  width: 90px;
}


.ink_herospace-content-wrap {
	padding: 40px 0;
	width: 48%;
}

.ink_herospace .ink_herospace-content {
  color: #7a7a7a;
  font-size: 1.1rem;
  margin: 0 0 60px;
  max-width: 520px;
}

.ink_btn-herospace {
	margin-bottom: 10px;
	margin-right: 10px;
	min-width: 160px;
}

@media screen and (max-width: 767px) {
	
	.ink_herospace {
		min-height: 0;
		padding-bottom: 80px;
	}
	
	.ink_herospace-img {
	  display: none;
	}
		
	.ink_herospace-content-wrap {
		width: 100%;
	}

}

@media screen and (max-width: 480px) {
	.ink_herospace {
		padding-bottom: 40px;
	}
	
	.ink_herospace-content-wrap {
	  padding-top: 0;
	}
	
	.ink_btn-herospace {
		display: block;
		margin-bottom: 10px;
		max-width: none;
		width: 100%;
	}
}

/*===================================
  S&B Landing: Section - Overview
-------------------------------------*/

.ink_overview-list {
  margin: 65px 0 -20px;
  padding: 0;
}

.ink_overview-list li {
	display: inline-block;
	list-style: none;
	margin: 0 5px 20px;
	padding: 0;
}

.ink_overview-list a {
-webkit-transition: background .2s ease;
	 -moz-transition: background .2s ease;
	 			transition: background .2s ease;
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
		 			border-radius: 3px;	
	-webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,1), 0 1px 2px rgba(0,0,0,.1);
		 -moz-box-shadow: inset 0 2px 3px rgba(255,255,255,1), 0 1px 2px rgba(0,0,0,.1);
		 			box-shadow: inset 0 2px 3px rgba(255,255,255,1), 0 1px 2px rgba(0,0,0,.1);
	border: 1px solid #d0d0d0;
	color: #505050;
	display: block;
	font-size: .85em;
	font-weight: 600;
	letter-spacing: .035em;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	width: 186px;
}

.ink_overview-list a:visited {
  color: #505050;
}

.ink_overview-list a:hover {
	background: #fff;
}

.ink_overview-list a:active {
	box-shadow: inset 0 1px 5px rgba(0,0,0,.2);
}

.ink_overview-video-container {
	margin: 0 auto;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0; 
	height: 0; 
	overflow: hidden;
}
 
.ink_overview-video-container iframe,
.ink_overview-video-container object,
.ink_overview-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 480px) {
 	
 	.ink_overview-list li {
 	  display: block;
 	}
 	
 	.ink_overview-list a {
	 	display: block;
 		margin: 0 auto;
 		padding: 15px 0 14px;
 		width: 90%;
 	}
}


/*===================================
  S&B Landing: Section - Feature
-------------------------------------*/

.ink_section-feature {
  border-bottom: 1px solid #eaeaea;
  text-align: left;
}

.ink_section-feature .ink_section-preview {
  float: left;
  width: 55%;
}

.ink_section-feature .ink_section-preview img {
	height: auto;
  width: 100%;
}

.ink_section-feature .ink_section-content {
	float: right;
	max-width: 40%;
  width: 100%;
}

.ink_section-feature.even .ink_section-content {
	float: left;
}

.ink_section-feature.even .ink_section-preview {
  float: right;
}

.ink_section-feature .ink_section-tagline {
  color: #79828C;
  font-size: .85rem;
  letter-spacing: .05em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.ink_section-feature .ink_section-heading {
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 24px;
}

.ink_section-feature .ink_section-content p {
	margin-bottom: 30px;
  max-width: 470px;
}

.ink_section-feature .ink_section-content h5 {
	font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.ink_feature-list {
  margin: 0;
  padding: 0;
}

.ink_feature-list li {
	background: url(../images/signs-landing/ink_icon-plus.png) no-repeat 0 4px;
	list-style: none;
	margin-bottom: 5px;
	padding-left: 30px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
  .ink_feature-list li {
		background: url(../images/signs-landing/ink_icon-plus@2x.png) no-repeat 0 4px;
		background-size: 18px 18px;
	}
}

@media screen and (max-width: 820px) {
	
	.ink_section-feature {
  	padding-left: 0;
	}
	
	.ink_section-feature .ink_section-preview {
		float: none;
		margin-bottom: 30px;
		width: 100%;
	}
	
	.ink_section-feature .ink_section-content {
	  float: none;
	  max-width: none;
	  width: 90%;
	}
	
	.ink_section-feature .ink_section-content p {
	  max-width: none;
	}
	
}



/*===================================
  S&B Landing: Section - Form
-------------------------------------*/

.ink_form-wrap {
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
		 			border-radius: 5px;	
  background: #f7f7f7;
  margin: 60px auto;
  max-width: 560px;
  padding: 65px 80px;
  text-align: left;
  width: 100%;
}

.ink_form-wrap .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.ink_form-wrap .wpcf7-form-control-wrap input[type="text"],
.ink_form-wrap .wpcf7-form-control-wrap input[type="email"],
.ink_form-wrap .wpcf7-form-control-wrap input[type="tel"] {
	color: #5a5a5a;
  margin: 0;
  padding: 12px 15px;
  width: 100%;
}

.ink_form-wrap .wpcf7-form-control-wrap input[type="text"]:focus,
.ink_form-wrap .wpcf7-form-control-wrap input[type="email"]:focus,
.ink_form-wrap .wpcf7-form-control-wrap input[type="tel"]:focus {
  -webkit-box-shadow: 0 1px 3px rgba(42,173,232,.35);
  	 -moz-box-shadow: 0 1px 3px rgba(42,173,232,.35);
  	 			box-shadow: 0 1px 3px rgba(42,173,232,.35);
  border-color: #2AADE8;	
}

.ink_form-group {
  margin-bottom: 25px;
  position: relative;
}

.ink_form-group:last-child {
  margin-bottom: 0;
}

.ink_form-group label {
  color: #7a7a7a;
	display: block;
	font-size: .85em;
	font-weight: 600;
	letter-spacing: .035em;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.ink_form-group .ink_label-checkbox {
	display: block;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
  padding-left: 25px;
  position: relative;
  text-transform: none;
	width: 100%;
}

.ink_form-group .ink_label-checkbox .wpcf7-list-item-label {
  display: none;
}

.ink_form-group .ink_label-checkbox .wpcf7-form-control-wrap {
  left: 0;
  position: absolute;
  top: -1px;
  width: 30px;
}

.ink_checkbox-wrap .wpcf7-list-item {
	margin-left: 0;
}

.ink_checkbox-wrap .wpcf7-list-item-label {
  color: #7a7a7a;
  font-size: 1em;
}

.ink_form-group label span {
  color: #ff0000;
}

.ink_form-group .wpcf7-not-valid {
  border: 2px solid #ef9393 !important;
}

.ink_form-wrap input[type="submit"] {
	-webkit-transition: all .2s ease;
		 -moz-transition: all .2s ease;
		 			transition: all .2s ease;
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
		 			border-radius: 3px;
	-webkit-appearance: none;
	background: #2aade8;
	border: none;
	color: #fff;
	display: block;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: .035em;
	margin: 0 auto;
	max-width: 350px;
	padding: 17px 25px;
	text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.ink_form-wrap .ajax-loader {
	left: 50%;
	margin: 15px 0 0 -8px !important;
	position: absolute;
	top: 100%;
}

.ink_form-response-wrap {
  margin: -20px 0 30px;
}

.ink_form-response-wrap .wpcf7-response-output {
  background: #E2F2F9;
  border: 2px solid #94C5DE !important;
  color: #6C9AB7;
}

.ink_form-response-wrap .wpcf7-validation-errors {
 	background: #FFF0F0;
	border: 2px solid #EF9393 !important;
	color: #E43434;
	display: block;
	font-size: 1em;
	line-height: 1.3;
}

@media screen and (max-width: 580px){
  
  .ink_form-wrap {
    padding: 35px 25px;
  }
  
  .ink_form-wrap .wpcf7-form-control-wrap input[type="text"],
	.ink_form-wrap .wpcf7-form-control-wrap input[type="email"],
	.ink_form-wrap .wpcf7-form-control-wrap input[type="tel"] {
		padding: 8px 10px;	
	}
}


/*===================================
  Inline Subscribe LeadBox Form
-------------------------------------*/

.inline-subscribe-callout {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #f5f5f5;
	padding: 32px 40px;
	text-align: center;
}

.inline-subscribe-callout form {
	margin: 0;
}

.inline-subscribe-callout .form-headline {
	font-size: 1.4rem;
	line-height: 1.3;
	margin-bottom: 8px;
}

.inline-subscribe-callout .form-description {
	line-height: 1.4;
	margin-bottom: 32px;
}

.inline-subscribe-callout label {
	display: none;
	text-align: left;
}

.inline-subscribe-callout .form-group {
	margin: 0 auto 16px;
	max-width: 400px;
}

.inline-subscribe-callout input[type="submit"] {
	box-shadow: none;
	background: #FF5B59;
	border: none;
	font-size: .9rem;
	font-weight: 500;
	margin-top: 8px;
	padding: 16px 0;
	width: 200px;
}

@media screen and (max-width: 580px) {
	
	.inline-subscribe-callout {
		padding: 24px 24px;
	}
	
}


/*===================================
  Blog LeadBox Form
-------------------------------------*/

.blog-leadbox-form {
	background: #f5f5f5;
	padding: 32px 0 16px;
	text-align: center;
}

.blog-leadbox-form .btn {
	border: none;
}
