/*
	Theme Name: Besler
	Description: Custom child theme created especially for [Client Name] 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: 2.0.1

	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
	- Sidebar Button
	- Call to Action
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- WP Table
	- Gravity Form
	- Latest Tweet
	- Powerpress
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Home Page
	- Home Slider
	- CTA Icons
	- Testimonial Section
	- Featured Testimonial
	-  Home Sub Menu
	- Home Widget 1
	- Home Widget 2
	- Home Widget 3
- Landing Page
- Management Team
- Services
- Resources
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Bottom CTA
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # Imports
---------------------------------------------------------------------------------------------------- */

/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,400italic,700); */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');


/* # 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: #eff0f0;
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
   font-size: 1.7rem;
}

body {
	background-color: #fff;
	color: #5d5e5e;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	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: #f36c23;
	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 #ddd;
	clear: both;
	margin: 20px 0;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	background: url(images/blockquote.png) no-repeat 0 6px;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 40px 0;
	padding-left: 60px;
}

blockquote p {
	margin-bottom: 15px;
}

blockquote .name {
	margin: 15px 0 0;
	text-transform: uppercase;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4d4d4f;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 40px;
	font-size: 4rem;
}

/* Removed per TKT 1232 */
/* h2 {
	font-size: 36px;
	font-size: 3.6rem;
} */

h3 {
	font-size: 3.2px;
	font-size: 3.2rem;
}

h4 {
	font-size: 28px;
	font-size: 2.8rem;
}

h2, h5 {
	font-size: 24px;
	font-size: 2.4rem;
}

h6 {
	font-size: 20px;
	font-size: 2rem;
}

/* ## 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: #ebeced;
	border: 0;
	color: #5d5e5e;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	padding: 8px 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 0;
	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: #f36c23;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 10px 24px;
	text-transform: uppercase;
	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: #fc7831;
	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: 1.5;
	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: 40px 0;
}

.page-template-page_team-php .site-inner {
	padding-bottom: 70px;
}

.home .site-inner {
	padding: 50px 0;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-wrap {
	float: left;
	width: 100%;
}

.content-sidebar .content-sidebar-wrap {
	background: url(images/border-content-sidebar.png) repeat-y 856px 0 transparent;
}

.sidebar-content .content-sidebar-wrap {
	background: url(images/border-content-sidebar.png) repeat-y 296px 0 transparent;
}

.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: 800px;
}

.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 {
	float: right;
	width: 296px;
}

.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: 17px;
	font-size: 1.7rem;
	margin-bottom: 40px;
}

.author-box-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 4px;
}

.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 {
	font-size: 26px;
	font-size: 2.6rem;
}

.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.single .content .entry-title {
	color: #3b3b3c;
	font-size: 26px;
	font-size: 2.6rem;
	min-height: 68px;
	padding-left: 70px;
}

.teaser .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #4d4d4f;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #f36c23;
}

.widget-title {
	color: #4d4d4f;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

/* ## Top Heading
--------------------------------------------- */

.top-heading {
	background: url(images/page-title-bar-background.png) no-repeat right top #2a4f73;
	background-size: contain;
	padding: 20px 0;
}

.top-heading .archive-title,
.top-heading .entry-title {
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
	font-style: italic;
	margin: 0;
}

/* ## 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;
}

.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.alignnone,
.entry-content img.centered {
	border: 1px solid #E9E9EA;
}

.entry-content img.alignleft,
.entry-content img.alignright {
	margin-top: 5px;
}

.page-template-page_landing-php .content img.alignleft,
.page-template-page_landing-php .content img.alignright,
.page-template-page_landing-php .content img.alignnone,
.page-template-page_landing-php .content img.centered {
	border: 6px solid #eff0f0;
}


/* # 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 #e9e9ea;
	margin-bottom: 10px;
	padding: 0 0 10px;
}

.featured-content article:last-child {
	border: 0;
	padding-bottom: 0;
}

.featured-content .entry-title {
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 0;
}

.featured-content .entry-content p:last-child {
	margin-bottom: 0;
}

.sidebar .featured-content .entry-meta {
	margin-bottom: 10px;
}

.home-widgets .featured-content article:last-child {
	border: 0;
}

.home-widgets .featured-content .entry-title {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.home-widgets .featured-content .entry-content {
	font-family: 'Roboto', sans-serif;
}

.home-widgets .featured-content .entry .more-link {
	display: none;
}
	

/* 
Social Icons
--------------------------------------------- */

.widget-social .social-icon {
	margin-top: 24px;
}

.widget-social .social-icon a {
	margin: 0 6px 6px 0;
}

.widget-social .social-icon a:hover {
	opacity: 0.9;
}

.fa {
	border-radius: 50%;
	color: #fff;
	font-size: 15px !important;
	padding: 10px;
	height: 35px;
	width: 35px;
}

.fa-facebook {
	background: #3b5998;
	padding-left: 14px;
}

.fa-linkedin {
	background: #007bb7;
	padding-left: 12px;
}

.fa-twitter {
	background: #5ab4e5;
}

.fa-slideshare {
	background: #07a8aa;
}

.fa-soundcloud {
	background: #df4426;
}

.fa-play {
	background: #d02327;
	padding-left: 14px;
}

.widget-social .social-icon 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;
}

/* ## Sidebar Button
--------------------------------------------- */

.sidebar .widget.wsm-btn {
	padding: 0;
}

.wsm-btn a {
	background-color: #f36c23;
	color: #fff;
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	padding: 8px 24px;
}

.wsm-btn a:hover {
	background-color: #FC7831;
}

/* ## Call to Action
--------------------------------------------- */

.sidebar .wsm-featured-widget .widget-title {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 0;
}

.wsm-featured-widget .center-text {
	text-align: center;
}

.wsm-featured-widget .right-text {
	text-align: right;
}

.home-widgets .wsm-featured-widget {
	background-color: #f36c23;
	color: #fff;
	line-height: 1.2;
	padding: 40px;
}

.home-widgets .wsm-featured-widget a {
	color: #fff;
}

.home-widgets .wsm-featured-widget a:hover {
	color: #e9e9ea;
}

