/*
	Theme Name: Mobile First Base
	Theme URI: http://sbydigital.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://sbydigital.com

	Version: 1

	Tags: mobile-first

	Template: genesis
	Template Version: 2.1.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/* Table of Contents

*/
/* 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
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets: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,
.footer-widgets: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
--------------------------------------------- */
body {
  background-color: #f5f5f5;
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

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

::-moz-selection {
  background-color: #333;
  color: #fff; }

::selection {
  background-color: #333;
  color: #fff; }

a {
  color: #243C81;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }

a:hover {
  color: #333; }

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

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

li {
  list-style-type: none; }

b,
strong {
  font-weight: 700; }

blockquote,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 40px; }

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

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

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

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }
  .gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px; }
  .gallery img:hover {
    border: 1px solid #999; }

.gallery-item {
  margin: 0 0 30px;
  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%; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 16px;
  width: 100%;
  -webkit-font-smoothing: antialiased; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

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

::-moz-placeholder {
  color: #333;
  font-weight: 400;
  opacity: 1;
  -webkit-font-smoothing: antialiased; }

::-webkit-input-placeholder {
  color: #333;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #e5554e;
  color: #fff; }

.entry-content .button:hover {
  color: #fff; }

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #e5554e;
  color: #fff; }
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #333; }

.button {
  display: inline-block; }

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

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

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

td,
th {
  text-align: left; }

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

th {
  font-weight: 400; }

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  line-height: 1;
  width: 100%; }
  .genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left; }
  .genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 20px; }
  .genesis-nav-menu a:hover,
  .genesis-nav-menu .current-menu-item > a,
  .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #e5554e; }
  .genesis-nav-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    left: auto;
    opacity: 1;
    position: relative;
    -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;
    z-index: 99; }
    .genesis-nav-menu .sub-menu a {
      font-size: 14px;
      padding: 20px;
      position: relative; }
  .genesis-nav-menu .menu-item:hover {
    position: static; }
  .genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1; }
  .genesis-nav-menu li.highlight a {
    background-color: #243C81;
    border-radius: 3px;
    color: #fff;
    padding: 20px 15px; }
  .genesis-nav-menu li.highlight a:hover {
    background-color: #333;
    color: #fff; }

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee; }
.site-header .sub-menu .sub-menu {
  margin-top: -56px; }
.site-header .genesis-nav-menu li li {
  margin-left: 0; }

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  padding-bottom: 10px;
  padding-top: 10px; }
  .nav-primary .genesis-nav-menu a {
    color: #243C81; }
  .nav-primary .sub-menu {
    background-color: rgba(255, 255, 255, 0.05); }
  .nav-primary .genesis-nav-menu a:hover,
  .nav-primary .genesis-nav-menu .current-menu-item > a,
  .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #666; }

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  padding-top: 10px; }

/* Responsive Navigation
--------------------------------------------- */
.responsive-menu-icon,
.responsive-menu .menu-item-has-children {
  cursor: pointer; }

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

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

.responsive-menu-icon {
  text-align: center; }

.responsive-menu-icon::before {
  color: #000;
  content: "Menu \f333";
  display: inline-block;
  font: normal 40px/1 'dashicons';
  margin: 0 auto;
  padding: 10px; }

.nav-primary .responsive-menu-icon::before,
.nav-primary .responsive-menu > .menu-item-has-children:before {
  color: #243C81; }

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

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

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

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-container {
  background-color: #fff;
  margin: 0 auto; }

.site-inner {
  clear: both;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 60px; }

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  text-align: center; }

/* Site Title and Description
--------------------------------------------- */
.site-title {
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase; }

.site-title a {
  color: #fff; }

.site-title a:hover {
  color: #e5554e; }

.header-image .site-title > a {
  background-position: center center !important;
  background-size: 300px 57px !important;
  float: left;
  min-height: 57px;
  width: 100%; }

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

.site-description {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px; }

.site-description,
.site-title {
  line-height: 1.2; }

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #eee;
  font-size: 16px;
  padding: 40px 5%;
  text-align: center; }

.site-footer p {
  margin-bottom: 0; }

/* Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry,
.page.page-template-page_blog-php .entry {
  border-bottom: 5px solid #f5f5f5;
  margin-bottom: 60px; }

.page .entry,
.single .entry {
  border-bottom: 0;
  margin-bottom: 30px; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  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 {
  margin-bottom: 0; }

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

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0; }

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

.entry-footer .entry-meta {
  font-weight: 400;
  margin-bottom: 60px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px; }

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #e5554e; }

/* Comments
--------------------------------------------- */
p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
  margin-bottom: 40px; }

