/*
    Theme Name: MFS Theme
    Description: A minimal, WooCommerce ready Genesis Child theme built with beautiful typography and high-performance marketing in mind.
    Author: Matthew Snider
    Author URI:
    Version: 3.2.4
    Template: genesis
    Template Version: 2.2.6
 */

/* Table of Contents
 *
 *     - HTML5 Reset
 *         - Baseline Normalize
 *         - Box Sizings
 *         - Float Clearing
 *     - Defaults
 *         - Typographical Elements
 *         - Headings
 *         - Objects
 *         - Gallery
 *         - Forms
 *         - Buttons
 *     - Structure and Layout
 *         - Site Containers
 *         - Column Widths and Positions
 *         - Column Classes
 *     - Common Classes
 *         - Avatar
 *         - Genesis
 *         - Search Form
 *         - Titles
 *         - WordPress
 *     - Widgets
 *     - Plugins
 *         - Ninja Forms
 *     - Site Header
 *         - Title Area
 *         - Widget Area
 *     - Site Navigation
 *         - Primary Navigation
 *         - Secondary Navigation
 *         - Footer Navigation
 *         - Responsive Menu
 *     - Content Area
 *         - Front Page
 *         - Flexible Widgets
 *         - Content
 *         - Entries
 *         - Entry Meta
 *         - After Entry
 *         - Pagination
 *         - Content Boxes
 *         - Comments
 *     - Sidebar
 *     - Footer Widgets
 *     - Site Footer
 *     - Team Page
 *     - Media Queries
 *         - Max-width: 1280px
 *         - Max-width: 1200px
 *         - Max-width: 1023px
 *         - Max-width: 800px
 *         - Max-width: 480px
 */
 /* HTML5 Reset
 ---------------------------------------------------------------------------------------------------- */
 /* Baseline Normalize
 	normalize.css v2.1.3 | 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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}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:400}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#333}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:70%}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:0}fieldset{border:none;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}
/* 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,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content: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 {
    background-color: #fff;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
}
body.altitude-home { background: none }
a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.pagination,
.site-header.dark {
    -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;
}
::-moz-selection {
    background-color: #333;
    color: #fff;
}
::selection {
    background-color: #333;
    color: #fff;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover { color: #6587AC }
p {
    margin: 0 0 34px;
    padding: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
li { list-style-type: none }
li a {
    color: #000;
    border-bottom: 2px solid #000;
    font-weight: 400;
}
li a:hover {
    color: #6587AC;
    border-bottom: 2px solid #6587AC;
}
b,
strong { font-weight: bold }
cite,
em,
i { font-style: italic }
blockquote {
    font-family: 'Playfair Display', serif;
    font-size: 150%;
    font-style: italic;
    color: #222;
    margin: 60px 40px;
    line-height: 1.4;
}
blockquote::before {
    content: "";
    display: block;
    font-size: 60px;
    height: 0;
    left: -40px;
    position: relative;
    top: -30px;
}
blockquote small { display: block }
hr,
.break-line {
    width: 33%;
    border-top: 2px solid #eee;
    border-bottom: none;
    margin: 60px auto;
}
table {
    width: 100%;
    border: 2px solid #eee;
    margin-bottom: 30px;
    font-size: 14px;
}
table tbody tr th {
    padding: 10px;
    background: #eee;
    text-align: left;
    border: 2px solid #eee;
}
table tbody tr td {
    padding: 5px 20px;
    border: 2px solid #eee;
}
table tbody tr td.order-actions {
    padding: 5px;
}
table tbody tr.even { background-color: #f3f3f3 }
/* Headings
------------------------------ */
h1,
h2,
h4,
h3,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 17px;
    line-height: 1.4;
}
h1 {
    font-size: 60px;
    font-weight: 300;
}
h2 {
    font-size: 44px;
    font-weight: 300;
}
.image-section h2,
.solid-section h2 {
    font-size: 60px;
    font-weight: 300;
}
.sidebar h2 { font-size: 34px }

.front-page-2.solid-section h2 {
    font-size: 48px;
    font-weight: 300;
}
.image-section h3 {
    color: #fff;
    font-weight: 300;
}
h3 {
    font-size: 36px;
    font-weight: 300;
    color: #333;
}
h4 {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}
.image-section h4,
.solid-section h4 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.image-section h4 { color: #fff }
h5 {
    font-size: 24px;
    font-weight: 400;
    color: #777;
}
h6 {
    font-size: 22px;
    font-weight: 400;
    color: #777;
}
.textwidget h2,
.textwidget h3,
.textwidget h4 { margin-top: 0 }
/* Objects
------------------------------ */
embed,
iframe,
img,
object,
video,
.wp-caption { max-width: 100% }
img { height: auto }
.full-width-content img.pull-left {
    float: left;
    margin: 0 40px 40px -200px;
    max-width: 350px;
}
.full-width-content img.pull-right {
    float: right;
    margin: 0 -200px 40px 40px;
    max-width: 350px;
}
img.pull-right.headshot { border-radius: 50% }
.featured-content img,
.gallery img { width: auto }
.pull {
    margin-left: -100px;
    margin-right: -100px;
    max-width: 920px;
}
/* Gallery
------------------------------ */
.gallery {
    margin-bottom: 28px;
    overflow: hidden;
}
.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,
input[type="text"],
input[type="email"],
input[type="tel"] {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    background-color: #f3f3f3;
    border: 2px solid #f3f3f3;
    box-shadow: none;
    padding: 11px;
    width: 100%;
    outline: none;
	border-radius: 0px;
}
input:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
    color: #333;
    background-color: #fff;
    border: 2px solid #333;
    outline: none;
}
.front-page input:focus,
.front-page textarea:focus {
    border: 2px solid #6587AC;
    outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] { width: auto }
::-moz-placeholder {
    color: #333;
    opacity: 1;
}
::-webkit-input-placeholder { color: #333 }
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #5FB788;
    border: 2px solid #5FB788;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: auto;
	border-radius: 0px;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button:focus,
.widget .button.clear:hover {
    background-color: #6587AC;
    border: 2px solid #6587AC;
    color: #fff;
}
button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-color: #eee;
    cursor: not-allowed;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button { display: none }
/* Structure and Layout
------------------------------------------------------------ */
/* Site Containers
------------------------------ */
.site-inner,
.wrap {
    float: none;
    margin: 0 auto;
    max-width: 1200px;
}
.site-inner {
    background-color: #fff;
    clear: both;
    margin-top: 100px;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
    -word-wrap: break-word;
}
.front-page .site-container .site-inner {
    margin-top: 0;
    max-width: 100%;
}

.secondary-nav .site-inner { margin-top: 250px }
.login-page .site-inner { text-align: center }
input#user_login,
input#user_pass {
    text-align: center;
    background: #f3f3f3;
    max-width: 500px;
}
/* Column Classes
------------------------------ */
.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: 42.717948717948715% }
.one-third,
.two-sixths { width: 31.623931623931625% }
.four-sixths,
.two-thirds { width: 65.81196581196582% }
.one-fourth { width: 23.076923076923077% }
.three-fourths { width: 74.35897435897436% }
.one-sixth { width: 14.52991452991453% }
.five-sixths { width: 82.90598290598291% }
.first {
    clear: both;
    margin-left: 0;
}
/* Common Classes
------------------------------------------------------------ */
/* Avatar
------------------------------ */
.avatar {
    border-radius: 50%;
    float: left;
}
.author-box .avatar {
    height: 150px;
    width: 150px;
    float: right;
    margin-left: 24px;
}
.entry-comments .avatar {
    height: 60px;
    width: 60px;
}
.alignleft .avatar { margin-right: 24px }
.alignright .avatar { margin-left: 24px }
.comment .avatar { margin: 0 20px 24px 0 }
/* Genesis
------------------------------ */
.breadcrumb {
    border-bottom: 2px solid #eee;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.archive-description {
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    color: #999;
    background: #fff;
    margin-bottom: 60px;
}
.archive-description:after {
    content: "";
    border-bottom: 2px solid #eee;
    margin: 50px auto;
    display: block;
}
.author-box {
    color: #333;
    background: #fff;
    margin-bottom: 60px;
    padding: 60px 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}