.home-widgets .wsm-featured-widget .more-link {
	margin-top: 30px;
}

.home-widgets .wsm-featured-widget .more-link a {
	border: 1px solid #fff;
	border-radius: 20px;
	display: inline-block;
	padding: 10px 20px;
}

/* # 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: 17px;
	font-size: 1.7rem;
	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 textarea,
div.gform_wrapper select,
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"] {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 10px;
}

div.gform_wrapper .gfield_checkbox li label,
div.gform_wrapper .gfield_radio li label,
div.gform_wrapper input[type="checkbox"],
div.gform_wrapper input[type="radio"] {
	font-size: 14px;
	font-size: 1.4rem;
}

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: 400;
}

div.gform_wrapper h3.gform_title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
}

div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type="submit"] {
	background-color: #3587D5;
	border-radius: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: none;
}

.ie div.gform_wrapper .gform_footer input.button,
.ie div.gform_wrapper .gform_footer input[type="submit"] {
	padding: 10px 24px;
}


div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color: #2881d7;
}

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;
}

div.gform_wrapper ul.gfield_checkbox,
div.gform_wrapper ul.gfield_radio {
	margin-top: 10px !important;
}

div.gform_wrapper li.hidden_label input,
div.gform_wrapper li.hidden_label textarea,
div.gform_wrapper li.hidden_label select {
	margin-top: 10px;
}

div.gform_wrapper .gform_footer {
	margin-top: 10px;
	padding: 0;
}

body div.gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}

div.gform_wrapper form.orange-header .gform_heading {
	background-color: #f36c23;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 15px 20px;
}

div.gform_wrapper form.orange-header h3.gform_title {
	color: #fff;
	font-weight: 400;
}

div.gform_wrapper form.orange-header  .gform_footer {
	margin-top: 20px;
}

/* # 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: 20px;
	font-size: 2rem;
}

table.tablepress {
	line-height: 2;
}

table.tablepress thead th,
table.tablepress tfoot th {
    background: #eaebec;
	color: #2b4f73;
	font-weight: 400;
}

table.tablepress tbody td,
table.tablepress tfoot th {
	border-bottom: 1px solid #eceded;
	border-top: none;
	border-right: 1px solid #eceded;
}

table.tablepress {
	border: 1px solid #eceded;
}

span.tablepress-table-description {
    margin-bottom: 20px;
}

table.tablepress .odd td,
table.tablepress .even td {
	background-color: transparent;
	color: #4a4b4c;
}

table.tablepress th,
table.tablepress td {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 4px 8px;
}


/* ##  Latest Tweet
--------------------------------------------- */

.widget_latest_tweets_widget .widget-title {
	position: relative;
}

/*
.widget_latest_tweets_widget .widget-title::after {
	background: url(images/twitter-widget.png) no-repeat 0 0 #fff;
	content: "";
	display: inline-block;
	height: 45px;
	position: absolute;
	top: -8px;
	width: 65px;
}*/

.latest-tweets li {
	margin-bottom: 15px;
}

.widget_latest_tweets_widget .tweet-details,
.widget_latest_tweets_widget .tweet-text {
	margin-bottom: 0;
}

.widget_latest_tweets_widget a:hover,
.widget_latest_tweets_widget .tweet-details,
.widget_latest_tweets_widget .tweet-details a  {
	color: #b6b8ba;
}

.widget_latest_tweets_widget a,
.widget_latest_tweets_widget .tweet-details a:hover  {
	color: #2f78bd;
}

.footer-widgets .widget_latest_tweets_widget a:hover,
.footer-widgets .widget_latest_tweets_widget .tweet-details,
.footer-widgets .widget_latest_tweets_widget .tweet-details a  {
	color: #5d5e5e;
}

/* ## Powerpress
--------------------------------------------- */

.entry-content .powerpress_links br {
	display: none;
}
	

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 108px;
}

.site-header .wrap {
	padding: 20px 0 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 275px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #2a4f73;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 67px;
	width: 300px;
}

.site-description {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	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;
	text-align: right;
	width: 820px;
}


/* # 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: #5d5e5e;
	text-decoration: none;
	display: block;
	padding: 20px 13px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	background-color: #4e83c3;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	background-color: #3078bd;
	border-radius: 0 0 10px 10px;
	padding: 10px 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: 250px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #3078bd;
	border: 0;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 20px;
	position: relative;
	width: 250px;
	word-wrap: break-word;
}

.ie7 .genesis-nav-menu .sub-menu a {
	width: 210px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 250px;
}

.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: 10px 0 0;
}

.ie7 .genesis-nav-menu > .search {
	margin-top: 20px;
}

.genesis-nav-menu > .contact-info {
	background-color: #3078bd;
	border-radius: 24px;
	color: #fff;
	padding: 8px 25px;
	vertical-align: middle;
}

.ie7 .genesis-nav-menu > .contact-info {
	margin-top: 14px;
}

.genesis-nav-menu .email-info {
	background: url(images/icon_email.png) no-repeat right center transparent;
	display: inline-block;
	height: 15px;
	position: relative;
	text-indent: -9999px;
	vertical-align: middle;
	width: 20px;
}

.genesis-nav-menu .email-info > a {
	color: #FFF;
	padding: 0 !important;
	text-decoration: none;
}

.genesis-nav-menu .phone-info {
	line-height: 1;
}

.genesis-nav-menu .phone-info::after {
	background: url(images/menu-info-divider.png) no-repeat center center transparent;
	content: "";
	display: inline;
	height: 15px;
	padding: 0 16px;
	vertical-align: middle;
	width: 2px;
}


.genesis-nav-menu > .search {
	padding: 0;
	position: relative !important;
	vertical-align: middle;
}

.genesis-nav-menu > .search #show_hide {
	background: transparent url(images/icon_magnifier.png) no-repeat scroll center center;
	cursor: pointer;
	display: block;
	height: 26px;
	margin: 0 0 0 22px;
	text-indent: -9999px;
	width: 26px;
}

.genesis-nav-menu .slidingDiv {
	background-color: #3078BD;
    border: 0px none;
	padding: 10px;
    position: absolute;
    right: 0px;
    top: 66px;
    width: 320px;
    z-index: 9999;
}

.ie7 .genesis-nav-menu .slidingDiv {
	height: auto;
	margin: 0;
}

.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 {
	letter-spacing: 1px;
}

.nav-primary .genesis-nav-menu a {
	color: #2b4f73;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu > .menu-item > a {
	padding: 27px 13px 45px;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #949ab0;
	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 {
	background-color: #4e83c3;
	color: #fff;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* ## Navigation toggles
--------------------------------------------- */

