/*
	Theme Name: EPC
	Description: This is the child theme created from the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.0.11
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.2
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;

}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}



mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
    background: #fff;
}

body {
    background: #067CA7;
    color: #000;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.625;
    margin: 0;
}

.site-container {
    background: #fff;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a {
    color: #067CA7;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #b77073;
    text-decoration: underline;
}

p {
    margin: 0 0 1.5em 0;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 1em 0;
}

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 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 40px;
    color: #58595b;
    font-weight: 200;
    margin: 20px 0 20px;
}

h2 {
    font-size: 30px;
    color: #067CA7;
    font-weight: 200;
}

h3 {
    font-size: 24px;
    color: #a04144;
    font-weight: 200;
}

h4 {
    font-size: 20px;
    color: #373737;
    font-weight: 200;
}

h5 {
    font-size: 18px;
    color: #345b94;
}

h6 {
    font-size: 16px;
    color: #345b94;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {

    background: #881118;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 20px 4px 20px;
    width: auto;
    border-radius: 5px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
    background-color: #2d465f;
    color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
    color: #fff;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

tbody {

}

td,
th {
    text-align: left;
    padding: 0;
}

td {

    padding: 0;
}

th {

}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000; /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.more-link {
    position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    width: 100%;
}

.site-inner {
    clear: both;
    margin-top: 190px;
}

body:not(.small-fixed-header) .site-inner {
    margin-top: 190px;
}

.error404 .entry {
    margin: 0 auto;
    max-width: 1080px;
}

.error404 .entry-content {
    margin-top: 20px;
}

.site-inner .entry-header {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 0 10px 0;
}

.page-id-8 .site-inner .entry-header {
    padding-bottom: 0;
}

.page-id-8 .site-inner .post-8 .entry-header {
    padding-bottom: 20px;
}

.page-id-8 article {
    border-bottom: 1px solid #ccc;
}

.page-template-default .site-inner .entry-header {
    padding-bottom: 0px;
}

h1.entry-title,
.site-inner .entry-header h1 {
    color: #58595b;
    font-size: 50px;
    font-weight: 200;
    margin: 30px 0 0 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

.page-template-page_blog .site-inner article .entry-header h2,
.tag .site-inner .site-inner article .entry-header h2,
.category-general .site-inner article .entry-header h2 {
    padding-top: 0 !important;
}

.page-template-page_blog .post-8 {
    margin-bottom: 0;
}

.full-width-content .content {
    width: 100%;
    min-height: 300px;
}

.prev-next-navigation {
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
}

.prev-next-navigation .previous {
    float: left;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.prev-next-navigation .next {
    float: right;
    width: 49%;
    margin-left: 1%;
    text-align: right;
    margin-bottom: 20px;
}

.aftercontent {
    clear: both;
    background: #DCDDDE;
    margin: 0;
    width: 100%;
}

.aftercontent #epcsubmenu-2 {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 20px;
}

.aftercontent #epcsubmenu-2 h4.widget-title {
    visibility: hidden;
}

.aftercontent #epcsubmenu-2 ul.submenu {
    margin-left: 20px;
}

.aftercontent #epcsubmenu-2 ul.submenu li {
    list-style: none;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 40px;
}

.archive-description,
.author-box {

}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Titles
--------------------------------------------- */

.author-box-title,
.archive-title {
    font-size: 28px;
    margin: 20px auto;
    max-width: 1080px;
    width: 100%;
}

h1.archive-title {
    font-size: 50px;
}

.entry-title {
    font-size: 24px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #D19F4F;
}

h2.entry-title a {
    color: #067CA7;
    text-decoration: none;
    font-size: 40px;
}

a.continue-reading {
    display: block;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #b77073;
}

#after-blog {
    margin-bottom: 30px;
}

#after-blog section {
    max-width: 1080px;
    margin: 0 auto;
}

.widget-title {
    margin-bottom: 10px;
}

/* ## 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;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}

/* # 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;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    font-size: 16px;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    color: #333;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    height: 190px;
    background: url(images/header-bg.jpg) 0 10px repeat-x #fff;
    border-bottom: 2px solid #067CA7;
}

.site-header .wrap {
    margin: 0 auto;
    max-width: 1082px;
    position: relative;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    width: 100%;
    position: relative;
}

.site-title {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 60px;
    z-index: 200;
    margin-left: -82px;
}

.header-image .site-title a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0;
}

.header-image .site-title > a {
    background: url(images/logo.png) no-repeat left;
    display: block;
    height: 115px;
    width: 169px;
}

.header-image .site-description {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    font-size: 12px;
    color: #2b528a;
    text-transform: uppercase;
    font-weight: 700;
}

.site-header .widget-area #custom_html-2 {
    top: 0;
    height: 36px;
}

.header-search {
    position: absolute;
    top: 6px;
    left: 10px;
}

.header-search input {
    font-family: 'Nunito Sans', sans-serif;
    width: 180px;
    height: 24px;
    border: 1px solid #737373;
    padding: 3px 5px;
    font-size: 14px;
    text-align: left;
    float: left;
    margin: 5px 0 0;
    color: #3d3d3d;
    font-weight: 400;
}

.header-search a {
    width: 18px;
    height: 18px;
    background-color: #737373;
    color: #fff;
    display: block;
    float: left;
    line-height: 18px;
    text-align: center;
    border-radius: 2px;
    margin: 8px 0 0 7px;
    text-decoration: none;
    font-size: 11px;
    float: left;
}

.header-translate {
    position: absolute;
    top: 0;
    right: 10px;
}

.goog-te-gadget select.goog-te-combo {
    margin: 4px 0 0 !important;
    padding: 1px 2px !important;
}

#header-contact {
    width: 360px;
    margin: 7px auto 0;
    text-align: center;
    height: 34px;
}

#header-contact a {
    font-family: 'Nunito Sans', sans-serif;
    color: #3d3d3d;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    float: left;
    margin-right: 20px;
    line-height: 16px;
    margin-top: 7px;
    display: flex;
    align-items: center;
}

#header-contact a:hover {
    color: #b77073;
}

#header-contact a span {
    width: 18px;
    height: 18px;
    background-color: #737373;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    border-radius: 2px;
    margin: 0 5px 0 0px;
    text-decoration: none;
    font-size: 11px;
}

@media only screen and (min-width: 1080px) {
    #header-contact {
        width: auto;
        position: relative;
    }

    #header-contact a#header-contact-phone {
        position: absolute;
        left: 280px;
    }

    #header-contact a#header-contact-email {
        position: absolute;
        right: 184px;
    }
}

#custom_html-2 .fa {
    margin-right: 5px;
    font-size: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}

/* ## Primary and Secondary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: center;
    list-style-type: none;
}

@media only screen and (min-width: 1119px) {

    .genesis-nav-menu #menu-item-64 {
        width: 96px;
    }

    .genesis-nav-menu #menu-item-66 {
        width: 168px;
    }

    .genesis-nav-menu #menu-item-68 {
        width: 156px;
    }

    .genesis-nav-menu #menu-item-87 {
        width: 156px;
        margin-left: 215px;
    }

    .genesis-nav-menu #menu-item-12 {
        width: 154px;
    }

    .genesis-nav-menu #menu-item-10 {
        width: 110px;
    }

    .genesis-nav-menu a span span {
        padding: 0;
    }

}

.nav-primary > div.wrap > ul > li > a {
    /*background: transparent url(images/bullet-bg.png) right 50% no-repeat;*/
}

