/* @override http://www.chromasites.com/wp-content/themes/csv4/style.css?ver=b3ae4ba48da13e15aa0d1a647a6b13ed */
/*
Theme Name: CSv4
Description: Theme designed exclusively by Chroma Sites
Author: Chroma Sites
Author URI: http://www.chromasites.com/
Version: 4.1.0
*/

/* Typography
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
body {
	color: #444;
	background: #222;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif ;
	font-size: 16px;
	line-height: 24px;
}
p,ul,ol,hr {
	margin-bottom: 24px;
	font-weight: 400;
}
ul, ol {padding-left: 18px;}
.post-content ul {list-style: disc;}
.post-content ul ul {list-style: circle;}
.post-content ol {list-style: decimal;}
.post-content ol ol {list-style: lower-alpha;}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Lora', serif;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 24px;
}
h1 {
	color: #008ACD;
	font-size: 56px;
}
h2 {
	font-size: 44px;
	margin-top: 30px;
	margin-bottom: 30px;
}
h3 {
	
}
h4 {}
h5 {}
h6 {}
a, a:visited {
	color: #008ACD;
}
a:hover, a:focus {
	color: #18B3FF;
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
}
/* Layout Styles
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
#mainbg {
	background: url(images/grain.png) #e9e9e9;
}
#main {
	margin-top: 30px;
	margin-bottom: 30px;
}
.pagewrapper,
.postwrapper,
.custom-pagewrapper {
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px rgb(128, 128, 128);
	-moz-box-shadow: 0 2px 4px rgb(128, 128, 128);
	box-shadow: 0 2px 4px rgb(128, 128, 128);
	padding: 30px;
}

.postwrapper {
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.pagewrapper,
	.postwrapper {
		
	}
}
@media (min-width: 992px) {
	
}
@media (min-width: 1200px) {
	
}
@media (max-width: 767px) {
	#mainbg {
		background: #fff;
	}
	.pagewrapper,
	.postwrapper,
	.custom-pagewrapper {
		padding: 15px 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}
/* Header & Navigation
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
.navbar-csv4 {
	font: 14px/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 500;
	border: none;
	border-bottom: 1px solid #;
	background-color: #eee;
	background: -webkit-linear-gradient(top, #fff 15%, #ddd 100%);
	background:    -moz-linear-gradient(top, #fff 15%, #ddd 100%);
	background:     -ms-linear-gradient(top, #fff 15%, #ddd 100%);
	background:      -o-linear-gradient(top, #fff 15%, #ddd 100%);
	background:         linear-gradient(top, #fff 15%, #ddd 100%);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 4px rgb(128, 128, 128);
	-moz-box-shadow: 0 2px 4px rgb(128, 128, 128);
	box-shadow: 0 2px 4px rgb(128, 128, 128);
}
.navbar-csv4 .navbar-brand {
	padding: 5px;
	width: auto;
	height: auto;
	border-right: 1px solid #ccc;
}
.navbar-csv4 .navbar-brand img {
	height: 40px;
	width: auto;
	display: block;
}
.navbar-csv4 #menu-primary-menu {
	border-left: 1px solid #fff;
}
.navbar-csv4 .navbar-nav > li > a {
	color: #333;
	text-shadow: 0 -1px 1px #fff;
	padding-top: 0;
	padding-bottom: 0;
	line-height: inherit;
	background-color: none;
	background: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	outline: none;
}
.navbar-csv4 .navbar-nav > li.menu-item-3354 > a,
.navbar-csv4 .navbar-nav > li.highlighted > a {
	color: #fff;
	text-shadow: -1px -1px 1px #075c9a;
	background: -webkit-linear-gradient(top, #74c5eb 0%, #2978b2 100%) #008ACD;
	background: -moz-linear-gradient(top, #74c5eb 0%, #2978b2 100%) #008ACD;
	background: -ms-linear-gradient(top, #74c5eb 0%, #2978b2 100%) #008ACD;
	background: -o-linear-gradient(top, #74c5eb 0%, #2978b2 100%) #008ACD;
	background: linear-gradient(to bottom, #74c5eb 0%, #2978b2 100%) #008ACD;
	-moz-box-shadow:    0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow:         0px 1px 3px rgba(0,0,0,0.5);
	border-top-color: #a0d6f0;
	border-bottom-color: #075c9a;
}
.navbar-csv4 .navbar-nav > li > a:hover,
.navbar-csv4 .navbar-nav > li > a:focus {
	color: #fff;
	text-shadow: -1px -1px 1px #002F51;
	background-color: #008ACD;
	background: -webkit-linear-gradient(top, #008ACD 0%, #006AB7 100%);
	background:    -moz-linear-gradient(top, #008ACD 0%, #006AB7 100%);
	background:     -ms-linear-gradient(top, #008ACD 0%, #006AB7 100%);
	background:      -o-linear-gradient(top, #008ACD 0%, #006AB7 100%);
	background:         linear-gradient(top, #008ACD 0%, #006AB7 100%);
	-moz-box-shadow:    0px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.75);
	box-shadow:         0px 1px 3px rgba(0,0,0,0.75);
	border-top-color: #18B3FF;
	border-bottom-color: #002F51;
}
.navbar-csv4 .navbar-nav > li#search-button  > a {
	font-size: 18px;
}
.navbar-csv4 .navbar-nav > li#search-button  > a:hover,
.navbar-csv4 .navbar-nav > li#search-button  > a:focus {
	color: #008ACD;
	text-shadow: none;
	background: none transparent;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.navbar-csv4.affix {
	background-color: rgba(245, 245, 245, 0.9);
	background-image: none;
	-webkit-box-shadow: 0 2px 4px rgb(128, 128, 128);
	-moz-box-shadow: 0 2px 4px rgb(128, 128, 128);
	box-shadow: 0 2px 4px rgb(128, 128, 128);
}
.navbar-csv4.affix .navbar-brand img {
	height: 40px;
	margin: 0 10px 0 0;
}
.navbar-csv4.affix .navbar-nav {
	padding: 0;
}
.navbar-csv4.affix .navbar-nav > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
	border: none;
	text-shadow: none;
}
.navbar-csv4 .navbar-toggle {
	border-color: #ddd;
}
.navbar-csv4 .navbar-toggle:hover,
.navbar-csv4 .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-csv4 .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-text {
	color: #777;
}
#mainbg {
	padding-top: 50px;
}
@media (min-width: 768px) {
	.navbar-csv4 {
		font-size: 14px;
		line-height: 36px;
	}
	.navbar-csv4 .navbar-brand img {
		margin: 10px 15px 10px 0;
	}
	.navbar-csv4 .navbar-nav {
		padding: 16px 0 16px 10px;
	}
	.navbar-csv4 #menu-primary-menu > li {
		margin-right: 10px;
	}
	.navbar-csv4 .navbar-nav > li > a {
		padding-right: 5px;
		padding-left: 5px;
	}
	.navbar-csv4 .navbar-nav > li.menu-item-3019 {
		margin-left: 10px;
	}
	.navbar-csv4 #search-button .dropdown-menu {
		min-width: 280px;
		padding: 5px;
		background-color: #008ACD;
		border: 2px solid #006AB7;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		line-height: 36px;
	}
	#search-button .search-field {
		width: 100%;
		margin: 0;
		line-height: 25px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		border-width: 1px;
		padding: 5px;
	}
	#mainbg {
		padding-top: 70px;
	}
	.navbar-csv4 .dropdown-menu {
		min-width: 100%;
	}
	.navbar-csv4 .dropdown-menu > li > a {
		line-height:32px;
	}
	.navbar-csv4.affix {
		font-size: 14px;
		line-height: 50px;
	}
}
@media (min-width: 992px) {
	.navbar-csv4 {
		font-size: 16px;
		line-height: 40px;
	}
	.navbar-csv4 .navbar-brand img {
		height: 50px;
		margin: 15px 25px 15px 0;
	}
	.navbar-csv4 .navbar-nav {
		padding: 24px 0 24px 20px;
	}
	.navbar-csv4 .navbar-nav > li > a {
		padding-right: 14px;
		padding-left: 14px;
	}
	#mainbg {
		padding-top: 90px;
	}
}
@media (min-width: 1200px) {
	.navbar-csv4 {
		font-size: 18px;
		line-height: 48px;
	}
	.navbar-csv4 .navbar-brand img {
		height: 60px;
		margin: 20px 35px 20px 0;
	}
	.navbar-csv4 .navbar-nav {
		padding: 30px 0 30px 30px;
	}
	.navbar-csv4 .navbar-nav > li > a {
		padding-right: 20px;
		padding-left: 20px;
	}
	#mainbg {
		padding-top: 112px;
	}
}
@media (max-width: 767px) {
	.navbar-csv4 {
		font-size: 16px;
	}
	.navbar-csv4 .navbar-brand,
	.navbar-csv4 #menu-primary-menu {
		border: none;
	}
	.navbar-csv4 .navbar-nav > li > a,
	.navbar-csv4 .navbar-nav .open .dropdown-menu > li > a {
		border: none;
		padding: 5px 15px;
		line-height: 32px;
		margin: 0;
	}
	.navbar-csv4 .navbar-nav > li > a:hover,
	.navbar-csv4 .navbar-nav > li > a:focus,
	.navbar-csv4 .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-csv4 .navbar-nav .open .dropdown-menu > li > a:focus {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-moz-box-shadow:    none;
		-webkit-box-shadow: none;
		box-shadow:         none;
		border: none;
		background: #ddd;
		text-shadow: none;
		color: #000;
	}
	.navbar-csv4 .navbar-nav .open .dropdown-menu {
		border-left: 4px solid #555;
		margin-left: 15px;
		padding: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#search-button .dropdown-toggle {
		display: none;
	}
	#search-button .dropdown-menu {
		display: block;
		position:static;
		float:none;
		width:auto;
		margin-right: 15px;
		margin-left: 15px;
		padding: 0;
		background: none;
		box-shadow: none;
		border: none;
	}
	#search-button .search-field {
		width: 100%;
		margin: 0;
		padding: 2px 5px;
		line-height: 32px;
	}
}
/* If Logged In */
.admin-bar .navbar-csv4 {
	top: 32px;
}
@media screen and ( max-width: 782px ) {
	.admin-bar .navbar-csv4 {
		top: 46px;
	}
}
/* Pages, Blog & Posts
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
h1.page-title {
	
}
h1.post-title {
	font-size: 32px;
}
h1.blog-title {
	color: #333;
	text-align: center;
}
h1.archive-title {
	font-size: 20px;
	color: #aaa;
}
.post-feature-image {
	border-bottom: 1px solid #eee;
}
.post-feature-image img {
	max-width: 100%;
	height: auto;
	display: block;
}
.postlist .post-feature-image {
	margin: 0 -15px;
}
.single-post .post-feature-image {
	margin: 0 -15px;
}

.post-meta {
	line-height: 32px;
}
.post-meta,
.post-meta a {
	color: #777;
}
.post-meta .fa {
	font-size: 18px;
	margin-right: 6px;
	color: #008ACD;
}
.comment-count {
	text-align: right;
}
.post-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.post-tags {
	margin-bottom: 24px;
}
.post-tags a {
	margin-right: 10px;
	margin-left: -16px;
	padding: 4px 6px 4px 18px;
	background-color: #eee;
	color: #999;
	font: 14px sans-serif;
	text-decoration: none;
}
.post-tags a:hover {
	background-color: #ddd;
}
.post-tags .hashtag {
	font-size: 1.1em;
	display: inline-block;
	z-index: 1;
	position: relative;
	width: 12px;
	color: #999;
}
.post-content img,
.page-content img {
	max-width: 100%;
	height: auto;
	display: block;
}
/* Index Page */
.condensed .postwrapper {
	padding-bottom: 50px;
}
.condensed h2.post-title {
	font-size: 22px;
	margin-top: 18px;
	margin-bottom: 12px;
}
.condensed .byline,
.condensed .byline a {
	font-weight: bold;
	color: #444;
}
.condensed .comment-count {
	text-align: left;
}
.condensed .read-more {
	text-align: right;
}
.condensed .post-excerpt {
	margin-top: 12px;
}
.condensed .post-excerpt p {
	margin-bottom: 12px;
}
@media (min-width: 768px) {
	h1.post-title {
		font-size: 56px;
	}
	.postlist .post-feature-image {
		margin: -30px -30px 0;
	}
	.single-post .post-feature-image {
		margin: 0 -30px;
	}
	.condensed .postwrapper {
		padding-bottom: 20px;
	}
	.condensed h2.post-title {
		font-size: 36px;
		margin-top: 24px;
		margin-bottom: 18px;
	}
	.condensed .post-excerpt {
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	h1.post-title {
		font-size: 48px;
	}
	.condensed h2.post-title {
		font-size: 32px;
	}
}
@media (min-width: 1200px) {
	h1.post-title {
		font-size: 56px;
	}
	.condensed h2.post-title {
		font-size: 42px;
	}
}
/* Search
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
.search-button .search-field {
	font-size: 18px;
	line-height: 32px;
	width: 380px;
	margin: 5px 10px;
	padding-right: 2%;
	padding-left: 2%;
}
#primarysearchform {
	margin-top: 24px;
	margin-bottom: 24px;
}
#primarysearchform input.search-field,
#primarysearchform input.search-submit {
	font-size: 20px;
	line-height: 36px;
	padding-right: 12px;
	padding-left: 12px;
}
#primarysearchform input.search-field {
	width: 70%;
}
h1.search-results  {
	font-size: 14px;
	color: #aaa;
	margin-top: 0;
}
.error-404 h1 {
	font-size: 112px;
	text-align: center;
	color: #ccc;
}
.search-content {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 24px;
}
h2.search-title,
p.search-link,
p.search-meta,
.search-excerpt p {
	margin-top: 0;
	margin-bottom: 0;
}
h2.search-title {
	font-size: 18px;
	text-decoration: underline;
}
h2.search-title a {
	color: rgb(30, 15, 190);
}
.search-link {
	color: rgb(0, 102, 33);
	white-space: nowrap;
	overflow: hidden;
}
.search-link:hover {
	overflow: visible;
}
.search-meta, .search-meta a {
	color: #888;
}
@media (max-width: 767px) {
	#primarysearchform input.search-field {
		width: 70%;
	}
}
/* Sidebar & Superfooter
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
#sidebar {
	margin-top: 30px;
}

.sidebar-content {
	padding: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 4px rgb(128, 128, 128);
	-moz-box-shadow: inset 0 1px 4px rgb(128, 128, 128);
	box-shadow: inset 0 1px 4px rgb(128, 128, 128);
	background-color: rgba(0, 0, 0, 0.05);
}
.sidebar-content a {
	text-decoration: none;
	color: #333;
}
.sidebar-content a:hover {
	text-decoration: none;
	color: #008ACD;
}
.superfooter-content a {
	text-decoration: none;
	color: #fff;
}
.superfooter-content a:hover {
	text-decoration: none;
	color: #bbb;
}
h3.widget-title {
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 10px;
}
.sidebar-content h3.widget-title {
	color: #333;
	border-bottom: 1px solid #ececec;
	position: relative;
	margin-right: -13px;
	margin-left: -13px;
	padding: 0 13px 2px;
}
.sidebar-content h3.widget-title:after, .sidebar-content h3.widget-title:before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.sidebar-content h3.widget-title:after {
  border-bottom: 1px solid #b7b7b7;
}
.superfooter-content h3.widget-title {
	font-size: 20px;
	line-height: 32px;
	color: #ddd;
}
.widget {
	margin-bottom: 30px;
	font-size: 14px;
}
.widget ul {
	margin: 0;
}
.widget.latest-posts ul {
	list-style: none;
	padding: 0;
	line-height: 24px;
}
.widget.latest-posts li {
	overflow: hidden;
	padding: 0;
	margin-bottom: 6px;
	margin-right: -13px;
	position: relative;
}
.superfooter-content .widget.latest-posts li {
	margin-right: 0;
}
.widget img {
	max-width: 100%;
	height: auto;
	display: block;
}
.featured-resource img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:    0 1px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow:         0 1px 5px rgba(0, 0, 0, 0.25);
}
.featured-resource a:hover img {
	outline: 3px solid #555;
}
.widget.latest-posts img {
	width: 75px;
	height: 75px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:    0 1px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow:         0 1px 5px rgba(0, 0, 0, 0.25);
	float: left;
	margin: 0 10px 0 0;
}
.widget.latest-posts a {
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: color 500ms, background 500ms;
	-moz-transition: color 500ms, background 500ms;
	-ms-transition: color 500ms, background 500ms;
	-o-transition: color 500ms, background 500ms;
	transition: color 500ms, background 500ms;
	padding: 5px 15px 5px 5px;
	height: 85px;
}
.widget.latest-posts a:hover {
	background-color: rgba(255, 255, 255, 0.6);
}
.superfooter-content .widget.latest-posts a:hover {
	background-color: rgba(0, 0, 0, 0.25);
}
.widget.showcase-thumbnail span {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
}
.widget.showcase-thumbnail a:hover img {
	outline: 3px solid #008ACD;
}
#superfooterbg {
	background-color: #383838;
	background: -webkit-linear-gradient(top, #3f3f3f 0%, #303030 100%);
	background:    -moz-linear-gradient(top, #3f3f3f 0%, #303030 100%);
	background:     -ms-linear-gradient(top, #3f3f3f 0%, #303030 100%);
	background:      -o-linear-gradient(top, #3f3f3f 0%, #303030 100%);
	background:         linear-gradient(top, #3f3f3f 0%, #303030 100%);
	border-top: 1px solid #555;
	border-bottom: 1px solid #444;
}
.followus {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow:    inset 0 1px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
	box-shadow:         inset 0 1px 3px rgba(0,0,0,.5);
	padding: 18px 0 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #444;
}
.followus h3 {
	font-size: 18px;
	text-align: center;
	margin: 0 0 24px;
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
}
@media (max-width: 767px) {
	.widget.latest-posts a {
		height: auto;
		min-height: 85px;
	}
}
@media (min-width: 768px) {
	.widget {
		font-size: 16px;
	}
	.widget.latest-posts a {
		height: auto;
		min-height: 85px;
	}
}
@media (min-width: 992px) {
	#sidebar {
		margin-top: 0;
	}
	.widget {
		font-size: 14px;
	}
	.widget.latest-posts ul {
		line-height: 20px;
	}
	.widget.latest-posts img {
		width: 60px;
		height: 60px;
	}
	.widget.latest-posts a {
		height: 70px;
	}
	.followus h3 {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.widget {
		font-size: 16px;
	}
	.widget.latest-posts ul {
		line-height: 24px;
	}
	.widget.latest-posts img {
		width: 75px;
		height: 75px;
	}
	.widget.latest-posts a {
		height: 85px;
	}
}
/* Footer
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
#footer ul {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 32px;
}
#footer li {
	display: inline;
	margin-right: 20px;
}
#footer li a {
	color: #999;
}
#footer li a:hover {
	color: #555;
}
#copyright {
	color: #aaa;
	font-size: 12px;
	line-height: 32px;
	text-align: center;
}
#footer .login-link a {
	color: #555;
	position: absolute;
	right: 5px;
	font-size: 13px;
}
@media (max-width: 767px) {
	#footer li, #footer li a {
		display: block;
	}
	#copyright {
		display: block;
		width: 100%;
		margin: 0;
		clear: both;
	}
}
/* Social Media
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
.fb-like {
	top: -4px;
}
.social-share-buttons {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	max-height: 110px;
	margin-right: -15px;
	margin-left: -15px;
	padding: 17px 15px 10px;
}
.social-share-buttons .fa-arrow-right {
	font-size: 32px;
	float: left;
	color: #008ACD;
	text-shadow: 0 0 3px #ffffff;
	margin-left: -64px;
	margin-top: -6px;
}
#emailbutton {
	font-weight: 500;
	position: relative;
	top: -4px;
}
#emailbutton .fa {
	font-size: 12px;
	padding-right: 2px;
	color: #008ACD;
}
@media (min-width: 768px) {
	.social-share-buttons {
		margin-right: -30px;
		margin-left: -30px;
		padding-right: 30px;
		padding-left: 30px;
	}
}
/* Socicons */

.socicons {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
.socicons li {
	display: inline-block;
	margin: 0;
	padding: 0;
	zoom: 1;
	*display: inline;
}
.socicons a {
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
	width: 24px;
	height: 24px;
	text-decoration: none;
	line-height: 14px;
	-webkit-box-shadow: 0 2px 4px rgb(128, 128, 128);
	-moz-box-shadow: 0 2px 4px rgb(128, 128, 128);
	box-shadow: 0 2px 4px rgb(128, 128, 128);
}
/* Footer Socicons */
#socialmedialinks .socicons {
	text-align: center;
}
#socialmedialinks .socicons a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#socialmedialinks .socicons li {
	margin-right: 5px;
	margin-left: 5px;
}
#socialmedialinks .socicons #rss {
	display: none;
}
/* General Sociacon Styling */
.socicons.size-36 a {
	width: 36px;
	height: 36px;
	font-size: 20px;
	line-height: 42px;
}
.socicons.size-48 a {
	width: 48px;
	height: 48px;
	font-size: 28px;
	line-height: 50px;
}
.socicons.size-64 a {
	width: 64px;
	height: 64px;
	font-size: 36px;
	line-height: 76px;
}
.socicons.circles a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.socicons.soft-corners a {
	-webkit-border-radius: 25%;
	-moz-border-radius: 25%;
	-ms-border-radius: 25%;
	-o-border-radius: 25%;
	border-radius: 25%;
}
.socicons.hard-corners a {
	-webkit-border-radius: 12.5%;
	-moz-border-radius: 12.5%;
	-ms-border-radius: 12.5%;
	-o-border-radius: 12.5%;
	border-radius: 12.5%;
}
.socicons.squares a {
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	-ms-border-radius: 5%;
	-o-border-radius: 5%;
	border-radius: 5%;
}
.socicons #email a {
	color: #333;
}
.socicons #rss a {
	color: #FF8300;
}
.socicons #facebook a {
	color: #3B5998;
}
.socicons #twitter a {
	color: #00ACED;
}
.socicons #linkedin a {
	color: #007FB1;
}
.socicons #googleplus a {
	color: #D14836;
}
.socicons #vimeo a {
	color: #44BBFF;
}
.socicons #tumblr a {
	color: #2C4762;
}
.socicons #pinterest a {
	color: #CB2027;
}
.socicons #skype a {
	color: #00AFF0;
}
.socicons #instagram a {
	color: #3F729B;
}
.socicons #stumbleupon a {
	color: #EB4924;
}
.socicons #yelp a {
	color: #C93C27;
}
.socicons #youtube a {
	color: #CD332D;
}
.socicons #email a:hover {
	background-color: #333;
}
.socicons #rss a:hover {
	background-color: #FF8300;
}
.socicons #facebook a:hover {
	background-color: #3B5998;
}
.socicons #twitter a:hover {
	background-color: #00ACED;
}
.socicons #linkedin a:hover {
	background-color: #007FB1;
}
.socicons #googleplus a:hover {
	background-color: #D14836;
}
.socicons #vimeo a:hover {
	background-color: #44BBFF;
}
.socicons #tumblr a:hover {
	background-color: #2C4762;
}
.socicons #pinterest a:hover {
	background-color: #CB2027;
}
.socicons #skype a:hover {
	background-color: #00AFF0;
}
.socicons #instagram a:hover {
	background-color: #3F729B;
}
.socicons #stumbleupon a:hover {
	background-color: #EB4924;
}
.socicons #yelp a:hover {
	background-color: #C93C27;
}
.socicons #youtube a:hover {
	background-color: #CD332D;
}