button.sub-menu-toggle,
button.menu-toggle {
	display: none;
	visibility: hidden;
}

/* # Home Page
---------------------------------------------------------------------------------------------------- */

/* ## Home Slider
--------------------------------------------- */

.home-slider .wrap {
	max-width: 100%;
}

.home-slider div.soliloquy-container .soliloquy-image {
	width: 100%;
}

.home-slider div.soliloquy-container .soliloquy-caption {
	left: 50%;
	margin-left: -500px;
	top: 110px;
	max-width: 575px;
}

div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: none transparent;
	filter: 0;
	text-align: left;
}

div.soliloquy-container .soliloquy-viewport {
	max-height: 725px;
	overflow: hidden;
}

.home-slider div.soliloquy-container h1,
.home-slider div.soliloquy-container h2,
.home-slider div.soliloquy-container h3,
.home-slider div.soliloquy-container h4,
.home-slider div.soliloquy-container h5 {
	color: #2b4f73;
	font-style: italic;
	font-weight: 600;
	letter-spacing: -1.2px;
	margin-bottom: 20px;
}

.home-slider div.soliloquy-container h1,
.home-slider div.soliloquy-container h2 {
	font-size: 49px;
	font-size: 4.9rem;
}

.home-slider div.soliloquy-container h3 {
	font-size: 40px;
	font-size: 4rem;
}

.home-slider div.soliloquy-container h4 {
	font-size: 32px;
	font-size: 3.2rem;
}

.home-slider .more-link a {
	font-size: 21px;
	font-size: 2.1rem;
}


.home-slider .more-link a::before {
	background: url(images/icon_arrow-large.png) no-repeat 0 center;
	content: "";
	display: inline-block;
	height: 46px;
	margin-right: 15px;
	vertical-align: middle;
	width: 46px;
}

.home-slider div.soliloquy-container .white {
	color: #fff;
}

/* ## CTA Icons
--------------------------------------------- */

.home-cta {
	background-color: #e9e9ea;
	padding: 50px 0;
}

.home-cta .menu {
	text-align: center;
}

.home-cta .menu li {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-right: 85px;
	vertical-align: top;
}

.ie7 .home-cta .menu li {
	float: left;
}

.home-cta .menu li.last,
.home-cta .menu li:last-child {
	margin-right: 0;
}

.home-cta .menu li a {
	color: #231f20;
}

.home-cta .menu li a:hover {
	color: #2a4f73;
}

.home-cta .menu li a:hover img.menu-image  {
	opacity: 0.7;
}

/* ## Testimonial Section
--------------------------------------------- */

.home-quote {
	background-color: #2a4f73;
	color: #fff;
	padding: 50px 0;
}

.home-quote blockquote {
	background: url(images/blockquote-widget.png) no-repeat center  0;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 auto;
	max-width: 75%;
	padding: 70px 0 0;
	text-align: center;
}

.home-quote blockquote .name {
	color: #97999c;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 20px;
}


/* ##  Home Sub Menu
--------------------------------------------- */

.home-sub-menu {
	background-color: #e9e9ea;
	padding: 20px 0;
}

.home-sub-menu .menu {
	text-align: center;
}

.home-sub-menu .menu li {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.ie7 .home-sub-menu .menu li {
	float: left;
}

.home-sub-menu .menu li a {
	background: url(images/icon_arrow.png) no-repeat 0 8px transparent;
	color: #5d5e5e;
	padding: 5px 30px 5px 32px;
}

.home-sub-menu .menu li a:hover {
	color: #f36c23;
}

/* ## Home Widgets
--------------------------------------------- */

.home-widgets {
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
}


.home-widgets .widget-area {
	float: left;
	width: 30%;
}

.home-widgets .home-widget1 {
	margin-right: 4%;
}

.home-widgets .home-widget3 {
	float: right;
}

/* # Landing Page
---------------------------------------------------------------------------------------------------- */

.top-banner {
	border-top: 12px solid #2a4f73;
}

.top-banner.has-image {
	position: relative;
}

.top-banner.has-image img {
	height: auto;
	margin: 0 auto;
	width: 100%;
}

.banner-caption {
	background: none transparent;
	padding: 20px 0;
}

.has-image .banner-caption {
	background: url(images/bg-banner-caption.png) repeat 0 0 transparent;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	width: auto;
}

.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #2b4f73;
}

.page-template-page_landing .content .two-thirds {
	float: left;
	margin: 0 0 20px;
    width: 60.65%;
}

.page-template-page_landing .content .one-third {
	float: right;
	margin: 0 0 20px;
	width: 35.2%;
}

.page-template-page_landing .menu-info .contact-info {
	background-color: #3078BD;
	border-radius: 24px;
	color: #FFF;
	display: inline-block;
	padding: 8px 25px;
	text-align: left;
	vertical-align: middle;
}

.menu-info {
	line-height: 1;
	padding-top: 15px;
}

.menu-info .phone-info::after {
    background: transparent url(images/menu-info-divider.png) no-repeat center center;
    content: "";
    display: inline;
    height: 15px;
    padding: 0px 16px;
    vertical-align: middle;
    width: 2px;
}

.menu-info .email-info {
    background: transparent url("images/icon_email.png") no-repeat scroll right center;
    display: inline-block;
    height: 15px;
    position: relative;
    text-indent: -9999px;
    vertical-align: middle;
    width: 20px;
}

.menu-info .email-info a {
	display: block;
}

/* # Management Team
---------------------------------------------------------------------------------------------------- */

.team-member {
	text-align: center;
}