.nav-primary > div.wrap > ul > li > a {
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 18px 0;
    text-decoration: none;
    text-transform: uppercase;
    height: 52px;
    border-top: 2px solid #8e1c23;
    border-bottom: 1px solid #e3e3e3;
    transition: none;
}

.nav-primary > div.wrap > ul > li.current-page-ancestor > a,
.nav-primary > div.wrap > ul > li > a:hover,
.nav-primary > div.wrap > ul > li > a:focus,
.nav-primary > div.wrap > ul > li.current-menu-item > a,
body.single-post .nav-primary > div.wrap > ul > li#menu-item-11 > a,
body.category .nav-primary > div.wrap > ul > li#menu-item-11 > a,
body.archive .nav-primary > div.wrap > ul > li#menu-item-11 > a {
    color: #881118;

}

.single-tribe_events #menu-item-68 > a,
.single-post #menu-item-11 > a,
.nav-primary > div.wrap > ul > li.current_page_item > a,
.nav-primary > div.wrap > ul > li.current-page-ancestor > a {
    color: #881118;
}

.nav-primary > div.wrap > ul > li.current_page_item a span span {

}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 190px;
    z-index: 99;
    border-top: 1px solid #881118;
}

.genesis-nav-menu .sub-menu a {
    font-family: 'Muli', sans-serif;
    background-color: #fff;
    border-bottom: 1px solid #d1d1d1;
    border-top: 0 none;
    color: #2d2d2d;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    overflow-wrap: break-word;
    padding: 11px 15px;
    position: relative;
    text-decoration: none;
    width: 190px;
    text-align: left;
}

.genesis-nav-menu .sub-menu li:last-child a {
    border-bottom: none;
}

.genesis-nav-menu .sub-menu > li.current-page-ancestor a,
.genesis-nav-menu .sub-menu > li.current-page-ancestor ul li.current-menu-item a,
.genesis-nav-menu .sub-menu .current-menu-item a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
    background-color: #881118;
    color: white;
}

.genesis-nav-menu .sub-menu > li.current-page-ancestor ul li a {
    background-color: #881118;
}

.genesis-nav-menu .sub-menu > li.current-page-ancestor ul li a:hover {
    background-color: #881118;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -39px 0 0 209px;
    /* Do not display sub-sub menu for UX reasons */
    display: none;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

@media only screen and (min-width: 1120px) {

    .genesis-nav-menu #menu-item-10:hover > .sub-menu {
        right: 0;
        left: auto;
        opacity: 1;
    }
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

#menu-item-64 .sub-menu,
#menu-item-64 .sub-menu-toggle {
    display: none;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 20px;
}

.entry-content,
.entry-footer {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.no-posts {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
}

.page-template-default .entry-content,
.private_page-template-default .entry-content {
    max-width: 100%;
}

.page-template-default .entry {
    margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 30px;
}

.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;
}

.fc-content {
    clear: both;
    overflow: hidden;
}

.no-posts {
    max-width: 1080px;
    padding: 0px 0px;
    margin: 0px auto;
}

.fc-contact-form{
    max-width: 1080px;
    padding: 30px 0px;
    margin: 0px auto;
}

.gform_required_legend{
    display: none;
}

.fc-text {
    max-width: 1080px;
    padding: 30px 0px;
    margin: 0px auto;
}

.fc-pump {
    max-width: 1080px;
    padding: 0px 0px;
    margin: 0 auto 20px auto;
}

.fc-text p:last-child {
    margin-bottom: 0;
}