.comment-respond {
  margin-bottom: 60px; }

.entry-comments .comment:last-child {
  margin-bottom: 0; }

.comment-respond {
  padding-top: 60px; }

.entry-comments {
  padding-top: 20px; }

.comment-header {
  font-size: 16px; }

.comment-notes,
.entry-pings .reply {
  display: none; }

.entry-comments .comment {
  border-bottom: 5px solid #f5f5f5; }

p.comment-form-comment {
  margin-bottom: 20px; }

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
  margin: 0; }

.entry-comments .comment {
  clear: both; }

.entry-comments .children .comment {
  border: none; }

.comment-list li {
  list-style-type: none; }

/* Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px; }
  .sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .sidebar p:last-child,
  .sidebar ul > li:last-child {
    margin-bottom: 0; }
  .sidebar .widget {
    background-color: #fff;
    margin-bottom: 60px; }

/* Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  float: left; }

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

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

.author-box .avatar {
  height: 80px;
  width: 80px; }

.comment .avatar {
  height: 50px;
  margin: 0 16px 24px 0;
  width: 50px; }

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 30px; }

.archive-description,
.author-box {
  border-bottom: 5px solid #f5f5f5;
  margin-bottom: 60px;
  padding-bottom: 30px; }

.single .author-box {
  border-top: 5px solid #f5f5f5;
  padding-top: 30px; }

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

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.site-header .search-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 50%; }

.search-form input {
  -webkit-appearance: none; }

.search-form 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: 20px; }

.entry-title {
  font-size: 30px; }

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

.entry-title a:hover {
  color: #e5554e; }

.widget-title {
  font-size: 18px;
  margin-bottom: 20px; }

.footer-widgets .widget-title {
  color: #fff; }

/* 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-weight: 700;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word; }
  .widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px; }
  .widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0; }

.widget_calendar table {
  width: 100%; }
.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* Featured Content
--------------------------------------------- */
.featured-content .entry-title {
  font-size: 20px; }
.featured-content .entry {
  margin-bottom: 20px;
  padding: 0 0 24px; }