.socicons #email,
.socicons #vimeo,
.socicons #tumblr,
.socicons #pinterest,
.socicons #skype,
.socicons #instagram,
.socicons #stumbleupon,
.socicons #yelp,
.socicons #youtube {
	display: none;
}
.socicons.custombg a {
	background-color: #fff;
}
.socicons.custombg a:hover {
	background-color: #333;
	color: #fff !important;
}
@media (min-width: 768px) {
	.socicons li {
		margin: 20px 43px 10px;
	}
}
@media (min-width: 992px) {
	.socicons li {
		margin: 0;
	}
}
@media (min-width: 1200px) {
	.socicons li {
		margin: 10px 7px 0;
	}
}
/* Helper Classes
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
.nomargin {margin: 0}
/* Wordpress Base Styles
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
.alignnone {
    margin: 0;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 0 4px 5px;
}
.form-allowed-tags code {
	white-space: normal;
}
.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 20px 10px;
  border-radius: 4px;
}
.page-numbers > li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
/* Galleries & Slideshows
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
.gallery-icon {
	padding: 3px;
}
.gallery-caption{
	font-size: 12px;
	line-height: 18px;
}
/* Chroma Sites Branding
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
a#chromasites {
	width: 32px;
	height: 32px;
	margin: 12px auto 32px;
	padding: 0;
	display: block;
	background: url(images/cslink.png) no-repeat 0 -32px;
	text-indent: -9999px;
}
a#chromasites.light {background-position: 0 -64px;}
a#chromasites:hover, a#chromasites.light:hover {background-position: 0 0;}
/* Forms
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
.page-content .gform_wrapper {
	max-width: 100%;
}
.gfield {
	margin-bottom: 10px;
}
.page-content .gform_wrapper textarea,
.page-content .gform_wrapper input,
.page-content .gform_wrapper input[type=text],
.page-content .gform_wrapper input[type=url],
.page-content .gform_wrapper input[type=email],
.page-content .gform_wrapper input[type=tel],
.page-content .gform_wrapper input[type=number],
.page-content .gform_wrapper input[type=password] {
	font-size: 14px;
	padding: 3px 8px;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.page-content .gform_wrapper textarea {
	padding: 8px;
}
/* Estimate Form
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
.quick_quote_form_v6 {
	max-width: 820px;
	margin: 100px auto;
}
#gform_confirmation_message_8 {
	color: #222;
	background-color: transparent;
	border: none;
	padding: 0;
	margin-top: 0;
}
.gform_wrapper label {
	font-weight: 500;
}
.gform_wrapper .quick_quote_form_v6 li.gfield,
.gform_wrapper .proposal_generator li.gfield {
	margin-bottom: 30px;
}
.gform_wrapper .quick_quote_form_v6 .gfield_required {
	visibility: hidden;
}
.gform_wrapper .quick_quote_form_v6 input[type='radio'],
.gform_wrapper .quick_quote_form_v6 input[type='checkbox'],
.gform_wrapper .proposal_generator input[type='radio'],
.gform_wrapper .proposal_generator input[type='checkbox'] {
	opacity:0;
	position:absolute;
	filter:alpha(opacity=0);
	margin:5px 0 0 5px;
}
.gform_wrapper .quick_quote_form_v6 input[type='radio']:focus+label,
.gform_wrapper .quick_quote_form_v6 input[type="checkbox"]:focus+label,
.gform_wrapper .proposal_generator input[type='radio']:focus+label,
.gform_wrapper .proposal_generator input[type="checkbox"]:focus+label {
	color:#C30
}
.gform_wrapper .quick_quote_form_v6 input[type='checkbox']+label,
.gform_wrapper .quick_quote_form_v6 input[type='radio']+label,
.gform_wrapper .proposal_generator input[type='checkbox']+label,
.gform_wrapper .proposal_generator input[type='radio']+label {
	background: url('images/qfv5-radio-buttons.png') 0 0 no-repeat;
	background-size: 31px 2550px;
	position:relative;
	padding: 5px 0 5px 40px !important;
	cursor:pointer;
	min-height:38px;
	display:inline-block;
	z-index:0;
	line-height: 24px;
	margin: 0;
}
.gform_wrapper .quick_quote_form_v6 ul.gfield_radio li label,
.gform_wrapper .quick_quote_form_v6 ul.gfield_checkbox li label,
.gform_wrapper .proposal_generator ul.gfield_radio li label,
.gform_wrapper .proposal_generator ul.gfield_checkbox li label {
	display: block;
}
.gform_wrapper .quick_quote_form_v6 input[type='checkbox']+label,
.gform_wrapper .proposal_generator input[type='checkbox']+label {
	background-position: 0 -1500px;
	color: #000;
}
.gform_wrapper .quick_quote_form_v6 input[type='radio']+label,
.gform_wrapper .proposal_generator input[type='radio']+label {
	background-position: 0 0;
	color: #000;
}
.gform_wrapper .quick_quote_form_v6 input[type='checkbox']+label:hover,
.gform_wrapper .proposal_generator input[type='checkbox']+label:hover {
	background-position: 0 -2000px;
	color: #3f933a;
}
.gform_wrapper .quick_quote_form_v6 input[type='radio']+label:hover,
.gform_wrapper .proposal_generator input[type='radio']+label:hover {
	background-position: 0 -500px;
	color: #3f933a;
}

.gform_wrapper .quick_quote_form_v6 input[type='checkbox']+label:active,
.gform_wrapper .quick_quote_form_v6 input[type='checkbox']+label:focus,
.gform_wrapper .quick_quote_form_v6 input[type='checkbox']:checked+label,
.gform_wrapper .proposal_generator input[type='checkbox']+label:active,
.gform_wrapper .proposal_generator input[type='checkbox']+label:focus,
.gform_wrapper .proposal_generator input[type='checkbox']:checked+label {
	background-position: 0 -2500px;
	color: #000;
}
.gform_wrapper .quick_quote_form_v6 input[type='radio']+label:active,
.gform_wrapper .quick_quote_form_v6 input[type='radio']+label:focus,
.gform_wrapper .quick_quote_form_v6 input[type='radio']:checked+label,
.gform_wrapper .proposal_generator input[type='radio']+label:active,
.gform_wrapper .proposal_generator input[type='radio']+label:focus,
.gform_wrapper .proposal_generator input[type='radio']:checked+label {
	background-position: 0 -1000px;
	color: #000;
}

.gform_wrapper .quick_quote_form_v6 input[type='checkbox']:disabled+label,
.gform_wrapper .quick_quote_form_v6 input[type='checkbox']:disabled:checked+label,
.gform_wrapper .quick_quote_form_v6 input[type='radio']:disabled+label,
.gform_wrapper .quick_quote_form_v6 input[type='radio']:disabled:checked+label,
.gform_wrapper .proposal_generator input[type='checkbox']:disabled+label,
.gform_wrapper .proposal_generator input[type='checkbox']:disabled:checked+label,
.gform_wrapper .proposal_generator input[type='radio']:disabled+label,
.gform_wrapper .proposal_generator input[type='radio']:disabled:checked+label {
	background-position: 0 0;
	color:#ccc
}
.gform_wrapper .quick_quote_form_v6 ul.gfield_radio li input[type='radio']:checked+label,
.gform_wrapper .quick_quote_form_v6 ul.gfield_checkbox li input[type='checkbox']:checked+label,
.gform_wrapper .proposal_generator ul.gfield_radio li input[type='radio']:checked+label,
.gform_wrapper .proposal_generator ul.gfield_checkbox li input[type='checkbox']:checked+label {
    font-weight: normal;
}
.quick_quote_form_v6 .gsection,
.proposal_generator .gsection {
	border-bottom: 1px solid #ddd !important;
	color: #E4774D;
	font-size: 24px;
}
.quick_quote_form_v6 .namefield,
.quick_quote_form_v6 .companyfield,
.quick_quote_form_v6 .titlefield,
.quick_quote_form_v6 .websitefield,
.quick_quote_form_v6 .emailfield,
.quick_quote_form_v6 .phonefield,
.quick_quote_form_v6 .commentsfield {
	max-width: 500px;
}

#input_8_31_6 {
	width: 98.5% !important;
}

.hidefield {
	visibility: hidden !important;
	height: 0px !important;
	margin-bottom: 0 !important;
	overflow: hidden !important;
}
.logged-in .adminshow,
.logged-in .hidefield.adminshow {
	visibility: visible !important;
	height: auto !important;
	background-color: #FFF6BC;
	border: 1px solid #EFD94A;
	padding: 10px;
}
.qfv5-confirmation-wrapper,
.qqv6-confirmation-wrapper,
.basic-proposal-confirmation-wrapper {
	padding: 30px;
	border: 1px solid #99d1ec;
	background-color: #dbf2fd;
	background: -webkit-linear-gradient(top, #fff 0%, #dbf2fd 100%);
	background:    -moz-linear-gradient(top, #fff 0%, #dbf2fd 100%);
	background:     -ms-linear-gradient(top, #fff 0%, #dbf2fd 100%);
	background:      -o-linear-gradient(top, #fff 0%, #dbf2fd 100%);
	background:         linear-gradient(top, #fff 0%, #dbf2fd 100%);
}
.qfv5-confirmation-wrapper h2,
.qqv6-confirmation-wrapper h2,
.basic-proposal-confirmation-wrapper h2 {
	text-align: center;
}
.qqv6-confirmation-wrapper #checkmark,
.qfv5-confirmation-wrapper #checkmark {
	font-size: 160px;
	color: #088000;
	text-shadow: 0 2px 3px #022700;
	display: block;
	float: left;
	margin: 0 30px 20px 0;
}
.proposalcopy,
.productprice,
.totalprice {
	background-color: #fafafa;
	padding: 10px;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.productprice {
	background-color: #fcf5e2;
	border-color: #f4e3b4;
}
.totalprice {
	background-color: #d2eacc;
	border-color: #a7d29c;
	padding-left: 30px;
	padding-bottom: 25px;
	margin-top: 20px;
	font-size: 1.2em;
}
.page-content .gform_wrapper .proposalcopy input,
.page-content .gform_wrapper .proposalcopy textarea {
	color: #ccc;
	border-color: #eee;
	-webkit-transition: color 1500ms;
	-moz-transition: color 1500ms;
	-ms-transition: color 1500ms;
	-o-transition: color 1500ms;
	transition: color 1500ms;
}
.page-content .gform_wrapper .proposalcopy input:hover,
.page-content .gform_wrapper .proposalcopy textarea:hover {
	border-color: #ccc;
}
.page-content .gform_wrapper .proposalcopy input:focus,
.page-content .gform_wrapper .proposalcopy textarea:focus {
	color: #000;
	border-color: #aaa;
}

/* Mobile conversion Quick Quote */
.gform_wrapper .mobile_conversion_quick_quote_v2 span.gform_description {
	margin-bottom: 60px;
	text-align: center;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.5);
}