.fc-margin-option-top-bottom {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.fc-margin-option-top-only {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}

.fc-margin-option-bottom-only {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}

.fc-margin-option-no-margin {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.fc-section-links {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.fc-section-links h2 {
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0px 0 0px;
    font-size: 40px;
    font-weight: 200;
    color: #067CA7;
}

.fc-section-links-section-list {
    text-align: center;
}

.fc-section-links {
    margin: 0px auto 10px auto;
    padding: 0px 30px 0px 30px;
}

.fc-section-links-inner {
    max-width: 1080px;
    width: 100%;
    margin: 20px auto 0 auto;
}

.fc-section-links .section-link {
    text-decoration: none;
    color: #4c4c4c;
    text-align: center;
    padding: 10px 10px 10px 10px;
    transition: .2s ease-out;
    border: 1px solid #dedede;
    cursor: pointer;
}

.fc-section-links .section-link:hover {
    background: #067CA7;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #067CA7;
}

.fc-section-links-inner .section-link .section-link-title {
    font-size: 28px;
    line-height: 45px;
    color: #067CA7;
    font-weight: 400;
    padding: 0;
}

.fc-section-links-inner .section-link .section-link-title a{
    text-decoration: none !important;
}

.fc-section-links-inner .section-link.active .section-link-title a,
.fc-section-links-inner .section-link .section-link-title a:hover{
    color: #fff;
    text-decoration: none !important;
}

.fc-section-links .section-link.active{
    color: white;
}


.fc-section-links-inner .section-link .section-teaser {
    padding: 10px 0px 10px 0px;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #4c4c4c;
}

.fc-section-links-inner .section-link.active .section-teaser {
    color: white;
}

.fc-section-links-inner .section-link .section-teaser p {
    margin: 0 !important;
    padding: 0 !important;
}

.fc-section-links-inner .section-link .section-teaser ul {
    margin: 0 !important;
    padding-left: 0;
}

.fc-section-links-inner .section-link .section-teaser ul li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.fc-section-links-inner .section-link:hover .section-teaser {

}

.fc-section-links .section-link {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 1%;
    text-align: left;
}

.fc-section-links .section-link-title {
    text-align: center;
    box-sizing: border-box;
    padding: 0px 0px 0 0px;
    font-size: 32px;
    font-weight: 500;
    display: block;
}

.fc-section-links .section-links-three-columns .section-link {
    width: 31%;
}

.section-links-align-center .section-link .section-teaser {
    text-align: center;
    margin: 0px 0 20px 0;
    font-size: 15px;
    padding: 0 10px;
}

@media (max-width: 1080px) {
    .fc-section-links .section-link,
    .fc-section-links .section-links-three-columns .section-link {
        width: 47%;
    }

    .fc-section-links .section-link:nth-child(2n+1) {

    }
}

@media (max-width: 620px) {
    .fc-section-links-inner {
        text-align: center;
    }

    .fc-section-links .section-link {
        width: 100% !important;
        margin: 20px auto;
        text-align: center;
    }
}

.fc-section-overview {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.fc-section-overview-section-list {
    text-align: center;
}

.fc-section-overview {
    margin: 0px auto 10px auto;
    padding: 0px 30px 0px 30px;
}

.fc-section-overview-inner {
    max-width: 1080px;
    width: 100%;
    margin: 20px auto 0 auto;
}

.fc-section-overview-inner .section-link h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 10px 10px 0 10px;
    text-align: center;
    color: #067CA7;
    margin: 10px 0;
}

.fc-section-overview-inner .section-link h3 a {
    color: #067CA7;
    text-decoration: none;
}

.fc-section-overview-inner .section-link h3 a:hover {
    color: #b77073;
}

.fc-section-overview-inner .section-link .section-teaser {
    padding: 0 10px 0px 10px;
    text-align: left;
}

.fc-section-overview .section-link {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 1%;
    text-align: left;
}

.fc-section-overview h2 {
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0px 0 0px;
    font-size: 40px;
    font-weight: 200;
    color: #067CA7;
}

.fc-section-overview h3 {
    text-align: center;
    box-sizing: border-box;
    padding: 10px 20px 0 20px;
    font-size: 20px;
}

.fc-section-overview .section-learn-more {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.fc-section-overview .section-learn-more a {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    transition: all .2s;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: #067CA7;
    height: 34px;
    width: 100%;
    text-align: center;
}

.fc-section-overview .section-learn-more a:hover {
    color: white;
    background: #737373;
}

.fc-section-overview .section-link img {
    width: 100%;
    height: auto;
    display: block;
}

.fc-section-overview .section-overview-two-columns .section-link,
.fc-section-overview .section-overview-three-columns .section-link {
    border: 1px solid #005d91;
    position: relative;
    padding-bottom: 34px;
}

.fc-section-overview .section-overview-three-columns .section-link {
    width: 31%;
}

.section-overview-align-center .section-link h3 {
    text-align: center;
    margin: 0;
    padding: 20px 10px;
    font-size: 18px;
}

.section-overview-align-center .section-link .section-learn-more {
    margin: 0px 0 0 0;
    text-align: center;
}

.section-overview-align-center .section-link .section-teaser {
    text-align: center;
    margin: 0px 0 20px 0;
    font-size: 15px;
    padding: 0 10px;
}

@media (max-width: 1080px) {
    .fc-section-overview .section-link,
    .fc-section-overview .section-overview-three-columns .section-link {
        width: 47%;
    }

    .fc-section-overview .section-link:nth-child(2n+1) {

    }
}

@media (max-width: 620px) {
    .fc-section-overview-inner {
        text-align: center;
    }

    .fc-section-overview .section-link {
        width: 100% !important;
        margin: 20px auto;
        text-align: center;
    }

    .fc-section-overview .section-link img {
        margin: 0 !important;
    }
}

.fc-slider-contained {
    max-width: 1080px;
    margin: 0 auto;
}

.fc-slider .bx-wrapper {
    max-width: none !important;
    margin-bottom: 0 !important;
    position: relative;
}

.fc-slider .bx-wrapper .bx-viewport {
    overflow: visible;
    background: transparent !important;
}

.fc-slider .rotatingFrames {
    clear: both !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible;
    max-width: 100%;
    position: relative;
}

.fc-slider .rotatingFrames li {
    top: 0 !important;
    display: block;
    padding: 0 !important;
    width: 100% !important;
}

.fc-slider .bx-wrapper .bx-prev {
    background-image: url("images/slider-prev.png");
}

.fc-slider .bx-wrapper .bx-next {
    background-image: url("images/slider-next.png");
}

.fc-slider .bx-wrapper .bx-prev:hover {
    background-image: url("images/slider-prev-over.png");
}

.fc-slider .bx-wrapper .bx-next:hover {
    background-image: url("images/slider-next-over.png");
}

.fc-slider .bx-wrapper .bx-controls-direction a {
    top: 45%;
}

.fc-slider .bx-caption {
    background: rgba(3, 79, 123, 0.7);
    padding: 6px 10px 6px 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    min-height: 30px;
    margin-bottom: 0;
    box-sizing: border-box;
}

.fc-slider .bx-caption span {
    color: #fff;
    font-size: 15px;
    padding: 0 0px;
    line-height: 16px;
}

.fc-slider .bx-caption a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}

.fc-slider .rotatingFrames img {
    width: 100% !important;
    height: auto;
}

.fc-slider .bx-wrapper .bx-caption {
    background: rgba(115, 115, 115, 0.6);
    text-align: left;
}

.fc-slider .bx-wrapper .bx-caption span {
    font-family: 'Muli', sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    max-width: 1082px;
    margin: 0 auto;
    text-align: left;
    display: block;
}

@media all and (max-width: 600px) {

    .fc-slider .bx-wrapper .bx-caption {
        position: relative;
        bottom: auto;
        left: auto;

    }

    .fc-slider .bx-wrapper .bx-controls-direction a {
        top: 40%;
    }

    .fc-slider .bx-wrapper .bx-caption a,
    .fc-slider .bx-wrapper .bx-caption span {
        font-size: 13px;
    }
}

.fc-video {
    padding: 30px 0;
}

.has-fc-video-background-one {
    background: #fff;
    color: #000;
}

.has-fc-video-background-two {
    background: #737373;
    color: #fff;
}

.has-fc-video-background-three {
    background: #881118;
    color: #fff;
}

.has-fc-video-background-four {
    background: #067CA7;
    color: #fff;
}

.has-fc-video-background-three .video-description a,
.has-fc-video-background-four .video-description a {
    color: white;
}

.fc-video.has-fc-video-background-two h3 {
    color: #fff;
}

.fc-video.has-fc-video-background-three h3 {
    color: #fff;
}

.fc-video.has-fc-video-background-four h3 {
    color: #fff;
}

.fc-video h3,
.fc-video .video-description,
.fc-video .embed-outer {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.entry-content .fc-video ol, .entry-content .fc-video ul {
    margin-left: 0;
}

@media only screen and (max-width: 850px) {

    .fc-video .embed-inner {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .fc-video .embed-inner iframe,
    .fc-video .embed-inner object,
    .fc-video .embed-inner embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.fc-video h3 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #666;
}

.fc-video .video-description {
    font-size: 18px;
    margin-top: 30px;
    max-width: 850px;
    font-weight: 400;
}

.fc-video .video-description p:last-child {
    margin-bottom: 0;
}

.fc-faqs {
    max-width: 1080px;
    width: 100%;
    margin: 0px auto;
    padding: 30px 0 30px 0;
}

.faq-group {
    clear: both;
}

.fc-faqs h2.fc-faq-h2 {
    margin: 0px 0 20px 0;
    font-size: 40px;
    font-family: 'Nunito Sans', sans-serif;
    color: #067CA7;
    font-weight: 200;
}

.faq-question {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #067CA7;
    font-size: 22px;
    padding: 0px 20px 20px 0px;
    margin: 0;
}

/*.faq-group:last-child .faq-question {
    margin-bottom: 0px;
    padding-bottom: 0px;
}*/

.faq-question {
    vertical-align: bottom;
    background-image: url(images/faqplus.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left 7px;
}

.faq-question-span {
    display: inline-block;
    padding-left: 35px;
}

.faq-question a {
    text-decoration: none;
}

.faq-question.active {
    background-image: url(images/faqminus.png);
}

.faq-answer {
    display: none;
    margin-bottom: 20px;
    margin-left: 35px;
    overflow: hidden;
}

.fc-margin {
    clear: both;
}

.fc-gallery {
    padding: 30px 0 0 0;
}

.has-fc-gallery-background-one {
    background: #fff;
    color: #000;
    padding: 0;
    margin: 0 auto;
    overflow: visible;
}

.has-fc-gallery-background-two {
    background: #737373;
    color: #fff;
}

.has-fc-gallery-background-three {
    background: #881118;
    color: #fff;
}

.has-fc-gallery-background-four {
    background: #067CA7;
    color: #fff;
}

.fc-gallery.has-fc-gallery-background-two h3 {
    color: #fff;
}

.fc-gallery.has-fc-gallery-background-three h3 {
    color: #fff;
}

.fc-gallery.has-fc-gallery-background-four h3 {
    color: #fff;
}

.has-fc-gallery-background-three .gallery-description a,
.has-fc-gallery-background-four .gallery-description a {
    color: white;
}

.fc-gallery h3 {
    font-size: 40px;
    margin-bottom: 30px;
}

.fc-gallery .gallery-description {
    margin-top: 30px;
    max-width: 850px;
    font-weight: 400;
}

.fc-gallery .gallery-heading,
.fc-gallery .gallery-description,
.fc-gallery .gallery-images {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.fc-gallery .gallery-description p:last-child {
    margin-bottom: 30px;
}

.fc-gallery h3 {
    text-align: center;
}

.fc-gallery .gallery-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto !important;
}

.fc-gallery .gallery-image p {
}

.has-fc-gallery-one-column .gallery-image {
    max-width: 1080px;
    margin: 0 auto;
}

.has-fc-testimonial-background-three a,
.has-fc-testimonial-background-two a,
.has-fc-testimonial-background-three h2,
.has-fc-testimonial-background-two h2 {
    color: white;
}

.has-fc-testimonial-background-one {
    background: #fff;
    color: #2e2925;
}

.has-fc-testimonial-background-two {
    background: #DCDDDE;
    color: #000;
}

.has-fc-testimonial-background-three {
    background: #990033;
    color: white;
}

.has-fc-testimonial-background-four {
    background: #2b4458;
    color: white;
}

.has-fc-testimonial-background-one h3 {
    color: #000;
}

.fc-testimonial {
    padding: 20px 0;
    position: relative;
}

.fc-testimonial .fc-container {
    max-width: 1080px !important;
    margin: auto;
    padding: 0 0px 0px 0px;
}

.no-bg-testimonial-image .fc-container {
    max-width: 1080px !important;
    margin: auto;
    padding: 0 20px 20px 20px;
}

.fc-testimonial .fc-container-inner {
    width: 100%;
    margin: 0 auto;
    font-size: 21px;
    padding: 0 0 0 0px;
}

.fc-testimonial .quote-heading-text {
    text-align: center;
    color: #000;

}

.has-fc-testimonial-background-three .quote-heading-text,
.has-fc-testimonial-background-four .quote-heading-text {
    color: #fff;
}

.fc-testimonial.bg-testimonial-image {
    padding: 0;
    position: relative;
}

.fc-testimonial.bg-testimonial-image .fc-container-inner {
    display: table;
    overflow: hidden;
}

.fc-testimonial.bg-testimonial-image .quote {
    width: 50%;
    float: left;
    display: table-cell;
    padding: 60px 40px 80px 20px;
    border-collapse: collapse;
    box-sizing: border-box;
}

.fc-testimonial.bg-testimonial-image .testimonial-image {
    width: 50%;
    float: right;
    height: 100%;
    display: table-cell;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fc-testimonial.bg-testimonial-image .testimonial-image table {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.fc-testimonial td {
    border-top: none;
}

.fc-testimonial.bg-testimonial-image .testimonial-image td {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 1.3em;
    background-color: rgba(0, 0, 0, 0.1);

}

.fc-testimonial.bg-testimonial-image .testimonial-image td div {
    position: relative;
    top: -15px;
}

.fc-testimonial.bg-testimonial-image .testimonial-image td div span {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: block;
}

.fc-testimonial.bg-testimonial-image-left .quote {
    float: right;
    padding-left: 40px;
    padding-right: 20px;

}

.fc-testimonial.bg-testimonial-image-left .testimonial-image {
    float: left;
}

.fc-testimonial .quote-heading {
    text-align: left;
    width: calc(100% - 60px);
    margin-left: 30px;
}

.fc-testimonial .subheading-text {
    font-style: italic;
    margin-top: 20px;
    text-align: left;
    width: calc(100% - 60px);
    margin-left: 30px;
}

@media all and (max-width: 900px) {

    .fc-testimonial .fc-container-inner {
        padding: 0;
    }

    .fc-testimonial.bg-testimonial-image .quote,
    .fc-testimonial.bg-testimonial-image-left .quote {
        float: none;
        padding: 30px;
        width: 100%;
        display: block;
    }

    .fc-testimonial.bg-testimonial-image .testimonial-image,
    .fc-testimonial.bg-testimonial-image-left .testimonial-image {
        float: none;
        width: 100%;
        height: 200px;
        display: block;
    }

    .fc-testimonial.bg-testimonial-image .testimonial-image table {
        border-collapse: separate;
    }

    .fc-testimonial.bg-testimonial-image .testimonial-image table td,
    .fc-testimonial.bg-testimonial-image-left .testimonial-image table td {
        font-size: 20px;
    }

    .fc-testimonial.bg-testimonial-image .testimonial-image table td div,
    .fc-testimonial.bg-testimonial-image-left .testimonial-image table td div {
        top: auto;
    }
}

.has-fc-testimonial-background-two,
.has-fc-testimonial-background-one {
    color: #000;
}

.has-fc-testimonial-background-four {
    color: #fff;
}

.fc-testimonial .quote-top {
    text-align: left;
    color: #000;
    position: relative;
    top: 30px;
}

.has-fc-testimonial-background-three .quote-top,
.has-fc-testimonial-background-four .quote-top {
    color: #fff;
}

.has-fc-testimonial-background-one .quote-top,
.has-fc-testimonial-background-one .quote-bottom {
    color: #000;
}

.has-quote-marks .subheading-text {
    margin-top: 20px;
}

.fc-two-column {
    max-width: 1080px;
    margin: 0px auto;
    width: 100%;
    padding: 30px 0px;
}

.fc-two-column-header {
    width: 100%;
    margin: 0 0 20px 0;
}

.fc-two-column .fc-column1 {
    width: 50%;
    padding-right: 20px;
    float: left;
    vertical-align: top;
    box-sizing: border-box;
}

.fc-two-column .fc-column2 {
    width: 50%;
    padding-left: 20px;
    float: left;
    box-sizing: border-box;
    vertical-align: top;
}

.column-format-67-33 .fc-column1 {
    float: left;
    width: 65%;
}

.column-format-67-33 .fc-column2 {
    float: right;
    width: 32%;
}

.column-format-33-67 .fc-column1 {
    float: left;
    width: 32%;
}

.column-format-33-67 .fc-column2 {
    float: right;
    width: 65%;
}

@media only screen and (max-width: 767px) {
    .fc-two-column .fc-column1 {
        width: 100%;
        padding-right: 0px;
        float: none;
        vertical-align: top;
        box-sizing: border-box;
        margin: 20px 0;
    }

    .fc-two-column .fc-column2 {
        width: 100%;
        float: none;
        margin: 20px 0;
        padding-left: 0;
        box-sizing: border-box;
        vertical-align: top;
    }
}

.aftercontent h4.widget-title {
    margin-bottom: 10px;
}

.aftercontent h4.widget-title a {
    text-decoration: none;
}

.aftercontent #epcsubmenu-2 ul.submenu {
    margin-left: 0;
}

.aftercontent #epcsubmenu-2 ul.submenu li {
    list-style-type: none;
}

.aftercontent #epcsubmenu-2 ul.submenu li a {
    background: transparent url("images/bullet.png") no-repeat scroll 12px 15px;

    color: #3f5e7c;
    display: block;
    font-size: 15px;
    padding: 5px 5px 5px 25px;
    text-decoration: none;
}

.aftercontent #epcsubmenu-2 ul.submenu {

}

.aftercontent #epcsubmenu-2 ul.submenu li li {
    margin: 0;
}

.aftercontent #epcsubmenu-2 ul.submenu li li a {
    background: transparent url("images/bullet.png") no-repeat scroll 30px 15px;
    padding-left: 45px;
}

.aftercontent #epcsubmenu-2 ul.submenu li a:hover {
    color: #990033;
}

@media only screen and (min-width: 1120px) {
    .has-fc-gallery-two-column .gallery-image {
        float: left;
        width: 510px;
        margin-right: 40px;
    }

    .has-fc-gallery-two-column .gallery-image:nth-child(2n) {
        margin-right: 0px;
    }

    .has-fc-gallery-two-column .gallery-image:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 1119px) {
    .fc-gallery .gallery-heading,
    .fc-gallery .gallery-description,
    .fc-video .video-description,
    .fc-gallery .gallery-images,
    .pagination {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1119px) {

    .has-fc-gallery-two-column .gallery-image {
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .has-fc-gallery-two-column .gallery-image:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 1120px) {

    .has-fc-gallery-three-column .gallery-image {
        display: inline-block;
        width: 330px;
        margin-right: 45px;
        vertical-align: top;
    }

    .has-fc-gallery-three-column .gallery-image:nth-child(3n) {
        margin-right: 0px;
    }

    .has-fc-gallery-three-column .gallery-image:nth-child(3n+1) {

    }
}

@media only screen and (min-width: 769px) and (max-width: 1119px) {

    .has-fc-gallery-three-column .gallery-image {
        display: inline-block;
        width: 31%;
        margin-left: 1.16666%;
        margin-right: 1.1666%;
        vertical-align: top;
    }

    .has-fc-gallery-three-column .gallery-image:nth-child(3n) {
        margin-right: 1%;
    }

    .has-fc-gallery-three-column .gallery-image:nth-child(3n+1) {

    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {

    .has-fc-gallery-three-column .gallery-image {
        display: inline-block;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        vertical-align: top;
    }

    .has-fc-gallery-three-column .gallery-image:nth-child(2n+1) {

    }
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 10px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    max-width: 1080px;
    width: 100%;
    margin: 20px auto;
}

.pagination li {
    display: inline;
}

.pagination li a {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding-right: 10px;
    text-decoration: none;
}

.pagination .active a {
    color: #333;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 60px;
}

.comment-header {
    font-size: 16px;
}

.comment-content {
    clear: both;
    word-wrap: break-word;
}

.comment-list li {
    padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
    padding-left: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
}

.sidebar li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 60px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

footer.site-footer {
    background-color: #fff;
}

footer.site-footer .company-name {
    font-weight: 600;
}

footer.site-footer .footer-phone a {
    color: #fdee01;
    text-decoration: none;
}

footer.site-footer .address,
footer.site-footer .footer-phone {
    /* padding-left: 10px;
     background: transparent url("images/bullet1.png") no-repeat scroll 2px 7px;*/
}

.site-footer .wrap {
    margin: 0 auto;
    max-width: 1080px;
    min-height: 130px;
    position: relative;
    overflow: hidden;
    border-top: 5px solid #ddd;
}

.site-footer p {
    margin: 0 0 0 0;
}

#footer-container1 {
    width: 50%;
    float: left;
    min-height: 60px;
    border-right: 1px solid #ddd;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #343434;
    font-weight: 400;
    line-height: 20px;
    margin-top: 32px;
}

#footer-container1 span {
    font-weight: 700;
}

.footer-logo {
    float: left;
    margin: 0 25px 0 0;
}

.footer-address {
    float: left;
    margin: 0 30px 0 0;
}

.footer-contact {
    float: left;
    margin: 0 30px 0 0;
}

.footer-contact a {
    color: #037EAB;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #b77073;
    text-decoration: underline;
}

#footer-container2 {
    width: 32%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    text-align: center;
    display: none;
}

#footer-container2 a {
    color: white;
}

#footer-container3 {
    width: 50%;
    float: right;
    text-align: right;
    margin: 30px 0 0 0px;
}