.team-member li {
	display: inline-block;
	margin: 0 15px 60px 0;
	max-width: 276px;
	text-align: left;
	vertical-align: top;
}

.ie7 .team-member li {
	float: left;
	width: 276px;
}

ul.team-member li:nth-child(4n) {
	margin-right: 0;
}

ul.team-member li:nth-child(4n+1) {
	clear: left;
}

ul.team-member .member-image {
	margin-bottom: 20px;
	position: relative;
}

ul.team-member a:hover .member-image:before {
	background: url(images/icon-note.png) no-repeat center center rgba(0,0,0,0.5);
	bottom: 0;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

ul.team-member img {
	display: block;
	width: auto;
}

ul.team-member .member-name {
	color: #f36c23;
	font-size: 20px;
	font-size: 2rem;
	margin: 0;
}

ul.team-member .profession,
ul.team-member .position {
	display: block;
	color: #231f20;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.25;
}


/* # Single Page
---------------------------------------------------------------------------------------------------- */

.member-image {
	float: left;
	max-width: 355px;
}

.member-image img {
	display: block;
	width: auto;
}

.member-info {
	float: right;
	width: 736px;
}

.member-info .member-name {
	color: #f36c23;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
}

.member-info .profession,
.member-info .position {
	color: #231f20;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.25;
}

.member-info .profession {
	margin: 0;
}

.member-info .position {
	margin-bottom: 15px;
}

.social-media {
	border-bottom: 1px solid #e9e9ea;
	border-top: 1px solid #e9e9ea;
	margin: 0 0 20px;
	padding: 10px 0;
}

.social-media a {
	color: #5d5e5e;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.social-media a:hover {
	color: #f36c23;
}

.social-media a.icon-email {
	background: url(images/email-icon.png) no-repeat left center transparent;
	margin-right: 40px;
	padding-left: 30px;
}

.social-media a.icon-linkedin {
	background: url(images/linkedin-icon.png) no-repeat left center transparent;
	margin-right: 40px;
	padding-left: 30px;
}

.social-media a.view-all {
	color: #f36c23;
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
}

.social-media a.view-all:hover {
	color: #5d5e5e;
}

.featured-resources {
	border-top: 1px solid #e9e9ea;
	margin-top: 30px;
	padding-top: 30px;
}

.featured-resources h3.resources-title {
	color: #2b4f73;
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 20px;
}

.featured-resources ul li,
.featured-resources ul li a {
	color: #5d5e5e;
}
	
.featured-resources ul li a:hover {
	color: #f36c23;
}

.prev-next-navigation {
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: right;
}

.prev-next-navigation,
.prev-next-navigation a {
	color: #a6a3a2;
}

.prev-next-navigation a:hover {
	color: #f36c23;
}

.prev-next-navigation .previous {
	background: url(images/navigation-previus.png) no-repeat left center;
	 padding-left: 30px;
}

.prev-next-navigation .next {
	background: url(images/navigation-next.png) no-repeat right center;
	 padding-right: 30px;
}

.single-member .linkwithin_hook {
	display: none;
}

.member-content p:last-child,
.member-content p:last-child > img,
.member-content p:last-child > br {
	display: none;
}

/* #  Services
---------------------------------------------------------------------------------------------------- */

.services ul {
	text-align: center;
}

.services ul li {
	display: inline-block;
	margin: 0 0 60px;
	text-align: center;
	vertical-align: top;
	width: 24%;
}

.ie7 .services ul li {
	float: left;
}

.services li a {
	display: block;
	padding: 0 20px;
}

.services li .services-title {
	color: #231f20;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
	padding-top: 10px;
}

.services li a:hover .services-title {
	color: #231f20;
}

.services li img.icon {
	display: inline;
	max-width: 90px;
	vertical-align: middle;
}

.services li a.has-icon-hover:hover img.icon,
.services li a.has-icon-hover img.icon-hover {
	opacity: 0;
	position: absolute;
}


.services li a.has-icon-hover:hover img.icon-hover {
	opacity: 1;
	position: static;
	vertical-align: middle;
}

.ie7 .services li a.has-icon-hover:hover img.icon-hover,
.ie7 .services li a.has-icon-hover img.icon-hover,
.ie8 .services li a.has-icon-hover:hover img.icon-hover,
.ie8 .services li a.has-icon-hover img.icon-hover {
	display: none;
}

.ie7 .services li a.has-icon-hover:hover img.icon,
.ie8 .services li a.has-icon-hover:hover img.icon {
	position: static;
}

.featured-quote {
	background-color: #2A4F73;
	color: #FFF;
	margin-bottom: 0;
	padding: 50px 0px;
}

.featured-quote blockquote {
    background: transparent url(images/blockquote-widget.png) no-repeat scroll center 0px;
	font-size: 18px;
    font-size: 1.8rem;
	font-weight: 400;
    margin: 0px auto;
    padding: 70px 0px 0px;
    text-align: center;
}

.featured-quote blockquote .name {
    color: #97999C;
	font-size: 15px;
    font-size: 1.5rem;
    margin-top: 20px;
}


.featured-video {
	margin-bottom: 20px;
}

.entry-content ul.service-resources,
ul.service-resources {
	margin: 0 0 20px;
	text-align: center;
}

ul.service-resources li {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	width: 24%;
}

ul.service-resources li a {
	color: #231f20;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	padding: 70px 20px 0;
}

ul.service-resources li.whitepaper a {
	background: url(images/icon-white-paper.png) no-repeat center top transparent;
}

ul.service-resources li.whitepaper a:hover {
	background-image: url(images/icon-white-paper-hover.png);
}

ul.service-resources li.brochure a {
	background: url(images/icon-brochure.png) no-repeat center top transparent;
}

ul.service-resources li.brochure a:hover {
	background-image: url(images/icon-brochure-hover.png);
}

ul.service-resources li.demo a {
	background: url(images/icon-demo.png) no-repeat center top transparent;
}

ul.service-resources li.demo a:hover {
	background-image: url(images/icon-demo-hover.png);
}

ul.service-resources li.estimate a {
	background: url(images/icon-calculator.png) no-repeat center top transparent;
}

ul.service-resources li.estimate a:hover {
	background-image: url(images/icon-calculator-hover.png);
}

/* # Resources
---------------------------------------------------------------------------------------------------- */

ul.resources-items,
.entry-content ul.resources-items {
	margin: 0 0 20px;
	text-align: center;
}

.resources .entry-content > h5 {
	margin-bottom: 0;
}

ul.resources-items li,
.entry-content ul.resources-items li {
	display: inline-block;
	list-style: none outside none;
	margin-bottom: 20px;
	margin-right: 48px;
	max-width: 231px;
	text-align: left;
	vertical-align: top;
}

ul.resources-items li:nth-child(3n) {
	margin-right: 0;
}

ul.resources-items li:nth-child(3n+1) {
	clear: both;
}

ul.resources-items li img {
	border: 1px solid #e9e9ea;
	float: none;
	margin: 0 0 10px;
	max-width: 100%;
}

ul.resources-items li .item-title {
	color: #3b3b3c;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.375;
}

ul.resources-items li a:hover .item-title {
	color: #f36c23;
}

.resource-title a,
.entry .resource-title,
.resource-title {
	color: #3b3b3c;
	font-size: 20px;
	font-size: 2rem;
}

.resource-title a:hover {
	color: #f36c23;
}

.resource-content {
	overflow: hidden;
}

.resource-more-link {
	margin-top: 20px;
	text-align: left;
}

.resource-more-link a {
	background: url(images/icon_arrow.png) no-repeat 0 3px;
	color: #2f78bd;
	padding-left: 30px;
}

.resource-more-link a:hover {
	color: #f36c23;
}

.whitepaperdesc {
	float: left;
	width: 60%;
}

.whitepapersignup {
	border-left: 1px solid #e9e9ea;
	float: right;
	margin-bottom: 10px;
	padding-left: 2.5%;
	width: 35%;
}

.entry-content .whitepapersignup ul,
.whitepapersignup ul {
	margin: 0 0 20px;
}

.whitepapersignup li {
	list-style: none outside none !important;
}

.whitepapersmallcover {
	float: left;
	margin: 0 20px 20px 0;
}

/* #Hubspot Form
---------------------------------------------------------------------------------------------------- */

div.form-heading {
    background-color: #F36C23;
    color: #FFF;
	font-size: 18px;
    font-size: 1.8rem;
	margin: 0 0 10px;
    padding: 15px 20px;
}

div.form-heading h4 {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
}

div.form-heading p {
	margin-bottom: 0;
}

#hs_custom_form br {
	display: none;
}

