/*
	Theme Name: LocalVox
	Description: Custom child theme created especially for LocalVox by Web Savvy Marketing on the <a href="http://web-savvy-marketing.com/go/studiopress/">Genesis framework</a>.
	Author: Web Savvy Marketing
	Author URI: http://www.web-savvy-marketing.com/
	Version: 1.0.2

	Template: genesis

	Copyright 2014 - Web Savvy Marketing
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: wsm

*/

/* Stylesheet from Genesis 2.2.0 */

/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
	- Social Icons
	- WSM Featured Widget
	- Featured Webinar
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- WP Table
	- Gravity Form
	- JW Player
	- Related Posts
	- Calendar Events
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Home Page
	- Slider
	- Feature 1
	- Feature 2
	- Feature 3
	- Feature 4
	- Feature 5
- Landing Page
- How We Help - Main
- How We Help - Single
- Resources
- Algorithm
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Subscribe
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # Imports
---------------------------------------------------------------------------------------------------- */

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	background-color: #000;
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #5d5e5e;
	font-family:"proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #405eab;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #5d5e5e;
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #dcddde;
	clear: both;
	float: left;
	margin: 40px 0;
	width: 100%;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-family:"proxima-nova",sans-serif;
}

blockquote {
	background: url(images/blockquote.png) no-repeat left 5px transparent;
	margin: 40px 0;
	padding-left: 60px;
}

blockquote .author-info {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
}

blockquote .author-info b {
	border-top: 1px solid #dc2329;
	line-height: 1.2;
	padding-top: 10px;
}

blockquote .author-info .company {
	border-top: 0;
	color: #c7c8c9;
	display: block;
	padding-top: 0;
}

.center {
	text-align: center;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #231f20;
	font-family: "proxima-nova",sans-serif;
	font-weight: normal;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

h4 {
	font-size: 22px;
	font-size: 2.2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f7f8f8;
	border: 1px solid #e8e9ea;
	color: #5d5e5e;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 8px 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #5d5e5e;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #5d5e5e;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #dc2329;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family:"proxima-nova",sans-serif;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 12px 40px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #ea1118;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1152px;
}

.site-inner {
	clear: both;
	padding: 20px 0 30px;
}

.home .site-inner {
	padding: 0;
}

.home .site-inner > .wrap {
	max-width: 100%;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 735px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	border-left: 1px solid #dcddde;
	float: right;
	width: 340px;
}

.sidebar-content .sidebar-primary {
	border-left: 0;
	border-right: 1px solid #dcddde;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 0;
}

.author-box-title {
	background-color: #fff;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 10px;
}

.author-box .author-pic img {
	display: block;
	float: none;
	margin: 0;
}

.author-box .author-pic {
	background-color: #fff;
	border: 1px solid #e9eaeb;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}


.entry-content .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	color: #231f20;
	font-size: 36px;
	font-size: 3.6rem;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
}

.title-bar h2,
.title-bar h1,
.entry-title {
	font-family: "proxima-nova",sans-serif;
    font-weight: 600;
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #405eab;
}

.widget-title {
	font-family: "proxima-nova",sans-serif;
    font-weight: 600;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.title-bar,
.single-post .content-sidebar-wrap {
	padding-top: 60px;
}

.heading {
	clear: both;
	display: block;
    font-family: "proxima-nova",sans-serif;
    font-weight: 600;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 30px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

.post-password-form {
	display: block;
	margin: 0;
	position: relative;
}

.post-password-form input[type="password"] {
	margin-top: 8px;
	padding-right: 110px;
}

.post-password-form input[type="submit"] {
	bottom: 0;
	padding: 9px 24px;
	position: absolute;
	right: 0;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #edeeee;
	margin-bottom: 6px;
	padding: 0 0 6px;
}

.featured-content .entry-title {
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
}

.wsmfeaturedpost.featured-content .entry-title {
	display: inline;
	font-size: 16px;
	font-size: 1.6rem;
}

.featured-content .entry-title a {
	color: #405eab;
}

.featured-content .entry-title a:hover {
	color: #000;
}

.featured-content .entry-header .entry-meta {
	color: #5d5e5e;
	font-weight: 700;
	margin: 0;
}

.wsmfeaturedpost.featured-content .entry-header .entry-meta {
	display: inline;
}

.wsmfeaturedpost.featured-content .entry-meta::after {
	content: " | ";
	display: inline;
	margin: 0 5px;
	width: 2px;
}

.wsmfeaturedpost.featured-content .entry-content {
	margin: 0;
}

.featured-content .entry-content {
	margin: 10px 0;
}

.featured-content .widget-wrap article:last-child {
	border: 0;
}

/*
Social Icons
--------------------------------------------- */

.widget-social a.genericon:before {
	margin-right: 20px;
}

.widget-social a.genericon {
	background-color: #20221d;
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: content-box;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
    height: 18px;
    line-height: 1;
	margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
    white-space: nowrap;
    width: 18px;
}

.footer-widgets.widget-social a.genericon {
	margin-bottom: 0;
}

.footer-widgets .widget-social {
	text-align: center;
}

.ie .widget-social a.genericon {
	line-height: 1.2;
}

.widget-social a.genericon:hover {
	opacity: 0.8;
}

.widget-social a.genericon-twitter {
	background-color: #62a7da;
}

.widget-social a.genericon-youtube {
	background-color: #d3212b;
}

.widget-social a.genericon-facebook-alt {
	background-color: #395aa0;
}

.widget-social a.genericon-linkedin {
	background-color: #0e79b9;
}

.widget-social a.genericon-googleplus-alt {
	background-color: #e04b36;
}

.widget-social a.genericon-pinterest {
	background-color: #CB2027;
}

.widget-social a.genericon-instagram {
	background-color: #2A5B83;
}


.widget-social .widget-wrap a:last-child {
	margin-right: 0;
}

.widget-social a:last-child {
	margin-right: 0;
}

.widget-social .social-heading {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

/* ## WSM Featured Widget
--------------------------------------------- */

.featured-testimonial {
	float: left;
	max-width: 47%;
	text-align: center;
}

.ie8 .featured-testimonial,
.ie7 .featured-testimonial {
	width: 47%;
}

.featured-testimonial blockquote {
	background: none transparent;
	margin: 0 auto 20px;
	max-width: 65%;
	padding: 0;
}

.featured-testimonial .testimonial-photo {
	border-radius: 50%;
	height: 183px;
	margin: 0 auto 20px;
	overflow: hidden;
	width: 183px;
}

.featured-testimonial .featured-photo {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.featured-media {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:  cover;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}

.featured-media .jwplayer.jw-stretch-fill {
	height: 100% !important;
	position: relative;
}

.featured-media .jw-skin-seven .jw-display-icon-container .jw-icon-display {
	font-size: 98px;
}

.featured-media .jw-skin-seven .jw-button-color:hover {
	color: #dc2329;
}

.featured-media img {
	height: 100%;
	width: auto;
}

.featured-testimonial .author {
	background: url(images/border-top.png) no-repeat center top transparent;
	color: #231f20;
	display: block;
	font-weight: 700;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1;
	padding-top: 16px;
}

.featured-testimonial .company-name {
	color: #9b9da0;
	display: block;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
}

/* ##  Featured Webinar --------------------------------------------- */

.wsm-featured-webinar .info-content,
.wsm-featured-webinar .info-date {
	display: block;
}

.sidebar .wsm-featured-webinar .flexslider li {
	border: 0;
	padding: 0;
}

.wsm-featured-webinar .info-date {
	margin-bottom: 20px;
}

.wsm-featured-webinar .more-link {
	display: block;
	margin-top: 20px;
}

.wsm-featured-webinar .more-link a {
	color: #fff;
}

.wsm-featured-webinar .flexslider {
	background: none transparent;
	border: 0;
	margin: 0;
	text-align: left;
}

.wsm-featured-webinar .flex-control-nav li {
	padding: 0;
}

.featured-webinar .wsm-featured-webinar .flex-direction-nav {
	display: none;
}

.featured-webinar .wsm-featured-webinar .info-date {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	float: left;
	line-height: 1.2;
	margin-right: 2%;
	text-align: left;
	width: 20%;
}

.featured-webinar .wsm-featured-webinar .info-date strong {
	display: block;
}

.featured-webinar .wsm-featured-webinar .info-content {
	display: block;
	float: left;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	width: 58%;
}

.featured-webinar .wsm-featured-webinar .more-link {
	float: right;
	margin: 0;
}

.featured-webinar .wsm-featured-webinar .more-link a {
	background-color: transparent;
	border: 1px solid #fff;
}

.featured-webinar .wsm-featured-webinar .flex-control-paging li a {
	background: none transparent;
	border: 1px solid #fff;
	box-shadow: none !important;
}

.featured-webinar .wsm-featured-webinar .flex-control-paging li a.flex-active,
.featured-webinar .wsm-featured-webinar .flex-control-paging li a:hover {
	background-color: #fff;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* ##  Gravity Form
--------------------------------------------- */

/* # Gravity Form
--------------------------------------- */

div.gform_wrapper {
	margin: 0;
	max-width: 100%;
}

div.gform_wrapper p {
	display: none;
}


div.gform_wrapper textarea,
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="number"],
div.gform_wrapper input[type="password"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="url"] {
	padding: 10px;
}

div.gform_wrapper .top_label .gfield_label {
	font-weight: 400;
	margin-bottom: 0;
}

div.gform_wrapper .gsection .gfield_label,
div.gform_wrapper h2.gsection_title,
div.gform_wrapper h3.gform_title {
	font-weight: 700;
}

div.gform_wrapper h3.gform_title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 0;
}

div.gform_wrapper .top_label .gfield_label {
	margin: 0 0 4px;
}

.entry-content div.gform_wrapper form li,
body div.gform_wrapper label.gfield_label + div.ginput_container,
div.gform_wrapper li.hidden_label input,
div.gform_wrapper .top_label li.gfield.gf_left_half,
div.gform_wrapper .top_label li.gfield.gf_right_half {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content div.gform_wrapper form li {
	padding-left: 0;
}

div.gform_wrapper ul.top_label li.gfield.gf_left_half,
div.gform_wrapper ul.top_label li.gfield.gf_right_half,
.entry-content div.gform_wrapper form li,
div.gform_wrapper form li.gfield {
	list-style: none outside none !important;
	margin-bottom: 6px;
}

div.gform_wrapper .gform_footer {
	margin-top: 6px;
	padding: 0;
}

div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
}

.ie div.gform_wrapper .gform_footer input.button {
	padding: 12px 40px;
}

div.gf_browser_ie.gform_wrapper .gfield_checkbox li input,
div.gf_browser_ie.gform_wrapper .gfield_checkbox li input[type=checkbox],
div.gf_browser_ie.gform_wrapper .gfield_radio li input[type=radio] {
	margin-top: 7px;
}

.home-bottom-form.subscribe-box .gform_widget .widget-title {
	margin-bottom: 20px;
}

div.gform_wrapper .gform_heading {
	width: 100%;
}

.home-bottom-form.subscribe-box div.gform_wrapper .gform_heading {
	margin-bottom: 30px;
}

.subscribe-box div.gform_wrapper .gform_heading h3.gform_title {
	font-size: 42px;
	font-size: 4.2rem;
}

.subscribe-box div.gform_wrapper form .gform_body {
	max-width: 86.5%;
}

.subscribe-box div.gform_wrapper form {
	margin: 0 auto;
	max-width: 85%;
	position: relative;
}

.subscribe-box div.gform_wrapper .gform_footer {
	bottom: 0;
	margin: 0;
	max-width: 15%;
	position: absolute;
	right: 0;
	width: auto;
}

.subscribe-box div.gform_wrapper .top_label li.gfield.gf_left_third {
	margin: 0;
}

.subscribe-box div.gform_wrapper .top_label li.gfield.gf_middle_third,
.subscribe-box div.gform_wrapper .top_label li.gfield.gf_right_third {
	margin: 0;
}

.subscribe-box div.gform_wrapper .top_label li.gfield.gf_left_third input.large,
.subscribe-box div.gform_wrapper .top_label li.gfield.gf_left_third input.medium,
.subscribe-box div.gform_wrapper .top_label li.gfield.gf_left_third select.large,
.subscribe-box div.gform_wrapper .top_label li.gfield.gf_left_third select.medium,
.subscribe-box div.gform_wrapper .top_label li.gfield.gf_middle_third input.large,
.subscribe-box div.gform_wrapper .top_label li.gfield.gf_middle_third input.medium,
.subscribe-box div.gform_wrapper .top_label li.gfield.gf_middle_third select.large,
.subscribe-box div.gform_wrapper .top_label li.gfield.gf_middle_third select.medium,
.subscribe-box div.gform_wrapper .top_label li.gfield.gf_right_third input.large,
.subscribe-box div.gform_wrapper .top_label li.gfield.gf_right_third input.medium,
.subscribe-box div.gform_wrapper .top_label li.gfield.gf_right_third select.large,
.subscribe-box div.gform_wrapper .top_label li.gfield.gf_right_third select.medium {
	width: 99.9%;
}

.subscribe-box div.gform_wrapper .top_label li.gfield.gf_middle_third {
	width: 32.3%;
}

.subscribe-box div.gform_wrapper .gform_heading {
	text-align: center;
}

.sidebar div.gform_wrapper {
	background-color: #dc2329;
	color: #fff;
	padding: 20px;
}

.sidebar div.gform_wrapper form li,
.sidebar div.gform_wrapper li {
	border: 0;
	padding-bottom: 0;
}

.sidebar div.gform_wrapper input,
.sidebar div.gform_wrapper select,
.sidebar div.gform_wrapper textarea {
	background-color: #fff;
	border: 0;
	padding: 6px;
}

.sidebar div.gform_wrapper .gsection .gfield_label,
.sidebar div.gform_wrapper h2.gsection_title,
.sidebar div.gform_wrapper h3.gform_title {
	color: #fff;
}

.sidebar div.gform_wrapper .gform_footer input.button,
.sidebar div.gform_wrapper .gform_footer input[type="submit"] {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	text-align: center;
	width: 97.5%;
}

.sidebar div.gform_wrapper .gform_footer input.button:hover,
.sidebar div.gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #f1eaeb;
}

/*  Sidebar Subscribe Box  */

.sidebar div.gform_wrapper.subscribe_wrapper {
	background-color: transparent;
	color: #5d5e5e;
	padding: 0;
}

.sidebar div.gform_wrapper .gform_heading {
	margin-bottom: 8px;
}

.sidebar div.gform_wrapper.subscribe_wrapper  .gsection .gfield_label {
	color: #5d5e5e;
}

.sidebar div.gform_wrapper.subscribe_wrapper  h2.gsection_title,
.sidebar div.gform_wrapper.subscribe_wrapper  h3.gform_title {
	color: #000000;
	margin-bottom: 0;
}

.sidebar div.gform_wrapper.subscribe_wrapper form.subscribe {
	position: relative;
}

.sidebar div.gform_wrapper.subscribe_wrapper .gform_heading {
	background: url(images/icon-rss.png) no-repeat 0 0 transparent;
	padding-top: 40px;
}

.sidebar div.gform_wrapper.subscribe_wrapper input,
.sidebar div.gform_wrapper.subscribe_wrapper select,
.sidebar div.gform_wrapper.subscribe_wrapper textarea {
	background-color: #f3f3f4;
	border: 1px solid #eaeaeb;
	padding: 4px 8px;
}

.sidebar div.gform_wrapper.subscribe_wrapper .gform_footer {
	bottom: 0;
	position: absolute;
	right: 2.5%;
}

.sidebar div.gform_wrapper.subscribe_wrapper .gform_footer input.button,
.sidebar div.gform_wrapper.subscribe_wrapper .gform_footer input[type="submit"] {
	background-color: #dc2329;
	border: 0;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	width: auto;
}

.sidebar div.gform_wrapper.subscribe_wrapper .gform_footer input.button:hover,
.sidebar div.gform_wrapper.subscribe_wrapper .gform_footer input[type="submit"]:hover {
	background-color: #f6151d;
	color: #fff;
}

div.gform_wrapper.subscribe_wrapper li.email input {
	padding-right: 16%;
}

div.gform_wrapper.banner-form_wrapper {
	background-color: #f6f6f6;
	border-left: 1px solid #d8d9da;
	border-right: 1px solid #d8d9da;
	margin-bottom: 56px;
	position: relative;
	max-width: 342px;
}

.ie7 div.gform_wrapper.banner-form_wrapper,
.ie8 div.gform_wrapper.banner-form_wrapper {
	border-bottom: 1px solid #d8d9da;
	padding-bottom: 20px;
}

div.gform_wrapper.banner-form_wrapper::after {
	background: url(images/form-tail.png) no-repeat center bottom;
	position: absolute;
    top: 100%;
    left: 0;
    content: '';
    height: 56px;
	right: 0;
	width: auto;
}

div.gform_wrapper.banner-form_wrapper .gform_heading {
	background-color: #19a9a3;
	border: 1px solid #d8d9da;
	border-bottom: 0;
	color: #fff;
	margin: 0;
	padding: 10px;
	text-align: center;
	width: 100%;
}

div.gform_wrapper.banner-form_wrapper h3.gform_title {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	font-size: 20px;
	margin-bottom: 0;
}

div.gform_wrapper.banner-form_wrapper .gform_body {
	padding: 20px;
}

div.gform_wrapper.banner-form_wrapper  .gform_footer {
	margin: 0;
	padding: 0 10px;
	text-align: center;
}

div.gform_wrapper.banner-form_wrapper input,
div.gform_wrapper.banner-form_wrapper select,
div.gform_wrapper.banner-form_wrapper textarea {
	background-color: #fff;
	border: 0;
	font-size: 17px;
	font-size: 1.7rem;
}

div.gform_wrapper.banner-form_wrapper .gform_footer input.button,
div.gform_wrapper.banner-form_wrapper .gform_footer input[type="submit"] {
	background-color: #dc2329;
	padding: 6px 20px;
}

div.gform_wrapper.banner-form_wrapper .gform_footer input.button:hover,
div.gform_wrapper.banner-form_wrapper .gform_footer input[type="submit"]:hover {
	background-color: #ea1118;
}

/* Error Message */

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin: 0;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
div.gform_wrapper li.gfield_html {
	max-width: 100%;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	display: none;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-bottom: 0 !important;
}

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	border: 0;
}

div.gform_wrapper div.validation_error {
	background-color: transparent;
	border: 0;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

/* SSBA
--------------------------------------- */

.ssba {
	clear: both;
	display: block;
}

.single .content .ssba.ssba-wrap {
    float: right;
    max-width: 20%;
    position: absolute;
    right: 0;
    top: 40px;
}

.ie8 .single .content .ssba.ssba-wrap,
.ie7 .single .content .ssba.ssba-wrap {
	width: 20%;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.ie7 .genesis-skip-link {
	display: none;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/*
## WP Table
--------------------------------------------- */

h2.tablepress-table-name {
	font-size: 18px;
	font-size: 1.8rem;
}

table.tablepress thead th,
table.tablepress tfoot th {
    background: #3f5eab;
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
}

table.tablepress thead tr {
    border: 1px solid #3F5EAB;
}

table.tablepress tbody td,
table.tablepress tfoot th {
	border-bottom: 1px solid #e9eaeb;
	border-top: none;
	border-right: 1px solid #e9eaeb;
}

table.tablepress {
	border: 1px solid #e9eaeb;
}

span.tablepress-table-description {
    margin-bottom: 20px;
}

table.tablepress .odd td,
table.tablepress .even td {
	background-color: transparent;
}

table.tablepress th,
table.tablepress td {
	padding: 4px 8px;
}

/* ##  JW Player
--------------------------------------------- */

div.jw-skin-seven .jw-display-icon-container {
	background: none transparent !important;
	border-radius: 0;
}

div.jw-skin-seven .jw-display-icon-container {
	border: 0;
	height: 139px;
	width: 122px;
}

div.jwplayer.jw-state-buffering .jw-display-icon-container,
div.jwplayer.jw-state-playing .jw-display-icon-container {
	display: none !important;
}

div.jwplayer.jw-state-idle .jw-icon-display::before {
	display: none;
}

div.jw-display-icon-container .jw-icon-display {
	background: url(images/play-icon.png) no-repeat 0 0 transparent;
}

/* ## Related Posts
--------------------------------------------- */

div#jp-relatedposts h3.related-posts {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
}

div#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 0;
}

div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a,
div#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
	color: #231f20;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none !important;
}

div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:focus,
div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
div#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a:hover {
	color: #405eab;
	text-decoration: none;
}

div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: block;
}

