/* Table of Contents

	- Import SASS Partials
		- Variables
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Flexlsider Front Slideshow
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
        - Internal Pages Sub Nav
	- Content Area
		- Home Page
        - Internal Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Executive Pro Default
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px

*/
/*
Import SASS Partials
--------------------------------------------- */
/*
 *
 * SASS Variables
 * ANHLC default
 */
/**
 *
 * @file: Base - placeholders
 *
 */
#gform_fields_2 label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  position: absolute;
}

.button-primary,
.button-secondary {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 1em;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  -webkit-appearance: none;
}
.button-primary:visited,
.button-secondary:visited {
  color: #FFF;
}

.button-primary {
  background: #FB6220;
  color: #FFF;
}
.button-primary:hover {
  background-color: #e44804;
}
.button-primary:active {
  background-color: #e44804;
}

.button-secondary {
  background: #1A69A8;
  color: #FB6220;
}
.button-secondary:hover {
  background-color: #134d7c;
}
.button-secondary:visited {
  color: #FB6220;
}
.button-secondary:active {
  background-color: #134d7c;
}

.read-more {
  display: block;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: underline;
}
.read-more:hover {
  text-decoration: none;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.list-default,
#gform_fields_2 {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list-inline li,
.flex-front-control-paging li {
  display: inline-block;
}

/*
 *
 * Normalise
 *
 */
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

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;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 *
 * @file: Mixins
 *
 */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  font-size: 16px;
  line-height: 1.6;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -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 {
  text-decoration: none;
}

a img {
  margin-bottom: -4px;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 24px;
  padding: 0;
}

strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

blockquote,
blockquote::before {
  color: #999;
}

blockquote {
  margin: 0;
  padding: 24px 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.entry-content code {
  background-color: #333;
  color: #ddd;
}

cite {
  font-style: normal;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
  /* IE8 */
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
  margin-bottom: 28px;
}

.gallery-item {
  float: left;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery .gallery-item img {
  border: none;
  height: auto;
  margin: 0;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  border: none;
  font-size: 14px;
  padding: 16px 20px;
}

.gform_wrapper textarea {
  padding: 16px;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  opacity: 1;
}

.button {
  border-radius: 5px;
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.home-cta a.button {
  display: inline-block;
  margin-top: -30px;
  text-align: center;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

th,
td {
  text-align: left;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-container {
  margin: 0 auto;
  max-width: 1140px;
}

.executive-pro-landing .site-container {
  max-width: 800px;
}

.site-inner {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
}

.executive-pro-home .site-inner {
  overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Content  */
.content {
  float: left;
  width: 75%;
  padding: 20px;
}

.has-sub-nav .content {
  width: 50%;
}

.content-sidebar .content {
  float: left;
}

.full-width-content .content {
  width: 100%;
}

.executive-pro-home .content {
  padding: 0;
}

.executive-pro-portfolio .content {
  padding: 40px 30px 0;
}

/* Primary Sidebar */
.sidebar-primary {
  float: left;
  width: 25%;
}

.sidebar-secondary {
  background-color: #EEE;
  float: right;
  width: 25%;
}

/* 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
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
  float: left;
}

.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.search-form {
  overflow: hidden;
}

.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;
}

.search-form input[type="search"] {
  background: #E2E1E1 url('../images/icon-search.png?1454284498') no-repeat left;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 16px 16px 16px 50px;
  width: auto;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
  margin-bottom: 12px;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

a.alignnone {
  display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 10px;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
  color: #777;
  font-size: 12px;
  padding: 20px 20px 20px 0;
}

.executive-pro-home .breadcrumb {
  margin: 0;
}

.archive-description,
.author-box {
  margin-bottom: 30px;
}

.author-box {
  background-color: #f5f5f5;
}

.author-box-title {
  font-size: 16px;
  margin-bottom: 4px;
}

.author-box p {
  font-size: 14px;
  margin: 0;
}

.author-box .avatar {
  margin-right: 24px;
}

/* Titles
--------------------------------------------- */
.entry-title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
  text-decoration: underline;
}

.widget-title,
.executive-pro-portfolio .entry-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
  font-size: 16px;
}

.executive-pro-home .home-cta .widget-title {
  font-size: 24px;
  margin-bottom: 6px;
  text-transform: none;
}

.callout-latest-news .entry-title {
  font-size: 18px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  margin-bottom: 12px;
  padding: 0;
}

.featured-content .entry-title {
  font-size: 18px;
}

.executive-pro-home .featured-content .entry {
  margin-bottom: 36px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Flexslider Front Slideshow
--------------------------------------------- */
.flexslider-front {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  position: relative;
}
.flexslider-front:before, .flexslider-front:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flexslider-front:after {
  clear: both;
}

.slideshow-front__slide {
  position: relative;
}
.slideshow-front__detail {
  bottom: 0;
  float: left;
  left: 0;
  padding: 60px;
  position: absolute;
  top: 0;
  width: 29.8323036%;
}
.slideshow-front__image {
  display: block;
  float: right;
  margin-bottom: 0;
  width: 70.1676964%;
}

.flex-front-control-nav,
.flex-front-direction-nav,
.flex-front-pauseplay {
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

.flex-front-control-paging {
  bottom: 0;
  left: 50%;
  margin: 0 0 20px -50px;
}
.flex-front-control-paging a {
  display: block;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
}

.flex-front-pauseplay {
  bottom: 20px;
  position: absolute;
  right: 20px;
}
.flex-front-pauseplay a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-size: 80%;
  display: block;
  height: 30px;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  width: 30px;
}

.flex-front-direction-nav {
  margin-top: -24px;
  pointer-events: none;
  top: 50%;
  width: 100%;
}
.flex-front-direction-nav a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: block;
  height: 49px;
  pointer-events: auto;
  width: 49px;
}
.flex-front-direction-nav a.flex-front-prev {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAABiCAYAAAD5hjtFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyN0JCMUU2Qzg0RjMxMUU1QjNFNUUwMjEwMzc1RUQ3RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyN0JCMUU2RDg0RjMxMUU1QjNFNUUwMjEwMzc1RUQ3RCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI3QkIxRTZBODRGMzExRTVCM0U1RTAyMTAzNzVFRDdEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI3QkIxRTZCODRGMzExRTVCM0U1RTAyMTAzNzVFRDdEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YB9YDQAABnxJREFUeNrcXFtIHFcY/p1dBW1BEAqFQqEgBhY2Slu6brrZROu1hYoQaAksiBiEvgkqAV9s2jxYFVNaWgqCEl8CKQmWFqt4iaRYLBFDlNVSobjiU6lU8ALxMj3feMZOZ2fv5+zO5IOfXdl15nx7zvnPf/l281RVJUF4ndmHzLzcCph5mBUye85shdkJs6fMfmf2kNmfIm6clyGJt/jAm/nAUwXIfM/sJ2a/pj0KkEjDmpk9UcXiGbPrzFypjifVwVcwW1TlAmQCskj0MDtWs4c7yc5KMoMvZHZfzQ0mmJUkGmOijQ2Pc5/ZO5Q7bDBr5I8pe6c3mD1m9hrlHjvMrnI3nTSJV5gtMCsl+2Cb2WWrs0WxeLOL2T2bESC+Ih7wQzQhiZvMqsmeqGB2J9FyQpiwbMXWZsCy+iXWTHznAALAN3zZR5GoZRYgZwBxWshqOT1idoWcgzCzi4iMFQMzJxHQ92+1cTm1yL7jwcGBjMuGjCSuySQwNTVF9fX1tL6+LvrS17QNzvaER2YENzk5qXq9XtXj8ah+v19dW1sTfYsAZsIvcwY6Ozvp5ORE+3t3d5du3LghekY0EhdkEJiYmPgfgfNIbmeHxsbGhG5wN9/lQjE4OEgjIyNkFVxWVVVRb2+v0DPDLTrU7u/vp9HRUcvXQGBoaIjy8/OFBoZYTi87mABQjBN7k2dwmaVfGxvU1NRk+VpJSQkxL0VFRUVSHIjCC1sZo7S0lNrb263TMraZOzo66OjoSAaH5y62yVrZk1dFXM3n82neaGlpKeq1SCRCq6urVFtbS263W2jqChLvi3SzIHJ8fEzLy8tR3glEwuGwaCJ/gMSb7Mm7Ij+ayspKKisro5mZGTo9PY0isrW1RXV1daJuN6/weqhw1NTU0MDAQJQ3Ki4upra2NpG3epqV2Km8vFxq7KRX0TZlEwkGgzII/INSp07iC9n1yP39fRmXvYvx6/nEqOykSNJBN2ZMipCvzjssPcWYZ83VjtsOI9FPZ+2zqOLZY4eUbdD3ezsWCZzcz5xeAcTBd8vmBL42ErCaCeLlwSmyZ1EZy8hnjryd1p/w8ceofMIKf9FZZ2bbJgTQKWqMNR4lAfNLFKdXlsUZwAe6Ei+zi4cIJzKbIwJL/P4ridLTRMDSquNe6ySLBL7kBCIJ35miosDLbEFyrLjMzC9TFpENbUfK43khVDaZkjACtasGTqyA/tM8eflg93jkecgffyBBeidF4EbESV9oeE6GGEw/YXXHcCjSSWQ6E2gLfEBnzY50yj5wnQ/5rCylPYo0N/Z1vhFF4gl3GCmPJ9V/8HMXKBML3JULJ1HARVTZAsRhnyYr2kpmT8DrPOBeJ9tAuPMxjxrS3thwjxOUW80TAtD34oUf8UiAwCO0F+ycS8QjgU9+keyhOjPOyCWrpWV12OGA+tFmBIhnmfcMB2lcEoN0Jo6yI5D330y0nAK89mRnIIS5SIaWhGKKfb5yQOEMy3041nIK2XgZmYEVU2teTi5e+fOQczDPCwjnM1HtMALAFX3MimEpCYUkkZYZLToJF08xhQFSoMbGRk0qJBkf6flEQGT4ib4cGoxoNKLhiH6dZHgUEtiPwAy0trZq4iwAMoju7m6anp6WORt+RaRbHR4ePiegA0Qg3pJI5AIUBT0kSNsRDAY12QNUA0ZAVYD9AUJQGwjG3yDxGXvykoirQa8B3YYVEZxHEK5AwAL9h0AcgsTnVpFhJkQaGho0RY2ZiFYhFk9kDye2KmOh4pyAFhZaJyuMj49rGikBiAgTbZk3M7xSLAItLS2iCGhRLUjsiiYAldnc3FxMAl1dXSJvuaeQwJZWPAJ5eXnaGSKYgJZ/u3kpUchZAb2rFQGXy0V9fX1aKCIBYcxEWNTVQqGQprw0E4B4SxIB0jI8mbEThO7ZiJ2IlwoPRBMJBALZILBprMXedYhIy4xBo2hrTPRClaVGNmHUmNnNitzgWcyxV4wk0HrqdxiJ21bFMwSB+Laj1wEEIBW6bFV3wmx84gACiPXaYxXPdIbf2pzELfP+tSrto0y4aNNqIBxQHZnax7H6E3b6VryOlPoTADr9CHZ2bEJgm8+AZe8unqIAPthHuRdt/cZnIKaEQkliCkHk5xwRgHjlKiXSPCXZx3bloI/dI0tREJAghzBjkf/cjFTRlstu2o4XQmUjUrSFs6WZk6ngsZgu3NKFWvqPVa3wgUdE3PhfAQYA7T/gCyQ2CsEAAAAASUVORK5CYII=') left top no-repeat;
  float: left;
  margin-left: -24px;
}
.flex-front-direction-nav a.flex-front-next {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAABiCAYAAAD5hjtFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyN0JCMUU2Qzg0RjMxMUU1QjNFNUUwMjEwMzc1RUQ3RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyN0JCMUU2RDg0RjMxMUU1QjNFNUUwMjEwMzc1RUQ3RCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI3QkIxRTZBODRGMzExRTVCM0U1RTAyMTAzNzVFRDdEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI3QkIxRTZCODRGMzExRTVCM0U1RTAyMTAzNzVFRDdEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YB9YDQAABnxJREFUeNrcXFtI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') left -49px no-repeat;
  float: right;
  margin-right: -24px;
}

/* Jetpack
--------------------------------------------- */
img#wpstats {
  display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  margin: 20px auto;
  min-height: 100px;
  width: 100%;
}

/* Title Area
--------------------------------------------- */
.title-area {
  font-weight: 700;
  float: left;
  overflow: hidden;
}

.site-title {
  font-size: 36px;
  line-height: 1.25;
  margin: 0 0 5px;
}

.site-title a,
.site-title a:hover {
  background: transparent url('../images/site-logo.png?1454284498') left top no-repeat;
  display: block;
  height: 82px;
  text-indent: -9999px;
  padding: 28px 0 0;
  text-decoration: none;
  width: 460px;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px;
}

/* Logo, hide text */
.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px;
}

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
  float: left;
  margin: 0;
  max-width: 260px;
  min-height: 100px;
  padding: 0;
  width: 100%;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
}

.site-header .widget {
  padding: 28px 0 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1.5;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
}

.genesis-nav-menu a {
  display: block;
  padding: 16px 20px;
  position: relative;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
  text-decoration: none;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  margin: 0;
  opacity: 0;
  padding: 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: 148px;
  z-index: 999;
}

.genesis-nav-menu .sub-menu a {
  font-size: 12px;
  padding: 10px 18px;
  position: relative;
  width: 148px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -40px 0 0 147px;
}

.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 {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 16px 20px;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  background: url('../images/icon-rss.png?1454284498') no-repeat left;
  background-size: 12px 12px;
  margin-left: 12px;
  padding-left: 16px;
}

.genesis-nav-menu > .twitter > a {
  background: url('../images/icon-twitter-nav.png?1454284498') no-repeat left;
  background-size: 16px 16px;
  padding-left: 20px;
}

.genesis-nav-menu > .search {
  padding: 0;
}

.genesis-nav-menu .search-form {
  width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .widget_nav_menu {
  padding: 0;
}

.site-header .genesis-nav-menu {
  float: right;
  width: auto;
}

.site-header .genesis-nav-menu a {
  padding: 38px 18px 40px;
}

.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
  padding: 10px 18px;
}

.site-header .sub-menu .sub-menu {
  margin-top: -40px;
}

/* Primary Navigation
--------------------------------------------- */
.ubermenu-bound .ubermenu-submenu-type-mega {
  min-width: 300px;
  width: 300px;
}

.ubermenu-item a:link,
.ubermenu-item a:visited {
  font-weight: bold;
  text-transform: uppercase;
}

.ubermenu-item a:hover,
.ubermenu-item a:active,
.ubermenu-item a:focus {
  text-decoration: underline;
}

.ubermenu > li {
  position: relative;
}
.ubermenu .ubermenu-submenu .ubermenu-column {
  float: none;
  display: block;
}

.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-mega {
  width: 280px;
}

.ubermenu.ubermenu-transition-slide .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega, .ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-mega {
  max-height: none !important;
}

/* Secondary Navigation
--------------------------------------------- */
/* Responsive Menu (ShiftNav)
--------------------------------------------- */
#shiftnav-main.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target, #shiftnav-main.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MjM0NTJGOTFEMjkxMUU1OUU1MEZGMTcxRTVFMUZCRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MjM0NTJGQTFEMjkxMUU1OUU1MEZGMTcxRTVFMUZCRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgyMzQ1MkY3MUQyOTExRTU5RTUwRkYxNzFFNUUxRkJGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgyMzQ1MkY4MUQyOTExRTU5RTUwRkYxNzFFNUUxRkJGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pYLkTwAAAHBJREFUeNpi+P//vy0Q7wRifiBmQMYgYtN/CDgDxELokpxAvB2q4AIQiyFLgjAbEK+HKrgGxJLIkiDMCsQroQpuArEsA5ojQCY8hCrYh0vnLSCWI2gnBxBvhUpcRHftRqjEWSAWRvcnLIQE0EMIIMAAyg//vnly7nEAAAAASUVORK5CYII=') 20px center no-repeat;
  border-bottom: none;
  color: #eee;
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding-left: 35px;
  text-shadow: none;
}
#shiftnav-main.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, #shiftnav-main.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MjM0NTJGOTFEMjkxMUU1OUU1MEZGMTcxRTVFMUZCRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MjM0NTJGQTFEMjkxMUU1OUU1MEZGMTcxRTVFMUZCRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgyMzQ1MkY3MUQyOTExRTU5RTUwRkYxNzFFNUUxRkJGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgyMzQ1MkY4MUQyOTExRTU5RTUwRkYxNzFFNUUxRkJGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pYLkTwAAAHBJREFUeNpi+P//vy0Q7wRifiBmQMYgYtN/CDgDxELokpxAvB2q4AIQiyFLgjAbEK+HKrgGxJLIkiDMCsQroQpuArEsA5ojQCY8hCrYh0vnLSCWI2gnBxBvhUpcRHftRqjEWSAWRvcnLIQE0EMIIMAAyg//vnly7nEAAAAASUVORK5CYII=') 20px center no-repeat;
}
#shiftnav-main.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .sub-menu .shiftnav-target, #shiftnav-main.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .sub-menu .shiftnav-target {
  background-position: 40px 23px;
  padding-left: 55px;
}