.gform_wrapper .mobile_conversion_quick_quote_v2 .partial_entry_warning {
	margin-bottom: 30px;
    font-size: .8em;
    text-align: center;
    color: rgba(0, 0, 0, 0.25);
}

.gform_wrapper .mobile_conversion_quick_quote_v2 li.gfield {
	margin-bottom: 60px;
}

.gform_wrapper .mobile_conversion_quick_quote_v2 label.gfield_label {
	font-size: 18px;
}

.gform_wrapper .mobile_conversion_quick_quote_v2 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .mobile_conversion_quick_quote_v2 textarea {
	background-color: rgba(255,255,255, 0.5);
	border-color: transparent;
	color: #000;
	border-radius: 4px;
	font-size: 20px;
	padding: 12px 15px;
	box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.1);
}
.gform_wrapper .mobile_conversion_quick_quote_v2 textarea {
	font-size: 18px;
}
.gform_wrapper .mobile_conversion_quick_quote_v2 .gsection {
	border-bottom: 2px solid rgba(0, 0, 0, 0.25) !important;
	color: rgba(0, 0, 0, 0.5);
	font-size: 24px;
}
.gform_wrapper .mobile_conversion_quick_quote_v2 .gfield_description {
	font-size: 1em;
}

.gform_wrapper .mobile_conversion_quick_quote_v2 input[type='checkbox']+label,
.gform_wrapper .mobile_conversion_quick_quote_v2 input[type='radio']+label {
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
}
.gform_wrapper .mobile_conversion_quick_quote_v2 input[type='checkbox']+label:hover,
.gform_wrapper .mobile_conversion_quick_quote_v2 input[type='radio']+label:hover,
.gform_wrapper .mobile_conversion_quick_quote_v2 input[type='checkbox']+label:active,
.gform_wrapper .mobile_conversion_quick_quote_v2 input[type='checkbox']+label:focus,
.gform_wrapper .mobile_conversion_quick_quote_v2 input[type='checkbox']:checked+label,
.gform_wrapper .mobile_conversion_quick_quote_v2 input[type='radio']+label:active,
.gform_wrapper .mobile_conversion_quick_quote_v2 input[type='radio']+label:focus,
.gform_wrapper .mobile_conversion_quick_quote_v2 input[type='radio']:checked+label {
	color: #fff;
}