/* ## Events Calendar
--------------------------------------------- */

.events-list div.tribe-events-loop,
.single-tribe_organizer div.tribe-events-loop,
.single-tribe_venue div.tribe-events-loop,
.tribe-events-day div.tribe-events-loop,
div#tribe-events-pg-template {
	max-width: 100%;
}

.single-tribe_events .tribe-events-schedule h2 {
	color: #3F5EAB;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}

div.tribe-events-list .tribe-events-event-cost span {
    background-color: #3F5EAB;
    border: 0;
    color: #fff;
    font-weight: 600;
}

div#tribe-events-content .tribe-events-tooltip h4,
div#tribe_events_filters_wrapper .tribe_events_slider_val,
div.single-tribe_events a.tribe-events-gcal,
div.single-tribe_events a.tribe-events-ical .site-header {
	min-height: inherit;
}

div#tribe-events .tribe-events-button,
div#tribe-events .tribe-events-button:hover,
div#tribe_events_filters_wrapper input[type="submit"],
a.tribe-events-button,
a.tribe-events-button.tribe-active:hover,
a.tribe-events-button.tribe-inactive,
a.tribe-events-button:hover,
table.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
table.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #3f5eab;
}

div#tribe-events-content .tribe-events-tooltip h4,
div#tribe_events_filters_wrapper .tribe_events_slider_val,
body.single-tribe_events a.tribe-events-gcal,
body.single-tribe_events a.tribe-events-ical,
body.single-tribe_events .tribe-events-schedule h2 {
	color: #3f5eab;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #000;
	color: #fff;
	min-height: 92px;
}

.site-header .wrap {
	padding: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0 0;
	width: 261px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 38px;
	font-size: 3.8rem;
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #fff;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 57px;
	width: 100%;
}

.site-description {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	padding-top: 14px;
	text-align: right;
	width: 820px;
}

.site-header .widget-area a {
	color: #fff;
}

.site-header .widget-area a:hover {
	color: #707070;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.ie7 .genesis-nav-menu .menu-item {
	display: block;
	float: left;
}

.genesis-nav-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a {
	color: #707070;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	background: url(images/submenu-arrow.png) no-repeat left center transparent;
}

.genesis-nav-menu .sub-menu {
	background: url(images/submenu-bg.png) repeat 0 0;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 230px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: transparent;
	border: 0;
	border-top: 0;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px 20px;
	position: relative;
	width: 230px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -35px 0 0 230px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 0;
	position: relative !important;
}

.ie7 .genesis-nav-menu > .search {
	padding-top: 11px;
}

.genesis-nav-menu > .search #show_hide {
	background: transparent url(images/search-icon.png) no-repeat scroll right center;
	cursor: pointer;
	display: block;
	height: 13px;
	padding: 0px;
	text-indent: -9999px;
	width: 18px;
}

.genesis-nav-menu .slidingDiv {
	background: url(images/submenu-bg.png) repeat 0 0;
    border: 0;
	border-top: 0;
	padding: 8px;
    position: absolute;
    right: 0px;
    top: 22px;
    width: 280px;
    z-index: 9999;
}

.ie7 .genesis-nav-menu .slidingDiv {
	height: auto;
	margin: 0;
	top: 28px;
}

.ie7 .genesis-nav-menu .slidingDiv form {
	margin: 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary .genesis-nav-menu a {
	color: #fff;
	text-decoration: none;
}

.ie7 .nav-primary .genesis-nav-menu {
	float: right;
	width: auto;
}

.nav-primary .genesis-nav-menu > .menu-item > a {
	background: url(images/nav-primary-border.png) no-repeat right 7px;
	padding: 10px 10px 18px;
}

.nav-primary .genesis-nav-menu > .menu-item.first > a {
	padding-left: 0;
}

.nav-primary .genesis-nav-menu > .menu-item.last > a {
	background-image: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #707070;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu > .menu-item.seo-report,
.nav-primary .genesis-nav-menu > .menu-item.seo-report {
	vertical-align: middle;
}

.genesis-nav-menu > .menu-item.seo-report > a,
.nav-primary .genesis-nav-menu > .menu-item.seo-report > a {
	background-color: #3f5eab;
	background-image: none;
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	font-weight: 900;
	padding: 8px 20px;
}

.genesis-nav-menu > .menu-item.seo-report > a:hover,
.nav-primary .genesis-nav-menu > .menu-item.seo-report > a:hover {
	background-color: #4368c6;
	color: #fff;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.ie7 .nav-secondary .genesis-nav-menu {
	float: right;
	width: auto;
}

.nav-secondary .genesis-nav-menu a {
	color: #707070;
	font-weight: bold;
	text-decoration: none;
}

.nav-secondary .genesis-nav-menu > .menu-item > a {
	background: url(images/nav-secondary-border.png) no-repeat right center;
	padding: 10px 12px;
}

.nav-secondary .genesis-nav-menu > .menu-item.last > a {
	background-image: none;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu .current-menu-item > a {
	color: #efefef;
	text-decoration: none;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu .sub-menu a:focus,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
}

/* ## Navigation toggles
--------------------------------------------- */

.home-menu-item,
button.sub-menu-toggle,
button.menu-toggle {
	display: none;
	visibility: hidden;
}

/* # Home Page
---------------------------------------------------------------------------------------------------- */

.home .content .widget-title {
	color: #231f20;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 40px;
	text-align: center;
}

.home .content {
	font-size: 18px;
	font-size: 1.8rem;
}

.home-top {
	position: relative;
}

/* ## Slider
--------------------------------------------- */

.top-slider div.soliloquy-container .soliloquy-image {
	width: 100%;
}

.top-slider div.soliloquy-container .soliloquy-viewport,
.top-slider div.soliloquy-container .soliloquy-item {
	max-height: 554px;
	overflow: hidden;
}

.top-slider div.soliloquy-container .soliloquy-caption {
	bottom: 40px;
	left: 50%;
	margin-left: -576px;
	max-width: 1152px;
	width: 577px;
}

.top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-top {
	top: 40px;
}

.top-slider div.soliloquy-container .soliloquy-caption-inside {
	background: rgba(0,0,0,0.5);
	border: 1px solid #fff;
	color: #fff;
	padding: 40px;
	text-shadow: 0 0 3px #333;
}

.ie8 .top-slider div.soliloquy-container .soliloquy-caption-inside,
.ie7 .top-slider div.soliloquy-container .soliloquy-caption-inside {
	background-color: #444;
}

.top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-right,
.top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-right .soliloquy-caption-inside,
.top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-left,
.top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
	height: auto;
}

.top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-left {
	top: 70px;
}

.top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-right {
	left: auto;
	right: 50%;
	margin-right: -576px;
	top: 80px;
}

.top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
	padding: 40px;
}

.top-slider div.soliloquy-container .soliloquy-caption-inside h1,
.top-slider div.soliloquy-container .soliloquy-caption-inside h2,
.top-slider div.soliloquy-container .soliloquy-caption-inside h3,
.top-slider div.soliloquy-container .soliloquy-caption-inside h4,
.top-slider div.soliloquy-container .soliloquy-caption-inside h5 {
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	font-weight: 800;
	line-height: 1.125;
	margin-bottom: 0;
	text-shadow: 0 0 4px #444;
}

.top-slider div.soliloquy-container .soliloquy-caption-inside h1 {
	font-size: 60px;
	font-size: 6rem;
}

.top-slider div.soliloquy-container .soliloquy-caption-inside h1.medium,
.top-slider div.soliloquy-container .soliloquy-caption-inside h2 {
	font-size: 54px;
	font-size: 5.4rem;
}

.top-slider div.soliloquy-container .soliloquy-caption-inside h3 {
	font-size: 46px;
	font-size: 4.6rem;
}

.top-slider div.soliloquy-container .soliloquy-caption-inside h4 {
	font-size: 40px;
	font-size: 4rem;
}

.top-slider div.soliloquy-container .soliloquy-caption-inside h5 {
	font-size: 32px;
	font-size: 3.2rem;
}

.top-slider div.soliloquy-container .soliloquy-caption-inside  .more-link {
	margin-top: 30px;
}

.top-slider div.soliloquy-container .soliloquy-caption-inside  .more-link a {
	background-color: #dc2329;
	color: #fff;
	display: inline-block;
	padding: 15px 40px;
}

.top-slider div.soliloquy-container .soliloquy-caption-inside  .more-link a:hover {
	background-color: #f51119;
}

.top-slider div.soliloquy-container .soliloquy-caption img.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

.page-template-page_how-we-help .top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
	padding: 90px 50px;
}