#shiftnav-main.shiftnav.shiftnav-skin-standard-dark li.menu-item .shiftnav-submenu-activation {
  border: 0;
}

html #wpadminbar {
  top: 0 !important;
}

/* Internal Pages Sub Nav
--------------------------------------------- */
#advanced_menu-2 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 20px;
  max-width: 300px;
}

/* Searh Form
--------------------------------------------- */
.search-widget {
  float: right;
  display: block;
}

/* Social Icons
--------------------------------------------- */
.social-icons-widget {
  float: right;
  margin: 0 20px;
}

.widget ul.social-links-list {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget ul.social-links-list > li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
}

/* SVG icons added in custom block */
.svg-social {
  display: inline-block;
  height: 49px;
  width: 49px;
}

/* Set path color - customise per theme */
/* Change color on hover */
/* Hide svg's if not supported */
.no-svg .svg-social {
  display: none;
  visibility: hidden;
}

/* Check svg support with modernizr. Show png' as bg image as fallback */
.no-svg .svg-fallback {
  display: inline-block;
  height: 49px;
  width: 49px;
}

.no-svg .svg-fallback--tw {
  background: transparent url('../images/icon-tw.png?1454284498') left top no-repeat;
}

.no-svg .svg-fallback--fb {
  background: transparent url('../images/icon-fb.png?1454284498') left top no-repeat;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Home Page
--------------------------------------------- */
.home-middle,
.home-top {
  clear: both;
  overflow: hidden;
  padding: 60px 30px 0;
}

.home-middle .widget,
.home-top .widget {
  float: left;
  padding: 0 2.8%;
  width: 33.33333333333%;
}

.home-top #custom_post_widget-5,
.home-top #sticky-posts-4,
.home-top .home-intro-text {
  width: 66.66666666666%;
}

.home-middle .widget:nth-of-type(3n+1),
.home-top .widget:nth-of-type(3n+1) {
  clear: left;
}

.executive-pro-home a.more-link {
  clear: both;
  display: block;
  margin: 30px 0 0;
}

.executive-pro-home .home-cta {
  color: #ddd;
  float: left;
  padding: 60px;
  width: 100%;
}

.executive-pro-home .home-cta p {
  color: #ddd;
}

/* Events widget */
.tribe-events-list-widget-events .entry-title {
  font-size: 18px;
  text-transform: uppercase;
}

#tribe-events-list-widget-3 .tribe-events-list-widget ol li {
  padding-left: 0;
  text-indent: 0;
}