#footer-container3 #custom_html-3 a span {
    display: none;
}

.footer-links {
    padding-bottom: 20px;
}

@media only screen and (min-width: 1100px) {
    .footer-links {
        width: 450px;
        padding-left: 5px;
        float: left;
        margin-left: 40px;
        padding-bottom: 20px;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        text-align: left;
    }

    a#footer-linkedin,
    a#footer-linkedin:hover {
        float: left;
        margin-left: 10px;
    }
}

.footer-links li {
    list-style-type: disc;
    /*float: left;*/
    font-size: 14px;
    color: #343434;
    flex: 1 1 50%;
}

.footer-links li a {

    color: #343434;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    line-height: 20px;
}

.footer-links li a:hover {
    color: #b77073;
}

a#footer-linkedin,
a#footer-linkedin:hover {

    font-size: 40px;
    color: #006d93;
}

/* # EPC Footer
---------------------------------------------------------------------------------------------------- */

#epc-footer {
    background-color: #067CA7;
}

#epc-footer .wrap {
    margin: 0 auto;
    max-width: 1080px;
}

#epc-footer a {
    color: #fff;
    text-decoration: underline;
}

#epc-footer a:hover {
    color: #6dd8fe;
    text-decoration: underline;
}

.epc-footer-elems {
    float: left;
    width: 50%;
    margin: 8px 0 8px 0;
    box-sizing: border-box;
}