/* ##  Top Right CTA
--------------------------------------------- */

.home-top-right {
	background-color: #3f5eab;
	border-radius: 10px 0 0 10px;
	color: #fff;
	padding: 30px 20px;
	position: absolute;
	right: 0;
	top: 15%;
	width: 265px;
}

.ie7 .home-top-right .menu-item a {
	display: block;
}

.home-top-right .menu .menu-item {
	margin-bottom: 20px;
}

.home-top-right .menu li:last-child {
	margin-bottom: 0;
}

.menu-item a.menu-image-title-after.menu-image-not-hovered img,
.menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
	display: block;
	float: none;
	margin: 0 auto 8px;
	opacity: 1;
	padding: 0;
}

.menu-item a.menu-image-title-after.menu-image-not-hovered:hover img {
	opacity: 0.8;
}

.home-top-right  a.menu-image-title-after .menu-image-title {
	color: #fff;
	display: block;
	font-family:"proxima-nova",sans-serif;
	font-weight: 900;
	text-align: center;
}


/* ##  Feature 1
--------------------------------------------- */

.home-f1 {
	background: url(images/arrow-down-red.png) no-repeat center 7px #fff;
}

.home-f1 .wrap {
	border-top: 7px solid #dc2329;
	padding: 60px 0;
}


/* ##  Feature 2
--------------------------------------------- */

.home-f2 {
	background: url(images/arrow-down-white.png) no-repeat center 0 #eceded;
	position: relative;
}

.home-f2 .wrap {
	padding: 60px 0;
}

/* ##  Feature 3
--------------------------------------------- */

.home-f3 {
	background: url(images/arrow-down-grey.png) no-repeat center 0 #fff;
	position: relative;
}

.home-f3 .wrap {
	padding: 60px 0;
}


/* ##  Feature 4
--------------------------------------------- */

.home-f4 {
	background-color: #eceded;
	position: relative;
}