.tribe-events-list-widget-events {
  padding-left: 0;
  text-indent: 0;
}

/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.executive-pro-portfolio .entry,
.single-portfolio .entry {
  margin-bottom: 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
  margin-bottom: 0;
}

.content .entry-header .entry-meta {
  clear: both;
  color: #777;
  font-size: 12px;
  max-width: 600px;
  overflow: hidden;
  text-transform: uppercase;
}

.content .entry-header .entry-meta a {
  color: #777;
  font-weight: 700;
}

.content .entry-header .entry-meta {
  margin-bottom: 24px;
}

.content .entry-header .entry-meta .entry-comments-link {
  float: right;
  font-size: 12px;
  padding: 0 20px;
  text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
  background: url('../images/icon-comments.png?1454284498') no-repeat left;
  background-size: 16px 16px;
  padding-left: 32px;
}

.entry-footer .entry-meta {
  border-top: 1px dotted #ddd;
  font-size: 14px;
  margin: 0;
  padding-top: 10px;
}

.entry-footer .entry-tags {
  background: url('../images/icon-dot.png?1454284498') no-repeat left;
  margin-left: 4px;
  padding-left: 10px;
}

/* Internal Page
--------------------------------------------- */
.banner__image {
  display: block;
  margin-bottom: 0;
}