#copyright {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

#epc-accessibility {
    text-align: center;
}

#epc-link {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.nav-primary {
    width: 100%;
}

@media only screen and (min-width: 1120px) {



}

main.content {
    min-height: 450px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1120px) {

    .nav-primary {
        min-height: 50px;
        position: fixed;
        right: 0;
        top: 90px;

        z-index: 9999;
    }

    body.small-fixed-header .nav-primary {
        top: 47px;
    }

    body.small-fixed-header .nav-primary > div.wrap > ul > li > a {
        border-top: none;
        border-bottom: none;
    }

    body.small-fixed-header .site-header {
        height: 100px;
    }

    body.small-fixed-header #header-contact {
        width: auto;

    }

    body.small-fixed-header .site-title {
        top: 7px;
        margin-left: -61px;
    }

    body.small-fixed-header.logged-in .site-title {
        top: 39px;
        margin-left: -61px;
    }

    body.small-fixed-header.header-image .site-title > a {
        background: url(images/logo-small.png) no-repeat left;
        display: block;
        height: 84px;
        width: 124px;
    }

    body.small-fixed-header.logged-in .nav-primary {
        top: 78px;
    }

    .site-header {
        position: fixed;
        width: 100%;
        z-index: 9998;
    }

    .site-title{
        position: fixed;
        z-index: 9999;
    }

    .logged-in .nav-primary {
        top: 120px;
    }

    .logged-in .site-title {
        top: 90px;
    }



    .nav-primary .wrap {
        height: auto;
        margin: 0 auto;
        max-width: 1080px;
        position: relative;
        width: 100%;
    }

    .nav-primary .wrap #menu-main-navigation {
        left: 0;
        position: absolute;
        top: 0;
        width: 1080px;
        height: 0;
    }
}