/* Customer Showcase
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
.showcase-thumbnail.featured-showcase {
	margin-bottom: 0;
	height: auto;
}
.featured-showcase .launchdate {
	line-height: 18px;
	margin-top: -18px;
	text-align: right;
	font-size: 14px;
}
.showcase-thumbnail img,
.featured-showcase img,
.showcase-hero-image img {
	max-width: 100%;
	height: auto;
	display: block;
}
.featured-showcase img,
.showcase-thumbnail img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:    0 1px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow:         0 1px 5px rgba(0, 0, 0, 0.25);
}
.stars {
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
}
.stars .fa-star {
	color: #FA8E1B;
	font-size: 56px;
	text-shadow: 0 1px 2px #333;
	margin-right: 10px;
	margin-left: 10px;
}
.showcase-thumbnail {
	margin-bottom: 30px;
}
.showcase-thumbnail a .showcase-preview {
	position: absolute;
	left: 15px;
	bottom: 0;
	margin: 0 15px 0 0;
	padding: 15px;
	border: 3px solid #008ACD;
	color: #000;
	background-color: #fff;
	background-image: none;
	-webkit-box-shadow: 0 2px 4px rgb(128, 128, 128);
	-moz-box-shadow: 0 2px 4px rgb(128, 128, 128);
	box-shadow: 0 2px 4px rgb(128, 128, 128);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-ms-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.showcase-thumbnail a:hover .showcase-preview {
	visibility: visible;
	opacity: 1;
}
.showcase-preview h4 {
	margin-bottom: 6px;
	font-weight: bold;
}
.showcase-preview p {
	margin-bottom: 6px;
	font-size: 14px;
}
.showcase-preview p.click {
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
	color: #008ACD;
}
/* Customer Showcase Single */ 
.showcase-meta {
	background-color: #fafafa;
	padding: 15px;
	border: 1px solid #eee;
	margin-bottom: 30px;
}
.showcase-meta h3 {
	margin-bottom: 6px;
}
ul#showcase-about {
	list-style: none;
	padding-left: 0;
	font-size: 14px;
	line-height: 32px;
}
.showcase-meta .fa {
	margin-right: 6px;
	color: #008ACD;
	font-size: 18px;
}
ul#showcase-feature-list {
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
#showcase-feature-list a {
	position: relative;
	display: block;
	padding: 6px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