/* After Entry
--------------------------------------------- */
.after-entry {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
}

.after-entry .widget {
  margin-bottom: 30px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
  margin: 0;
}

.after-entry li {
  list-style-type: none;
}

/* Pagination
--------------------------------------------- */
.archive-pagination {
  font-size: 14px;
  padding: 30px 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 4px;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  text-decoration: none;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 14px;
  margin-bottom: 40px;
  overflow: hidden;
}

.entry-comments .comment-author {
  font-weight: 700;
  margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin: 30px;
  overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
  margin: 30px 0;
}

.comment-list li li {
  margin-right: -1px;
}

.comment {
  border-right: none;
}

.comment-header,
.ping-list .comment-meta {
  float: left;
  font-weight: 700;
  padding: 30px;
  width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
  display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
  font-size: 12px;
  font-weight: 300;
  color: #bbb;
}

.comment-content {
  clear: both;
  padding: 48px;
}

.comment-content p,
.comment-header p.comment-meta {
  margin: 0;
}

.comment .avatar {
  margin-right: 10px;
}

.alt,
.even {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

.comment-reply {
  font-size: 14px;
  padding: 0 48px 48px;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 24px;
}

/* ## Accessibility Fetures
--------------------------------------------- */
/* ## 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, 0.6);
}

.more-link {
  display: block;
  margin-top: 20px;
  position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  outline: #ccc solid 1px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}

.widget li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-top: 6px;
  text-align: left;
}

.widget ol > li {
  background-image: none;
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget ul > li {
  text-indent: 0;
}

.widget ul > li {
  list-style-position: outside;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
  margin-bottom: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.widget_calendar caption {
  font-size: 12px;
  font-style: italic;
  padding: 2px 6px 0 0;
  text-align: right;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  display: inline;
  font-size: 14px;
  padding-bottom: 30px;
}

.sidebar p {
  margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
  margin-bottom: 0;
}

.sidebar li,
.sidebar .more-from-category a {
  background: url('../images/icon-li.png?1454284498') no-repeat 0 7px;
  background-size: 8px 8px;
  margin-bottom: 6px;
  padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
  padding-top: 6px;
}

.sidebar .widget {
  margin-bottom: 0;
  padding: 20px 30px;
  word-wrap: break-word;
}

.sidebar .search-form {
  width: 100%;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  color: #c8c8c8;
  clear: both;
  font-size: 14px;
}

.footer-widgets .wrap {
  overflow: hidden;
  padding: 60px 30px 30px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  padding: 0 2.8%;
  width: 33.3333333333%;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

.footer-widgets .widget {
  margin-bottom: 30px;
  word-wrap: break-word;
}

.footer-widgets li {
  margin: 0;
  padding: 0;
}

.footer-widgets .search-form {
  width: 100%;
}

.no-placeholder #gform_fields_2 label {
  display: block;
}
#gform_fields_2 input[type="text"] {
  margin-bottom: 10px;
  line-height: 1.7em;
  width: 90%;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  font-size: 12px;
  padding: 40px 0;
  text-transform: uppercase;
}

.site-footer ul {
  display: inline-block;
}

.site-footer li {
  display: inline-block;
}

.site-footer p {
  display: inline-block;
  float: left;
  margin: 0;
}

.menu-secondary-navigation-container {
  display: inline-block;
}
.menu-secondary-navigation-container li {
  margin-right: 10px;
}

.site-footer .wrap {
  margin: 0 auto;
  max-width: 330px;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */
/* Note: we've removed Executive pro's theme colors, as we will only ever use one per site
 * We will customise colors via the default elements using SASS variables
 */
/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .site-header .genesis-nav-menu a {
    padding: 38px 14px 40px;
  }

  .slideshow-front__text {
    display: none;
  }

  .slideshow-front__detail {
    padding: 40px;
  }

  .flex-front-direction-nav a.flex-front-prev,
  .flex-front-direction-nav a.flex-front-next {
    margin: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .content,
  .sidebar-primary,
  .sidebar-secondary,
  .site-header .widget-area,
  .title-area,
  .wrap {
    width: 100%;
  }

  .header-image .title-area,
  .header-image .site-title,
  .header-image .site-title a {
    float: none;
    margin: 0 auto;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
  .site-header .search-form,
  .site-header hgroup,
  .site-title {
    text-align: center;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a,
  .site-header .genesis-nav-menu a {
    padding: 16px;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  .comment-list li.depth-1,
  .ping-list li.depth-1 {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 920px) {
  .nav-primary {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .five-sixths,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .four-sixths,
  .home-middle .widget,
  .home-top .widget,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .executive-pro-portfolio .portfolio,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .home-top #custom_post_widget-5,
  .home-top .home-intro-text {
    width: 100%;
  }

  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
  .genesis-nav-menu.responsive-menu {
    display: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }

  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover {
    border: none;
    display: block;
    line-height: 1;
    padding: 16px;
    text-transform: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f140";
    float: right;
    font: normal 20px/1 'dashicons';
    height: 20px;
    padding: 12px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f142";
  }

  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: #f7f7f7;
    border: none;
    left: auto;
    opacity: 1;
    padding-left: 20px;
    position: relative;
    width: 100%;
    z-index: 99;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    padding: 12px 16px;
    position: relative;
    text-transform: none;
    width: 100%;
  }

  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu a {
    background: none;
    color: #666;
  }

  .genesis-nav-menu.responsive-menu .sub-menu a:hover,
  .genesis-nav-menu.responsive-menu a:hover,
  .genesis-nav-menu.responsive-menu li:hover {
    background: none;
    color: #111;
  }

  .slideshow-front__detail {
    display: none;
  }

  .slideshow-front__image {
    display: block;
    width: 100%;
  }

  .flex-front-direction-nav {
    display: none;
  }

  .home-middle,
  .home-top,
  .executive-pro-portfolio .portfolio {
    text-align: center;
  }

  .executive-pro-portfolio .portfolio {
    padding: 0 0 30px;
  }

  .home-cta .button.alignright {
    float: none;
    margin: 16px 0 0;
  }

  .footer-widgets-1 {
    margin: 0;
  }

  .nav-secondary .genesis-nav-menu > .first > a,
  .nav-secondary .genesis-nav-menu > .last > a,
  .nav-secondary .genesis-nav-menu a {
    font-size: 12px;
    padding: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .entry-title {
    font-size: 24px;
  }

  .content .entry-header .entry-meta .entry-comments-link {
    display: none;
  }
}
@media only screen and (max-width: 270px) {
  .header-image .site-title a {
    background-size: contain !important;
  }

  .site-title {
    font-size: 26px;
  }
}

/*# sourceMappingURL=style.css.map */