@media only screen and (max-width: 1119px) and (min-width: 940px) {
    .nav-primary {
        position: absolute;
        top: 70px;
        height: auto;
        left: 150px;
        width: calc(100% - 150px);
    }

    .nav-primary > div.wrap > ul > li > a {
        border: 0;
        padding: 18px 15px
    }

    .genesis-nav-menu #menu-item-64,
    .genesis-nav-menu #menu-item-66,
    .genesis-nav-menu #menu-item-68,
    .genesis-nav-menu #menu-item-87,
    .genesis-nav-menu #menu-item-12,
    .genesis-nav-menu #menu-item-10 {
        width: auto;
        margin: 0;
    }

    #menu-main-navigation {
        margin-left: 0;

    }
}

@media only screen and (max-width: 1119px) {
    .site-header {
        height: 150px;
    }

    .site-title {
        left: 20px;
        margin: 0;
        position: absolute;
        top: 55px;
        z-index: 200;
        margin-left: 0px;
    }

    .header-image .site-title > a {
        background: url(images/logo-small.png) no-repeat left;
        display: block;
        height: 84px;
        width: 124px;
    }

    body .site-inner {
        margin-top: 0px !important;
    }

    .site-inner,
    .wrap {
        max-width: 100%;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .entry-content,
    .entry-footer,
    .prev-next-navigation,
    .site-inner .entry-header,
    .site-footer .wrap,
    #epc-footer .wrap,
    .archive-description,
    .fc-text,
    .fc-contact-form,
    .fc-faqs,
    .fc-two-column,
    .error404 h1.entry-title,
    .no-posts {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        width: 100%;
    }

    .fc-pump {
        margin-left: 20px;
        margin-right: 20px;
        box-sizing: border-box;
        width: calc(100% - 40px);
    }

    .page-template-default .entry-content,
    .private_page-template-default .entry-content {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-links {
        margin-left: 60px;
    }

    #after-blog section {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1100px) {
    #footer-container1 {
        width: 100%;
        float: none;
        border: 0;
    }

    #footer-container3 {
        width: 100%;
        float: none;
        text-align: left;
        margin: 30px 0 20px 0;
    }

    .footer-links {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1000px) {

}

@media only screen and (max-width: 950px) {

}

@media only screen and (max-width: 900px) {

}

@media only screen and (max-width: 850px) {

}

@media only screen and (max-width: 800px) {
    .site-header {
        height: 190px;
    }

    .header-search {
        position: absolute;
        top: 145px;
        left: 10px;
    }

    .header-translate {
        position: absolute;
        top: 135px;
        right: 10px;
    }

    #header-contact {
        width: 100%;
    }

    #header-contact a {
        margin: 7px 10px 0;
    }

    #header-contact a:last-child {
        float: right;
    }
}

@media only screen and (min-width: 1120px) {
    .nav-primary > div.wrap > ul > li > a:hover {
        color: #881118;
        background-image: url(images/nav-arrow.png);
        background-repeat: no-repeat;
        background-position: 98% center;

    }

    #menu-item-64 > a:hover {
        background-position: 98% center;
    }

    #menu-item-66 > a:hover {
        background-position: 98% center;
    }

    #menu-item-68 > a:hover {
        background-position: 100% center;
    }

    #menu-item-87 > a:hover {
        background-position: 92% center;
    }

    #menu-item-12 > a:hover {
        background-position: 78% center;
    }

    #menu-item-10 > a:hover {
        background-position: 100% center;
    }
}

@media only screen and (max-width: 767px) {

    .site-header .widget-area #custom_html-2 {
        top: 10px;
    }

    .nav-primary > div.wrap > ul > li > a {
        font-size: 15px;
    }

    .site-header .widget-area #custom_html-2 a,
    .site-footer #custom_html-4 p a.footer-phone {
        pointer-events: auto;
    }

}

@media only screen and (max-width: 750px) {

    h1.entry-title, .site-inner .entry-header h1, h1{
        font-size: 36px;
    }

    .fc-pump h2{
        font-size: 26px !important;
    }

    h2{
        font-size: 30px;
    }
    h3{
        font-size: 26px;
    }
    h4{
        font-size: 22px;
    }
    h5{
        font-size: 18px;
    }
    h6{
        font-size: 16px;
    }
}

@media only screen and (max-width: 700px) {
    .site-description {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    #header-contact a span {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .entry-content img {
        display: block;
        float: none;
        margin: 10px 0;
    }

    .entry-content img.alignleft, .entry-content .wp-caption.alignleft,
    .entry-content img.alignright, .entry-content .wp-caption.alignright {
        display: block;
        float: none;
        margin: 10px auto;
        text-align: center;
        max-width: 100% !important;
    }

    .entry-content .wp-caption.alignleft img,
    .entry-content .wp-caption.alignright img {
        margin: 10px auto;
    }

    .fc-slider .rotatingFrames img {
        margin: 0;
    }

    .epc-footer-elems {
        width: 100% !important;
        text-align: left !important;
        float: none !important;
        margin: 5px 0 !important;
    }

    #footer-container1,
    #footer-container2,
    #footer-container3 {
        float: none;
        width: 100%;
        text-align: left;
        margin: 10px 0;
    }

    .fc-gallery .gallery-heading, .fc-gallery .gallery-description, .fc-gallery .gallery-images {
        text-align: left;
    }

}

@media only screen and (max-width: 550px) {
    .footer-logo {
        float: none;
        margin: 0 25px 0 0;
    }

    .footer-address {
        float: none;
        width: 180px;
        margin: 15px 30px 0 0;
    }

    .footer-address {
        float: none;
        width: auto;
        margin: 15px 30px 0 0;
    }

    .footer-contact {
        float: none;
        width: auto;
        margin: 15px 30px 0 0;
    }

    .footer-links {
        width: 100%;
        padding-left: 5px;
        float: left;
        margin-left: 10px;
    }

    .footer-links li {
        float: none;
    }
}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 450px) {
    .fc-text img {
        display: block;
        float: none;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 400px) {
    .header-search input {
        width: 130px;
    }

}

@media only screen and (max-width: 350px) {
    .header-image .site-title > a {
        width: 200px;
    }

    .header-search input {
        width: 100px
    }
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after,
    .site-title > a:after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }

    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }

    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}

/* Social Media Bar Styles */

.entry-footer {
    overflow: hidden;
}

.social-media-tray {
    height: 30px;
    width: 100%;
    clear: left;
    padding-top: 10px;
}

.social-media-tray .div-sm {
    float: left;
    margin-right: 10px;
}

.social-media-tray .div-sm .fb_iframe_widget > span {
    height: 26px !important;
}

.sm-button {
    float: left;
    margin-right: 10px;
    padding-top: 6px;
}

.fb-button {
    padding-top: 0px;
}



.page-id-9 .site-inner .entry-header {
    padding-left: 0;
    margin-bottom: 30px;
}

.page-id-9 .group-left {
    float: left;
    width: 60%;
}