#showcase-feature-list a:hover,
#showcase-feature-list a:focus {
    text-decoration: none;
    background-color: #F5F5F5;
}
.showcase-testimonial {
	margin-top: 20px;
	padding: 30px;
	font-size: 20px;
	line-height: 42px;
	color: #000;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 20px;
}
.showcase-signee {
	text-align: right;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 0;
	color: #008ACD;
}
.showcase-ldquo, .showcase-rdquo {
	font: 84px/72px Georgia, "Times New Roman", Times, serif;
	position: absolute;
	color: #008ACD;
}
.showcase-ldquo {
	left: 0;
}
.showcase-rdquo {
	right: 20px;
}
.showcase-hero-image {
	margin-right: -30px;
	margin-left: -30px;
	border-top: 1px solid #ccc;
}
@media (min-width: 768px) {
	.showcase-thumbnail {
		height: 260px;
	}
	.pagewrapper.showcase-index {
		margin-bottom: 40px;
	}
	.showcase-thumbnail a .showcase-preview {
		min-height: 260px;
	}
	.showcase-thumbnail.featured-showcase a .showcase-preview {
		bottom: 78px;
		min-height: 0;
	}
}
@media (min-width: 992px) {
	h1.showcase-title {
		font-size: 36px;
	}
	.showcase-thumbnail {
		height: 220px;
	}
	.pagewrapper.showcase-index {
		margin-bottom: 30px;
		padding: 20px;
	}
	.showcase-thumbnail a .showcase-preview {
		min-height: 220px;
	}
	.showcase-thumbnail.featured-showcase a .showcase-preview {
		bottom: 102px;
	}
}
@media (min-width: 1200px) {
	h1.showcase-title {
		font-size: 56px;
	}
	.showcase-thumbnail {
		height: 270px;
	}
	.pagewrapper.showcase-index {
		min-height: 563px;
		padding: 30px;
	}
	.showcase-thumbnail a .showcase-preview {
		min-height: 270px;
	}
}
@media (max-width: 767px) {
	.showcase-thumbnail img {
		margin-right: auto;
		margin-left: auto;
	}
	.showcase-thumbnail a .showcase-preview {
		position: static;
		margin: 0;
		background-color: transparent;
		border: none;
		visibility: visible;
		opacity: 1;
		-moz-box-shadow:    none;
		-webkit-box-shadow: none;
		box-shadow:         none;
		padding: 10px 0 0;
	}
	.showcase-preview h4 {
		text-align: center;
	}
	.showcase-preview p {
		display: none;
	}
}
/* Custom Page Templates 
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
.custom-pagewrapper {
	padding-left: 0;
	padding-right: 0;
}
.custom-2-col-alt .page-section {
	border-top: 1px solid #eee;
}
.page-section h2,
.section-wrapper h2 {
	margin-bottom: 6px;
	text-align: center;
	margin-top: 20px;
}
.page-section .section-head h3,
.section-wrapper h3.section-head {
	margin-bottom: 24px;
	margin-right: auto;
	text-align: center;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #008ACD;
	max-width: 700px;
	margin-left: auto;
}

@media (min-width: 768px) {
	.custom-pagewrapper .section-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.custom-2-col-alt .page-section {
		margin-right: -30px;
		margin-left: -30px;
		padding: 30px;
	}
	.page-section .section-head p {
		margin-bottom: 48px;
	}
}
/* Custom Page Styles
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
/* Homepage */
#home-slideshow  {
	margin-bottom: 30px;
}
#home-slideshow .soliloquy-wrapper {
	-webkit-box-shadow: 0 2px 4px rgb(128, 128, 128);
	-moz-box-shadow: 0 2px 4px rgb(128, 128, 128);
	box-shadow: 0 2px 4px rgb(128, 128, 128);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#home-slideshow .soliloquy-container .soliloquy-caption {
	height: 100%;
}
#home-slideshow h1 {
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
	text-align: center;
	font-size: 24px;
	position: absolute;
	width: 100%;
	top: 10px;
	bottom: auto;
}
#home-slideshow h2 {
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
	text-align: center;
	font-size: 16px;
}
#home-slideshow .soliloquy-caption-inside {
	padding: 0;
}
#home-slideshow .slide-btn {
	text-align: center;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
#home-slideshow .slide-btn.bottom {
	text-align: center;
	position: absolute;
	right: 1%;
	top: auto;
	bottom: 10px;
}
#home-slideshow button {
	padding: 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	background: -webkit-linear-gradient(top, #333 0%, #111 100%);
	background:    -moz-linear-gradient(top, #333 0%, #111 100%);
	background:     -ms-linear-gradient(top, #333 0%, #111 100%);
	background:      -o-linear-gradient(top, #333 0%, #111 100%);
	background:         linear-gradient(top, #333 0%, #111 100%);
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#home-slideshow button:hover {
	background: #008ACD;
}
#home-slideshow .redesign-refurb-cta h1,
#home-slideshow .redesign-refurb-cta h2 {
	text-align: left;
}
#home-slideshow .soliloquy-caption-inside {
	background: transparent !important;
	filter: none !important;
	-ms-filter: none !important;
}
#home-slideshow a {
	text-decoration: none;
}
#home-slideshow img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	height: auto;
	display: block;
}
#home-slideshow .soliloquy-container .soliloquy-prev,
#home-slideshow .soliloquy-container .soliloquy-next {
	background-color:rgba(0,0,0,.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#home-slideshow .soliloquy-container .soliloquy-prev:hover,
#home-slideshow .soliloquy-container .soliloquy-next:hover {
	background-color:rgba(0,0,0,.3);	
}
#home-columns .page-section {
	padding: 0 10px 10px;
	text-align: center;
	clear: both;
}
#home-columns a.section-link,
#home-columns a.cta_button {
	text-decoration: none;
	display: block;
}
#home-columns a.section-link h3,
#home-columns a.cta_button h3 {
	color: #008ACD;
	margin-bottom: 12px;
	margin-right: -15px;
	margin-left: -15px;
}
#home-columns a.section-link p,
#home-columns a.cta_button p {
	color: #777;
}
#home-columns p.homeicon {
	margin-bottom: 12px;
	height: 84px;
}
#home-columns .fa {
	font-size: 64px;
	line-height: 72px;
	color: #f3882f;
}
#home-columns .fa.fa-mobile,
#home-columns .fa.fa-calculator {
	font-size: 92px;
}
#home-columns a.section-link h3,
#home-columns a.section-link .fa,
#home-columns a.section-link p,
#home-columns a.cta_button h3,
#home-columns a.cta_button .fa,
#home-columns a.cta_button p {
	-webkit-transition: color 500ms, font-size 100ms;
	-moz-transition: color 500ms, font-size 100ms;
	-ms-transition: color 500ms, font-size 100ms;
	-o-transition: color 500ms, font-size 100ms;
	transition: color 500ms, font-size 100ms;
}
#home-columns a.section-link:hover h3,
#home-columns a.section-link:hover p,
#home-columns a.cta_button:hover h3,
#home-columns a.cta_button:hover p {
	color: #333;
}
#home-columns a.section-link:hover .fa,
#home-columns a.cta_button:hover .fa {
	font-size: 84px;
	color: #333;
}
#home-columns a.section-link:hover .fa.fa-mobile,
#home-columns a.cta_button:hover .fa.fa-calculator {
	font-size: 108px;
}