.author-box-title {
    color: #333;
    font-size: 34px;
    margin-bottom: 10px;
    margin-top: 0;
}
.author-box-content p {
    color: #777;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
}
.author-box-content a {
    font-weight: 400;
    border-bottom: 2px solid #6587AC;
}
.author-box-content a:hover {
    color: #000;
    border-bottom: 2px solid #000;
}
.archive-description p:last-child,
.author-box p:last-child { margin-bottom: 0 }
/* Search Form
------------------------------ */
.search-form { overflow: hidden }
.search-form input[type="search"] {
    margin-right: 10px;
    width: auto;
    min-width: 270px;
}
.search-form input[type="submit"] { padding: 15px 30px }
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* Animated Search Form
------------------------------ */
.nav-primary .genesis-nav-menu > .search {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0;
}
li a.icon-search:before {
    font-family: 'Ionicons';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\f21f";
}
li a.icon-search { cursor: pointer }
.search-div {
    display: none;
    position: absolute;
    z-index: 10;
    right: 0;
    width: 300px;
    padding: 10px 0;
    background: transparent;
}
.search-div .search-form { position: relative }
.search-div .search-form input[type="search"] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background-color: #f3f3f3;
    border: 2px solid #f3f3f3;
}
.search-div .search-form input[type="search"]:focus { border-color: #eee }
.search-div .search-form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 14px;
}
/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder { color: transparent }
input:focus:-moz-placeholder { color: transparent }
/* Firefox 18- */
input:focus::-moz-placeholder { color: transparent }
/* Firefox 19+ */
input:focus:-ms-input-placeholder { color: transparent }
/* Titles
------------------------------ */
.archive-title {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0;
}
.entry-title {
    font-size: 38px;
    margin-top: 38px;
	margin-bottom:38px;
}
.sidebar .entry-title {
    font-size: 24px;
    text-align: left;
}
.entry-title a { color: #333 }
.entry-title a:hover { color: #6587AC }
.widget-full .widget-title { margin-bottom: 40px }
/* WordPress
------------------------------ */
.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.aligncenter img {
    display: block;
    margin: 0 auto;
}
img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}
img.alignnone,
.alignnone { margin-bottom: 12px }
a.alignleft,
img.alignleft,
.wp-caption.alignleft { margin: 12px 24px 24px 0 }
a.alignright,
img.alignright,
.wp-caption.alignright { margin: 0 0 24px 24px }
.wp-caption-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    font-style: italic;
}
.wp-caption-text a {
    color: #000;
    border-bottom: 2px solid #000;
}
.wp-caption-text a:hover {
    color: #6587AC;
    border-bottom: 2px solid #6587AC;
}
.entry-content p.wp-caption-text { margin-bottom: 0 }
.gallery-caption,
.entry-content .gallery-caption { margin: 0 0 10px }
.post-password-form input[name="post_password"] {
    width: auto;
    margin-left: 30px;
}
.post-password-form input[type="submit"] { line-height: 2 }
form.post-password-form {
    margin: 0 auto;
    text-align: center;
}
/* Widgets
------------------------------------------------------------ */
.wp_widget_plugin_box { text-align: center }
.pop-posts {
    margin-top: 0;
    text-align: center;
    padding: 0 5px 15px 5px;
}
.pop-posts .popPost { padding: 20px }
.pop-posts .popPost:hover { background: #f9f9f9 }
.pop-posts .popPost .popMeta {
    color: #555;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0;
    margin: 0;
    transform: translateY(-10px);
    -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;
}
.pop-posts .popPost:hover .popMeta {
    opacity: 1;
    transform: translateY(0px);
}
.pop-posts .popPost .popTitle {
    color: #333;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
    transform: translateY(-3px);
    -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;
}
.pop-posts .popPost:hover .popTitle {
    color: #6587AC;
    transform: translateY(0px);
}
.pop-posts .popPost .popTitle a {
    color: #333;
    display: block;
    margin: 15px 0;
    padding: 14% 5%;
}
.pop-posts .popPost .popMore {
    color: #555;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    opacity: 0;
    margin: 0;
    text-decoration: none;
    transform: translateY(0px);
    -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;
}
.pop-posts .popPost:hover .popMore {
    opacity: 1;
    transform: translateY(-2px);
}
.pop-posts .popPost .popMore:hover { color: #6587AC }
a.swPopularity {
    color: #333;
    opacity: 0;
    margin: 0;
    transform: translateY(-3px);
    -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;
}
a.swPopularity:hover {
    opacity: 1;
    transform: translateY(0px);
}
a.swPopularity b {
    display: block;
    opacity: 1;
    padding: 10px 0;
}
.widget { word-wrap: break-word }
.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}
.widget ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.front-page .widget ul li {
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget li li {
    border: none;
    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: 24px }
/* Visual Post Type
------------------------------------------------------------ */
.single-visual.full-width-content .content {
    padding: 0;
}
.single article.visual {
    padding: 0 250px 50px;
    width: 100%;
}
.single article .lead.pull { margin: 0 auto }

/* Ninja Forms
------------------------------ */
.nf-form-fields-required { display: none }
.nf-field-container.first,
.nf-field-container.one-half,
.nf-field-container.one-third,
.nf-field-container.two-thirds { clear: none !important }
.select2-container a {
    color: #333 !important;
    box-shadow: none !important;
    border: 2px solid #eee !important;
}
.select2-drop-active {
    border: 2px solid #eee;
    border-top: none;
}
input[type="button"].ninja-forms-field:focus {
    background: #6587AC;
    border-color: #6587AC;
}
.nf-field-element input[type="button"] {
	min-width: 100%;
	line-height: 1.55;
	float: right;
}
.nf-form-title h3 { margin-top: 0 }
.nf-fields .ninja-forms-field { font-size: 14px }
.nf-fields .ninja-forms-field {
    font-size: 14px;
    padding: 20px;
}
section#ninja_forms_widget-4 { margin-top: -10px }
input#nf-field-16 { text-align: center }
.widget.widget_ninja_forms_widget::before { display: none }
.nf-hp { position: absolute }
.ninja-forms-required-items {
    font-size: 16px;
    padding-bottom: 15px;
}
.nf-field-submit-error.nf-error-msg,
.nf-error .nf-error-msg,
.nf-error-msg.nf-error-field-errors {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 10px;
    text-align: left;
}
.sidebar .nf-field-element input[type=button] { width: 100% }
.nf-field .list-select-wrap .nf-field-element select {
    padding: 20px;
    height: 63px;
}

.nf-form-cont .one-half {
	width: 32.717948717948715% !important;
}

/* Product Form
--------------- */
.nf-fields .nf-product-field.ninja-forms-field {
    background: #6c3 !important;
    color: #fff;
    padding: 10px !important;
    display: inline-block;
}
.nf-fields .nf-product-field span.nf-product-price { padding-right: 0 !important }
span.nf-product-price-label { font-weight: bold }


/* Site Header
------------------------------------------------------------ */
.site-header {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.featured-section .site-header { background-color: none; }
.site-header.dark {
    background-color: #fff;
    border-bottom: 2px solid #eee;
}

.site-header.dark > .wrap { border-bottom: none }
.site-header.dark .nav-secondary { display: none }
.admin-bar .site-header { top: 32px }

/* Title Area
------------------------------ */
.title-area {
    float: left;
    padding: 29px 0;
    width: 300px;
}
.site-header.dark .title-area { padding: 10px 0 }
.site-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.header-image .title-area,
.header-image .site-header.dark .title-area { padding: 0 }
.header-image .site-title > a {
    background-size: contain !important;
    display: block;
    height: 76px;
    text-indent: -9999px;
}

.header-image .dark .site-title > a { 
	height: 56px;
}

.site-description {
    display: block;
    height: 0;
    margin: 0;
	padding-left: 1px;
	color: white;
	font-size: 13.5px;
}

.site-header.dark .site-description {
    display: block;
    height: 0;
    margin: 0;
	padding-left: 1px;
	color: black;
	font-size: 13.5px;
}

/* Site Navigation
------------------------------------------------------------ */
.genesis-nav-menu { line-height: 1 }
.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}
.genesis-nav-menu li li { margin-left: 0 }
.genesis-nav-menu a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 30px 15px;
    text-transform: uppercase;
}
.front-page .genesis-nav-menu a {
    color: #0082C8;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 30px 15px;
    text-transform: uppercase;
}
.dark .genesis-nav-menu a { color: #0082C8; }
.site-header.dark .genesis-nav-menu a { padding: 20px 15px }
.genesis-nav-menu li.highlight a:hover::before { color: #333 }
.genesis-nav-menu li.highlight > a { font-weight: 800 }
.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a { border-bottom: 2px solid transparent }
.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:hover { border-color: #6587AC }
.genesis-nav-menu > .menu-item > a { text-transform: uppercase }
.genesis-nav-menu .sub-menu {
    left: -9999px;
    letter-spacing: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 200px;
    z-index: 99;
}
.genesis-nav-menu .sub-menu a {
    color: #333;
    background-color: #f3f3f3;
    padding: 20px;
    border-left: 2px solid #f3f3f3;
    position: relative;
    width: 500px;
    border-bottom: none;
}
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
    background-color: #eee;
    border-left: 2px solid #6587AC;
}
.genesis-nav-menu .sub-menu .sub-menu { margin: -54px 0 0 199px }
.genesis-nav-menu .menu-item:hover { position: static }
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu > .first > a { padding-left: 0 }
.genesis-nav-menu > .last > a { padding-right: 0 }
.genesis-nav-menu > .right {
    color: #fff;
    display: inline-block;
    list-style-type: none;
    padding: 20px;
    text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}
.genesis-nav-menu > .rss > a { margin-left: 48px }
.genesis-nav-menu > .search {
    display: block;
    margin: 0 auto;
    padding: 0 20px 20px;
    width: 50%;
}
/* Primary Navigation
------------------------------ */
.nav-primary { text-align: center }
.nav-primary .genesis-nav-menu { 
	float: right;
	margin-top: 2px;
}

/* Secondary Navigation
------------------------------ */
.nav-secondary { border-bottom: 1px solid #fff }
/* Footer Navigation
------------------------------ */
.nav-footer .genesis-nav-menu { padding: 20px 0 }
.nav-footer .genesis-nav-menu a {
    color: #77A1CC !important;
    border: none;
    letter-spacing: 3px;
    padding: 0 20px;
}
.nav-footer ul.genesis-nav-menu a:hover,
.nav-footer ul.genesis-nav-menu li > a:hover { border-bottom: none; }
/* Responsive Menu
------------------------------ */
.responsive-menu-icon {
    cursor: pointer;
    display: none;
    margin-bottom: 10px;
    text-align: center;
}
.responsive-menu-icon::before {
    color: #333;
    content: "\f20e";
    font: normal 24px/1 "Ionicons";
    margin: 0 auto;
}
.nav-secondary .responsive-menu-icon { margin: 10px auto 0 }
.genesis-nav-menu.responsive-menu li.current-menu-item > a,
.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
.genesis-nav-menu.responsive-menu li a,
.genesis-nav-menu.responsive-menu li a:hover { text-align: left; }
/* Content Area
------------------------------------------------------------ */
/* Front Page
------------------------------ */
.image-section,
.solid-section {
    clear: both;
    text-align: center;
    width: 100%;
}
.image-section {
    display: table;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
}
.image-section .widget-area {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.image-section,
.image-section a { color: #fff }
.image-section a:hover,
.image-section .featured-content .entry-title a:hover { color: #6587AC }
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
    border-top: 54px solid transparent;
    margin-top: -54px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    position: 0;
    z-index: 9;
}
.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
    background-attachment: fixed;
    background-color: #fff;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.front-page-1 { position: relative }
.front-page-1 .image-section { padding-top: 75px }
.secondary-nav .front-page-1 .image-section { padding-top: 150px }
.front-page-1 h1 {
    font-size: 70px;
    line-height: 1.2;
}
.front-page-1 h1,
.front-page-1 h2,
.front-page-1 h3,
.front-page-1 h4 { margin-top: 0 }
.front-page-1 p {
    font-size: 19px;
    margin: 34px auto;
}
.front-page-4 .solid-section { background-color: #fff }
.bottom-image {
    margin-bottom: -120px;
    margin-top: 100px;
}
.bottom-image img { margin-bottom: -10px }
.front-page .field-wrap:last-child { margin-bottom: 0 }
.small-disclaimer {
    font-size: 14px;
    font-style: italic;
}
.front-page p {
    max-width: 1100px;
    margin: 0 auto;
}
.home .download-box { margin: -45px -40px }
/* Custom pages
------------------------------ */
.page-template-page_feature h2,
.page-template-page_feature h3 { margin-top: 0 }
.page-template.featured-section .front-page-1 { background-image: url("/wp-content/themes/mfs/images/bg-1.jpg") }
.page-template.featured-section .front-page-3 { background-image: url("/wp-content/themes/mfs/images/bg-3.jpg") }
.page-template.featured-section .front-page-5 { background-image: url("/wp-content/themes/mfs/images/bg-5.jpg") }
.page-template.featured-section .front-page-7 { background-image: url("/wp-content/themes/mfs/images/bg-7.jpg") }
/* 404 Page
------------------------------------------------------------ */
/* Flexible Widgets
------------------------------ */
.flexible-widgets {
    padding-bottom: 60px;
    padding-top: 60px;
}
.flexible-widgets .widget {
    float: left;
    margin: 0 0 40px 2.564102564102564%;
}
.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
    background: none;
    margin-left: 0;
    padding: 0;
    width: 100%;
}
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget { width: 48.717948717948715% }
.flexible-widgets.widget-thirds .widget { width: 31.623931623931625% }
.flexible-widgets.widget-fourths .widget { width: 23.076923076923077% }
.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
    clear: left;
    margin-left: 0;
}
.solid-section .widget {
    background-color: #fff;
    padding: 40px;
}
.solid-section .widget-title {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 { font-size: 36px }
/* Pages: Blog
------------------------------------------------------------ */
.blog-posts { margin-top: 0 }
.blog-posts .post {
    margin: 15px 0;
    padding: 0 30px;
    position: relative;
    text-align: center;
    display: inline-block;
    background: #555;
    width: 800px;
    height: 450px;
}
.blog-posts .post .entry-header {
    position: relative;
    z-index: 99;
}
.blog-posts .post:hover {
    background: #333;
    -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;
}
.blog-posts .post img {
    position: absolute;
    opacity: .6;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.blog-posts .post:hover img {
    opacity: .25;
    -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;
}
.blog-posts .post .entry-meta {
    color: #fff;
    opacity: 0;
    margin: 0;
    transform: translateY(60px);
    -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;
}
.blog-posts .post:hover .entry-meta {
    opacity: 1;
    transform: translateY(90px);
}
.blog-posts .post .entry-title {
    margin: 0;
    transform: translateY(60px);
    -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;
}
.blog-posts .post:hover .entry-title { transform: translateY(70px) }
.blog-posts .post .entry-title a {
    color: #fff;
    display: block;
    margin: 15px 0;
    padding: 30px;
}
.blog-posts .post .more-link {
    display: inline-block;
    opacity: 0;
    margin: 0;
    text-decoration: none;
    transform: translateY(90px);
}
.blog-posts .post:hover .more-link {
    opacity: 1;
    transform: translateY(60px);
}
.page-template-page_blog-php .title { margin-bottom: 5% }
.archive-navigation {
    margin-top: 5%;
    text-align: center;
}
/* Content
------------------------------ */
.content {
    float: left;
    width: 800px;
}
.sidebar-content .content { float: right }
.full-width-content .content {
    width: 100%;
}
.page-template-page_landing main.content { padding: 0px 250px 50px }
.full-width-content.front-page .content { padding: 0 }
/* Entries
------------------------------ */
.entry { margin-bottom: 38px }
.widget .entry { margin-bottom: 40px }
.entry-content a,
.entry-content ul > li a,
.entry-content ol > li a {
    color: #6587AC;
}
.highlight,
.entry-content p a.highlight {
    color: #6587AC;
    border-bottom: 1px solid #eee;
    font-weight: 400;
}
.highlight:hover,
.entry-content p a.highlight:hover { box-shadow: inset 0 -34px 0 #ff3 }
.entry-content a:hover,
.entry-content ul > li a:hover,
.entry-content ol > li a:hover {
    color: #6587AC;
    border-bottom: 2px solid #eee;
}
.archive .entry-content p { padding: 15px 30px }
a img,
a img:hover,
.post-image a,
.post-image a:hover,
.entry-image,
.entry-image a:hover,
.entry-content a img,
.entry-content a img:hover,
.entry-content img { border-bottom: none }
article .entry-content a.entry-image-link,
article .entry-content a.entry-image-link:hover { border-bottom: none }
/* Custom image hover inspired by Abduzeedo */
a.entry-image-link img,
.blog-posts .post { transition: all .3s ease-out }
a.entry-image-link img:hover,
.blog-posts .post:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1),
                0 8px 8px rgba(0, 0, 0, .1),
                0 16px 16px rgba(0, 0, 0, .1),
                0 32px 32px rgba(0, 0, 0, .15),
                0 64px 64px rgba(0, 0, 0, .15);
}
.archive article .entry-content a img { margin-bottom: -8px }
.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;
    padding-bottom: 10px;
}
.entry-content ol ol,
.entry-content ul ul { margin-bottom: 0 }
.entry-content code {
    background-color: #fafafa;
    color: #000;
    border: 2px solid #eee;
    padding: 3px 5px 5px;

}
pre {
    background-color: #fafafa;
    padding: 30px;
    margin-bottom: 34px;
    border-left: 10px solid #eee;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee
    overflow: scroll;
    line-height: 1.5;
    font-size: 14px;
}
pre.small {
    font-size: 12px;
}
.entry-content .more-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}
.lead {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    text-align: center;
    font-weight: 300;
    color: #222;
    font-size: 1.5em;
    line-height: 1.4;
    padding: 0 20px 0;
    margin: 50px -50px;
}
.lead:after {
    display: block;
    content: "";
    width: 33%;
    margin: 50px auto 60px;
    border-bottom: 2px solid #eee;
}
.notice {
    background: #6587AC;
    color: #fff;
    padding: 40px;
    border-left: 10px solid #333;
}
.define {
    background: #f3f3f3;
    color: #777;
    padding: 40px;
    border-left: 10px solid #6587AC;
}
.sidenote {
    background: #fff;
    color: #777;
    padding: 40px;
    border-left: 10px solid #6587AC;
    margin-left: -100px;
    margin-right: -100px;
}
.email-sidenote {
    background: #fff;
    color: #777;
    padding: 40px;
    margin-left: -100px;
    margin-right: -100px;
}
.testimonial { color: #888 }
.testimonial small {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #bbb;
    display: block;
    margin-top: 10px;
}
a.post-edit-link {
    background: #f3f3f3;
    color: #999;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    border: 2px solid #f3f3f3;
    float: right;
    box-shadow: none;
    position: relative;
    right: 0;
    bottom: 20px;
}
a.post-edit-link:hover {
    background: #333;
    color: #fff;
    border-color: #333;
    box-shadow: none;
}
/* Post formats
------------------------------ */
/* Full View Featured Image
------------------------------ */
a img { margin-bottom: 0 }
.featured-single .wrap {
    width: 100%;
    height: 100%;
}
.featured-single .wrap {
    display: table;
    max-width: 768px;
    text-align: center;
}
.featured-single .entry-header {
    display: table-cell;
    font-size: 20px;
    padding: 200px 0;
    vertical-align: middle;
    width: 100%;
}
.featured-single .entry-header .entry-title {
    color: #fff;
    font-size: 60px;
    line-height: 1.4;
}
.featured-single .entry-meta {
    color: #fff;
    font-size: 12px;
    display: inline-block;
}
.featured-single .entry-meta a {
    border-bottom: 2px solid #6587AC;
    color: #6587AC;
}
.featured-single .entry-meta a:hover {
    border-bottom: 2px solid #f5f5f5;
    color: #f5f5f5;
}
.single-post .site-inner { margin-top: 34px }
.arrow {
    margin: 0;
    text-align: center;
    width: 100%;
}
.arrow a {
    background: transparent;
    border-radius: 30px;
    display: inline-block;
    padding: 13px 10px 6px;
    text-align: center;
    line-height: 1;
}
.arrow a:before {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: "\f123";
    font: normal 40px/1 'Ionicons';
    height: 40px;
    width: 40px;
}
.arrow a:focus { outline: none }
/* Entry Meta
------------------------------ */
p.entry-meta {
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0;
}
.entry-header,
.entry-footer { text-align: center }
.entry-header p.entry-meta {
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.entry-header p.entry-meta a {
    color: #fff;
    border-bottom: 2px solid #fff;
}
.image-section .entry-header::after { border-color: #fff }
.sidebar .entry-header::after { display: none }
.entry-categories:before {
    content: "\f139";
    display: inline;
    font-family: 'Ionicons';
    margin: 0 7px;
    line-height: 25px;
}
.entry-tags:before {
    content: "\f2aa";
    font-family: 'Ionicons';
    margin: 0 7px;
}
.entry-comments-link:before {
    content: "\f11f";
    font-family: 'Ionicons';
    margin: 0 7px;
}
.entry-time:before {
    content: "\f117";
    font-family: 'Ionicons';
    margin: 0 7px;
}
.the-totes:before {
    content: "\f3ac";
    font-family: 'Ionicons';
    margin: 0 7px;
}
/* After Entry
------------------------------ */
.after-entry {
    padding: 0px 0;
}
.after-entry .widget { margin-bottom: 10px }
.after-entry p:last-child,
.after-entry .widget:last-child { margin: 0 }
.after-entry li { list-style-type: none }
#signup-after {
    padding-top: 0;
    padding-bottom: 100px;
}
#signup-after h2 {
    margin-top: 0;
    font-size: 44px;
}
/* Pagination
------------------------------ */
.archive-pagination.pagination { margin: 30px 0 50px }
.pagination-previous,
.pagination-next,
.archive-pagination li {
    background-color: #77A1CC;
    margin: 40px 0;
    padding: 10px 15px;
    border: 2px solid #77A1CC;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    -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;
}
.archive-pagination li.active {
    background-color: #FE7825;
    color: #fff;
    border-color: #333;
}
.archive-pagination a { border-color: transparent }
.pagination-previous a,
.pagination-next a,
.archive-pagination li a {
    color: #fff;
    font-weight: bold;
}
.pagination-previous:hover a,
.pagination-next:hover a,
.archive-pagination li a { color: #fff }
.pagination-previous:hover,
.pagination-next:hover {
    background-color: #FE7825;
    color: #fff;
    border-color: #FE7825;
}
.adjacent-entry-pagination { margin-bottom: 0 }
.archive-pagination li { display: inline }
/* Comments
------------------------------ */
li.comment article {
    padding: 40px;
    background-color: #fff;
 }
h3.comment-reply-title { margin-top: 0 }
.entry-comments h3 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}
.entry-comments,
.entry-pings { margin-bottom: 100px }
.entry-comments .comment,
.entry-comments .comment-reply { margin-bottom: 0 }
p.comment-meta {
    font-size: 16px;
    margin: 0;
}
.comment-header {
    font-size: 20px;
    border-left: none;
    padding-left: 0;
}
.comment-content {
    overflow: hidden;
}
.comment-content,
-comments .comment {
    clear: both;
}
.comment-respond {
    background-color: #fff;
    padding: 40px 40px 100px;
}
p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author { margin: 0 }
.entry-comments .children .comment { border: none }
.comment-respond h3 { text-align: center }
.comment-respond label {
    display: block;
    font-weight: 900;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] { width: 100% }
.comment-list {
    background: #eee;
    border: 2px solid #eee;
}
.comment-list li,
.ping-list li { list-style-type: none }
.entry-comments ul.children article {
    margin-left: 40px;
    background-color: #eee;
 }
 li.comment.depth-3 article { margin-left: 80px }
.comment-reply-link { font-size: 16px }
.form-allowed-tags,
.ping-list .reply { display: none }
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
    display: none;
}
.comment-subscription-form { font-size: 14px }
.comment-subscription-form label { font-weight: 300 }
input#subscribe_comments,
.comment-subscription-form .subscribe-label {
    margin-top: 30px;
    font-weight: 400;
}
a.comment-edit-link {
    font-size: 16px;
    line-height: 1;
    float: right;
    margin-top: 24px;
}
p.comment-subscription-form { margin-bottom: 0 }
/* Sidebar
------------------------------------------------------------ */
.sidebar {
    float: right;
    width: 360px;
}
.sidebar-content .sidebar { float: left }
.sidebar p:last-child { margin-bottom: 0 }
.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}
.sidebar ul > li:last-child { margin-bottom: 0 }
.sidebar .widget { margin-bottom: 40px }
/* Footer Widgets
------------------------------------------------------------ */
.footer-widgets {
	background-color: #77A1CC;
	clear: both;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	padding: 70px 4%;
	padding-top: 10px;
}

.footer-widgets::after  {transform: skewX(20deg);}

.footer-widgets-1 {
	background-color: #0082C8;
	width: 49.55%;
}

.footer-widgets-2 {
	width: 50.45%;
	padding-bottom: 62px;
	background: #96887F;
}

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

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #fff;
}

.footer-widgets p {
	margin-bottom: 5px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -1px;
}

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

.footer-widgets a {
	border-bottom-width: 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #e85555;
	text-decoration: underline;
}

.footer-widgets .footer-widgets-1 a:focus,
.footer-widgets .footer-widgets-1 a:hover {
	color: #232525;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 12px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 15px !important;
}

.simple-social-icons { margin-top: -23px; }

/* Site Footer
------------------------------------------------------------ */
.site-footer {
    background-color: #fff;
    padding: 30px;
    text-align: center;
}
.site-footer,
.site-footer a,
.site-footer p { color: #77A1CC; }
.site-footer a { font-weight: 600 }
.site-footer a:hover { color: #6587AC; }
.site-footer p {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
	color: #333;
}
/* Custom styles
---------------------------------------------  */
.overlay-gradient {
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,.25) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,.25) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,.25) 0%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,.25) 0%,rgba(0,0,0,0.75) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,.25) 0%,rgba(0,0,0,0.75) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33300000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.download-box {
    padding: 30px;
    margin-top: 34px;
    border: 2px solid #f3f3f3;
    background: #f3f3f3;
    text-align: center;
    -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;
}
.download-box:hover {
    background: #fff;
    border: 2px solid #eee;
}
.download-box h2 { margin-top: 0 }
.download-box h4:before {
    content: "\f407";
    display: block;
    margin: 0 auto 35px;
    font-family: 'Ionicons';
    font-weight: 100;
    font-size: 4rem;
}
.download-box h4 {
    font-size: 20px;
    font-weight: 900;
    margin: 30px 0 30px;
    padding: 0 30px;
}
.download-box h4 a { color: #333 }
.download-box h4 a:hover { color: #6587AC; }
.download-box p {
    font-size: 14px;
    font-weight: 400;
    max-width: 300px;
    margin: 0 auto;
}
.download-box .dl-btn { margin: 0 }
.download-box h4 {
    margin: 30px;
    padding: 0 10px;
    font-weight: 800;
    color: #000;
}
.download-box p { margin-bottom: 17px }
.download-box .dl-btn { margin-top: 35px }
/* Buttons
------------------------------ */
.image-section .button {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
}
.image-section .button.clear {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.image-section .button.clear:before { color: #333 }
.image-section .button.clear:hover {
    background-color: #fff;
    color: #333;
}
.image-section .button:hover:before { color: #333 }
a.button,
a.button,
a.button-clear,
a.button-cta,
a.button-cta-clear,
a.button-download,
a.button-buy,
a.button-checkout {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    box-shadow: inset 0 0 0 transparent;
    padding: 10px 30px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}
a.button,
a.button,
a.button-cta,
a.button-buy,
a.button-checkout {
    color: #fff;
    background: #6587AC;
    border: 2px solid #6587AC;
}
a.button-clear,
a.button-cta-clear {
    color: #333;
    background: transparent;
}
a.button-clear,
a.button-cta-clear,
a.button-download {
    color: #333;
    background: #fff;
    border: 2px solid #333;
	margin-top: 30px;
}
.site-header nav.nav-primary ul > li.button-clear a,
.site-header.dark nav.nav-primary ul > li.button-clear a {
    padding: 10px 25px;
    font-weight: bold;
}
.site-header nav.nav-primary ul > li.button-clear a { border: 2px solid #fff }
.site-header.dark nav.nav-primary ul > li.button-clear a { border: 2px solid #333 }
/* Button Before
------------------------- */
a.button:before,
a.button-clear:before,
a.button-cta:before,
a.button-cta-clear:before {
    content: "\f125";
    font-family: 'Ionicons';
    letter-spacing: -7px;
    padding-left: 0;
    opacity: 0;
    display: inline;
    -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;
}
a.button.pin:before,
a.button-clear.pin:before {
    content: "\f2b1";
    font-weight: 100;
}
a.button:hover:before,
a.button-clear:hover:before,
a.button-cta:hover:before,
a.button-cta-clear:hover:before {
    padding-right: 30px;
    opacity: 1;
}
a.button-download:before {
    content: "\f2dd";
    font-family: 'Ionicons';
    font-weight: 300;
    padding-right: 30px;
}
a.button-buy:before {
    content: "\f119";
    font-family: 'Ionicons';
    font-weight: 300;
    padding-right: 30px;
}
a.button.buy:before,
a.button-clear.buy:before,
a.button-cta.buy:before,
a.button-cta-clear.buy:before {
    content: "\f119";
    font-weight: 100;
}
/* Button Hovers
------------------------- */
.footer-widgets button:hover,
.footer-widgets button:focus,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover,
.image-section button:hover,
.image-sectionb button:focus,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #333;
    box-shadow: inset 0 0 0 transparent;
}
a.button:hover,
a.button-checkout:hover,
a.button:focus,
a.button-checkout:focus {
    background: #333;
    color: #fff;
    border: 2px solid #333;
    box-shadow: inset 0 0 0 transparent;
}
a.button-cta:hover,
a.button-buy:hover,
a.button-cta:focus,
a.button-buy:focus,
.image-section a.button-cta:hover,
.image-section a.button-cta:focus {
    background: #6c3;
    color: #fff;
    border: 2px solid #6c3;
    box-shadow: inset 0 0 0 transparent;
}
a.button-clear:hover,
a.button-clear:focus {
    color: #fff;
    background: #6587AC;
    border: 2px solid #6587AC;
    box-shadow: inset 0 0 0 transparent;
}
a.button-clear:hover,
a.button-download:hover,
a.button-clear:focus,
a.button-download:focus {
    color: #fff;
    background: #333;
    border-color: #333;
    box-shadow: inset 0 0 0 transparent;
}
a.button-cta-clear:hover,
a.button-cta-clear:focus {
    color: #fff;
    background: #6c3;
    border-color: #6c3;
    box-shadow: inset 0 0 0 transparent;
}
.site-header nav.nav-primary ul > li.button-clear a:hover {
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 0 0 transparent;
}
.site-header.dark nav.nav-primary ul > li.button-clear a:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

.newsletter-cta {
    	background: #77A1CC;
    	color: #fff;
    	height: auto;
	margin-bottom: 32px;
	padding: 32px 5% 40px;
	-webkit-animation: nod 3s 15s ease-in-out;
	animation: nod 3s 15s ease-in-out;
}

.newsletter-sidebar-cta {
    	background: #77A1CC;
    	color: #fff;
    	height: auto;
	margin-bottom: 32px;
	padding: 32px 5% 40px;
	-webkit-animation: nod 3s 15s ease-in-out;
	animation: nod 3s 15s ease-in-out;
	margin-top: 15px;
}

.newsletter-sidebar-ebook-cta {
    	background: #FE7825;
    	color: #fff;
    	height: auto;
	margin-bottom: 32px;
	padding: 32px 5% 40px;
	-webkit-animation: nod 3s 15s ease-in-out;
	animation: nod 3s 15s ease-in-out;
	margin-top: 15px;
}

.newsletter-sidebar-cta-ebook-h2 {
	color: #77A1CC;
	margin: 0;
	text-align: left;
}

.newsletter-front-cta {
    	background: #77A1CC;
    	color: #fff;
    	height: auto;
	margin-bottom: 32px;
	padding: 32px 5% 40px;
	-webkit-animation: nod 3s 15s ease-in-out;
	animation: nod 3s 15s ease-in-out;
	opacity: 0.8;
}

.newsletter-sidebar-cta-h2 {
	color: #6587AC;
	margin: 0;
	text-align: left;
}

.newsletter-cta-h1,
.newsletter-cta-h2 {
	margin: 0;
	text-align: left;
}
.newsletter-front-cta-h1 {
	color: #6587AC;
	margin: 0;
	text-align: left;
	font-size: 31px;
	font-size: 3.1rem;
}
.newsletter-cta-h2 {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
}
.newsletter-cta-form {
    	height: 40px;
    	margin-top: 24px;
    	position: relative;
    	width: auto;
}
.newsletter-cta-input {
    	-webkit-appearance: none;
    	border: none;
    	box-shadow: none;
    	font-size: 12px;
    	height: 40px;
    	left: 0;
    	outline: 0;
    	padding-left: 10px;
    	position: absolute;
    	-webkit-transition: box-shadow 200ms ease-in-out;
    	transition: box-shadow 200ms ease-in-out;
    	width: 98%
}
.newsletter-cta-button {
    	background: url(images/send-icon.png) center no-repeat #6587AC;
    	background-size: 20px;
    	border: none;
    	color: #fff;
    	cursor: pointer;
    	height: 40px;
    	outline: 0;
    	position: absolute;
    	right: 0;
    	width: 40px;
}

.dpe-flexible-posts li:first-child {
	float: left;
	padding-right: 19px;
}

.dpe-flexible-posts li {
	margin-bottom: 20px;
}

/* Featured Posts Widget
------------------------------------------------------------ */

.featuredpost .post {
    width: 31.6239%;
    float: left;
    margin-left: 2.5541%;
 }
.featuredpost .post:nth-of-type(3n+1){
  margin-left: 0;
}
.featuredpost .entry-title {
    font-size: 24px;
	width: 98%;
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .featuredpost .post {
    width: 48.717%;
  }
  .featuredpost .post:nth-of-type(3n+1) {
    margin-left: 2.5%;
  }  
  .featuredpost .post:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .featuredpost .post {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}

/* Front Page 3 Hack
------------------------------------------------------------ */

.front-page-3 {
	padding: 300px 0;
	background-attachment: unset;
	min-height: 500px;
}

.front-page-3 .front-page-3-right {
    max-width: 500px;
    float: right;
}

.content-box-blue {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}

.content-box-blue {
    background-color: #77A1CC;
    border: 1px solid #afcde3;
    color: #fff;
}

/* Recent Posts Widget
------------------------------------------------------------ */
body:not(.home) .featuredpost .post {
width: 48%;
padding: 0;
line-height: 1.375;
background-color: #fff;
border-radius: 0;
-webkit-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
float: left;
}

body:not(.home) .featuredpost .entry-content {
padding: 28px 34px 31px;
font-size: 14px;
}

.featured-single {margin: 0px 20px 0px 20px;}

.footerwidgetheader-container {
	background: #fff;
	padding-top: 40px;
}

.home .footerwidgetheader-container {
display: none;
}

/* Front Page Text Link Fix
------------------------------------------------------------ */
.home .site-title a {
        color: #fff;
    }

.home .site-header.dark .site-title a {
        color: #000;
    }

.front-page-4 i.icon::before {
    font-size: 60px;
	color: #77A1CC;
}

/* Full width Soliloquy slider
------------------------------------- */

/* To get rid of -4px bottom margin for image links */
a img {
	margin-bottom: 0;
}

/* To avoid noticeable vertical movement for hover state of Soliloquy's Control Nav (typically circles) */
.soliloquy-container .soliloquy-control-nav li a,
.soliloquy-theme-classic .soliloquy-pager-link {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

/* To remove bottom border for Soliloquy controls */
.entry-content .soliloquy-controls-direction a, .entry-content a.soliloquy-pager-link {
	border-bottom: none;
}

.home-slider .soliloquy-container {
	max-width: none !important;
	max-height: 100% !important;
}

.home-slider .soliloquy-container .soliloquy-image {
	width: 100% !important;
}

.home-slider .soliloquy-container .soliloquy-caption-inside {
	padding: 30px;
}

.home-slider .soliloquy-container .slide-caption {
	max-width: 960px;
	margin: 0 auto;
}

h2.slide-title {
	font-size: 25px;
	color: #fff;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	font-weight: normal;
	letter-spacing: 2px;
}

h4.slide-content {
	font-size: 21px;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.03em;
	font-weight: normal;
}

.soliloquy-container a.button {
	border-radius: 3px;
	background: #39cccc;
	color: #000;
	padding: 16px 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
	font-family: 'Arvo', serif;
}

.soliloquy-container a.button:hover {
	background: #3d9970;
	color: #fff;
}

.home-slider .soliloquy-container .soliloquy-pager {
	right: 10px;
	bottom: 20px;
	float: right;
	width: auto;
}

@media only screen and (max-width: 600px) {

	.home-slider .soliloquy-container .soliloquy-caption {
		display: block;
		position: static;
		background: #999;
	}

}

.front-page .solid-section .content-box {
	background-color: #f5f5f5;
}

.front-page .content-box {
	padding: 50px 30px 60px;
}

.front-page .content-box h4 {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.front-page .content-box p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.625;
	margin-bottom: 0;
}


/* Team Page
---------------------------------------------------------------------------------------------------- */

.team-page .content {
	max-width: 100%;
}

.team-page .content .entry {
	margin-bottom: 40px;
}

.team-page h2.entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
	margin-top: 20px;
}

.team-page .one-fourth .entry {
	margin-bottom: 40px;
}

.team-page .one-fourth .entry-header::after {
	display: none;
}

.team-page .entry-content p:last-child,
.team-page .one-fourth .team-title {
	margin-bottom: 0;
}

p.excerpts {margin-top: -15px;}

button#ssme-search.ssme-search {background-color: #83756B;}

/* Media Queries
------------------------------------------------------------ */
@media only screen and (max-width: 1280px) {
    .site-inner,
    .wrap { max-width: 1140px }
    .lead {
        margin-left: -50px;
        margin-right: -50px;
    }
    .sidebar { width: 300px }

   .front-page-2 {
    margin-top: -50px !important;
	margin-bottom: 120px;
}

	.front-page-3 {
	padding: 50px 0;
	background-attachment: unset;
}

.front-page-3-text {
	color:#fff; 	
	font-weight: 700;
}

.home .site-title a {
        color: #000;
    }

.footer-widgets-1,
.footer-widgets-2 { width: 100%;}

.nf-field-53-container { margin-right: 12px;}

#classictextwidget-2 {
	height: auto;
}

.entry-content {padding: 10px;}

.genesis-nav-menu.responsive-menu li a,
.genesis-nav-menu.responsive-menu li a:hover { text-align: left; letter-spacing: 0px; font-size: 12px;}

}
@media only screen and (max-width: 1200px) {
    .site-inner,
    .wrap { max-width: 960px }
    .site-header .widget-area { width: 580px }
    .content { width: 620px }
    .blog-posts .post {
        width: 620px;
        height: 349px;
    }
    .blog-posts .post .entry-meta { transform: translateY(20px) }
    .blog-posts .post:hover .entry-meta { transform: translateY(40px) }
    .blog-posts .post .entry-title { transform: translateY(20px) }
    .blog-posts .post:hover .entry-title { transform: translateY(10px) }
    .blog-posts .post .more-link { transform: translateY(0px) }
    .blog-posts .post:hover .more-link { transform: translateY(-10px) }
    .full-width-content .content { padding: 0 110px }
    .genesis-nav-menu a { padding: 30px 10px }
    .site-header.dark .genesis-nav-menu a { padding: 20px 10px }
    .front-page-1,
    .front-page-3,
    .front-page-5,
    .front-page-7 { background-attachment: scroll }
    .lead {
        margin-left: -50px;
        margin-right: -50px;
    }
    .sidenote {
        margin-left: -50px;
        margin-right: -50px;
    }
    .email-sidenote {
        margin-left: -50px;
        margin-right: -50px;
    }

.genesis-nav-menu.responsive-menu li a,
.genesis-nav-menu.responsive-menu li a:hover { text-align: left; letter-spacing: 0px; font-size: 12px; }

}

@media only screen and (max-width: 1023px) {
    .site-inner,
    .wrap { max-width: 768px }
    .secondary-nav .site-inner { margin-top: 80px }
    .front-page .site-inner { max-width: none }
    .site-header { position: static }
    .front-page .site-header { background-color: #fff }
    .front-page .site-header > .wrap { border: none }
    .content,
    .sidebar,
    .site-header .widget-area,
    .title-area { width: 100% }
    .site-header .title-area,
    .site-header.dark .title-area { padding: 15px 0 }
    .header-image .dark .site-title > a { height: 76px }
    .genesis-nav-menu,
    .site-header .widget-area,
    .site-title { text-align: center }
    .header-image .site-title > a { background-position: center !important }
    .nav-primary .genesis-nav-menu { float: none }
    .nav-secondary,
    .site-header.dark .nav-secondary {
        border-bottom: none;
        display: block;
    }
    .genesis-nav-menu a,
    .site-header.dark .genesis-nav-menu a {
        padding: 10px;
        color: #333;
    }
    .home .genesis-nav-menu a { color: #333 }
    .front-page .site-inner { margin-top: 0 }
    .site-inner { margin-top: 80px }
    .full-width-content .content { padding: 0 }
    .full-width-content img.pull-left {
        margin-left: 0;
        max-width: 300px;
    }
    .full-width-content img.pull-right {
        margin-right: 0;
        max-width: 300px;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100% !important;
    }
    .flexible-widgets.widget-full .widget,
    .flexible-widgets.widget-halves .widget,
    .flexible-widgets.widget-thirds .widget,
    .flexible-widgets.widget-fourths .widget {
        margin: 0 auto 20px;
        width: 100%;
    }
    .image-section h2,
    .solid-section h2 { font-size: 60px }
    .front-page-1 .image-section,
    .secondary-nav .front-page-1 .image-section { padding-top: 0 }
    .lead {
        margin-left: -25px;
        margin-right: -25px;
    }
    .page-template-page_landing main.content { padding: 0 30px 50px }
    .sidenote {
        margin-left: -30px;
        margin-right: -30px;
    }
    .email-sidenote {
        margin-left: -30px;
        margin-right: -30px;
    }
    .blog-posts .post {
        width: 768px;
        height: 432px;
    }
    .blog-posts .post .entry-meta { transform: translateY(10px) }
    .blog-posts .post:hover .entry-meta { transform: translateY(30px) }
    .blog-posts .post .entry-title { transform: translateY(50px) }
    .blog-posts .post:hover .entry-title { transform: translateY(40px) }
    .blog-posts .post .more-link { transform: translateY(70px) }
    .blog-posts .post:hover .more-link { transform: translateY(60px) }

	.one-fourth { width: 50% !important; }

}
@media only screen and (max-width: 919px) {
    .front-page-1 h1 { font-size: 2rem }
    .pull {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
    .lead {
        margin-left: 0;
        margin-right: 0;
    }
    .page-template-page_landing main.content { padding: 0 30px 50px }
    .sidenote {
        margin-left: 0;
        margin-right: 0;
    }
    .email-sidenote {
        margin-left: 0;
        margin-right: 0;
    }

	.one-fourth { width: 50% !important; }

}
@media only screen and (max-width: 800px) {
    h1,
    h2,
    h4,
    h3,
    h5,
    h6 { margin-left: 0 }
    .site-inner,
    .wrap {
        max-width: none;
        width: 100%;
    }
    .site-inner,
    .wrap { padding: 0 5% }
    .front-page .site-inner { padding: 0 }
    .genesis-nav-menu.responsive-menu {
        display: none;
        float: none;
        padding-bottom: 20px;
    }
    .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.current-menu-item > a,
    .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
    .genesis-nav-menu.responsive-menu li a,
    .genesis-nav-menu.responsive-menu li a:hover {
        background: none;
        border: none;
        display: block;
        padding: 10px 0;
        text-transform: none;
        text-align: center;
    }
    .genesis-nav-menu.responsive-menu li a:hover,
    .genesis-nav-menu.responsive-menu li a:active { color: #000 }
    .genesis-nav-menu.responsive-menu .menu-item-has-children { cursor: pointer }
    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
        margin: 0 18px 0;
        text-align: center;
    }
    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        content: "\f123";
        color: #333;
        float: right;
        font: normal 20px/1 "Ionicons";
        height: 20px;
        padding: 7px 0;
        right: 0;
        text-align: right;
        z-index: 9999;
    }
    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before { content: "\f126" }
    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu { display: none }
    .genesis-nav-menu.responsive-menu .sub-menu {
        background-color: rgba(255, 255, 255, 0.05);
        left: auto;
        opacity: 1;
        position: relative;
        -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        width: 100%;
        z-index: 99;
    }
    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        background-color: transparent;
        margin: 0;
        padding-left: 25px;
    }
    .genesis-nav-menu.responsive-menu .sub-menu li a,
    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        padding: 10px 0;
        position: relative;
        text-transform: none;
        width: 100%;
    }
    .genesis-nav-menu.responsive-menu .current-menu-item > a,
    .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
    .genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
    .genesis-nav-menu.responsive-menu a:hover { background: none }
    .site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
    .site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
    .site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
    .site-header .genesis-nav-menu.responsive-menu .sub-menu,
    .site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
    .site-header .genesis-nav-menu.responsive-menu > li:hover > a,
    .site-header .genesis-nav-menu.responsive-menu a:hover { color: #000 }
    .nav-primary .genesis-nav-menu > .search {
        display: block;
        text-align: left;
    }
    .search-div { left: 0 }
    .footer-widgets .wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .front-page-2,
    .front-page-3,
    .front-page-4,
    .front-page-5,
    .front-page-6,
    .front-page-7 {
        border-top: 0;
        margin-top: 0;
    }

.front-page-2 {
	font-size: 15px;
}

    .image-section .flexible-widgets { padding-bottom: 80px }
    .solid-section .flexible-widgets {
        padding-bottom: 40px;
        padding-top: 60px;
    }
    .bottom-image {
        margin-top: 60px;
        margin-bottom: -80px;
    }
    .lead {
        margin-left: 0;
        margin-right: 0;
    }
    .page-template-page_landing main.content { padding: 0 0 50px }
    .sidenote {
        margin-left: 0;
        margin-right: 0;
    }
    .email-sidenote {
        margin-left: 0;
        margin-right: 0;
    }
    .cart_totals h2:before { display: none }
    .blog-posts .post { width: 100% }
    .blog-posts .post .entry-meta,
    .blog-posts .post:hover .entry-meta,
    .blog-posts .post .entry-title,
    .blog-posts .post:hover .entry-title,
    .blog-posts .post .more-link,
    .blog-posts .post:hover .more-link {
        transform: translateY(30px);
        opacity: 1;
    }
    .blog-posts .post .entry-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .front-page-3 .front-page-3-right {
        max-width: 350px;
        float: right;
    }

    .front-page-news-mobile {
	background-color: #ffffff;
	opacity: 0.7;
	filter: alpha(opacity=60);
	color: #333;
    }

.newsletter-front-cta-h1 {
	color: #6587AC;
	margin: 0;
	text-align: left;
	font-size: 11px;
	font-size: 2.1rem;
}

body:not(.home) .featuredpost .post {
padding: 0;
line-height: 1.375;
background-color: #fff;
border: 1px solid;
border-radius: 0;
-webkit-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
width: 100%;
}

.nf-field-element input[type="button"] {
	margin-left: -10px;
	-webkit-appearance: none !important;
	float:left;
}

}
@media only screen and (max-width: 480px) {
    .image-section h2,
    .solid-section h2 { font-size: 40px }
    .lead {
        margin-left: 0;
        margin-right: 0;
    }
    .page-template-page_landing main.content { padding: 0 }
    .sidenote {
        margin-left: 0;
        margin-right: 0;
    }
    .email-sidenote {
        margin-left: 0;
        margin-right: 0;
    }
    body { font-size: 16px }
    h1,
    .entry-title,
    .featured-single .entry-header .entry-title { font-size: 2rem }
    h2 { font-size: 2rem }
    h3 { font-size: 1.5rem }
    h4,
    h5,
    h6 { font-size: 1rem }

.front-page-news-mobile {
	background-color: #ffffff;
	opacity: 0.7;
	filter: alpha(opacity=60);
	color: #333;
}

.full-width-content img.pull-left {
    float: none;
    margin: 0;
    max-width: 345px;
}
.full-width-content img.pull-right {
    float: none;
    margin: 0;
    max-width: 345px;
}

}
@media only screen and (max-width: 340px) {
    .search-div { width: auto }
}