.page-id-9 .group-right {
    float: right;
    width: 37%;
}

.page-id-9 .group-right h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
    .page-id-9 .group-right, .page-id-9 .group-left {
        clear: both;
        width: 100%;
    }

    .page-id-9 .entry {

    }

}

#gform_wrapper_1,
#gform_wrapper_2,
#gform_wrapper_3,
#gform_wrapper_4,
#gform_wrapper_5{
    background: #eee;
    padding: 0px 20px 10px 20px;
    border-radius: 5px;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 20px auto;
}

#gform_wrapper_5{
    padding-top: 20px;
}

#after-blog {
    margin: 0 auto;
    width: 100%;
    padding: 0px 0 20px 0;
    clear: both;
    /* border-top: 1px solid #DCDDDE;*/
}

#after-blog section {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

/*.archive .site-inner .type-post,
.page-template-page_blog .site-inner .type-post {
    border-top: 1px solid #DCDDDE;
    margin-top: 20px;
    padding-top: 30px;
}*/

#annual_archive_widget-2 {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {

    body .gform_wrapper ul li.gfield {
        float: left;
        width: 50%;
        clear: none;
    }

    #field_1_42,
    #field_1_33,
    #field_1_38,
    #field_1_37,
    #field_2_12,
    #field_4_7{
        clear: both;
        width: 100%;
    }

}

body #wpsl-stores {
    height: auto !important;
    overflow: auto !important;
}

body #wpsl-search-wrap .wpsl-input label {
    margin-right: 0;
}

body #wpsl-search-input {
    width: 179px;
    height: auto;
    padding: 2px 12px;
    font-size: 100%;
    margin: 0;
}

#private-pages-login-password {
    width: 100%;
    max-width: 300px;
    padding: 8px 16px;
}

.single-pump {

}

@media only screen and (min-width: 760px) {

    #pump-title {
        float: left;
        width: calc(100% - 100px);
    }

    #pump-back-link {
        float: right;
        width: 100px;
        margin-top: 40px;
        text-align: right;
        box-sizing: border-box;
        padding-right: 20px;
    }

}

#pump-back-link {
    margin-bottom: 20px;
}

.pump-top-content {
    font-size: 19px;
    clear: both;
}

.prod-div {

    padding: 0;
    margin-bottom: 0px;
    clear: both;
}

#pump-anchor-links{
    margin: 0 0 20px 0 !important;
    padding: 15px 0 0px 0;
    border-top: 1px solid #3178a2;
    border-bottom: 1px solid #3178a2;
    text-align: center;
}

.page-id-63 #pump-anchor-links{
    border-top: none;
    border-bottom: none;
    padding-top: 5px;
    margin-bottom: 0px !important;
}

#pump-anchor-links li{
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#pump-anchor-links li:last-child{
    margin-right: 0px;
}

#pump-anchor-links li a{
    color: white;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    background: #881118;
    border-radius: 20px;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    #pump-anchor-links{
    }

    #pump-anchor-links li{
        margin-right: 5px;
    }

    #pump-anchor-links li a{
        font-size: 13px;
        padding: 5px 10px;
    }
}

#pump-anchor-links li a:hover{
    background: #2d465f;
}

.prod-image {
    width: 300px;
    float: left;
    margin-right: 40px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.prod-table-div {
    float: left;
    width: calc(100% - 420px);
    box-sizing: border-box;
    padding-top: 20px;
}

.prod-image {
    position: relative;
}

.prod-image img#pump-image {
    width: 100%;
    height: auto;
    border: 2px solid #3178a2;
    display: block;
}

#magnifying {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.prod-spec-table {
    clear: both;
}

#files-list {
    margin: 0px 0;
    padding: 0px;
    text-align: left;
    overflow: hidden;
}

.pump-file {
    width: 30%;
    display: inline-block;
    margin: 0 1% 0px 1%;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
}

.pump-file span,
.pump-file img {
    display: block;
    margin: 10px 0;

}

.prod-table {
    font-size: 21px;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.4em;
    vertical-align: top;
    margin-bottom: 20px;
    float: left;

}

#prod-table-1 {
    width: 56%;
    border-right: 1px solid #ccc;
}

#prod-table-2 {
    width: 40%;
    float: right;
}

.prod-hide-full-width {
    display: none;
}

.prod-table th,
.table-label{
    color: #055b8e;
    font-weight: 300;
    padding-right: 5px;
    vertical-align: top;
}

.prod-additional {
    clear: both;
}

.prod-additional strong {
    color: #055b8e;
    font-weight: 300;
}

.prod-table td {
    vertical-align: top;
    padding-right: 5px;
}

.prod-table-divider {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

.product-notes {
    font-size: 18px;
    margin-bottom: 20px;
    clear: both;
}

.entry-content ul.prod-specs {
    clear: both;
    margin-left: 0px;
}

.entry-content ul.prod-specs li {
    color: #055b8e;
    list-style-type: none;
}

.prod-spec-name {
    color: #055b8e;
    font-weight: 300;
}

.prod-spec {
    color: #000;
    font-weight: 300;
}

#pump-form {

}

#pump-form h2 {
    color: #055b8e;
    font-size: 34px;
    background: #dddddd;
    padding: 10px 20px;
    margin: 0px 0;
    text-align: center;
}

#field_3_1 {
    padding-top: 20px;
}

@media only screen and (min-width: 768px) {

    #field_3_1,
    #field_3_8 {
        clear: both;
        width: 100%;
    }

}

#input_3_8 {
    height: 200px;
}

#pump-warranty-div {
    text-align: center;
    clear: both;
    padding-top: 20px;
}

.fa-exclamation-triangle {
    color: #067CA7;
}

@media only screen and (max-width: 1050px) {
    #prod-table-1,
    #prod-table-2 {
        float: none;
        width: 100%;
        border-right: none;
        margin-right: 0;
    }

    .prod-table-div {
        padding-top: 0px;
    }

    th.prod-hide-full-width {
        display: table-cell !important;
    }

    div.table-divider {
        display: block;
        border-top: 1px solid #eee;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 800px) {
    .prod-image {
        width: 100%;
        float: none;
        margin: 0 auto 20px 0;
        max-width: 300px;
    }

    .prod-table-div {
        float: none;
        width: 100%;
    }

}

@media only screen and (max-width: 600px) {
    .prod-image {
        width: 100%;
        float: none;
        margin: 0 auto 20px auto;
        max-width: 300px;
    }
}

.fc-pump-title{
    padding: 10px;
    background: #bfe5f3;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.fc-pump h2 {
    margin: 0;
    padding: 0;
    color: #067CA7;
    font-size: 26px;
    font-weight: bold;

}

.fc-pump h2 a {
    color: #067CA7;
    text-decoration: none;
}

.fc-pump h2 a:hover {
    color: #881118;
    text-decoration: none;
}

.fc-lightbox-photo{
    margin-top: 10px;
}