.home-f4:before {
	background: url(images/arrow-down-white.png) no-repeat center top;
	content: "";
	height: 14px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.home-f4 .wrap {
	padding: 60px 0;
}


/* ##  Feature 5
--------------------------------------------- */

.home-f5 {
	background: url(images/arrow-down-grey.png) no-repeat center 0 #fff;
	border-top: 7px solid #eceded;
	position: relative;
}


.home-f5 .wrap {
	padding: 60px 0;
}

/* ##  Webinar Slides
--------------------------------------------- */

.featured-webinar {
	background: url(images/arrow-down-white.png) no-repeat center 0 #3f5eab;
	color: #fff;
	padding: 60px 0;
	text-align: center;
}

/* ##  Subscribe Box
--------------------------------------------- */

.home .content .home-logo-slider .home-bottom-form.subscribe-box .widget-title,
.home-bottom-form.subscribe-box .widget-title {
	font-size: 42px;
	font-size: 4.2rem;
}

.home-bottom-form.subscribe-box {
	background: url(images/arrow-down-blue.png) no-repeat center 0 #eceded;
	padding: 60px 0;
}

.home-bottom-form.subscribe-box .wrap {
	background: none transparent;
	border-top: 0;
	padding: 0;
}

/* ##  Logos Slider
--------------------------------------------- */

.home-logo-slider {
	background-color: #fff;
	padding: 60px 0;
}

.home .content .home-logo-slider .widget-title,
.home-logo-slider .widget-title {
	font-size: 42px;
	font-size: 4.2rem;
}


/* ## Soliloquy
--------------------------------------------- */

div.soliloquy-container .soliloquy-prev {
	background: url(images/slider-arrow-left.png) no-repeat 0 0;
	height: 34px;
	margin-top: -17px;
	width: 17px;
}

div.soliloquy-container .soliloquy-prev {
	left: -37px;
}

div.soliloquy-container .soliloquy-next {
	background: url(images/slider-arrow-right.png) no-repeat 0 0;
	height: 34px;
	margin-top: -17px;
	width: 17px;
}

div.soliloquy-container .soliloquy-next {
	right: -37px;
}

/* ## Featured Resources Widgets
--------------------------------------------- */

.home .content .wsm-featured-widget .widget-title,
.wsm-featured-widget .widget-title {
	margin-bottom: 5px;
}

.featured-desc {
	display: block;
}

.featured-desc a {
	color: #db2328;
}

.featured-desc a:hover {
	color: #231f20;
}


.home .content .featured-desc {
	margin-bottom: 30px;
	text-align: center;
}

.wsm-featured-widget .featured-resources {
	overflow: hidden;
	text-align: center;
}

.featured-resources li {
	display: inline-block;
	margin-right: 38px;
	max-width: 247px;
	position: relative;
}

.ie8 .featured-resources li,
.ie7 .featured-resources li {
	width: 22.5%;
}

.ie7 .featured-resources li {
	float: left;
		margin-right: 3%;
}

.featured-resources li:last-child,
.featured-resources li:nth-child(4n) {
	margin-right: 0;
}

.featured-resources .featured-title {
	background: url(images/resource-title-bg.png) repeat 0 0  transparent;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	left: 0;
	line-height: 1.2;
	padding: 13px 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: auto;
}

.featured-resources a:hover .featured-title {
	color: #eceded;
}

/* ## CTA Menu Widgets
--------------------------------------------- */

.home .content .menu {
	text-align: center;
}

.home .content .menu li {
	color: #5d5e5e;
	display: inline-block;
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.2;
	margin-bottom: 40px;
	margin-right: 5%;
	width: 20%;
	vertical-align: top;
}

.ie7 .home .content .menu li {
	display: block;
	float: left;
	margin-right: 4%;
	width: 21%;
}

.ie8 .home .content .menu li {
	margin-right: 4%;
}

.home .content .menu li:nth-child(4n+1) {
	clear: both;
}

.home .content .menu li:nth-child(4n) {
	margin-right: 0;
}

.home .content .menu li a {
	color: #5d5e5e;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
}

.home .content .menu li a:hover img {
	opacity: 0.8;
}


/* ## CTA widgets
--------------------------------------------- */

.wsm-cta-widget .cta-box {
	text-align: center;
	max-width: 100%;
}

.wsm-cta-widget .cta-title {
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 32px;
	font-size: 3.2rem;
}

.wsm-cta-widget .cta-box .cta-box-content,
.wsm-cta-widget .cta-title,
.wsm-cta-widget .cta-title a {
	color: #5d5e5e;
}

.wsm-cta-widget  a:hover .cta-title {
	color: #231f20;
}

.cta-wrap {
	text-align: center;
}

.cta-box a {
	display: block;
}

.home .content .cta-box {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.375;
	margin-right: 34px;
	padding: 0;
	vertical-align: top;
	width: 306px;
}

.ie7 .home .content .cta-box {
	float: left;
	margin-right: 3%;
	width: 30%;
}

.home .content .wsm-cta-widget .cta-title {
	font-size: 28px;
	font-size: 2.8rem;
}

.wsm-cta-widget .cta-box.has-image {
	position: relative;
}

.wsm-cta-widget .cta-box.has-image .cta-box-content {
	background: rgba(210,0,0,0.8);
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 40px;
	position: absolute;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
	top: 0;
	width: 100%;
}

.ie7 .wsm-cta-widget .cta-box.has-image .cta-box-content {
	padding: 20px 5%;
	width: 90%;
}

.wsm-cta-widget .cta-box.has-image a:hover .cta-box-content {
	opacity: 0;
}

.wsm-cta-widget .cta-box.has-image  img {
	display: block;
	width: 100%;
}

.wsm-cta-widget .cta-box.has-image .cta-title {
	color: #fff;
	line-height: 1;
	margin-top: 26px;
}

.home .content .cta-box3 {
	margin-right: 0;
}

/* #  Landing Page
---------------------------------------------------------------------------------------------------- */

.page-template-page_landing .site-inner {
	padding-top: 60px;
}


/* #  Top Banner
-------------------------------- */

.top-banner {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.top-banner .overlay {
	background: rgba(63,94,171,0.8);
	padding: 36px 0;
}

.top-banner h1,
.top-banner h2,
.top-banner h3,
.top-banner h4,
.top-banner h5 {
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	font-weight: 800;
	margin-bottom: 20px;
}

.top-banner img.alignright {
	margin-bottom: 0;
}

.top-banner .custom-content {
	overflow: hidden;
}

.cta-section ul li {
	display: block;
	float: left;
	margin: 0 0 20px;
	width: 31%;
}

.ie8 .cta-section ul li,
.ie7 .cta-section ul li {
	margin-right: 2.5%;
	width: 30%;
}

.cta-section ul li:nth-child(3n+1) {
	margin-right: 3.5%;
}

.cta-section ul li:nth-child(3n) {
	float: right;
}

.cta-section .cta-title {
	color: #5d5e5e;
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

.cta-section a:hover .cta-title {
	color: #405eab;
}

.cta-section .cta-content {
	color: #5d5e5e;
}

.form-box {
	max-width: 341px;
	width: 341px;
}

/* # How We Help - Main
---------------------------------------------------------------------------------------------------- */

/* ## Top Feature
--------------------------------------------- */

.hwhm-top-feature {
	padding: 50px 0;
}

.hwhm-top-feature .heading {
	clear: none;
	display: block;
}

.hwhm-top-feature .title-icon {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.ie7 .hwhm-top-feature .title-icon {
	float: left;
}

.hwhm-top-feature img.alignleft {
	margin-bottom: 0;
	margin-right: 60px;
}

.hwhm-top-feature img.alignright {
	margin-bottom: 0;
	margin-left: 60px;
}

.hwhm-top-feature .custom-content {
	overflow: hidden;
}

.hwhm-top-feature-arrow.genericon {
	font-size: 29px;
	position: absolute;
	right: 50%;
}

/* ##  How We Help - CTAs
--------------------------------------------- */

.hwhm_cta {
	/* background: url(images/arrow-down-blue.png) no-repeat center 0 #fff; */
	padding: 50px 0;
}

.hwhm_cta .heading {
	margin-bottom: 60px;
}

.hwhm_cta ul.cta-list {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.hwhm_cta ul.cta-list li {
	display: inline-block;
	margin-bottom: 50px;
	margin-right: 2%;
	width: 23%;
	vertical-align: top;
}

.ie7 .hwhm_cta ul.cta-list li {
	float: left;
}

.hwhm_cta ul.cta-list li a img.cta-image {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.hwhm_cta ul.cta-list li a:hover img.cta-image {
	opacity: 0.8;
}

.hwhm_cta ul.cta-list li:nth-child(7),
.hwhm_cta ul.cta-list li:nth-child(4) {
	margin-right: 0;
}

.hwhm_cta .more-link {
	clear: both;
	text-align: center;
}

.hwhm_cta .more-link a {
	clear: both;
	font-size: 36px;
	font-size: 3.6rem;
	min-width: 68%;
	padding: 10px 30px;
	text-align: center;
}

.hwhm_cta .cta-title {
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.2;
	margin-bottom: 10px;
}

.hwhm_cta .cta-content {
	color: #5d5e5e;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.hwhm_cta .cta-title {
	color: #5d5e5e;
}

.hwhm_cta a:hover .cta-title {
	color: #405eab;
}

/* ##  How We Help - Featured Content
-------------------------------------------------------- */

.lvox-featured-content {
	border-bottom: 1px solid #dadcde;
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 1152px;
	overflow: hidden;
	padding: 50px 0;
}

.page-template-page_how-we-help .content > div:last-child {
	border: 0;
}

.lvox-featured-content .heading {
	clear: none;
	margin-bottom: 40px;
}

.lvox-featured-content .custom-content {
	overflow: hidden;
	padding-top: 0;
}

.wwhs-featured-content.lvox-featured-content .custom-content {
	padding-top: 0;
}

.lvox-featured-content img.alignleft {
	margin-bottom: 0;
	margin-right: 50px;
	max-width: 50%;
}

.lvox-featured-content img.alignright {
	margin-bottom: 0;
	margin-left: 50px;
	max-width: 50%;
}

.lvox-featured-content ol,
.lvox-featured-content ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

.lvox-featured-content ol > li {
	list-style-type: decimal;
}

.lvox-featured-content ul > li {
	list-style-image: url(images/bullet-list.png);
	list-style-type: none;
}

.lvox-featured-content li {
	margin-bottom: 8px;
	padding-left: 5px;
}

.lvox-featured-content ol ol,
.lvox-featured-content ul ul {
	margin-bottom: 0;
}

/* ##  How We Help - Featured Video
-------------------------------------------------------- */

.featured-video .jwplayer.jw-flag-aspect-mode {
	max-height: 700px;
	overflow: hidden;
}

/* ##  How We Help - Bottom CTA
-------------------------------------------------------- */

.hwhm_bottom_cta {
	padding: 60px 0;
}

.hwhm_bottom_cta .cta-list {
	text-align: center;
}

.hwhm_bottom_cta .cta-list li {
	display: inline-block;
	text-align: center;
	margin-right: 3%;
	vertical-align: top;
	width: 22%;
}

.ie7 .hwhm_bottom_cta .cta-list li {
	float: left;
}

.hwhm_bottom_cta .cta-list li:nth-child(4n) {
	margin-right: 0;
}

.hwhm_bottom_cta .cta-content {
	color: #5d5e5e;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}

.hwhm_bottom_cta a:hover .cta-content {
	color: #405eab;
}

/* # How We Help - Single
---------------------------------------------------------------------------------------------------- */

body.page-template-page_how-we-help-single .site-inner {
	padding-bottom: 0;
}

/* ## HWHS - Top Banner
--------------------------------------------- */

.how-we-help-banner.top-banner h1.heading,
.how-we-help-banner.top-banner h2.heading {
	color: #231f20;
	font-size: 50px;
	font-size: 5rem;
}

.how-we-help-banner .banner-caption {
	color: #5d5e5e;
	padding: 50px 0;
	width: 48%;
}

.how-we-help-banner .more-link a {
	background-color: transparent;
	border: 1px solid #dc2329;
	color: #231f20;
	font-size: 15px;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.how-we-help-banner .more-link a:hover {
	background-color: transparent;
	color: #dc2329;
}

/* ## HWHS - Top CTAs
--------------------------------------------- */

.hwhs-top-cta {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 50px 0;
}

.hwhs-top-cta .heading {
	margin-bottom: 40px;
}

.hwhs-top-cta .heading,
.hwhs-top-cta a {
	color: #fff;
}

.hwhs-top-cta .cta-title {
	display: block;
	font-family:"proxima-nova",sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	font-size: 2.4rem;
}

.hwhs-top-cta .cta-list {
	text-align: center;
}

.hwhs-top-cta .cta-list li {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 2%;
	vertical-align: top;
	width:  23%;
}

.ie7 .hwhs-top-cta .cta-list li {
	float: left;
}

.hwhs-top-cta .cta-list li:nth-child(4n) {
	margin-right: 0;
}


/* # Featured Content (2)
------------------------------------------------ */

.hwhs-featured2-content {
	border-bottom: 1px solid #dadcde;
	clear: both;
	padding: 50px 0;
	margin: 0 auto;
	max-width: 1152px;
}

.hwhs-featured2-content .heading {
	margin-bottom: 50px;
}

.hwhs-featured2-content .featured-list {
	text-align: center;
}

.hwhs-featured2-content .featured-list li {
	display: inline-block;
	margin-right: 2%;
	vertical-align: top;
	width: 32%;
}

.ie7 .hwhs-featured2-content .featured-list li {
	float: left;
}

.hwhs-featured2-content .featured-list img {
	display: block;
	margin: 0 auto 20px;
}

.hwhs-featured2-content .featured-title {
	color: #5d5e5e;
	display: block;
	font-weight: 700;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

.hwhs-featured2-content a:hover .featured-title {
	color: #405eab;
}

.hwhs-featured2-content .featured-list li:nth-child(3n) {
	margin-right: 0;
}


/* # Featured Content (3)
------------------------------- */

.hwhs-featured3-content {
	border-bottom: 1px solid #dadcde;
	clear: both;
	padding: 50px 0 0;
	margin: 0 auto;
	max-width: 1152px;
}

.hwhs-featured3-content .heading {
	margin-bottom: 50px;
}

.hwhs-featured3-content .featured-list {
	text-align: center;
}

.hwhs-featured3-content .featured-list li {
	display: inline-block;
	margin-bottom: 50px;
	margin-right: 3.9%;
	vertical-align: top;
	width: 48%;
}

.ie7 .hwhs-featured3-content .featured-list li {
	float: left;
}

.hwhs-featured3-content .featured-list img {
	display: block;
	margin: 0 auto;
}

.hwhs-featured3-content .featured-title {
	color: #5d5e5e;
	display: block;
	font-weight: 700;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

.hwhs-featured3-content a:hover .featured-title {
	color: #405eab;
}

.hwhs-featured3-content .custom-content {
	display: block;
	margin-bottom: 20px;
}

.hwhs-featured3-content .featured-list li:nth-child(even) {
	margin-right: 0;
}

/* ## CTA Bar
---------------------------- */

.hwhs-cta-bar {
	border-bottom: 1px solid #dadcde;
	padding: 20px 0;
	margin: 0 auto;
	max-width: 1152px;
	min-height: 150px;
}

.hwhs-cta-bar .percent {
	color: #405eab;
	font-family: "proxima-nova",sans-serif;
	font-weight: 900;
	font-size: 115px;
	font-size: 11.5rem;
	float: left;
	line-height: 1;
	margin-right: 20px;
	width: auto;
}

.percent .symbol {
	display: inline-block;
	font-size: 82px;
	font-size: 8.2rem;
	vertical-align: top;
}

.hwhs-cta-bar .cta-bar-title {
	color: #405eab;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.275;
	padding-top: 12px;
}

/* ## Mid Featured Content
-------------------------------------- */

.mid-featured4 {
	border-bottom: 1px solid #DADCDE;
	padding: 90px 0;
	position: relative;
}

.mid-featured4::before {
	background: url(images/arrow-down-grey.png) no-repeat center top;
	content: "";
	height: 14px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.mid-featured4 .featured-title {
	font-weight: 700;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 40px;
}

.mid-featured4 .featured-content {
	width: 46%;
}

/* ## Mid CTAs
-------------------------------------- */

.hwhs-mid-cta {
	background-color: #3f5eab;
	color: #fff;
	padding: 90px 0;
}

.hwhs-mid-cta .cta-list {
	text-align: center;
}

.hwhs-mid-cta .cta-list li {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 5%;
	vertical-align: top;
	width: 30%;
}

.ie8 .hwhs-mid-cta .cta-list li,
.ie7 .hwhs-mid-cta .cta-list li {
	margin-right: 3.1%;
}

.ie7 .hwhs-mid-cta .cta-list li {
	float: left;
}

.hwhs-mid-cta .cta-title {
	display: block;
	font-weight: 700;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.hwhs-mid-cta .cta-list li:nth-child(3n) {
	margin-right: 0;
}

.hwhs-mid-cta .more-link {
	display: block;
	margin-top: 30px;
}

.hwhs-mid-cta .more-link a {
	background-color: transparent;
	border: 1px solid #fff;
}

.hwhs-mid-cta .more-link a:hover {
	background-color: transparent;
	color: #ECEDED;
}


/* ## 1st Testimonial
-------------------------------------- */

.featured_testimonial-1 {
	background-color: #eceded;
	padding: 60px 0;
	position: relative;
}

.featured_testimonial-1::before {
	background: url(images/arrow-down-blue.png) no-repeat center top;
	content: "";
	height: 14px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.featured_testimonial-1 .featured-content {
	text-align: center;
	width: 46%;
}

.featured_testimonial-1 blockquote {
	background: none transparent;
	padding: 0;
	margin: 20px 0;
}

.featured_testimonial-1 .testimonial-entry {
	margin: 0 auto;
	max-width: 350px;
}

.featured_testimonial-1 .testimonial-photo {
	height: 183px;
	margin: 0 auto;
	overflow: hidden;
	width: 183px;
}

.featured_testimonial-1 .testimonial-photo,
.featured_testimonial-1 .testimonial-photo img {
	border-radius: 50%;
}

.featured_testimonial-1 .quote-author {
	background: url(images/border-top.png) no-repeat center 0;
	font-weight: 700;
	font-size: 19px;
	font-size: 1.9rem;
	margin-bottom: 0;
	padding-top: 10px;
}

.featured_testimonial-1 .quote-company {
	color: #9b9da0;
	font-weight: 700;
}

/* ## Featured Testimonials
--------------------------------------------- */

.featured-testimonials {
	background-color: #3f5eab;
	color: #fff;
	padding: 50px 0 20px;
}

.featured-testimonials .testimonial-list {
	text-align: center;
}

.featured-testimonials .testimonial-list li {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 4%;
	vertical-align: top;
	width: 30.5%;
}

.ie8 .featured-testimonials .testimonial-list li,
.ie7 .featured-testimonials .testimonial-list li {
	margin-right: 3%;
	width: 30%;
}

.ie7 .featured-testimonials .testimonial-list li {
	float: left;
}

.featured-testimonials .testimonial-list li:last-child,
.featured-testimonials .testimonial-list li:nth-child(3n) {
	margin-right: 0;
}

.featured-testimonials blockquote {
	background: url(images/blockquote-white.png) no-repeat center 0;
	margin: 0 0 40px;
	padding: 40px 0 0;
}

.featured-testimonials .quote-author {
	background: url(images/border-top-white.png) no-repeat center 0;
	font-weight: 700;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.2;
	margin-bottom: 0;
	padding-top: 10px;
}

.featured-testimonials .quote-company {
	font-weight: 700;
}

/* ## Featured Profile
--------------------------------------------- */

.featured_profile {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 540px;
	padding: 32px 0 50px;
}

.ie8 .featured_profile,
.ie7 .featured_profile {
	min-height: 0;
}

.featured_profile .content-wrap {
	max-width: 63.5%;
}

.featured_profile blockquote {
	background: url(images/blockquote-grey.png) no-repeat 20px 30px #3f5eab;
	border-radius: 10px;
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 1.2;
	margin: 0 0 50px;
	padding: 50px 30px;
	position: relative
}

.featured_profile blockquote::after {
	background: url(images/quote-arrow.png) no-repeat 0 center transparent;
	content: "";
	height: 100%;
	position: absolute;
	right: -21px;
	top: 0;
	width: 21px;
}

.featured_profile .profile-title {
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 20px;
}

/* ## 2nd Testimonial
-------------------------------------- */

.featured_testimonial-2 {
	background-color: #eceded;
	padding: 50px 0;
}

.featured_testimonial-2  .testimonial-photo {
	border-radius: 50%;
	float: left;
	height: 227px;
	margin: 0 50px;
	overflow: hidden;
	width: 227px;
}

.featured_testimonial-2  .testimonial-photo img {
	border-radius: 50%;
}

.featured_testimonial-2 .text {
	float: right;
	width: 70%;
}

.featured_testimonial-2 .text p {
	font-size: 18px;
	font-size: 1.8rem;
}

.featured_testimonial-2 blockquote {
	background: none;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 20px 0 0;
}

.featured_testimonial-2 p.quote-author {
	font-weight: 700;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1;
	margin-bottom: 0;
}

.featured_testimonial-2 .quote-author span {
	background: url(images/border-top.png) no-repeat left 0;
	padding-top: 10px;
}

.featured_testimonial-2 p.quote-company {
    color: #9b9da0;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
}

/* ## Featured Resources
-------------------------------------- */

.hwhs-featured-resources {
	padding: 50px 0;
}

.hwhs-featured-resources .heading {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 0;
}

.hwhs-featured-resources .short-desc {
	color: #231f20;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	text-align: center;
}

.hwhs-featured-resources .short-desc a {
	color: #db2328;
}

.hwhs-featured-resources .short-desc a:hover {
	color: #231f20;
}


/* ## Bottom Logos
-------------------------------------- */

.bottom-logos {
	padding: 0 0 50px;
}

.bottom-logos .heading {
	font-size: 42px;
	font-size: 4.2rem;
}

/* # Who We Help - Main
---------------------------------------------------------------------------------------------------- */

.page-template-page_who-we-help .site-inner {
	padding: 0;
}

/* ## Top CTAs
--------------------------------------------- */

.wwhm-top-cta {
	padding: 40px 0;
}

.wwhm-top-cta .cta-list {
	text-align: center;
}

.wwhm-top-cta .cta-list li {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin-right: 8px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 378px;
}

.ie8 .wwhm-top-cta .cta-list li,
.ie7 .wwhm-top-cta .cta-list li {
	margin-right: 3%;
	width: 30%;
}

.ie7 .wwhm-top-cta .cta-list li {
	float: left;
}

.wwhm-top-cta .cta-list li img.cta-cover {
	display: block;
	margin: 0;
}

.wwhm-top-cta .cta-list li:nth-child(3n) {
	margin-right: 0;
}

.cta-list .text-wrap {
	background: rgba(210,0,0,0.8);
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	opacity: 1;
	padding: 60px 20px 20px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
	width: auto;
}

.cta-list .featured-heading {
	display: block;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 30px;
}

.cta-list a:hover .text-wrap {
	opacity:  0;
}

.cta-list .text-wrap img {
	display: block;
	margin: 0 auto 30px;
}

/* ## Featured Photos
--------------------------------------------- */

.wwhm-featured_photos .wrap {
	border-top: 1px solid #dadcde;
	padding: 40px 0;
}

.wwhm-featured_photos .photo-list {
	text-align: center;
}

.wwhm-featured_photos .photo-list li {
	display: inline-block;
	margin: 0 8px 8px 0;
	position: relative;
	vertical-align: top;
	width: 378px;
}

.ie8 .wwhm-featured_photos .photo-list li,
.ie7 .wwhm-featured_photos .photo-list li {
	margin-bottom: 20px;
	margin-right: 3%;
	width: 30%;
}

.ie7 .wwhm-featured_photos .photo-list li {
	float: left;
}

.wwhm-featured_photos .photo-list li:nth-child(3n) {
	margin-right: 0;
}

.wwhm-featured_photos .photo-list li :nth-child(3n+1) {
	clear: both;
}

.wwhm-featured_photos .photo-list .photo-cover {
	display: block;
	margin: 0;
}

.wwhm-featured_photos .photo-list .text-wrap {

	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	opacity: 1;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
	width: auto;
}

.wwhm-featured_photos .photo-list a:hover .text-wrap {
	background: rgba(63,94,171,0.78);
}

.wwhm-featured_photos .photo-list .text-wrap-inside {
	display: table;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.wwhm-featured_photos .photo-list .featured-heading {
	display: table-cell;
	font-size: 26px;
	font-size: 2.6rem;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}


/* ## Content Slides
--------------------------------------------- */

.content-slider {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 50px 0;
}

.content-slider .flexslider {
	margin: 0;
	padding: 50px 50px 80px;
}

.content-slider .flex-control-nav {
	bottom: 20px;
	left: 0;
}

.content-slider .flex-direction-nav a {
	height: 45px;
}

.content-slider .left-info {
	color: #405eab;
	float: left;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	line-height: 1.2;
	width: 25%;
}

.content-slider .percent {
	color: #db2328;
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-weight: 900;
	font-size: 88px;
	font-size: 8.8rem;
}

.content-slider .main-info {
	float: right;
	position: relative;
	width: 72%;
}

.content-slider .flexslider .slides img {
	position: absolute;
	max-width: 150px;
	right: 0;
	top: 0;
	width: auto;
}

.content-slider .main-info .info-title {
	color: #231f20;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1;
	margin-bottom: 15px;
	padding-right: 180px;
}

.content-slider .main-info .info-text {
	margin-bottom: 20px;
}

.content-slider .more-link a {
	padding: 6px 24px;
}

.content-slider .flex-control-paging li a {
	background: none transparent;
	box-shadow: none !important;
	border: 1px solid #bec0c2;
	height: 15px;
	width: 15px;
}

.content-slider .flex-control-paging li a.flex-active,
.content-slider .flex-control-paging li a:hover {
	background: none #bec0c2;
	height: 15px;
	width: 15px;
}

/* ## Mid Featured Content
--------------------------------------------- */

.wwhm-mid-feature {
	padding: 50px 0;
}

.wwhm-mid-feature img {
	border: 5px solid #eceded;
}

.wwhm-mid-feature img.alignleft {
	margin-right: 40px;
}

.wwhm-mid-feature img.alignright {
	margin-left: 40px;
}

.wwhm-mid-feature .feature-content {
	padding-top: 40px;
}

.wwhm-mid-feature .heading {
	clear: none;

}

/* ## Clients Logo
--------------------------------------------- */

.wwhm-featured_clients {
	padding: 50px 0;
}


/* ## WWHI - Top Banner
--------------------------------------------- */

.who-we-help-banner.top-banner h1.heading {
	color: #231f20;
	font-size: 50px;
	font-size: 5rem;
}

.who-we-help-banner .banner-caption {
	color: #5d5e5e;
	float: right;
	padding: 50px 0;
	width: 48%;
}

.who-we-help-banner .more-link a {
	background-color: transparent;
	border: 1px solid #dc2329;
	color: #231f20;
	font-size: 15px;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.who-we-help-banner .more-link a:hover {
	background-color: transparent;
	color: #dc2329;
}

/* ## WWHI - Client Logos Slide
--------------------------------------------- */

.page-template-page_who-we-help-industries .site-inner {
	padding: 0;
}

.page-template-page_who-we-help-industries .client-logos .wrap {
	border-bottom: 1px solid #dadcde;
	padding: 50px 0;
}


/* # Featured Content (2)
------------------------------- */

.wwhi-featured2-content {
	border-bottom: 1px solid #dadcde;
	clear: both;
	padding: 50px 0 0;
}

.wwhi-featured2-content .heading {
	margin-bottom: 50px;
}

.wwhi-featured2-content .featured-list {
	text-align: center;
}

.wwhi-featured2-content .featured-list li {
	display: inline-block;
	margin-bottom: 50px;
	margin-right: 3.9%;
	vertical-align: top;
	width: 48%;
}

.ie8 .wwhi-featured2-content .featured-list li,
.ie7 .wwhi-featured2-content .featured-list li {
	margin-right: 2%;
}

.ie7 .wwhi-featured2-content .featured-list li {
	float: left;
}

.wwhi-featured2-content .featured-list img {
	display: block;
	margin: 0 auto;
}

.wwhi-featured2-content .featured-title {
	color: #5d5e5e;
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

.wwhi-featured2-content a:hover .featured-title {
	color: #405eab;
}

.wwhi-featured2-content .custom-content {
	display: block;
	margin-bottom: 20px;
}

.wwhi-featured2-content .featured-list li:nth-child(even) {
	margin-right: 0;
}


/* ## Mid CTAs
-------------------------------------- */

.wwhi-mid-cta {
	background-color: #db2328;
	color: #fff;
	padding: 90px 0;
}

.wwhi-mid-cta .cta-list {
	text-align: center;
}

.wwhi-mid-cta .cta-list li {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 5%;
	vertical-align: top;
	width: 30%;
}

.ie8 .wwhi-mid-cta .cta-list li,
.ie7 .wwhi-mid-cta .cta-list li {
	margin-right: 3%;
}

.ie7 .wwhi-mid-cta .cta-list li {
	float: left;
}

.wwhi-mid-cta .cta-title {
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.wwhi-mid-cta .cta-list li:nth-child(3n) {
	margin-right: 0;
}

.wwhi-mid-cta .more-link {
	display: block;
	margin-top: 30px;
}

.wwhi-mid-cta .more-link a {
	background-color: transparent;
	border: 1px solid #fff;
}

.wwhi-mid-cta .more-link a:hover {
	background-color: transparent;
	color: #ECEDED;
}

/* ## Featured Resources
-------------------------------------- */

.wwhi-featured-resources {
	background-color: #eceded;
	padding: 50px 0;
	text-align: center;
}

.wwhi-featured-resources a {
	color: #db2328;
}

.wwhi-featured-resources a:hover {
	color: #231f20;
}

.wwhi-featured-resources .heading {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 0;
}

.wwhi-featured-resources  .short-desc {
	margin-bottom: 50px;
}

.wwhi-featured-resources1 ul li {
	max-width: 100%;
	margin-right: 60px;
	width: 332px;
}

.ie8 .wwhi-featured-resources1 ul li,
.ie7 .wwhi-featured-resources1 ul li {
	margin-right: 4%;
	width: 28%;
}

.wwhi-featured-resources1 .featured-title {
	display: block;
	position: static;
}

.wwhi-featured-resources1 li img {
	display: block;
}


/* ## WWHI - Footer Featured Content
-------------------------------------- */

.footer-featured-content {
	padding: 90px 0;
	position: relative;
}

.footer-featured-content .featured-title {
	font-weight: 700;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 40px;
}

.footer-featured-content .featured-content {
	float: left;
	width: 46%;
}


/* # Who We Help - Child
---------------------------------------------------------------------------------------------------- */


/* ## Client Logos
--------------------------------------------- */

.wwhs-client-logos {
	padding-top: 50px;
}

.page-template-page_who-we-help-single .client-logos .wrap {
	border-bottom: 1px solid #DADCDE;
	padding-bottom: 0;
}

.client-logos {
	overflow: hidden;
	text-align: center;
}

.client-logos li {
	display: inline-block;
	margin-bottom: 25px;
	margin-right: 35px;
	vertical-align: middle;
	max-width: 225px;
}

.ie7 .client-logos li {
	float: left;
}

.client-logos li img {
	display: block;
	margin: 0 auto;
	opacity: 1;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.client-logos li a:hover img {
	opacity: 0.8;
}

/* ## Top CTAs
--------------------------------------------- */

.wwhs_cta.page-cta .wrap {
	border-bottom: 1px solid #dadcde;
	padding: 50px 0;
}

.wwhs_cta.page-cta .heading {
	margin-bottom: 10px;
}

.wwhs_cta.page-cta  .cta-desc {
	margin-bottom: 40px;
}

.wwhs_cta.page-cta ul.cta-list {
	text-align: center;
}

.wwhs_cta.page-cta ul.cta-list li {
	display: inline-block;
	margin-right: 2%;
	text-align: left;
	width: 32%;
}

.ie7 .wwhs_cta.page-cta ul.cta-list li,
.ie8 .wwhs_cta.page-cta ul.cta-list li {
	width: 31%;
}

.ie7 .wwhs_cta.page-cta ul.cta-list li {
	float: left;
}

.wwhs_cta.page-cta ul.cta-list li:nth-child(3n) {
	margin-right: 0;
}

.wwhs_cta.page-cta ul.cta-list .cta-title {
	color: #5d5e5e;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
}

.wwhs_cta.page-cta ul.cta-list .cta-content {
	color: #5d5e5e;
	display: block;
	overflow: hidden;
}


/* # Featured Content (2)
------------------------------- */

.wwhs-featured2-content {
	border-bottom: 1px solid #dadcde;
	clear: both;
	padding: 50px 0 0;
}

.wwhs-featured2-content .heading {
	margin-bottom: 50px;
}

.wwhs-featured2-content .featured-list {
	text-align: center;
}

.wwhs-featured2-content .featured-list li {
	display: inline-block;
	margin-bottom: 50px;
	margin-right: 3.9%;
	vertical-align: top;
	width: 48%;
}

.ie7 .wwhs-featured2-content .featured-list li {
	float: left;
}

.wwhs-featured2-content .featured-list li {
	margin-right: 2%;
}

.wwhs-featured2-content .featured-list img {
	display: block;
	margin: 0 auto;
}

.wwhs-featured2-content .featured-title {
	color: #5d5e5e;
	display: block;
	font-family:"proxima-nova",sans-serif;
	font-weight: normal;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

.wwhs-featured2-content a:hover .featured-title {
	color: #405eab;
}

.wwhs-featured2-content .custom-content {
	display: block;
	margin-bottom: 20px;
}

.wwhs-featured2-content .featured-list li:nth-child(even) {
	margin-right: 0;
}

/* ## 3rd Featured Content
--------------------------------------------- */

.wwhs-featured-content {
	border: 0;
}

.arrow-box span {
	background: url(images/box-arrow.png) no-repeat 0 center transparent;
	display: inline-block;
	margin: 20px 0;
	padding-left: 30px;
}


/* ## Footer CTAs
-------------------------------------- */

.wwhs-footer-cta {
	background-color: #db2328;
	color: #fff;
	padding: 90px 0;
}

.wwhs-footer-cta .cta-list {
	text-align: center;
}

.wwhs-footer-cta .cta-list li {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 5%;
	vertical-align: top;
	width: 30%;
}

.ie7 .wwhs-footer-cta .cta-list li {
	float: left;
}

.wwhs-footer-cta .cta-title {
	display: block;
	font-weight: 700;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.wwhs-footer-cta .cta-list li:nth-child(3n) {
	margin-right: 0;
}

.wwhs-footer-cta .more-link {
	display: block;
	margin-top: 30px;
}

.wwhs-footer-cta .more-link a {
	background-color: transparent;
	border: 1px solid #fff;
}

.wwhs-footer-cta .more-link a:hover {
	background-color: transparent;
	color: #ECEDED;
}

/* # Testimonials
---------------------------------------------------------------------------------------------------- */

.page-template-page_testimonials-php .title-bar h1 {
	font-size: 50px;
	font-size: 5rem;
}

.page-template-page_testimonials-php .featured_testimonial-1::before {
	background: url(images/arrow-down-white.png) no-repeat center top;
}

/* # Resources
---------------------------------------------------------------------------------------------------- */

body.page-template-page_resources .site-inner {
	padding-bottom: 0;
}

body.page-template-page_resources .lvox-featured-content {
	border: 0;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.375;
}

body.page-template-page_resources .lvox-featured-content .heading {
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 20px;
}

body.page-template-page_resources .lvox-featured-content .more-link a {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Tab
--------------------------------------------- */

.resources-tab {
	overflow: hidden;
}

.resources-tab h4.tab-title {
	color: #405eab;
	font-weight: 700;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 40px;
	text-align: center;
}

.resources-tab .one-third {
	margin-left: 5%;
	width: 30%;
}

.resources-tab .more-content3 div:last-child,
.resources-tab .more-content2 div:last-child,
.resources-tab .more-content1 div:last-child,
.resources-tab .main-tab-content div:last-child {
	border: 0;
	padding-bottom: 0;
}

.resources-tab .one-third.first {
	margin-left: 0;
}

.resources-tab .tab_content {
	border-bottom: 1px solid #d1d2d4;
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 30px;
}

.resources-tab .tab-entry-image {
	margin-bottom: 0;
}

.resources-tab .tab_content .tab-entry-content {
	line-height: 1.375;
	overflow: hidden;
}

.resources-tab .tab-entry-title {
	color: #231f20;
	font-weight: 700;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
}

.resources-tab a .tab-entry-title,
.resources-tab .tab-entry-title {
	color: #231f20;
}

.resources-tab a:hover .tab-entry-title {
	color: #405eab;
}

.resources-tab .show-more {
	margin: 20px 0;
}

.resources-tab .show-more strong {
	color: #db2328;
	cursor: pointer;
}

.resources-tab .show-more strong.hide-items {
	display: none;
}

.resources-tab .show-more.hide strong.show-items {
	display: none;
}

.resources-tab .show-more.hide strong.hide-items {
	display: block;
}


.resources-tab .show-more strong:hover {
	color: #5d5e5e;
}

/* ## Featured 2
--------------------------------------------- */

.resources-cta {
	padding: 60px 0;
}

.resources-cta ul {
	text-align: center;
}

.resources-cta ul li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 48%;
}

.ie8 .resources-cta ul li,
.ie7 .resources-cta ul li {
	margin-right: 2.75%;
	width: 47%;
}

.ie7 .resources-cta ul li {
	float: left;
}

.resources-cta ul li:nth-child(2n+1) {
	clear: both;
	margin-right: 4%;
}

.resources-cta ul li a {
	display: block;
}

.resources-cta .cta-image {
	display: block;
	margin: 0;
}

.cta-content-wrap {
	background: rgba(0,0,0,0.3);
	bottom: 0;
	display: block;
	left: 0;
	opacity: 1;
	padding-top: 20px;
	position: absolute;
	right: 0;
	text-shadow: 0 0 4px #333;
	top: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
	width: auto;
}

.resources-cta a:hover .cta-content-wrap {
	background: none;
}

.cta-content-wrap .cta-icon {
	display: block;
	margin: 0 auto 20px;
}

.cta-content-wrap .cta-title {
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	font-size: 2.5rem;
}

/* ## Featured Posts
--------------------------------------------- */

.featured-posts-section {
	padding: 10px 0 50px;
}

.featured-posts-section .wsmfeaturedpost.featured-content .entry-header .entry-meta {
	display: block;
}

.featured-posts-section .wsmfeaturedpost.featured-content .entry-meta::after {
	display: none;
}

.featured-posts-section .entry-comments-link {
	display: inline;
}

.featured-posts-section .featured-content .entry {
	border: 0;
	float: left;
	margin-right: 4.325%;
	padding-bottom: 0;
	width: 21.74%;
}

.ie8 .featured-posts-section .featured-content .entry,
.ie7 .featured-posts-section .featured-content .entry {
	margin-right: 3%;
	width: 22%;
}

.featured-posts-section .featured-content article:nth-child(5n) {
	float: right;
	margin-right: 0;
}

.featured-posts-section .wsmfeaturedpost.featured-content .entry-title,
.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
}

.featured-posts-section .wsmfeaturedpost.featured-content .entry-title a,
.featured-content .entry-title a {
	color: #231f20;
}

.featured-posts-section .wsmfeaturedpost.featured-content .entry-title a:hover,
.featured-content .entry-title a:hover {
	color: #405eab;
}

.featured-posts-section a .entry-image {
	opacity: 1;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.featured-posts-section a:hover .entry-image {
	opacity: 0.8;
}


/* ## Case Studies
--------------------------------------------- */

.r-tabs {
	margin: 0 auto;
	max-width: 825px;
	overflow: hidden;
}

.r-tabs .one-third {
	margin: 0 7% 50px 0;
	padding: 0;
	width: 28.5%;
}

.r-tabs .tab-panel {

	float: left;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

.r-tabs .tab-panel div:nth-child(3n+1) {
	clear: both;
}

.r-tabs .tab-panel div:nth-child(3n) {
	margin-right: 0;
}

.r-tabs .one-third {
	margin-left: 0;
}

.r-tabs-nav {
	border: 1px solid #eeefef;
	display: block;
	float: left;
	margin: 0 auto 12px;
	width: 100%;
}

.r-tabs-nav li {
	display: block;
	float: left;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	width: 33.33333333333%;
}

.ie8 .r-tabs-nav li,
.ie7 .r-tabs-nav li {
	margin-right: 4%;
}

.ie7 .r-tabs-nav li {
	float: left;
}

.r-tabs-nav li.r-tabs-tab.r-tabs-state-active {
	position: relative;
}

.r-tabs-nav li.r-tabs-tab.r-tabs-state-active:after {
	background: url(images/arrow-down-red.png) no-repeat center 0;
	bottom: -14px;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	right: 0;
	width: auto;
}

.r-tabs-nav li:nth-child(3n) {
	margin-right: 0;
}

.r-tabs-nav li span {
	display: table;
	height: 85px;
	outline: 0;
	width: 100%;
}

.r-tabs-nav li a {
	border: 0;
	border-right: 1px solid #eeefef;
	color: #231f20;
	display: table-cell;
	padding: 20px 10px;
	vertical-align: middle;
	width: 100%;
}

.r-tabs-nav li:last-child a {
	border: 0;
}

.r-tabs-nav li.r-tabs-tab.r-tabs-state-active a {
	border-color: #dc2329;
	background-color: #dc2329;
	color: #fff;
}

.tab-panel .tab-entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
}

.tab-panel .tab-entry-title a {
	color: #231f20;
}

.tab-panel .tab-entry-title a:hover {
	color: #dc2329;
}

.r-tabs .r-tabs-panel .pagination {
	text-align: center;
}

.r-tabs .r-tabs-panel .archive-pagination li a {
	font-size: 23px;
	font-size: 2.3rem;
}

.r-tabs .archive-pagination li.pagination-previous a {
	background: url(images/arrow-left-nav.png) no-repeat center 6px transparent;
}

.r-tabs .archive-pagination li.pagination-previous {
	margin-right: 10px;
}

.r-tabs .archive-pagination li.pagination-next {
	margin-left: 10px;
}

.r-tabs .archive-pagination li.pagination-next a {
	background: url(images/arrow-right-nav.png) no-repeat center 6px transparent;
}

/* #  Algorithm
---------------------------------------------------------------------------------------------------- */

.google-algorithm-wrap {
	position: relative;
}

.page-template-page_google-algorithm .site-inner {
	padding-top: 60px;
}

.page-template-page_google-algorithm .content .entry-title {
	padding-right: 20%;
}

.page-template-page_google-algorithm .content .entry-header {
	position: relative;
}

.page-template-page_google-algorithm .content .ssba {
	margin-top: -38px;
}


.content-left {
	border: 1px solid #dedfe0;
	float: left;
	margin-right: 2%;
	padding: 20px;
	width: 40%;
}

.content-right div:last-child,
.content-left div:last-child {
	border-bottom: 0;
}

.content-menu {
	border: 1px solid #dedfe0;
	float: left;
	left: 50%;
	margin-left: -8%;
	position: absolute;
	top: 0;
	width: 16%;
}

.content-right {
	border: 1px solid #dedfe0;
	float: right;
	padding: 20px;
	width: 40%;
}

.google-algorithm-wrap .google-algorithm-year {
	border-bottom: 1px solid #dedfe0;
	color: #db2328;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.google-algorithm-wrap .google-algorithm-month {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.google-algorithm-wrap .algorithm-title {
	color: #231f20;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}

.google-algorithm-wrap .google-algorithm-change {
	border-bottom: 1px solid #dedfe0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.content-menu li a:hover {
	background-color: #dc2329;
	color: #fff;
}

.content-menu li a {
	border-bottom: 1px solid #dedfe0;
	color: #231f20;
	display: block;
	padding: 20px 10px;
	text-align: center;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */


.entry {
	margin-bottom: 40px;
}

.post .entry-content {
	clear: both;
	display: block;
	overflow: hidden;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

.entry-content ol {
	margin-left: 26px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-image: url(images/bullet-list.png);
	list-style-type: none;
}

.entry-content  li {
	margin-bottom: 8px;
	padding-left: 5px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.entry.teaser {
	float: right;
	margin-bottom: 60px;
	max-width: 342px;
}

.entry.teaser.first {
	clear: both;
	float: left;
}

.entry.teaser .entry-title {
	clear: both;
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
}

.single .content .entry-header {
	margin-bottom: 20px;
	min-height: 75px;
	overflow: hidden;
	position: relative;
}

.entry.teaser .entry-header {
	display: block;
	margin-bottom: 15px;
	position: relative;
}

.entry.teaser .entry-header .entry-time {
	bottom: 16px;
	display: block;
	left: 20px;
	line-height: 1;
	position: absolute;
}

.entry.teaser .entry-header .entry-meta {
	color: #fff;
	font-size: 19px;
	font-size: 1.9rem;
	margin: 0;
	text-shadow: 0 0 4px #222;
	text-transform: uppercase;
}

.entry.teaser .entry-header .entry-meta b {
	display: block;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.entry.teaser .entry-content {
	clear: both;
}

.entry.teaser .entry-content p {
	margin-bottom: 10px;
}

.entry.teaser img.post-image {
	float: none;
	margin: 0;
}

.entry.teaser p:empty {
  display: none;
}

.entry.teaser .comments-icon {
	float: right;
	max-width: 48%;
}

.more-link {
	margin-top: 20px;
}

.more-link a {
	background-color: #dc2329;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 10px 30px;
}

.more-link a:hover {
	background-color: #f6151d;
	color: #fff;
}

.entry.teaser .more-link {
	display: block;
	float: left;
	margin: 0;
	max-width: 50%;
}


.entry.teaser .more-link a {
	background: none transparent;
	color: #405eab;
	padding: 0;
}

.entry.teaser .more-link a:hover {
	background: none transparent;
	color: #231f20;
}

.show-more-link a {
	color: #dc2329;
	font-weight: 700;
}

.show-more-link a:hover {
	color: #231f20;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 0;
	overflow: hidden;
}

.single .content .entry-header .entry-meta {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: auto;
}

.single .content .entry-header .entry-time {
	border-right: 1px solid #edeeee;
    color: #db2328;
	display: block;
    font-size: 13px;
    font-size: 1.3rem;
	line-height: 1;
    margin: 0;
	padding-right: 10px;
	text-align: center;
    text-transform: uppercase;
}

.single .content .entry-header .entry-time b {
	display: block;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.single .content .entry-header .comments-icon {
	float: right;
	max-width: 20%;
	padding-top: 13px;
	text-align: right;
}

.single .content .entry-header .entry-title {
	display: block;
	float: left;
	line-height: 1;
	margin: 2px 0 0;
	max-width: 68%;
}

.entry-footer .entry-meta {
	background-color: #f7f8f8;
	border-bottom: 1px solid #e4e5e6;
	border-top: 1px solid #e4e5e6;
	color: #231f20;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
}

.entry-categories {
	background: url(images/category-icon.png) no-repeat left 16px transparent;
	padding-left: 30px;
}


.entry-categories {
	display: block;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 48%;
}

.entry-tags {
	background: url(images/tag-icon.png) no-repeat 10px 16px transparent;
	border-left: 1px solid #E4E5E6;
	float: left;
	padding-left: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 48%;
}


.entry-tags a,
.entry-categories a {
	color: #231f20;
}

.entry-tags::before {
	background-color: transparent;
	border: 1px solid #eaebec;
	bottom: 0;
	content: "";
	height: auto;
	left: -16px;
	position: absolute;
	top: 0;
	width: 1px;
}

.entry-tags a:hover,
.entry-categories a:hover {
	color: #405eab;
}

.entry-comments-link {
	color: #5d5e5e;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.625;
}

.entry-comments-link a {
	background: url(images/icon-email.png) no-repeat left center transparent;
	color: #5d5e5e;
	display: inline-block;
	min-height: 18px;
	padding-left: 30px;
}

.entry-comments-link a:hover {
	color: #405eab;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #a9abae;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	vertical-align: middle;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	color: #231f20;
	text-decoration: none;
}

.archive-pagination li.pagination-next a {
	background: url(images/arrow-right.png) no-repeat center 6px transparent;
	display: inline-block;
	padding: 0 10px;
	text-indent: -9999px;
	width: 6px;
}

.archive-pagination li.pagination-previous a {
	background: url(images/arrow-left.png) no-repeat center 6px transparent;
	display: inline-block;
	padding: 0 10px;
	text-indent: -9999px;
	width: 6px;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-respond h3,
.entry-comments h3 {
	font-weight: 700;
	font-size: 22px;
	font-size: 2.2rem;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-comments .comment-respond {
	margin-top: 30px;
}

li.comment {
	background-color: #f5f5f5;
	border: 1px solid #fff;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 20px;
	padding: 20px;
}

.comment-respond p.gform_wrapper {
	margin-bottom: 10px;
	margin-top: 0;
}

.comment-respond .comment-form {
	position: relative;
}

.comment-respond .comment-form-comment {
	position: absolute;
	right: 0;
	top: 0;
	width: 49.5%;
}

.logged-in .comment-respond .comment-form-comment {
	position: static;
	width: 100%;
}

.comment-respond .gform_wrapper input[type="email"],
.comment-respond .gform_wrapper input[type="text"],
.comment-respond .gform_wrapper input[type="url"] {
	padding: 10px;
	width: 49.5%;
}

.comment-respond .comment-form-comment textarea {
	height: 142px;
	padding: 10px;
}

.comment-respond label {
	display: none;
	margin-right: 12px;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin-bottom: 0;
}

.entry-comments .comment-author a {
	color: #231f20;
}

.entry-comments .comment-author a:hover {
	color: #405eab;
}

.comment-edit-link,
.entry-comments .comment-meta {
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
}

.comment-reply a {
	background-color: #405eab;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 3px 8px;
	text-transform: uppercase;
}

.comment-reply a:hover {
	background-color: #4368c6;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px solid #edeeee;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.sidebar li a {
	color: #5d5e5e;
}


.sidebar li a:hover {
	color: #405eab;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding-left: 26px;
}

.sidebar section:last-child {
	margin-bottom: 0;
	padding-top: 0;
}

.sidebar-content .sidebar .widget {
	padding-left: 0;
	padding-right: 26px;
}

.sidebar .menu li a {
	color: #a7a9ac;
	padding-left: 20px;
}

.sidebar .menu li a:hover,
.sidebar .menu li.current-menu-item a {
	background: url(images/arrow-sidebar-menu.png) no-repeat left center transparent;
	color: #5d5e5e;
}

.sidebar .more-link {
	margin-top: 12px;
}

/* #Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #2e2e2e;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
}

.footer-widgets .wrap {
	padding: 50px 0;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #eceded;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
}

.footer-widgets .widget-area {
	float: left;
}

.footer-widgets .widget-area.footer-widgets-1 {
	margin-right: 10%;
	width: 20%;
}

.footer-widgets .widget-area.footer-widgets-2 {
	width: 40%;
}

.footer-widgets .widget-area.footer-widgets-3 {
	float: right;
	width: 20%;
}

/* ##  Footer Resources
--------------------------------------------- */

.resources-box {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 0 50px;
}

.resources-box .wsm-featured-widget,
.resources-box.interior-resources {
	text-align: center;
}

.resources-box .widget-title {
    font-size: 42px;
    font-size: 4.2rem;
    text-align: center;
}

.resources-box .featured-resources {
	padding-top: 20px;
}

/* # Footer Subscribe
---------------------------------------------------------------------------------------------------- */

.subscribe-box {
	background: url(images/arrow-down-red.png) no-repeat center 7px #eceded;
	color: #231f20;
	font-size: 18px;
	font-size: 1.8rem;
}

.subscribe-box .wrap {
	border-top: 7px solid #dc2329;
	padding: 50px 0;
}

.subscribe-box .heading,
.subscribe-box .widget-title {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 10px;
	text-align: center;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	color: #9d9fa2;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.375;
	padding: 40px 0;
	text-align: center;
}

.site-footer a {
	color: #9d9fa2;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

.sep {
	display: inline;
	padding: 0 5px;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1151px) {

	.hwhs-featured3-content,
	.hwhs-cta-bar,
	.lvox-featured-content,
	.wrap {
		max-width: 94%;
	}

	.title-area {
		width: 24%;
	}

	.site-header .widget-area {
		width: 74%;
	}

	.content {
		width: 64%;
	}


	.sidebar-primary {
		width: 32%;
	}

	.top-slider div.soliloquy-container .soliloquy-caption-inside h1 {
		font-size: 54px;
		font-size: 5.4rem;
	}

	.top-slider div.soliloquy-container .soliloquy-caption {
		left: 3%;
		margin-left: 0;
	}

	.top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
		padding: 40px;
	}

	.top-slider div.soliloquy-container .soliloquy-caption {
		max-width: 50%;
		width: auto;
	}

	.home-top-right {
		max-width: 45%;
		top: 70px;
	}

	.featured-resources li {
		margin-right: 2%;
		max-width: 23%;
	}

	.featured-webinar .wsm-featured-webinar .more-link {
		margin-right: 1px;
	}

	.subscribe-box div.gform_wrapper form {
		max-width: 100%;
	}

	.home-f4 .wrap {
		padding: 40px 0;
	}

	.home .content .menu li {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.page-template-page_how-we-help .top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
		padding: 40px;
	}

	.heading {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.hwhm_cta ul.cta-list li {
		margin-bottom: 40px;
	}

	.how-we-help-banner .banner-caption {
		padding: 30px 0;
	}

	.top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-left {
		top: 45px;
	}

	.wwhm-featured_photos .photo-list li,
	.wwhm-top-cta .cta-list li {
		width: 32%;
	}

	.wwhm-featured_photos .photo-list li {
		margin: 0 2% 20px 0;
	}

	.wwhm-top-cta .cta-list li {
		margin-right: 2%;
	}

	.content-slider .left-info {
		font-size: 23px;
		font-size: 2.3rem;
	}

	.content-slider .main-info .info-title {
		font-size: 38px;
		font-size: 3.8rem;
	}

	.content-slider .flexslider {
		padding-bottom: 60px;
	}

	.wwhi-featured-resources1 ul li {
		margin-right: 5%;
		width: 30%;
	}

	.lvox-featured-content .custom-content {
		padding-top: 0;
	}

	.r-tabs {
		max-width: 90%;
	}

	.entry.teaser {
		max-width: 48%;
	}

	.subscribe-box div.gform_wrapper .gform_footer {
		max-width: 22%;
	}

	.subscribe-box div.gform_wrapper form .gform_body {
		max-width: 77%;
	}

	.top-slider div.soliloquy-container .soliloquy-caption-inside h1.medium,
	.top-slider div.soliloquy-container .soliloquy-caption-inside h2 {
		font-size: 46px;
		font-size: 4.6rem;
	}

	.post .entry-content {
		clear: both;
	}

	.single .content .ssba.ssba-wrap {
		float: none;
		max-width: 100%;
		position: static;
		width: 100%;
	}

	.single .content .entry-header .comments-icon,
	.single .content .entry-header .entry-title {
		float: none;
		max-width: inherit;
		text-align: left;
		width: 100%;
	}

	div.ssba > div {
		text-align: left !important;
	}

	.single .content .ssba.ssba-wrap {
		max-width: 100%;
	}

	.featured_testimonial-2 .testimonial-photo {
		margin-left: 0;
	}

	.cta-list .text-wrap {
		padding: 20px;
	}

}

@media only screen and (max-width: 1028px) {

	.title-area {
		width: 28%;
	}

	.site-header .widget-area {
		width: 70%;
	}

	.home-top-right {
		top: 30px;
	}

	.home .content .cta-box {
		margin-right: 2%;
		width: 32%;
	}

	.home .content .cta-box.cta-box3 {
		margin-right: 0;
	}

	.featured-webinar .wsm-featured-webinar .info-content {
		width: 56%;
	}

	.featured-webinar .wsm-featured-webinar .more-link {
		max-width: 22%;
	}

	.form-box {
		width: 32%;
	}

	div.gform_wrapper.banner-form_wrapper::after {
		display: none;
	}

	.page-template-page_landing .top-banner img.alignright {
		max-width: 32%;
	}

	.top-slider div.soliloquy-container .soliloquy-caption-inside h2 {
		font-size: 40px;
		font-size: 4rem;
	}

	.hwhm-top-feature .title-icon {
		display: none;
	}

	.hwhm_cta ul.cta-list li {
		margin-right: 4%;
		width: 22%;
	}

	.featured_testimonial-2 .testimonial-photo {
		margin-left: 0;
	}

	.featured_testimonial-2 .quote-author,
	.featured_testimonial-2 .quote-company {
		padding-left: 277px;
	}

	.wwhm-mid-feature img.alignright,
	.wwhm-mid-feature img.alignleft {
		max-width: 50%;
	}

	.wwhm-mid-feature .feature-content {
		padding-top: 0;
	}

	.content-slider .main-info .info-title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.cta-list .text-wrap {
		padding-top: 30px;
	}

	.cta-list .featured-heading {
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 10px;
	}

	.wwhm-top-cta .cta-list li {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.client-logos li {
		max-width: 160px;
	}

	.entry.teaser .comments-icon {
		max-width: 50%;
		padding-top: 2px;
	}

	.single .content .ssba.ssba-wrap {
		max-width: 50%;
		top: 30px;
	}

	.page-template-page_google-algorithm .content .ssba {
		margin-top: 0;
	}

	.title-area {
		width: 100%;
		text-align: center;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.site-header .widget-area {
		text-align: center;
		padding-bottom: 20px;
		width: 100%;
	}

	.bottom-logos div.soliloquy-outer-container,
	.home-logo-slider div.soliloquy-outer-container {
		padding: 0 20px;
	}

	div.soliloquy-container .soliloquy-prev {
		left: -25px;
	}

	div.soliloquy-container .soliloquy-next {
		right: -25px;
	}

	body.page-template-page_resources .lvox-featured-content.top-featured-content {
		padding-top: 0;
	}

	.cta-content-wrap .cta-title {
		font-size: 2rem;
		line-height: 1;
	}


}

@media only screen and (max-width: 980px) {

	.home-top-right {
		top: 25px;
	}

	.heading {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.hwhm_cta .cta-title {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.client-logos li {
		max-width: 130px;
	}

	.entry.teaser .more-link {
		float: none;
		max-width: 100%;
	}

	.entry.teaser .comments-icon {
		max-width: 100%;
		text-align: left;
		float: none;
	}

	.top-slider div.soliloquy-container .soliloquy-caption-inside h1.medium,
	.top-slider div.soliloquy-container .soliloquy-caption-inside h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.featured_testimonial-2 .testimonial-photo {
		margin-right: 30px;
		height: 195px;
		width: 195px;
	}

}

@media only screen and (max-width: 828px) {

	body {
		font-size: 16px;
		font-size: 1.6rem;
	}


	.top-slider div.soliloquy-container .soliloquy-caption-inside h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.home-top-right {
		border-radius: 0;
		max-width: 100%;
		position: static;
		width: 100%;
	}

	.home-top-right  .menu {
		text-align: center;
	}

	.home-top-right .menu .menu-item {
		margin-bottom: 20px;
		display: inline-block;
	}

	.home-top-right .menu .menu-item a {
		display: block;
		padding: 0 30px;
	}

	.home .content .menu li {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.wsm-cta-widget .cta-box.has-image .cta-title {
		margin-top: 0;
	}

	.home .content .wsm-cta-widget .cta-title {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.home .content .cta-box {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.wsm-cta-widget .cta-box.has-image .cta-box-content {
		padding: 40px 20px;
	}

	.featured-media {
		height: auto;
		position: static;
		width: 100%;
	}

	.home-f4 .wrap {
		padding-bottom: 0;
		padding-top: 0;
	}

	.featured-testimonial {
		float: none;
		max-width: 100%;
		padding: 50px 0;
	}

	.featured-webinar .wsm-featured-webinar .info-date {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.mid-featured4 .featured-content,
	.footer-featured-content .featured-content,
	.featured-webinar .wsm-featured-webinar .more-link,
	.featured-webinar .wsm-featured-webinar .info-content,
	.featured-webinar .wsm-featured-webinar .info-date {
		float: none;
		margin: 0;
		max-width: 100%;
		width: 100%;
	}

	.featured-webinar .wsm-featured-webinar .more-link {
		clear: both;
		display: block;
		margin-top: 20px;
	}

	.subscribe-box div.gform_wrapper .top_label li.gfield.gf_middle_third {
		width: 31%;
	}

	.top-banner .custom-content br {
		display: none;
	}

	.top-slider div.soliloquy-container .soliloquy-caption {
		max-width: 50%;
	}

	.how-we-help-banner .banner-caption {
		max-width: 70%;
	}

	.top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside,
	.page-template-page_how-we-help .top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
		padding: 20px;
	}

	.how-we-help-banner.top-banner h1.heading,
	.top-slider div.soliloquy-container .soliloquy-caption-inside h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.hwhm_cta .cta-title {
		font-size: 20px;
		font-size: 2rem;
	}

	.lvox-featured-content .custom-content {
		overflow: visible;
	}

	.hwhs-top-cta .cta-list li {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.cta-list .text-wrap img {
		margin-bottom: 10px;
	}

	.wwhm-top-cta .cta-list li .featured-text {
		display: none;
	}

	.wwhm-featured_photos .photo-list .featured-heading {
		font-size: 20px;
		font-size: 2rem;
	}

	.content-slider .percent {
		font-size: 58px;
		font-size: 5.8rem;
	}

	.footer-featured-content .featured-content {
		padding-top: 20px;
	}

	.who-we-help-banner .banner-caption {
		width: 60%;
	}

	.subscribe-box div.gform_wrapper form .gform_body {
		max-width: 81.9%;
	}

	.subscribe-box div.gform_wrapper .gform_footer {
		max-width: 18%;
	}

	.featured_testimonial-1 .testimonial-entry {
		max-width: 100%;
	}

	.featured_testimonial-1 .featured-content {
		float: none;
		padding-top: 40px;
		width: 100%;
	}

	.resources-tab .tab_content .tab-entry-content {
		overflow: visible;
	}

	.r-tabs {
		max-width: 100%;
	}

	.r-tabs-nav li {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.entry.teaser .entry-title {
		font-size: 20px;
		font-size: 2rem;
	}

	.hwhs-mid-cta .cta-title,
	.subscribe-box .heading,
	.subscribe-box .widget-title,
	.title-bar h2,
	.title-bar h1,
	.entry-title {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.mid-featured4 .featured-content {
		margin-bottom: 40px;
	}

	.featured_profile {
		background-position: 65% 0;
	}

	.hwhm-top-feature img.alignleft {
		margin-right: 5%;
		max-width: 48%;
	}

	.hwhm-top-feature img.alignright {
		margin-left: 5%;
		max-width: 48%;
	}

	.featured_testimonial-2 .testimonial-photo {
		margin-right: 30px;
		height: 165px;
		width: 165px;
	}

}

@media only screen and (max-width: 780px) {

	.page-template-page_landing .content .two-thirds {
		width: 50%;
	}

	.form-box {
		width: 31.623931623931625%;
	}

	.hwhs-cta-bar .percent {
		display: block;
		float: none;
		margin: 0;
		text-align: center;
		width: 100%;
	}

	.hwhs-cta-bar {
		text-align: center;
	}

	.resources-tab .tab-entry-title {
		clear: both;
		display: block;
		padding-top: 10px;
	}

	.page-template-page_testimonials-php .title-bar h1,
	.who-we-help-banner.top-banner h1.heading,
	.featured_profile .profile-title,
	.mid-featured4 .featured-title,
	.home .content .home-logo-slider .widget-title,
	.home-logo-slider .widget-title,
	.home .content .home-logo-slider .home-bottom-form.subscribe-box .widget-title,
	.home-bottom-form.subscribe-box .widget-title  {
		font-size: 28px;
		font-size: 2.8rem;
	}

	h1 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	h2 {
		font-size: 26px;
		font-size: 2.6rem;
	}

	h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	h4 {
		font-size: 2px;
		font-size: 2rem;
	}

	.subscribe-box div.gform_wrapper form .gform_body {
		max-width: 100%;
	}

	.subscribe-box div.gform_wrapper .gform_footer {
		margin: 10px 0 0;
		max-width: 100%;
		position: static;
		width: auto;
	}

	.wsm-cta-widget .cta-box.has-image .cta-box-content {
		padding: 20px;
	}

	.top-slider div.soliloquy-container .soliloquy-caption {
		max-width: 100%;
		position: static;
	}

	.top-slider div.soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
		background-color: #2E2E2E;
		border: 0;
	}

	.top-slider div.soliloquy-container .soliloquy-viewport, .top-slider div.soliloquy-container .soliloquy-item {
		height: auto !important;
		max-height: inherit;
	}

}

@media only screen and (max-width: 680px) {

	.site-header {
		position: relative;
		z-index: 200;
	}

	.title-area {
		position: relative;
		z-index: 100;
	}

	.content,
	.sidebar-primary,
	.site-header .widget-area,
	.site-inner,
	.title-area {
		width: 100%;
	}

	.form-box,
	.resources-tab .one-third,
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 20px;
		width: 100%;
	}

	.form-box {
		max-width: 100%;
	}

	div.gform_wrapper.banner-form_wrapper {
		max-width: 100%;
	}

	table.tablepress-responsive-tablet {
		border: 0;
	}

	table.tablepress-responsive-tablet tbody tr {
		margin-left: -4px;
	}

	table.tablepress-responsive-tablet tbody {
		border-top: 1px solid #ccc;
	}

	table.tablepress-responsive-tablet thead {
		border-bottom: 1px solid #ccc;
		padding-bottom: 1px;
	}

	table.tablepress thead th,
	table.tablepress tfoot th {
		line-height: 1.625;
	}

	table.tablepress tbody {
		border-bottom: 0;
	}

	.home .content .cta-box {
		margin: 0 2% 20px 0;
		width: 48%;
	}

	.home .content .cta-box.cta-box2 {
		margin-right: 0;
	}

	.wsm-cta-widget .cta-box.has-image .cta-title {
		margin-top: 20px;
	}

	.featured-resources li {
		margin-bottom: 30px;
		margin-right: 5%;
		max-width: inherit;
		width: 40%;
	}

	.featured-resources li:nth-child(2n),
	.featured-resources li:last-child,
	.featured-resources li:nth-child(4n) {
		margin-right: 0;
	}

	.subscribe-box div.gform_wrapper .top_label li.gfield.gf_middle_third,
	div.gform_wrapper .top_label li.gfield.gf_left_third,
	div.gform_wrapper .top_label li.gfield.gf_middle_third,
	div.gform_wrapper .top_label li.gfield.gf_right_third {
		float: none;
		margin: 0 0 8px !important;
		width: 100%;
	}

	.subscribe-box div.gform_wrapper form .gform_body {
		max-width: 100%;
	}

	.subscribe-box div.gform_wrapper .gform_footer {
		max-width: 100%;
		position: static;
	}

	.home .content .cta-box {
		display: block;
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}

	.wsm-cta-widget .cta-box.has-image {
		display: inline-block;
		margin: 0 2% 20px;
		width: 48%;
	}

	.hwhm_bottom_cta .cta-list li,
	.hwhm_cta ul.cta-list li,
	.home .content .menu li {
		margin: 0 2.5% 30px;
		width: 40%;
	}

	.top-banner .custom-content {
		overflow: visible;
	}

	.page-template-page_landing .top-banner img.alignleft,
	.page-template-page_landing .top-banner img.alignright {
		max-width: 48%;
	}

	div.gform_wrapper.banner-form_wrapper {
		border-bottom: 1px solid #d8d9da;
		padding-bottom: 20px;
	}

	.footer-widgets .widget-area.footer-widgets-1,
	.footer-widgets .widget-area.footer-widgets-2,
	.footer-widgets .widget-area.footer-widgets-3 {
		text-align: left;
		width: 32%;
	}

	.footer-widgets .widget-social {
		text-align: left;
	}

	.footer-widgets .widget-area.footer-widgets-1 {
		margin-right: 2%;
	}

	.hwhm-top-feature .custom-content {
		overflow: visible;
	}

	.top-banner {
		background: none !important;
	}

	.how-we-help-banner .banner-caption {
		max-width: 100%;
		width: 100%;
	}

	.wwhs-footer-cta .cta-list li,
	.wwhs_cta.page-cta ul.cta-list li,
	.wwhi-mid-cta .cta-list li,
	.featured-testimonials .testimonial-list li,
	.hwhs-mid-cta .cta-list li,
	.hwhs-featured2-content .featured-list li,
	.hwhs-top-cta .cta-list li {
		margin: 0 auto 30px;
		width: 100%;
	}

	.featured_profile .content-wrap {
		max-width: 100%;
	}

	.hwhs-featured-resources {
		text-align: center;
	}

	.content-slider .main-info,
	.content-slider .left-info {
		float: none;
		width: 100%;
	}

	.content-slider .left-info {
		display: block;
		margin-bottom: 30px;
	}

	.wwhi-featured-resources1 ul li {
		width: 42%;
	}

	.cta-list .featured-heading {
		font-size: 20px;
	}

	.featured_profile {
		background: none #2E2E2E !important;
	}

	.featured_profile blockquote::after {
		display: none;
	}

	.resources-tab h4.tab-title {
		text-align: left;
	}

	.resources-cta ul li:nth-child(2n+1),
	.resources-cta ul li {
		float: none;
		margin: 0 auto 30px;
		width: 80%;
	}

	.featured-posts-section .featured-content article:nth-child(4n),
	.featured-posts-section .featured-content .entry {
		margin: 0 0 30px;
		width: 48%;
	}

	.featured-posts-section .featured-content article:nth-child(4n) {
		clear: both;
		float: left;
	}

	.featured-posts-section .featured-content article:nth-child(5n),
	.featured-posts-section .featured-content article:nth-child(3n) {
		float: right;
	}

	.sidebar-primary {
		border: 0;
		clear: both;
		display: block;
		float: none;
		width: 100%;
	}

	.sidebar .widget {
		padding-left: 0;
	}

	.entry-categories,
	.entry-tags {
		display: block;
		float: none;
		position: static;
		width: 100%;
	}

	.entry-tags::before {
		display: none;
	}

	.comment-respond .gform_wrapper input[type="email"],
	.comment-respond .gform_wrapper input[type="text"],
	.comment-respond .gform_wrapper input[type="url"] {
		width: 100%;
	}

	.comment-respond .comment-form-comment {
		position: static;
		width: 100%;
	}

	.bottom-logos div.soliloquy-outer-container .soliloquy-item,
	.bottom-logos div.soliloquy-outer-container .soliloquy-image,
	.home-logo-slider div.soliloquy-container .soliloquy-item,
	.home-logo-slider div.soliloquy-container .soliloquy-image {
		min-width: 75px;
	}

	.bottom-logos div.soliloquy-container .soliloquy-item,
	.home-logo-slider div.soliloquy-container .soliloquy-item {
		margin-right: 10px !important;
	}

	.client-logos li {
		margin-right: 20px;
	}

	.wsm-featured-webinar .flexslider {
		text-align: center;
	}

	.featured-webinar .wsm-featured-webinar .info-date {
		margin-bottom: 10px;
		text-align: center;
	}

	.resources-tab .tab-entry-title {
		clear: none;
		padding-top: 0;
	}

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post,
	#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: none;
		width: 32%;
	}

	.lvox-featured-content img.alignright {
		max-width: inherit;
		float: none;
		margin: 0 0 20px;
		display: block;
	}

	.featured_testimonial-2 .testimonial-photo {
		float: none;
		margin: 0 auto 20px;
		height: 195px;
		width: 195px;
	}

	.featured_testimonial-2 .text {
		float: none;
		width: 100%;
	}

	.featured_testimonial-2 .quote-author,
	.featured_testimonial-2 .quote-company {
		padding-left: 0;
		text-align: center;
	}

	.featured_testimonial-2 .quote-author span {
		background-position: center top;
	}

	/* Responsive Navigation
	---------------------------------- */

	nav.nav-primary {
		background-color: transparent;
		display: block !important;
		position: absolute;
		right: 0;
		text-align: left;
		top: 0;
		z-index: 200;
		width: 100%;
	}

	nav.nav-primary:hover {
		z-index: 200;
	}

	.menu-toggle.genericon,
	.sub-menu-toggle {
		border-radius: 0;
		display: inline-block;
		font-size: 19px;
		font-weight: normal;
		margin: 0;
		overflow: hidden;
		padding: 10px;
		text-align: left;
		visibility: visible;
	}

	.menu-toggle.genericon {
		float: right;
		padding: 20px;
	}

	button.menu-toggle {
		color: #fff;
	}

	button.sub-menu-toggle,
	button.menu-toggle {
		display: inline-block;
		visibility: visible;
	}

	button.menu-toggle span,
	button.sub-menu-toggle span {
		display: inline-block;
		text-align: left;
		text-indent: -9999px;
		width: 1px;
	}

	.menu-toggle {
		background-color: transparent;
		color: #DC2329;
	}

	.menu-toggle:hover {
		background-color: transparent;
	}

	button.sub-menu-toggle {
		background-color: transparent;
		display: block;
		padding: 10px 8px;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}

	.menu-toggle:before {
		background: none transparent;
		content: "\2630";
		color: #DC2329;
	}

	.menu-toggle:hover:before {
		background-color: transparent;
		content: "\f406";
		color: #DC2329;
	}

	.menu-toggle:focus,
	.menu-toggle.activated:before {
		background-color: transparent;
		border: 0;
		content: "\f406";
		color: #DC2329;
		outline: 0;
	}

	.menu-toggle.activated:before {
		background-color: transparent;
	}

	button.sub-menu-toggle {
		color: #231F20;
	}

	button.sub-menu-toggle:focus {
		border: 0;
		outline: 0;
	}

	nav.nav-primary:hover {
		background-color: #2E2E2E;
	}

	.nav-primary .genesis-nav-menu {
		display: none;
	}

	.sub-menu-toggle:before {
		color: #fff;
		content: "\002B";
	}

	.sub-menu-toggle.activated:before {
		color: #fff;
		content: "\2212";
	}

	.home-menu-item {
		display: inline-block;
		visibility: visible;
	}

	.nav-primary .genesis-nav-menu .menu-item {
		background-color: #fff;
		color: #fff;
		display: block;
		position: relative;
		text-align: left;
	}

	.nav-primary .genesis-nav-menu > .search,
	.nav-primary .genesis-nav-menu .contact-info {
		display: none;
	}

	.nav-primary .genesis-nav-menu > .menu-item.first > a,
	.nav-primary .genesis-nav-menu .menu-item a {
		background-color: #2E2E2E;
		background-image: none;
		border: 0;
		border-bottom: 1px solid #333;
		color: #fff;
		padding: 14px 20px;
	}

	.genesis-nav-menu > .menu-item.seo-report > a,
	.nav-primary .genesis-nav-menu > .menu-item.seo-report > a {
		padding: 14px 20px;
	}

	.nav-primary .genesis-nav-menu .menu-item.contact a,
	.genesis-nav-menu .menu-item.contact a {
		color: #fff;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a,
	.nav-primary .genesis-nav-menu .menu-item a:hover {
		background-color: #3F5EAB;
		background-image: none;
		color: #fff;
	}


	.nav-primary .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.nav-primary .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		padding: 0;
		position: static;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu a {
		background-color: #2E2E2E;
		display: block;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		background-color: #2E2E2E;
		border-left: 0;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu > .menu-item.seo-report > a, .nav-primary .genesis-nav-menu > .menu-item.seo-report > a,
	.nav-primary .genesis-nav-menu .sub-menu a:hover,
	.nav-primary .genesis-nav-menu .sub-menu a:focus,
	.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
	.nav-primary .sub-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu .sub-menu .menu-item a:hover {
		background-image: none;
		background-color: #3F5EAB;
		color: #fff;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a,
	.nav-primary a:focus,
	.nav-primary .genesis-nav-menu .sub-menu a:hover,
	.nav-primary .genesis-nav-menu .sub-menu a:focus {
		background-color: #3F5EAB;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu > .search {
		padding: 15px 20px;
	}

	.genesis-nav-menu .slidingDiv {
		margin: 10px 0 0;
		position: static;
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.home-top-right .menu .menu-item a {
		padding: 0 20px;
	}

	.footer-widgets .widget-area.footer-widgets-1,
	.footer-widgets .widget-area.footer-widgets-2,
	.footer-widgets .widget-area.footer-widgets-3 {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}

	.page-template-page_landing .content .two-thirds {
		margin: 0 0 30px;
		width: 100%;
	}

	.form-box {
		clear: both;
		float: none;
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
	}

	div.gform_wrapper.banner-form_wrapper {
		max-width: 100%;
	}


	.hwhm_bottom_cta .cta-list li,
	.hwhm_cta ul.cta-list li,
	.home .content .menu li,
	.entry.teaser,
	.r-tabs .one-third,
	.r-tabs .tab-panel div:nth-child(3n),
	.featured-posts-section .featured-content article:nth-child(4n),
	.featured-posts-section .featured-content .entry,
	.resources-cta ul li:nth-child(2n+1),
	.resources-cta ul li,
	.wwhs-featured2-content .featured-list li,
	.wwhs-featured2-content .featured-list li:nth-child(2n),
	.wwhi-featured2-content .featured-list li,
	.hwhs-featured3-content .featured-list li,
	.cta-section ul li:nth-child(3n+1),
	.cta-section ul li {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}

	.home .content .has-image.cta-box3,
	.home .content .has-image.cta-box2,
	.wsm-cta-widget .has-image.cta-box1 {
		float: none;
		max-width: 80%;
		margin: 0 auto 20px;
		width: auto;
	}


	.entry.teaser {
		max-width: 100%;
	}

	.hwhm-top-feature img.alignleft,
	.hwhm-top-feature img.alignright,
	.cta-section ul li .cta-image.aligncenter {
		float: none;
		margin: 0 0 20px;
	}

	.who-we-help-banner .banner-caption,
	.how-we-help-banner .banner-caption {
		padding-top: 0;
		width: 100%;
	}

	.featured_testimonial-2 blockquote {
		overflow: visible;
	}

	.featured_testimonial-2 .quote-author,
	.featured_testimonial-2 .quote-company {
		padding: 0;
	}

	.featured-resources li,
	.wwhi-featured-resources1 ul li,
	.featured-resources li:nth-child(2n),
	.featured-resources li:last-child,
	.featured-resources li:nth-child(4n) {
		float: none;
		margin: 0 auto 30px;
		width: 55%;
	}

	.wwhm-featured_photos .photo-list li,
	.wwhm-featured_photos .photo-list li:nth-child(3n),
	.wwhm-top-cta .cta-list li,
	.wwhm-top-cta .cta-list li:nth-child(3n) {
		float: none;
		margin: 0 auto 30px;
		width: 65%;
	}

	.wwhm-top-cta .cta-list li .featured-text {
		display: block;
	}

	.featured-webinar .wsm-featured-webinar .more-link,
	.content-slider .more-link {
		margin-left: 1px;
	}

	.content-slider .flexslider .slides img {
		position: static;
		margin: 0 0 10px;
	}

	.content-slider .main-info .info-title {
		padding-right: 0;
	}

	.resources-tab .tab_content .tab-entry-content {
		overflow: hidden;
	}

	.tab-panel .tab-entry-title {
		clear: both;
	}

	.hwhm_cta .more-link a {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.content-center.menu {
		display: none;
	}

	.page-template-page_google-algorithm .content .entry-title {
		padding-right: 0;
	}

	.content-menu {
		margin: 0 0 20px;
		position: static;
		width: 100%;
	}

	.content-left,
	.content-right {
		display: block;
		width: 100%;
	}

	.content-menu li a {
		padding: 10px;
	}

	.how-we-help-banner .banner-caption {
		max-width: 100%;
	}

	.hwhm-top-feature img.alignleft,
	.hwhm-top-feature img.alignright {
		margin-bottom: 20px;
		max-width: 100%;
	}

	.who-we-help-banner .banner-caption.alignright,
	.how-we-help-banner .banner-caption.alignright {
		text-align: left;
	}

}

@media only screen and (max-width: 380px) {

	.header-image .site-title > a {
		background-size: 60%;
	}

	div.jw-display-icon-container .jw-icon-display {
		background-size: 50%;
	}

	div.jw-skin-seven .jw-display-icon-container {
		background-position: center center !important;
		height: 75px;
		width: 75px;
	}

	div.jw-display-icon-container .jw-icon-display {
		background-position: center center !important;
	}

	.featured-testimonial blockquote {
		max-width: 100%;
	}

	.featured-resources li,
	.wwhi-featured-resources1 ul li,
	.featured-resources li:nth-child(2n),
	.featured-resources li:last-child,
	.featured-resources li:nth-child(4n) {
		width: 75%;
	}

	.home-top-right .menu .menu-item {
		width: 100%;
	}

	.page-template-page_landing .top-banner img.alignleft,
	.page-template-page_landing .top-banner img.alignright {
		margin-bottom: 20px;
		max-width: 100%;
	}

	.top-banner h1,
	.top-banner h2,
	.top-banner h3,
	.top-banner h4,
	.top-banner h5 {
		clear: both;
	}

	.wwhm-mid-feature img.alignright,
	.wwhm-mid-feature img.alignleft {
		clear: both;
		display: block;
		margin: 0 0 20px;
	}

	.wwhm-mid-feature img.alignright,
	.wwhm-mid-feature img.alignleft,
	.lvox-featured-content img.alignleft,
	.lvox-featured-content img.alignright {
		max-width: 100%;
		margin: 0 auto 20px;
	}

	.wwhm-featured_photos .photo-list li,
	.wwhm-featured_photos .photo-list li:nth-child(3n),
	.wwhm-top-cta .cta-list li,
	.wwhm-top-cta .cta-list li:nth-child(3n) {
		max-width: 100%;
		width: 90%;
	}

	.single .content .entry-header .comments-icon,
	.single .content .entry-header .entry-title {
		clear: both;
		padding-top: 10px;
	}

	.featured_testimonial-2 .testimonial-photo {
		clear: both;
	}

	.cta-content-wrap .cta-icon {
		display: none;
	}

	.cta-content-wrap .cta-title {
		padding: 20px;
	}

	.r-tabs-nav li.r-tabs-tab.r-tabs-state-active::after {
		display: none;
	}

	.r-tabs-nav li.r-tabs-tab,
	.r-tabs-nav li.r-tabs-tab.r-tabs-state-active {
		clear: both;
		display: block;
		margin: 0;
		width: 100%;
	}

	.content-slider .flexslider {
		padding: 50px 20px 60px;
	}

	.client-logos li {
		display: block;
		margin: 0 auto 20px;
	}

	.nav-secondary .genesis-nav-menu .menu-item.careers > a {
		background-image: none;
		padding-right: 0;
	}

	.top-banner {
		background: none !important;
		padding-top: 30px;
	}

	.featured-posts-section .wsmfeaturedpost.featured-content .entry-title,
	.featured-content .entry-title {
		clear: both;
		display: block;
	}

	.nav-secondary .genesis-nav-menu > .menu-item > a {
		padding: 0 12px;
	}

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post,
	#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		margin: 0 auto 20px;
		padding-right: 0;
		width: 90%;
	}

	.wwhm-top-cta .cta-list li {
		font-size: 14px;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