div.hbspt-form form.hs-form label {
	color: #5D5E5E;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	display: block;
	padding: 0 0 4px;
}

div.hbspt-form form.hs-form select {
	background: url(images/form-arrow-down.png) no-repeat right 12px #ebeced;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

div.hbspt-form form.hs-form select::-ms-expand {
	display: none;
}

form.hs-form .hs-input,
form.hs-form textarea.hs-input,
div.hbspt-form form.hs-form input,
div.hbspt-form form.hs-form textarea,
div.hbspt-form form.hs-form select {
	font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
    border: 0;
    box-shadow: none;
    padding: 8px 10px;
    border-radius: 0;
	height: auto;
	max-width: 100%;
	width: 98%;
}

div.hbspt-form form.hs-form select {
	padding-right: 40px;
}

form.hs-form .hs-button {
	font-weight: 400;
}

div.hbspt-form form.hs-form .hs-button:hover,
div.hbspt-form form.hs-form .hs-button:focus,
div.hbspt-form form.hs-form .hs-button.hovered,
div.hbspt-form form.hs-form .hs-button {
    color: #FFF;
    text-shadow: 0;
    background-color: #3078bd;
    background-image: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
    box-shadow: none;
    border: 0;
    border-radius: 20px;
	padding: 10px 24px;
	text-transform: none;
    transition: none;
    -moz-user-select: none;
	width: auto;
}

form.hs-form .actions {
	padding: 0;
}

form.hs-form .inputs-list input[type="radio"],
form.hs-form .inputs-list input[type="checkbox"] {
	width: auto;
}

div.hbspt-form form.hs-form .hs-button:hover,
div.hbspt-form form.hs-form .hs-button:focus,
div.hbspt-form form.hs-form .hs-button.hovered {
	background-color: #2881D7;
}

form.hs-form input:not([type="image"]),
form.hs-form textarea {
    box-sizing: border-box;
}

form.hs-form select.hs-input,
form.hs-form input.hs-input[type="file"] {
	height: 34px;
}

.entry-content div.hbspt-form form.hs-form ul,
div.hbspt-form form.hs-form ul {
	margin: 0;
}

div.hbspt-form form.hs-form li,
.entry-content div.hbspt-form form.hs-form li {
	list-style: none outside none;
}

.footer-widgets div.hbspt-form form.hs-form input[type="text"],
.footer-widgets div.hbspt-form form.hs-form input[type="email"],
.footer-widgets div.hbspt-form form.hs-form textarea,
.footer-widgets div.hbspt-form form.hs-form select {
	background-color: #eff0f0;
	font-size: 14px;
	font-size: 1.4rem;
}

div.hbspt-form form.hs-form .field {
	margin-bottom: 10px;
}

div.hbspt-form form.hs-form .hs-form-booleancheckbox input {
	margin-right: 5px;
}

div.hbspt-form form.hs-form .inputs-list {
	margin-bottom: 0 !important;
}

div.hbspt-form #hsForm_bcfdea74-9718-4e6d-b3bd-c2192ed05c4d label {
	display: none;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	color: #2b4f73;
}