.footer-widgets .entry {
  border-bottom: 1px dotted #666; }

/* Header Widget Area
--------------------------------------------- */
.header-widget-area .widget_text {
  margin-top: 10px; }
.header-widget-area .widget_text p {
  margin-bottom: 0; }

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #fff;
  clear: both;
  color: #333;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 60px; }
  .footer-widgets a {
    color: #333; }
  .footer-widgets input {
    border: 1px solid #333; }
  .footer-widgets a.button,
  .footer-widgets a:hover {
    color: #243C81; }
  .footer-widgets li {
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .footer-widgets .widget {
    margin-bottom: 60px; }
  .footer-widgets .widget-title {
    color: #243C81; }
  .footer-widgets p:last-child {
    margin-bottom: 0; }

/* Sticky Message
---------------------------------------------------------------------------------------------------- */
.sticky-message {
  background-color: #333;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .sticky-message .widget-title,
  .sticky-message a:hover,
  .sticky-message p {
    color: #fff; }
  .sticky-message a {
    color: #999; }
  .sticky-message p:last-child {
    margin-bottom: 0; }

.reveal {
  opacity: 1; }

/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff; }

.sidebar .widget.enews-widget {
  background-color: #333;
  padding: 40px; }

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333; }

.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px; }

.enews-widget input[type="submit"] {
  background-color: #e5554e;
  color: #fff;
  margin: 0;
  width: 100%; }

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333; }

.enews form + p {
  margin-top: 24px; }

/* Genesis Simple Share
--------------------------------------------- */
.content .share-after {
  margin-bottom: 20px; }

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
  border: none;
  font-weight: 400; }

.content .share-filled .share {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.content .share-filled .count {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
  color: #333;
  border: 1px solid #333; }

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
  background: #333 !important; }

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
  color: #fff; }

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

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

img {
  display: inline-block;
  vertical-align: middle; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: em; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }

  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }

  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }

  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }

  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }

  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }

  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }

  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }

  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }

  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }

  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }

  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }

  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }

  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }

  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }

  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }

  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }

  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }

  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }

  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }

  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }

  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }

  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }

  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }

  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }

  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }

  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }

  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }

  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }

  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }

  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }

  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }

  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }

  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 850px) {
  .sticky-message {
    margin-top: -40px; }

  .footer-widgets,
  .site-inner {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    max-width: 1000px; }

  .mobile-first-landing .site-container {
    max-width: 800px; }

  .content {
    width: 55%;
    /* 660px */ }

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

  .footer-widgets-1,
  .footer-widgets-2 {
    width: 45%;
    /* 300px */ }

  .content,
  .footer-widgets-1,
  .footer-widgets-2,
  .sidebar-content .sidebar,
  .title-area {
    float: left; }

  .header-widget-area,
  .sidebar,
  .sidebar-content .content,
  .site-header .search-form {
    float: right; }

  .title-area {
    text-align: left; }

  .header-image .site-title > a {
    width: 300px; }

  .site-description {
    margin: 0; }

  .header-widget-area {
    text-align: right; }

  .site-header .search-form {
    margin: 0;
    width: auto; }

  .genesis-nav-menu a {
    padding: 70px 20px; }

  .site-header .genesis-nav-menu a {
    padding-bottom: 20px;
    padding-top: 20px; }

  .genesis-nav-menu .menu-item {
    display: inline-block; }

  .genesis-nav-menu .sub-menu {
    background-color: #fff;
    left: -9999px;
    opacity: 0;
    position: absolute; }

  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0; }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 200px; }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px; }

  .genesis-nav-menu li.highlight a {
    border-radius: 3px;
    font-weight: 400;
    margin-left: 20px; }

  .nav-primary,
  .nav-secondary {
    padding: 0; }

  .nav-primary .sub-menu {
    background-color: #333; }

  .nav-primary .sub-menu a {
    border: 1px solid #444;
    border-top: 0; }

  .nav-primary .genesis-nav-menu > li:first-child a,
  .nav-secondary .genesis-nav-menu > li:first-child a {
    padding-left: 0; }

  .responsive-menu,
  .responsive-menu > .menu-item > .sub-menu {
    display: block; }

  .responsive-menu-icon,
  .responsive-menu > .menu-item-has-children:before,
  .responsive-menu .menu-open.menu-item-has-children:before {
    display: none; }

  .content-sidebar .content,
  .footer-widgets-1,
  .footer-widgets-2,
  .sidebar-content .sidebar,
  .title-area {
    margin-left: 5%; }

  .content-sidebar .sidebar,
  .footer-widgets-3,
  .header-widget-area,
  .sidebar-content .content {
    margin-right: 5%; }

  .full-width-content .content,
  .menu-secondary {
    padding-left: 5%; }

  .full-width-content .content {
    padding-right: 5%; }

  .comment-list ul.children {
    margin-left: 40px; }

  .gallery-item {
    float: left; }

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

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

  .sby-custom-header {
    background-color: #fff;
    height: 160px; }

  .header-wrap {
    max-width: 1200px;
    margin: 0 auto; }

  .site-title {
    width: 30%;
    float: left;
    padding: 20px 0px; }

  .site-logo {
    width: 25%;
    height: auto;
    float: left; }

  .genesis-nav-menu {
    text-align: right; }

  .nav-primary {
    float: left;
    width: 75%; }

  .page-template-default .site-inner, .single .site-inner, .blog .site-inner {
    border-top: 1px solid #243C81; }

  .recent-widget {
    background-color: #E6E7E8;
    padding: 40px 0px; }
    .recent-widget .widget-title {
      text-align: center;
      font-size: 30px; }
    .recent-widget .widget-wrap {
      max-width: 1000px;
      margin: 0 auto; }
    .recent-widget .featured-content .entry {
      width: 33.33333% !important;
      position: relative;
      padding-left: 0.9375em;
      padding-right: 0.9375em;
      float: left; }
    .recent-widget .entry-title {
      text-align: center; }

  .left-featured .alignnone, .right-featured .alignnone {
    width: 100%; }
  .left-featured .alignnone img, .right-featured .alignnone img {
    width: 100%;
    height: auto; } }
.sby-float {
  float: left; }

.btn {
  background-color: #243C81;
  color: #fff;
  padding: 10px 30px;
  -webkit-transition: background-color 1s, border-color 1s, color 1s;
  transition: background-color 1s, border-color 1s, color 1s;
  border: 2px solid transparent; }

.btn:hover {
  background-color: #fff;
  color: #70080A;
  border-color: #70080A; }

.home .site-container {
  margin-top: 0px;
  max-width: none; }
.home .site-inner {
  padding: 0px;
  max-width: none; }
.home .site-inner .recent-widget {
  padding: 40px 0px !important; }

.cta-text-widget {
  font-size: 30px;
  padding: 60px 0px;
  width: 100%; }
  .cta-text-widget .widget_text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto; }

.recent-widget {
  background-color: #E6E7E8;
  padding: 40px 0px; }
  .recent-widget .widget-title {
    text-align: center;
    font-size: 30px; }
  .recent-widget .widget-wrap {
    max-width: 1000px;
    margin: 0 auto; }
  .recent-widget .featured-content .entry {
    width: 100%;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
border-bottom: none; }
  .recent-widget .entry-title {
    text-align: center; }
  .recent-widget .alignnone {
    width: 100%; }
  .recent-widget .alignnone img {
    width: 100%;
    height: auto; }

.footer-widgets {
  max-width: 100%; }

.footer-widgets .wrap {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 5px solid #243C81;
  padding-top: 30px; }

.footer-widgets .widget-title {
  font-size: 30px; }

/* Featured Page widgets - Titles on Hover
--------------------------------------------- */
.left-featured, .right-featured {
  line-height: 0; }
  .left-featured .entry, .right-featured .entry {
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .left-featured .entry-title a, .right-featured .entry-title a {
    color: #fff;
    font-size: 24px; }
  .left-featured .entry-title a:hover, .right-featured .entry-title a:hover {
    color: #999; }
  .left-featured .entry-header::after, .right-featured .entry-header::after {
    display: none; }
  .left-featured .alignnone, .right-featured .alignnone {
    margin-bottom: 0; }
  .left-featured .featured-content img, .right-featured .featured-content img {
    vertical-align: top;
    width: 100%;
    height: auto; }
  .left-featured .entry-header, .right-featured .entry-header {
    margin-top: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
  .left-featured .widget .entry, .right-featured .widget .entry {
    position: relative; }

.left-gradient {
  position: relative;
  display: inline-block; }

.left-gradient:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -moz-linear-gradient(left, rgba(112, 8, 10, 0) 0%, rgba(112, 8, 10, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(112, 8, 10, 0.65)), color-stop(100%, rgba(112, 8, 10, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(112, 8, 10, 0) 0%, rgba(112, 8, 10, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(112, 8, 10, 0) 0%, rgba(112, 8, 10, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(112, 8, 10, 0) 0%, rgba(112, 8, 10, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to left, rgba(112, 8, 10, 0) 0%, rgba(112, 8, 10, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }

.left-gradient img {
  display: block; }

.right-gradient {
  position: relative;
  display: inline-block; }

.right-gradient:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -moz-linear-gradient(right, rgba(36, 60, 129, 0) 0%, rgba(36, 60, 129, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, right top, left bottom, color-stop(0%, rgba(36, 60, 129, 0.65)), color-stop(100%, rgba(36, 60, 129, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, rgba(36, 60, 129, 0) 0%, rgba(36, 60, 129, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, rgba(36, 60, 129, 0) 0%, rgba(36, 60, 129, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, rgba(36, 60, 129, 0) 0%, rgba(36, 60, 129, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(36, 60, 129, 0) 0%, rgba(36, 60, 129, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }

.right-gradient img {
  display: block; }

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