.fc-lightbox-photo a{
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.fc-lightbox-photo a:hover{
    color: #881118;
}

.fc-lightbox-photo .fa-camera{
    font-size: 24px;
    position: relative;
    top: 2px;
}

@media only screen and (min-width: 768px) {
    .fc-pump h2 {
        float: left;
        width: calc(100% - 200px);
    }

    .fc-lightbox-photo{
        margin-top: 0px;
        float: right;
        width: 200px;
        text-align: right;
        padding-right: 10px;
        box-sizing: border-box;
    }
}

.fc-pump-inner {
    padding: 10px 0;
    overflow: hidden;
    font-size: 17px;
}

.fc-pump-image {
    float: left;
    width: 250px;
    margin-right: 30px;
}

.fc-pump-image img {
    width: 100%;
    height: auto;
    border: 2px solid #3178a2;
    display: block;
    max-width: 300px;
}

.fc-pump-details {
    /*float: right;
    width: calc(100% - 280px);*/
}

.fc-pump-table {

    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
    .fc-pump-table-data {
        width: 40%;
        float: left;
    }

    .fc-pump-additional-data {
        float: right;
        width: 60%;
    }

    .fc-pump-additional-data .fc-pump-more-details {
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .fc-pump-table-data .fc-pump-more-details {
        display: none;
    }
}

.fc-pump-table th {
    color: #055b8e;
    font-weight: 300;
    padding-right: 5px;
    vertical-align: top;
}


.fc-pump-max-flow strong,
.fc-pump-max-flow strong,
.fc-pump-additional strong {
    color: #055b8e;
    font-weight: 300;
}

.fc-pump-summary-note {

}

.fc-pump-more-details {
    margin-top: 10px;
}

.fc-pump-more-details a{
    color: #fff;
    display: inline-block;
    padding: 5px 15px 7px 15px;
    text-decoration: none;
    background: #881118;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 1em;
}

.fc-pump-more-details a:hover {
    background: #2d465f;
}

@media only screen and (max-width: 800px) {
    .fc-pump-image,
    .fc-pump-details {
        float: none;
        width: 100%;
    }


}

#menu-item-68 ul.sub-menu {
    display: none !important;
}

@media only screen and (min-width: 760px) {

    body #wpsl-wrap.wpsl-store-below #wpsl-result-list li {
        float: left;
        width: 50%;
        box-sizing: border-box;
        border-top: 1px dotted #ccc;
        border-bottom: none;
    }

    body #wpsl-wrap.wpsl-store-below #wpsl-result-list li:nth-child(2n+1) {
        clear: left;
    }
}

#warning-image {
    position: relative;
    top: 10px;
}

@media only screen and (max-width: 600px) {
    #warning-image {
        text-align: center;
        margin: 20px auto;
    }
}

h2.show-hide{
    cursor: pointer;
    font-weight: bold;
    margin: 0px;
    padding: 20px 0 20px 20px;
    border-top: 1px solid #3178a2;
    border-right: 1px solid #3178a2;
    border-left: 10px solid #3178a2;
    font-size: 24px;
}

h2.show-hide.active,
h2.show-hide:hover{
    background: #eee;
}

.show-hide-content{

    border-right: 1px solid #3178a2;
    border-left: 10px solid #3178a2;
    display: none;
    padding: 20px 20px 0 20px;
    overflow: hidden;
}

#show-hide-list{
    border-bottom: 1px solid #3178a2;
    margin-bottom: 30px;
}


h2.show-hide .fa-caret-down{
    display: none;
}

#part-numbers-content{
    padding-bottom: 20px !important;
}

#part-numbers-content ul,
#part-text ul,
#motor-information-content ul{
    margin-left: 25px;
}

.drawing-link {
    margin: 20px 0;
    text-align: left;
}

.files-list-ul img.pdf-icon{
    height: 20px;
    display: inline-block !important;
    float: none;
    margin: 0 !important;
}

.entry-content .files-list-ul{
    margin-left: 0px;
}

.entry-content .files-list-ul > li{
    list-style: none !important;
    margin: 20px 0;
    line-height: 1em;
}

.entry-content .files-list-ul > li:first-child{
    margin-top: 10px;
}

#part-numbers,
.files-list,
#parts,
#dimensional-drawings-list,
#motor-information,
.pump-bottom-content{

    margin-top: 0px;
    padding-top: 0px;
}

#parts-text,
#options-text{
    margin: 10px 0 20px 0;
}

@media only screen and (min-width: 1120px) {
    #pump-form-anchor {
        display: block;
        position: relative;
        top: -250px;
        visibility: hidden;
    }
}

.search-results article {

    padding-bottom: 20px;
}

#search-bar {
    margin: 20px auto;
    max-width: 1080px;
    width: 100%;
    max-width: 570px;
}

#search-form-input {
    width: 80%;
    padding: 5px 10px;
    margin-right: 2%;
}

@media only screen and (max-width: 1099px) {
    #search-bar {
        width: calc(100% - 50px);
    }
}

@media only screen and (max-width: 590px) {
    #search-bar input[type="submit"] {
        display: block;
        margin-top: 20px;
    }
}

#menu-item-68 button {
    display: none;
}

#about-the-author{
    margin-top: 20px;
}

#about-left{
    text-align: left;
    margin: 10px auto;
}

#about-the-author h3{
    text-align: left;
}

@media only screen and (min-width: 600px){

    #about-the-author h3{
        text-align: left;
    }

    #about-left {
        float: left;
        width: 200px;
    }

    #about-left img {
        max-width: 200px;
        width: 100%;
        height: auto;
    }

    #about-right {
        float: right;
        width: calc(100% - 240px);
        padding-top: 10px;
    }
}

@media only screen and (min-width: 800px){
    #about-right{
        padding-top: 0px;
    }
}

#banner{
    text-align: center;
    background: #067CA7;
    color: white;
    width: 100%;

}

#inner-banner{
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    padding: 7px 20px 7px 20px;
    box-sizing: border-box;
    text-align: center;
}

#inner-banner p{
    margin: 0;
    padding: 0;
}

#inner-banner a{
    color: white !important;
}

body .foo-table.footable.table th,
body .foo-table.footable.table td{
    padding: 5px !important;
    font-size: 15px !important;
}

body .foo-table.footable.table tbody tr:last-child td{
    border-bottom: none !important;
}

body #goog-gt-tt .gray{
    color: black !important;
}

body #goog-gt-tt .activity-link{
    color: #ffffff !important;
}

body input:focus,
body textarea:focus{
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
}



#gform_wrapper_1{
    padding-top: 10px;
}

#gform_wrapper_1 .gform_heading{
    display: none;
}



#contact-info-box {
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;

    /* box-shadow: 0px 0px 2px rgba(0, 0, 0, .5); */
    padding: 20px 20px 0px 50px;
    box-sizing: border-box;
    overflow: hidden;
    /*border-left: 1px solid #ccc;*/
    box-shadow: -2px 13px 56px -38px rgba(102, 102, 102, 1);
}

#contact-info {
    width: 49%;
    float: left;
}

#contact-map {
    width: 49%;
    float: right;
}

#contact-form {
    clear: both;
    padding: 30px 20px 0 20px;
}

#contact-info-box a{
    text-decoration: none;
}

@media only screen and (max-width: 1050px) {

    #contact-info-box {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }

    #contact-info-box {
        width: 96%;
        margin-left: 2%;
        border-left: none;
        padding-left: 20px;
    }

}

@media only screen and (max-width: 700px) {
    #contact-info,
    #contact-map {
        width: 100%;
        float: none;
    }

    #contact-map {
        margin-top: 20px;
    }
}

#wpsl-input div label,
#wpsl-search-wrap div label{
    width: 150px;
}