body.search .entry .entry-content {
	overflow: hidden;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

.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 ul li li {
	list-style-image: url(images/circle-list.png);
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.single .entry {
	position: relative;
}

.entry.one-half.teaser {
	float: right;
	margin: 0 0 60px;
	position: relative;
	width: 47%;
}

.entry.one-half.first {
	clear: both;
	float: left;
}

.entry.teaser img.post-image {
	float: none;
	margin: 0 0 10px;
}

.entry.teaser .entry-meta {
	display: none;
}

.entry .date-box {
	background: url(images/date-bg.png) repeat 0 0 transparent;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.25;
	left: 0;
	width: 50px;
	padding: 9px 6px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
}

.single .entry .date-box {
	background-color: #2a4f73;
}

.entry .date-box b {
	color: #fff;
	display: block;
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: 400;
	width: auto;
}

.more-link {
	clear: both;
	display: block;
	margin: 20px 0 0;
}

.oversize-intro {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.375;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-header .entry-meta a,
.entry-header .entry-meta {
	color: #2f78bd;
}

.entry-header .entry-meta a:hover {
	color: #5d5e5e;
}

.single .content .entry-header .entry-meta {
	padding: 0 0 0;
}

.entry-header .entry-meta .entry-author::before {
	content: " | ";
	padding: 0 5px;
}
	

.single .entry-footer .entry-meta {
	background-color: #ebeced;
	border: 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 8px 10px;
}

.entry-footer .entry-meta a {
	color: #5d5e5e;
	font-weight: 400;
}

.entry-footer .entry-meta a:hover {
	color: #2f78bd;
}

.entry-categories,
.entry-tags {

}


/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2a4f73;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.2;
	padding: 8px 10px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #f36c23;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list .comment-respond {
	padding-top: 20px;
}

.comment-respond .comment-reply-title,
.entry-comments h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

.comment-header {
	font-size: 17px;
	font-size: 1.7rem;
}

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;
}

.logged-in-as {
	font-size: 14px;
	font-size: 1.4rem;
}

.comment-respond label {
	display: none;
	margin-right: 12px;
}

.comment-respond form.comment-form textarea,
.comment-respond form.comment-form input[type="text"] {
	padding: 8px 10px;
}

.comment-respond form.comment-form p {
	margin: 0 0 6px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-comments .comment-author a {
	color: #5d5e5e;
}

.entry-comments .comment-author a:hover {
	color: #f36c23;
}

.entry-comments .comment-meta {
	color: #5d5e5e;
	font-size: 12px;
	font-weight: 400;
}

.entry-comments .comment-meta a:hover {
	color: #5d5e5e;
}

.entry-comments .comment-meta a {
	color: #3078bd;
}

.comment-reply a {
	background-color: #f36c23;
	border-radius: 3px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 4px 10px;
	text-transform: uppercase;
}

.comment-reply a:hover {
	background-color: #FC7831;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 17px;
	font-size: 1.7rem;
	padding: 24px;
}

.comment-respond form.comment-form p {
	margin-bottom: 8px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}

.sidebar li {
	border-bottom: 1px solid #e9e9ea;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.sidebar li a {
	color: #636466;
}

.sidebar li a:hover {
	color: #f36c23;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar ol > li:last-child,
.sidebar ul > li:last-child {
	border: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	padding-left: 24px;
}

.sidebar-content .sidebar .widget {
	padding-left: 0;
	padding-right: 24px;
}

.sidebar .widget.widget_categories li {
	background: url(images/icon_arrow.png) no-repeat 0 3px;
	border: 0;
	padding-bottom: 0;
	padding-left: 24px;
}

.sidebar .widget_nav_menu li {
	border-bottom: 1px solid #c7c7c8;
	margin-bottom: 0;
	padding: 0;
}

.sidebar .widget_nav_menu li a {
	background-color: #e4e4e4;
	display: block;
	padding: 10px 14px;
}

.sidebar .widget_nav_menu li a:hover,
.sidebar .widget_nav_menu li.current-menu-item a {
	background-color: #4571a7;
	color: #fff;
}

.sidebar .widget_nav_menu li.header-menu a {
	background-color: #f36c23;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: 700;
}

.sidebar .widget_nav_menu li.header-menu a:hover {
	background-color: #FC7831;
}

/* #Footer Widgets
---------------------------------------------------------------------------------------------------- */

.bottom-cta {
	background-color: #2a4f73;
	color: #fff;
	margin-bottom: 0;
	padding: 40px 0;
}

.bottom-cta a,
.bottom-cta h1,
.bottom-cta h2,
.bottom-cta h3,
.bottom-cta h4,
.bottom-cta h5 {
	color: #fff;
}

.bottom-cta .cta-text {
	font-size: 26px;
	font-size: 2.6rem;
}

.bottom-cta .more-link {
	margin-top: 40px;
	text-transform: uppercase;
}

.bottom-cta .more-link a {
	border-radius: 24px;
	color: #97999c;
	border: 1px solid #fff;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px 24px;
}

.bottom-cta .more-link a:hover {
	color: #fff;
}

/* #Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: url(images/footer-base-long-thin.png) no-repeat right bottom #fff;
	background-size: contain;
	color: #5d5e5e;
	font-family: 'Roboto', sans-serif;
	padding: 60px 0;
}

body.single-member .footer-widgets {
	padding-top: 80px;
}

.footer-widgets .widget-title {
	/* background: url(images/widget-title-line.png) repeat-x 0 bottom; */
	color: #5d5e5e;
	font-size: 20px;
	font-size: 2rem;
}

/*
.footer-widgets .widget-title strong {
	background-color: #fff;
	padding-right: 15px;
}*/

.footer-widgets .widget-area {
	float: left;
	width: 21%;
}

.footer-widgets .widget {
	margin-bottom: 50px;
}

.footer-widgets .footer-widgets-2,
.footer-widgets .footer-widgets-1 {
	margin-right: 5%;
}

.footer-widgets .footer-widgets-4 {
	float: right;
}

.footer-widgets input,
.footer-widgets select,
.footer-widgets textarea {
	background-color: #fff;
	font-family: "Arimo",sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #3078bd;
	border-radius: 20px;
}

.footer-widgets button:hover,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button {
	background-color: #3587d5;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #eff0f0;
	border-top: 1px solid #dedfe0;
	color: #b1b3b6;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.375;
	padding: 20px 0;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .credit {
	color: #7b7c7f;
	margin-bottom: 15px;
}

.site-footer .credit a {
	color: #7b7c7f;
}

.site-footer .credit a:hover,
.site-footer  .copyright a {
	color: #2f78bd;
}

.site-footer  .copyright a:hover {
	color: #b1b3b6;
}

.sep {
	padding: 0 5px;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1151px) {

	.wrap {
		max-width: 94%;
	}

	.content {
		width: 64%;
	}
	
	.site-header .widget-area {
		width: 73%;
	}
	
	.title-area {
		width: 26%;
	}

	.sidebar-primary {
		width: 30%;
	}
	
	.home-slider div.soliloquy-container .soliloquy-caption {
		top: 60px;
	}
	
	div.soliloquy-container  .soliloquy-viewport {
		max-height: 100%;
	}
	
	.genesis-nav-menu > .contact-info {
		padding: 8px 15px;
	}
	
	.content-sidebar .content-sidebar-wrap {
		background-position: 70% 0;
	}
	
	.sidebar-content .content-sidebar-wrap {
		background-position: 30% 0;
	}
	
	.team-member li {
		max-width: 23%;
		margin: 0px 2% 60px 0px;
	}
	
	ul.team-member .member-image {
		max-width: 100%;
	}
	
	.member-image {
		max-width: 30%;
	}
	
	.member-info {
		width: 65%;
	}
	
	ul.resources-items li,
	.entry-content ul.resources-items li {
		margin-right: 2.5%;
		max-width: 31%;
	}
	
	ul.resources-items li:nth-child(3n) {
		margin-right: 0;
	}

}

@media only screen and (max-width: 1028px) {

	.page-template-page_landing .site-header .wrap {
		padding: 20px 0;
	}

	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.page-template-page_landing-php .site-header .widget-area  {
		text-align: right;
		width: 38%;
	}
	
	.page-template-page_landing-php .title-area {
		width: 60%;
	}
	
	
	.page-template-page_landing-php.header-image .site-title > a {
		background-position: 0 0;
	}
	
	.header-image .site-title > a {
		background-position: center top;
	}
	
	.site-header .widget-area {
		text-align: center;
	}
	
	.home-cta .menu li {
		margin-right: 2%;
		width: 18%;
	}
	
	.home-quote blockquote {
		max-width: 100%;
	}
	
	.home-sub-menu .menu li a {
		padding: 5px 15px 5px 22px;
	}
	
	.home-slider div.soliloquy-container .soliloquy-caption {
		left: 0;
		margin-left: 0;
	}
}

@media only screen and (max-width: 980px) {

	.home-sub-menu .menu li {
		margin-bottom: 10px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 10px 20px;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.home-slider div.soliloquy-container h1,
	.home-slider div.soliloquy-container h2 {
		font-size: 34px;
		font-size: 3.4rem;
	}
	
	.social-media a.view-all {
		float: none;
	}
	
	.footer-widgets .widget-area {
		margin-bottom: 30px;
		width: 48%;
	}
	
	.footer-widgets .footer-widgets-1,
	.footer-widgets .footer-widgets-2 {
		margin-right: 0;
	}
	
	.footer-widgets .footer-widgets-1,
	.footer-widgets .footer-widgets-3 {
		clear: both;
	}
	
	.footer-widgets .footer-widgets-2,
	.footer-widgets .footer-widgets-4 {
		float: right;
	}
	
	.top-heading {
		background-image: none;
		background-color: #2A4F73;
	}

}

@media only screen and (max-width: 800px) {

	body {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.genesis-nav-menu > .contact-info {
		clear: left;
	}
	
	.genesis-nav-menu > .search {
		display: none;
	}

}


@media only screen and (max-width: 768px) {

	.nav-primary .genesis-nav-menu > .menu-item > a {
		padding: 20px 14px;
	}
	
	.site-header .wrap {
		padding: 20px 0;
	}
	
	.sidebar-primary {
		width: 35%;
	}
	
	.content {
		width: 60%;
	}
	
	.content-sidebar .content-sidebar-wrap {
		background-position: 65% 0;
	}
	
	.sidebar-content .content-sidebar-wrap {
		background-position: 35% 0;
	}
	
	.bottom-cta .cta-text br {
		display: none;
	}
	
	.home-cta .menu li {
		margin-bottom: 40px;
	}
	
	.home-cta .menu li {
		width: 28%;
	}
	
	.banner-caption h1 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	.home-widgets .wsm-featured-widget {
		padding: 20px;
	}
	
	ul.service-resources li {
		width: 40%;
	}
	
	.footer-widgets .widget-title {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	ul.resources-items li,
	.entry-content ul.resources-items li {
		max-width: 30%;
	}
	
	.resource-content {
		overflow: visible;
	}
	
	.whitepaperdesc {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
	
	.whitepapersignup {
		border-left: 0;
		float: none;
		padding-left: 0;
		width: 100%;
	}
	
}

@media only screen and (max-width: 680px) {

	.site-header {
		position: relative;
		z-index: 100;
	}

	.title-area {
		position: relative;
		width: 68%;
		z-index: 99;
	}
	
	.header-image .site-title > a {
		background-position: 20px 0;
	}

	.site-header .wrap {
		max-width: 100%;
	}
	
	.page-template-page_landing-php .site-header .wrap {
		max-width: 96%;
	}

	.content,
	.sidebar-primary,
	.site-inner {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	
	.page-template-page_landing .content .two-thirds,
	.page-template-page_landing .content .one-third {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}
	
	.services ul li {
		width: 48%;
	}
	
	.content-sidebar .content-sidebar-wrap,
	.sidebar-content .content-sidebar-wrap {
		background: none transparent;
	}
	
	.sidebar .widget {
		padding: 0;
	}
	
	.top-heading .archive-title,
	.top-heading .entry-title {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	ul.service-resources li {
		margin-bottom: 40px;
	}

	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: 2;
	}

	table.tablepress tbody {
		border-bottom: 0;
	}

	/* Responsive Navigation
	---------------------------------- */
	
	nav.nav-primary {
		background-color: transparent;
		display: block !important;
		position: absolute;
		right: 0;
		text-align: left;
		top: 20px;
		width: 100%;
	}
	
	.title-area {
		margin-bottom: 20px;
	}
	
	.site-header .wrap {
		padding-bottom: 0;
	}
		
	.nav-primary .wrap {
		background-color: transparent;
		max-width: 100%;
		padding: 0;
	}

	.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: 24px 10px;
	}
	
	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: #2A4F73;
	}
	
	.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: #2A4F73;
	}

	.menu-toggle:hover:before {
		background-color: transparent;
		content: "\f406";
		color: #2A4F73;
	}

	.menu-toggle:focus,
	.menu-toggle.activated:before {
		background-color: transparent;
		border: 0;
		content: "\f406";
		color: #2A4F73;
		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 {
		display: none;
	}

	.nav-primary .genesis-nav-menu {
		display: none;
	}
	
	.sub-menu-toggle:before {
		color: #231F20;
		content: "\002B";
	}

	.sub-menu-toggle.activated:before {
		color: #231F20;
		content: "\2212";
	}

	.nav-primary .genesis-nav-menu .menu-item {
		background-color: #fff;
		color: #231F20;
		display: block;
		position: relative;
		text-align: left;
	}
	
	.nav-primary .genesis-nav-menu .menu-item a {
		background-color: #fff;
		border: 0;
		border-bottom: 1px solid #ddd;
		color: #231F20;
		padding: 15px 20px;
	}
	
	
	.nav-primary a:hover,
	.nav-primary .current-menu-item > a,
	.nav-primary .genesis-nav-menu .menu-item a:hover {
		background-color: #F3F3F3;
		background-image: none;
		color: #231F20;
	}
	
	
	.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 {
		display: block;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}
	
	.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;
		color: #231F20;
	}
	
	.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: #F3F3F3;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
		
	.genesis-nav-menu > .search {
		padding: 15px 20px;
	}

	.genesis-nav-menu .slidingDiv {
		background-color: transparent;
		margin: 0;
		padding: 0;
		position: static;
		width: 100%;
	}
	
	.genesis-nav-menu > .contact-info {
		border-radius: 0;
	}
	
	.nav-primary .genesis-nav-menu > .search,
	.genesis-nav-menu > .search #show_hide {
		display: none;
	}
	
	.genesis-nav-menu .slidingDiv {
		display: block !important;
	}
	
	.nav-primary .genesis-nav-menu > .contact-info {
		background-color: #3078BD;
		color: #fff;
	}
	
	.nav-primary .genesis-nav-menu .contact-info a:hover,
	.nav-primary .genesis-nav-menu .contact-info a:focus,
	.nav-primary .genesis-nav-menu .contact-info a {
		background-color: transparent;
		border: 0;
		color: #fff;
		text-decoration: none;
	}
	
}

@media only screen and (max-width: 480px) {

	.footer-widgets .footer-widgets-1,
	.footer-widgets .footer-widgets-2,
	.footer-widgets .footer-widgets-3,
	.footer-widgets .footer-widgets-4,
	.entry.one-half.teaser,
	.entry.one-half.first,
	.page-template-page_landing .content .two-thirds,
	.page-template-page_landing .content .one-third,
	.footer-widgets .footer-widgets-1,
	.footer-widgets .footer-widgets-2,
	.footer-widgets .footer-widgets-3,
	.home-widgets .widget-area,
	.home-cta .menu li {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}
	
	ul.team-member li:nth-child(4n+1),
	ul.team-member li:nth-child(4n),
	.team-member li {
		float: none;
		margin: 0 0 30px;
		max-width: 276px;
	}
	
	a.aligncenter img {
		margin: 0;
	}
	
	ul.service-resources li a {
		padding-left: 0;
		padding-right: 0;
	}
	
	.member-info {
		width: 100%;
		clear: both;
		float: none;
	}
	
	.member-image {
		max-width: 100%;
		float: none;
		margin: 0 0 30px;
	}
	
	.prev-next-navigation {
		text-align: left;
	}
	
	.services ul {
		display: block;
		text-align: left;
		overflow: hidden;
	}
	
	.services ul li {
		display: block;
		float: right;
		margin: 0 0 40px;
		width: 45%;
	}
	
	.services ul li a {
		padding: 0;
	}
	
	.services ul li:nth-child(2n+1) {
		clear: left;
		float: left;
	}
	
	.services li .services-title {
		font-weight: 700;
	}
	
	.has-image .banner-caption {
		position: static;
	}
	
	.banner-caption h1 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.page-template-page_landing-php .title-area {
		width: 100%;
	}
	
	.page-template-page_landing-php .site-header .widget-area {
		text-align: center;
		width: 100%;
	}
	
	.page-template-page_landing-php.header-image .site-title > a {
		background-position: center 0;
	}
	
}

@media only screen and (max-width: 380px) {

	.services ul li,
	.services ul li:nth-child(2n+1) {
		clear: both;
		float: none;
		margin: 0 auto 30px;
		width: 100%;
	}

	.header-image .site-title > a {
		background-size: 80% auto;
		background-position: 10px 0px;
		min-height: 56px;
	}
	
	.page-template-page_landing-php .title-area {
		margin-bottom: 10px;
	}
	
	.page-template-page_landing-php.header-image .site-title > a {
		min-height: 66px;
	}
	
	.site-header {
		min-height: 88px;
	}
	
	.menu-toggle.genericon {
		padding: 10px;
	}

	div.soliloquy-container .soliloquy-caption {
		padding-bottom: 20px;
		position: static;
	}
	
	.home-slider div.soliloquy-container .white {
		color: #2b4f73;
	}
	
	.home-sub-menu .menu {
		text-align: left;
	}
	
	.home-sub-menu .menu li {
		display: block;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.home-slider div.soliloquy-container h1,
	.home-slider div.soliloquy-container h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	ul.resources-items li,
	.entry-content ul.resources-items li {
		margin: 0 auto 30px;
		max-width: 76%;
	}
	
	.home-slider .more-link a::before {
		display: none;
	}
	
	.resource-content {
		clear: both;
		display: block;
	}
	
	ul.service-resources li {
		width: 48%;
	}
	
	
}

/* # 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;
	}

}