#home-columns .fa.fa-heart {
	color: #cb0000;
	-webkit-animation: heartbeat 1.25s infinite;
	-moz-animation:    heartbeat 1.25s infinite;
	-o-animation:      heartbeat 1.25s infinite;
	animation:         heartbeat 1.25s infinite;
}
#home-columns a.section-link:hover .fa.fa-heart {
	color: #cb0000;
	-webkit-animation: none;
	-moz-animation:    none;
	-o-animation:      none;
	animation:         none;
}
@-webkit-keyframes heartbeat {
	0%   { font-size: 64px; }
	5% { font-size: 72px; }
	10%   { font-size: 64px; }
}
@-moz-keyframes heartbeat {
	0%   { font-size: 64px; }
	5% { font-size: 72px; }
	10%   { font-size: 64px; }
}
@-o-keyframes heartbeat {
	0%   { font-size: 64px; }
	5% { font-size: 72px; }
	10%   { font-size: 64px; }
}
@keyframes heartbeat {
	0%   { font-size: 64px; }
	5% { font-size: 72px; }
	10%   { font-size: 64px; }
}
@media (min-width: 768px) {
	#home-columns .page-section {
		padding: 30px 15px;
	}
	#home-slideshow h1 {
		font-size: 44px;
	}
	#home-slideshow h2 {
		font-size: 24px;
	}
	#home-slideshow .soliloquy-container .soliloquy-prev {
		left: -37px;
	}
	#home-slideshow .soliloquy-container .soliloquy-next {
		right: -37px;
	}
	#home-slideshow #clean-simple-slide h1 {
		top: 110px;
		left: 19%;
		width: 81%;
	}
	#home-slideshow #business-slide h1 {
		top: 178px;
	}
	#home-slideshow #mobile-slide h1 {
		top: 191px;
	}
	#home-slideshow #pricing-slide h1 {
		top: 189px;
	}
}
@media (min-width: 992px) {
	#home-slideshow h1 {
		font-size: 56px;
	}
	#home-slideshow h2 {
		font-size: 28px;
	}
	#home-slideshow #clean-simple-slide h1 {
		top: 110px;
		left: 19%;
		width: 81%;
	}
	#home-slideshow #business-slide h1 {
		top: 228px;
	}
	#home-slideshow #mobile-slide h1 {
		top: 270px;
	}
	#home-slideshow #pricing-slide h1 {
		top: 250px;
	}
}
@media (min-width: 1200px) {
	#home-slideshow h1 {
		font-size: 60px;
	}
	#home-slideshow h2 {
		font-size: 32px;
	}
	#home-slideshow #clean-simple-slide h1 {
		top: 110px;
		left: 19%;
		width: 81%;
	}
	#home-slideshow #business-slide h1 {
		top: 288px;
	}
	#home-slideshow #mobile-slide h1 {
		top: 330px;
	}
	#home-slideshow #pricing-slide h1 {
		top: 314px;
	}
}
@media (max-width: 767px) {
	#home-slideshow.col-md-12 {
		padding: 0;
	}
	#home-slideshow .soliloquy-container .soliloquy-prev,
	#home-slideshow .soliloquy-container .soliloquy-next {
		display: none;
	}
}
@media (max-width: 600px) {
	#home-slideshow .soliloquy-container .soliloquy-caption {
	display: block !important;
	}
}
/* Contact Page */
.alt-contact-buttons {
	
}
.or-mcf {
	display: block;
	background-color: #008ACD;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	width: 36px;
	height: 36px;
	margin-top: 60px;
}
.phonenumber {
	font-size: 24px;
	font-weight: 300;
}
.phonenumber span {
	color: #008ACD;
}
/* Features Page */


	#page-2753 #page-section-1 .block-1 .section-content {
		margin-top: 30px;
	}
	#page-2753 #page-section-2 .block-1 .section-content {
		margin-top: 50px;
	}
	#page-2753 #page-section-4 .block-1 .section-content {
		margin-top: 70px;
	}
	#page-2753 #page-section-5 .block-1 .section-content {
		margin-top: 30px;
	}
	#page-2753 #page-section-6 .block-1 .section-content {
		margin-top: 70px;
	}
}
@media (min-width: 992px) {
	#page-2753 .block-2 .section-content {
		padding-left: 30px;
		padding-right: 0;
	}
	#page-2753 .col-sm-push-6.block-2 .section-content {
		padding-left: 0;
		padding-right: 30px;
	}
	#page-2753 #page-section-1 .block-1 .section-content {
		margin-top: 40px;
	}
	#page-2753 #page-section-2 .block-2 .section-content {
		margin-top: 10px;
	}
	#page-2753 #page-section-3 .block-2 .section-content {
		margin-top: 30px;
	}
	#page-2753 #page-section-4 .block-1 .section-content {
		margin-top: 20px;
	}
	#page-2753 #page-section-5 .block-2 .section-content {
		margin-top: 0;
	}
	#page-2753 #page-section-6 .block-1 .section-content {
		margin-top: 20px;
	}
	#page-2753 #page-section-7 .block-2 .section-content {
		margin-top: 20px;
	}
	#page-2753 #page-section-2 .block-1 .section-content,
	#page-2753 #page-section-5 .block-1 .section-content {
		margin-top: 0;
	}
}
@media (min-width: 1200px) {
	#page-2753 .col-sm-pull-6.block-2 .section-content {
		padding-left: 80px;
		padding-right: 0;
	}
	#page-2753 .block-2 .section-content {
		padding-left: 0;
		padding-right: 80px;
	}
	#page-2753 #page-section-4 .block-1 .section-content {
		margin-top: 0;
	}
}
/* Design Page */
#page-2759 #page-section-1 .block-1 .section-content {
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	#page-2759 #page-section-2 {
		background: url(http://www.chromasites.com/wp-content/uploads/2014/08/mobile-ready-websites.jpg) right bottom no-repeat;
		background-size: 380px auto;
	}
	#page-2759 #page-section-1 .block-1 .section-content {
		background: url(http://www.chromasites.com/wp-content/uploads/2014/08/custom-design-slider-bg.jpg) left top no-repeat;
		margin-left: -30px;
		position: relative;
		background-size: 344px auto;
		height: 464px;
		padding: 25px 102px 0 12px;
		margin-bottom: 0;
	}
	#page-2759 #page-section-1 .block-1 .section-content {
		margin-top: 50px;
	}
	#page-2759 #page-section-3 .block-1 .section-content {
		margin-top: 180px;
	}
	#page-2759 #page-section-3 img {
		position: relative;
		left: -30px;
	}
	#page-2759 #page-section-4 .block-1 .section-content {
		margin-top: 80px;
	}
}
@media (min-width: 992px) {
	#page-2759 #page-section-2 {
		background-size: 480px auto;
	}
	#page-2759 #page-section-1 .block-1 .section-content {
		background-size: 440px auto;
		height: 464px;
		padding: 36px 150px 0 18px;
	}
	#page-2759 #page-section-1 .block-1 .section-content {
		margin-top: 0;
	}
	#page-2759 #page-section-3 .block-1 .section-content {
		margin-top: 70px;
	}
	#page-2759 #page-section-4 .block-1 .section-content {
		margin-top: 20px;
	}
}
@media (min-width: 1200px) {
	#page-2759 #page-section-2 {
		background-size: 520px auto;
	}
	#page-2759 #page-section-1 .block-1 .section-content {
		background-size: 520px auto;
		height: 550px;
		padding: 44px 200px 0 20px;
	}
	#page-2759 #page-section-3 .block-1 .section-content {
		margin-top: 0;
	}
	#page-2759 #page-section-4 .block-1 .section-content {
		margin-top: -20px;
	}
}
/* Technology Page */
#page-2756 .wp-image-2781 {
	max-width: 150px;
}
#page-2756 #page-section-3 .block-1 .section-content {
	margin: 0 auto 10px;
	max-width: 250px;
}
.social-media-slider .fa {
	font-size: 128px;
	line-height: 128px;
}
.social-media-slider .fa-facebook {
	color: #3B5998;
}
.social-media-slider .fa-linkedin {
	color: #007FB1;
}
.social-media-slider .fa-twitter {
	color: #00ACED;
}
.social-media-slider .fa-pinterest {
	color: #CB2027;
}
.social-media-slider .fa-google-plus {
	color: #D14836;
}
.social-media-slider .fa-tumblr {
	color: #2C4762;
}
.social-media-slider .fa-yelp {
	color: #C93C27;
}
.social-media-slider .fa-youtube {
	color: #CD332D;
}
@media (min-width: 768px) {
	#page-2756 #page-section-3 .block-1 .section-content {
		margin-top: 120px;
	}
	#page-2756 #page-section-2 .block-1 .section-content {
		margin-top: 100px;
	}
}
@media (min-width: 992px) {
	#page-2756 #page-section-3 .block-1 .section-content {
		margin-top: 80px;
	}
	#page-2756 #page-section-2 .block-1 .section-content {
		margin-top: 40px;
	}
}
@media (min-width: 1200px) {
	#page-2756 #page-section-3 .block-1 .section-content {
		margin-top: 50px;
	}
	#page-2756 #page-section-2 .block-1 .section-content {
		margin-top: 20px;
	}
	#page-2756 #page-section-4 .block-1 .section-content img {
		max-width: 425px;
	}
}
/* Pricing Page */
.pricing #page-section-1,
.pricing #page-section-2 {
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pricing #page-section-1 {
	border: 1px solid #f6d3a1;
	background-color: #fef6ea;
	background: -webkit-linear-gradient(top, #fff 0%, #fce8cb 100%);
	background:    -moz-linear-gradient(top, #fff 0%, #fce8cb 100%);
	background:     -ms-linear-gradient(top, #fff 0%, #fce8cb 100%);
	background:      -o-linear-gradient(top, #fff 0%, #fce8cb 100%);
	background:         linear-gradient(top, #fff 0%, #fce8cb 100%);
	margin-bottom: 30px;
}
.pricing #page-section-2 {
	border: 1px solid #99d1ec;
	background-color: #dbf2fd;
	background: -webkit-linear-gradient(top, #fff 0%, #dbf2fd 100%);
	background:    -moz-linear-gradient(top, #fff 0%, #dbf2fd 100%);
	background:     -ms-linear-gradient(top, #fff 0%, #dbf2fd 100%);
	background:      -o-linear-gradient(top, #fff 0%, #dbf2fd 100%);
	background:         linear-gradient(top, #fff 0%, #dbf2fd 100%);

}
.pricing #page-section-2 .btn.btn-primary {
	background-color: #fa8e1b;
	border-color: #b46006;
}
.pricing #page-section-2 .btn.btn-primary:hover {
	background-color: #fcaf5e;
	border-color: #fa8e1b;
}

.pricing h3 {
	margin-bottom: 20px;
	text-align: center;
	font: 20px sans-serif;
	color: #008ACD;
}
.pricing h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}
.pricing .oricon {
	display: none;
}
@media (min-width: 768px) {
	.pricing h1 {
		text-align: center;
	}
}
@media (min-width: 992px) {
	.pricing .page-section {
		min-height: 758px;
	}
	#page-section-1 {
		margin-bottom: 0;
	}
	.pricing h2 {
		font-size: 32px;
	}
	.pricing h3 {
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
	}
	.pricing .oricon {
		position: absolute;
		display: inline-block;
		top: 21%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		font: 36px 'Lora', serif;
		line-height: 70px;
		width: 72px;
		height: 72px;
		z-index: 1;
		text-align: center;
		color: #fff;
		background-color: #333;
		left: 50%;
		margin-left: -36px;
	}
}
@media (min-width: 1200px) {
	.pricing .page-section {
		min-height: 696px;
	}
	.pricing h2 {
		font-size: 36px;
	}
}
/* Marketing Page */
h1.marketing-headline {
	font-size: 72px;
}
.custom-pagewrapper h3.marketing-headline {
	font-size: 36px;
}
.custom-pagewrapper #services {
	padding-top: 60px;
}
.custom-pagewrapper #intro .row,
.custom-pagewrapper #overview .row,
.custom-pagewrapper #services .row {
	margin-bottom: 30px;
}
.custom-pagewrapper #intro {
	text-align: center;
}
.custom-pagewrapper #intro a {
	color: #fff;
}
.custom-pagewrapper #strategy h2 {
	font-size: 48px;
	margin-bottom: 30px;
	margin-top: 0;
}
.custom-pagewrapper #strategy p {
	font-size: 20px;
}
.custom-pagewrapper #services .content {
	text-align: center;
}
.marketing-service-image {
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 2px #ddd;
	box-shadow: 0 0 2px #ddd;
}
.custom-pagewrapper #premier {
	padding-top: 30px;
	padding-bottom: 30px;
}
.custom-pagewrapper #premier {
	background-image: -webkit-linear-gradient(top, #2c2c2c 0%, #1c1c1c 100%);
	background-image: -moz-linear-gradient(top, #2c2c2c 0%, #1c1c1c 100%);
	background-image: -ms-linear-gradient(top, #2c2c2c 0%, #1c1c1c 100%);
	background-image: linear-gradient(to bottom, #2c2c2c 0%, #1c1c1c 100%);
	margin-right: -10px;
	margin-left: -10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 8px 20px #555;
	box-shadow: 0 8px 20px #555;
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
}
.custom-pagewrapper #premier .content-2 h2 {
	font-size: 56px;
	margin: 0;
}
.custom-pagewrapper #premier .starting {
	color: #aaa;
	font: 16px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.custom-pagewrapper #premier .permonth {
	font: 14px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #777;
	text-align: center;
}
.custom-pagewrapper #essential {
	padding-top: 60px;
	padding-bottom: 30px;
}
.custom-pagewrapper #premier h1 {
	color: #fff;
}
.custom-pagewrapper #premier .fa {
	color: #fff;
	font-size: 20px;
	margin-top: 4px;
	width: 28px;
}
.custom-pagewrapper h2 {
	font-size: 24px;
}
.custom-pagewrapper #overview h2 {
	margin-top: 60px;
}
.custom-pagewrapper #overview h2:first-child {
	margin-top: 0;
}
.custom-pagewrapper h3 {
	font-size: 20px;
}
@media (min-width: 768px) {
	.custom-pagewrapper #strategy {
		background: url(http://www.chromasites.com/wp-content/uploads/2015/10/inbound-marketing-strategy-session.jpg) left center no-repeat;
		background-size: cover;
		position: relative;
		min-height: 500px;
		color: #fff;
		padding-top: 120px;
		text-shadow: 0 1px 2px black;
	}
	.custom-pagewrapper #strategy h2 {
		font-size: 40px;
	}
	.custom-pagewrapper #strategy p {
		font-size: 28px;
		margin-top: 30px;
		margin-bottom: 30px;
		line-height: 1.5em;
	}
	.custom-pagewrapper #services .content {
		margin-bottom: 60px;
	}
	.custom-pagewrapper #services #row-1 .content {
		margin-bottom: 0;
	}
	.custom-pagewrapper #services .content-2 {
		display: table;
		width: 100%;
		text-align: left;
	}
	.custom-pagewrapper #services .content-2 h3 {
		margin-bottom: 0;
		display: table-cell;
		vertical-align: middle;
		height: 230px;
	}
	.custom-pagewrapper #services .col-sm-pull-6  .content-2 {
		text-align: right;
	}
	.marketing-service-image {
		max-width: 345px;
		margin-left: -15px;
		-webkit-border-radius: 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0;
		border-radius: 0 4px 4px 0;
	}
	.col-sm-push-6 > .content .marketing-service-image {
		margin-left: 0;
		margin-right: -15px;
		-webkit-border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
		border-radius: 4px 0 0 4px;
	}
	.custom-pagewrapper #premier {
		margin-right: -20px;
		margin-left: -20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.custom-pagewrapper #premier .content-2 {
		text-align: left;
		display: table;
		width: 100%;
	}
	.custom-pagewrapper #premier .align-middle {
		display: table-cell;
		vertical-align: middle;
		height: 300px;
		text-align: center;
	}
	.custom-pagewrapper h2 {
		font-size: 32px;
	}
}
@media (min-width: 838px) {
	.custom-pagewrapper #premier {
		margin-right: -40px;
		margin-left: -40px;
		padding-right: 30px;
		padding-left: 30px;
	}
	
}
@media (min-width: 992px) {
	.custom-pagewrapper #strategy {
		min-height: 620px;
		padding-top: 150px;
	}
	.custom-pagewrapper #strategy h2 {
		font-size: 42px;
	}
	.custom-pagewrapper #services .content {
		margin-bottom: 80px;
	}
	.custom-pagewrapper #services .content-2 h3 {
		height: 304px;
	}
	.marketing-service-image {
		max-width: 456px;
	}
	.custom-pagewrapper #premier {
		margin-right: -15px;
		margin-left: -15px;
	}
	.custom-pagewrapper h2 {
		font-size: 28px;
	}
	.custom-pagewrapper h3 {
		font-size: 24px;
	}
}
@media (min-width: 1062px) {
	.custom-pagewrapper #premier {
		margin-right: -40px;
		margin-left: -40px;
	}
}
@media (min-width: 1200px) {
	.custom-pagewrapper #strategy {
		min-height: 780px;
		padding-top: 270px;
	}
	.custom-pagewrapper #strategy h2 {
		font-size: 48px;
	}
	.custom-pagewrapper #services .content {
		margin-bottom: 100px;
	}
	.custom-pagewrapper #services .content-2 h3 {
		height: 371px;
	}
	.marketing-service-image {
		max-width: 556px;
	}
	.custom-pagewrapper #premier {
		margin-right: -15px;
		margin-left: -15px;
	}
	.custom-pagewrapper h2 {
		font-size: 32px;
	}
	.custom-pagewrapper h3 {
		font-size: 28px;
	}
}
@media (min-width: 1270px) {
	.custom-pagewrapper #premier {
		margin-right: -50px;
		margin-left: -50px;
		padding-right: 50px;
		padding-left: 50px;
	}
}
@media (min-width: 1350px) {
	.custom-pagewrapper #premier {
		margin-right: -80px;
		margin-left: -80px;
		padding-right: 80px;
		padding-left: 80px;
	}
}
/* @override http://www.chromasites.com/wp-content/themes/csv4/marketing.csss */
/* Marketing Services */
#marketing-packages.row,
#marketing-packages-2.row {
	margin-bottom: 30px;
}
#marketing-packages ul,
#marketing-packages-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.package-name,
.package-price,
.package-description,
.pf,
.pf-title,
.package-link,
.spacer {
	margin-right: -14px;
	margin-left: -14px;
}
.spacer {
	text-align: center;
}
.package-1 .pf.col-span,
.package-2 .pf.col-span {
	margin-right: -15px;
}
.package-2 .pf.col-span,
.package-3 .pf.col-span {
	margin-left: -15px;
}
.package-name h3 {
	font-size: 24px;
    line-height: 32px;
    color: #333;
    background-color: #fff;
	text-align: center;
	width: 150px;
	height: 150px;
	border: 5px solid #333;
	margin: 0 auto 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top: 34px;
}
#marketingteam .package-name h3 {
	padding-top: 21px;
}
.package-price {
	font-size: 18px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	border-top: 4px solid #555;
}
.package-description {
	font-size: 14px;
	line-height: 20px;	
	padding: 6px 6px 0;
	text-align: center;
	height: 132px;
	overflow: auto;
}
.pf-title, .pf, .package-link {
	height: 54px;
	line-height: 20px;
	margin-top: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.pf {
	text-align: center;
	color: #555;
	line-height: 44px;
}
.pf-title {
	padding-left: 10px;
	white-space: normal;
	padding-right: 10px;
}
.pf, .pf-title {
	background:#f9f5f5;
}
.package-price, .package-description, .pf:nth-child(odd), .pf-title:nth-child(odd) {
	background-color: #F1EEEE;
}
.pf .fa-check {
	color: #379b20;
	font-size: 32px;
	margin-top: 4px;
}
.pf .fa-plus {
	color: #008ACD;
	font-size: 32px;
	margin-top: 4px;
}
#marketing-packages-mobile .fa-check,
#marketing-packages-mobile .fa-plus {
	color: #379b20;
	font-size: 18px;
	width: 24px;
	margin-top: 12px;
}
#marketing-packages-mobile .fa-plus {
	color: #008ACD;
	margin-left: 2px;
	width: 22px;
}
.package-link a {
    background:#555;
    display:block;
    font-size: 16px;
    font-weight:bold;
    color:#fff;
    text-align:center;
	line-height: 48px;
	text-decoration: none;
}
.package-name h3,
.package-price,
.package-description,
.pf, .package-link a {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/* -- The Strategist -- */
#strategist h3 {
	border-color: #74bb40;
}
#strategist:hover h3 {
	background-color: #74bb40;
	color: #1d3e05;
	border-color: #74bb40;
}
#strategist:hover .pf,
#strategist:hover .pf-title {
	background-color: #cbe6b9;
}
#strategist:hover .package-price,
#strategist:hover .package-description,
#strategist:hover .pf:nth-child(odd) {
	background-color: #b9dd9e;
}
#strategist:hover a {
	background-color: #74bb40;
	color: #1d3e05;
}
#strategist a:hover {
	background-color: #333;
	color: #74bb40;
}

/* -- The Socialite -- */
#socialite h3 {
	border-color: #b8dd68;
}
#socialite:hover h3 {
	background-color: #b8dd68;
	color: #1d3e05;
	border-color: #b8dd68;
}
#socialite:hover .pf,
#socialite:hover .pf-title {
	background-color: #e7f4cb;
}
#socialite:hover .package-price,
#socialite:hover .package-description,
#socialite:hover .pf:nth-child(odd) {
	background-color: #daedb1;
}
#socialite:hover a {
	background-color: #b8dd68;
	color: #1d3e05;
}
#socialite a:hover {
	background-color: #333;
	color: #b8dd68;
}

/* -- The Blaster -- */
#blaster h3 {
	border-color: #fde18a;
}
#blaster:hover h3 {
	background-color: #fde18a;
	color: #6a5e13;
	border-color: #fde18a;
}
#blaster:hover .pf,
#blaster:hover .pf-title {
	background-color: #fbf3d7;
}
#blaster:hover .package-price,
#blaster:hover .package-description,
#blaster:hover .pf:nth-child(odd) {
	background-color: #fdefc3;
}
#blaster:hover a {
	background-color: #fde18a;
	color: #6a5e13;
}
#blaster a:hover {
	background-color: #333;
	color: #fde18a;
}

/* Mobile Layout */
#strategist-mobi,
#socialite-mobi,
#blaster-mobi {
	background-color: #f5f5f5;
	padding: 12px 12px 2px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}
#strategist-mobi h3,
#socialite-mobi h3,
#blaster-mobi h3 {
	border-bottom: 6px solid #333;
	padding-bottom: 6px;
}
#strategist-mobi a,
#socialite-mobi a,
#blaster-mobi a {
	font-size: 18px;
	display: inline-block;
	padding: 10px 20px;
	margin-top: 10px;
	background-color: #eee;
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:    0px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	box-shadow:         0px 1px 1px rgba(0,0,0,0.3);
}
#strategist-mobi h3 {
	border-color: #74bb40;
}
#socialite-mobi h3 {
	border-color: #b8dd68;
}
#blaster-mobi h3 {
	border-color: #fde18a;
}
#strategist-mobi a {
	background-color: #74bb40;
	color: #1d3e05;
}
#socialite-mobi a {
	background-color: #b8dd68;
	color: #1d3e05;
}
#blaster-mobi a {
	background-color: #fde18a;
	color: #6a5e13;
}
@media (min-width: 768px) {
	.package-name h3 {
		width: 142px;
		height: 142px;
		font-size: 22px;
		line-height: 26px;
		padding-top: 36px;
	}
	.package-description {
		font-size: 12px;
		line-height: 18px;	
		height: 74px;
	}
	.pf-title {
		font-size: 12px;
	}
	.spacer {
		height: 175px;
	}
	#package-features ul {
		margin-top: 95px;
	}
}
@media (min-width: 992px) {
	.package-name h3 {
		width: 184px;
		height: 184px;
		font-size: 28px;
		line-height: 32px;
		padding-top: 52px;
	}
	.package-description {
		font-size: 13px;
		line-height: 20px;	
		height: 82px;
	}
	.pf-title {
		font-size: 14px;
	}
	.spacer {
		height: 175px;
	}
	#package-features ul {
		margin-top: 145px;
	}
}
@media (min-width: 1200px) {
	.package-name h3 {
		width: 200px;
		height: 200px;
		font-size: 32px;
		line-height: 36px;
		padding-top: 58px;
	}
	.package-description {
		font-size: 14px;
		line-height: 22px;	
		height: 72px;
	}
	.pf-title {
		font-size: 16px;
	}
	.spacer {
		height: 175px;
	}
	#package-features ul {
		margin-top: 151px;
	}
}

/* Old Homepage */
h1.powerhouse {
	font-weight: 300;
	color: #008ACD;
}
.wp-image-2526 {
	margin-bottom: -36px;
	margin-right: auto;
	position: relative;
	z-index: 1001;
	max-width: 100%;
	height: auto;
	margin-left: auto;
}
#soliloquy-container-2519 {
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.powerhouse2 {
	font: 20px Noteworthy, sans-serif;
	color: #D00;
	text-align: right;
	margin: 0;
}
.powerhouse3 {
	text-align: center;
	color: #777;
	font-size: 24px;
}
.powerhouse3 span {
	color: #008ACD;
	font-weight: bold;
}
.powerhouse4 {
	text-align: center;
	font-size: 18px;
	color: #008ACD;
	font-variant: small-caps;
	margin-top: 60px;
}
@media (min-width: 768px) {
	h1.powerhouse {
		font-size: 36px;
		line-height: 36px;
	}
	.powerhouse2 {
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.powerhouse3 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.powerhouse4 {
		font-size: 24px;
	}
	.powerhouse4 {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	h1.powerhouse {
		font-size: 48px;
		line-height: 48px;
	}
	.powerhouse2 {
		margin-top: 50px;
		margin-bottom: 60px;
	}
	.powerhouse3 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.powerhouse4 {
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	h1.powerhouse {
		font-size: 60px;
		line-height: 60px;
	}
	.powerhouse2 {
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.powerhouse3 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.powerhouse4 {
		font-size: 24px;
	}
	#soliloquy-container-2519 {
		margin-left: 60px;
	}
}

/* Button Styles
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
.btn {
	white-space: normal;
}
a.btn.btn-primary,
a.btn.btn-primary:visited {
	background-color: #008ACD;
	color: #fff;
}
a.btn.btn-primary:hover,
a.btn.btn-primary:focus {
	background-color: #209edb;
}
a.btn.btn-primary:active {
	background-color: #076b9c;
}
a.blue-button, .gform_wrapper .gform_footer input.gform_button {
	display: inline-block;
	border: none;
	border-top: 2px solid #18B3FF;
	border-bottom: 2px solid #002F51;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #008ACD;
	background: -webkit-linear-gradient(top, #008ACD 0%, #006AB7 100%);
	background:    -moz-linear-gradient(top, #008ACD 0%, #006AB7 100%);
	background:     -ms-linear-gradient(top, #008ACD 0%, #006AB7 100%);
	background:      -o-linear-gradient(top, #008ACD 0%, #006AB7 100%);
	background:         linear-gradient(top, #008ACD 0%, #006AB7 100%);
	-moz-box-shadow:    0px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.75);
	box-shadow:         0px 1px 3px rgba(0,0,0,0.75);
	font-size: 16px;
	line-height: 24px;
	padding: 6px 10px;
	text-decoration: none;
}
a.blue-button:hover, .gform_wrapper .gform_footer input.gform_button:hover {
	background-color: #007DBF;
	background: -webkit-linear-gradient(top, #0074b2 0%, #004c83 100%);
	background:    -moz-linear-gradient(top, #0074b2 0%, #004c83 100%);
	background:     -ms-linear-gradient(top, #0074b2 0%, #004c83 100%);
	background:      -o-linear-gradient(top, #0074b2 0%, #004c83 100%);
	background:         linear-gradient(top, #0074b2 0%, #004c83 100%);
}
a.blue-button:active, .gform_wrapper .gform_footer input.gform_button:active {
	background-color: #555;
	border-top-color: #777;
	border-bottom-color: #111;
	background-image: none;
}
.call-to-action-code {
	margin-bottom: 30px;
}
.call-to-action-code img {
	max-width: 100%;
	height: auto;
	display: block;
}
.call-to-action-code.chromeless {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.call-to-action-code.chromeless {
		margin-right: -30px;
		margin-left: -30px;
	}
}

/* Proposal Section 
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
body.proposal {
	background-color: #fff;
}
body.proposal,
.proposal h1,
.proposal h2,
.proposal h3,
.proposal h4 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.proposal-header {
	margin-bottom: 10px;
}
.proposal-logo img {
	max-width: 302px;
	display: block;
	margin: 20px auto;
}
.proposal-contact-info {
	text-align: right;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 14px;
	line-height: 18px;
	color: #999;
}
.proposal-contact-info span {
	display: block;
}
.proposal-contact-info a {
	color: #999;
}
.proposal-intro {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #0189cd;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.proposal-intro h1 {
	font-size: 30px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 0;
}
.proposal-intro h1 .proposal-company {
	font-size: 1.6em;
}
.proposal-intro p {
	margin-bottom: 10px;
	margin-top: 0;
}
.proposal h2 {
	color: #0189cc;
	text-align: center;
	font-size: 32px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.proposal-features,
.proposal-custom-features {
	position: relative;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.proposal-custom-features h3,
.proposal-process h3 {
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 6px;
	padding-bottom: 8px;
	border-bottom: 3px solid #eee;
}
img.mobilehide {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}
.red-indent {
	border-left: 5px solid #a91414;
	margin-left: 5px;
	padding-left: 15px;
}
.proposal-sitemap h4,
.proposal-writing-estimate h4 {
	font-weight: bold;
}
.proposal-price-box {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 0 30px 30px;
	margin-top: 60px;
	text-align: center;
}
.proposal-price {
	font-size: 24px;
	margin-bottom: 6px;
}
.proposal-included {
	font-size: 16px;
	color: #999;
	font-style: italic;
}
.proposal-timeline {
	font-size: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.proposal h2.proposal-additional-services {
	font-size: 22px;
	margin-bottom: 0;
}
.proposal-logo-design,
.proposal-writing-services {
	font-size: 18px;
	margin-bottom: 6px;
}
.proposal-writing-services {
	margin-bottom: 30px;
}
.btn-green {
	background-color: #1bbe27;
	border: 1px solid #1b9a24;
	color: #fff;
}
.btn-green:hover,
.btn-green:focus {
	background-color: #1b9a24;
	border-color: #116d18;
	color: #fff;
}
.proposal-payment-terms,
.proposal-qid {
	font-size: 14px;
	color: #999;
	font-style: italic;
	text-align: center;
}
.proposal .gform_wrapper {
	max-width: 100%;
}
.proposal .gform_wrapper textarea,
.proposal .gform_wrapper input,
.proposal .gform_wrapper input[type=text],
.proposal .gform_wrapper input[type=url],
.proposal .gform_wrapper input[type=email],
.proposal .gform_wrapper input[type=tel],
.proposal .gform_wrapper input[type=number],
.proposal .gform_wrapper input[type=password] {
	font-size: 14px;
	padding: 3px 8px;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.proposal .gform_wrapper textarea {
	padding: 8px;
}
.login-link {
	text-align: right;
	font-size: .9em;
}
.login-link a {
	color: #999;
}
@media (min-width: 768px) {
	img.mobilehide {
		display: block;
	}
	.proposal-feature-list {
		margin-right: 200px;
	}
}
@media (min-width: 992px) {

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

}
@media print {.do-not-print {display: none !important;}}

/* Survey Form 
*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*/
.survey-confirmation {
	text-align: center;
}
.survey-confirmation .testimonial {
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.75);
	text-align: left;
	border: 1px solid #cddec6;
	border-radius: 4px;
}
.btn-google {
	background-color: #ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #D14836;
	border: 3px solid #D14836;
}
.btn-google {
	background-color: #ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #D14836;
	border: 3px solid #D14836;
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active {
	background-color: #D14836;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #fff;
}