/* ## 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 #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}

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

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-color: #2d465f;
    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: #008535;
    color: #fff;
}

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

.button {
    display: inline-block;
}

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

/* ## Tables
--------------------------------------------- */

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

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

td,
th {
    text-align: left;
}

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

th {
    font-weight: 400;
}

/* ## 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;
}

.error404 .entry {
    margin: 0 auto;
    max-width: 1080px;
}

.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-template-default .site-inner .entry-header {
    padding-bottom: 0px;
}

.site-inner .entry-header h1 {
    color: #000;
    font-size: 46px;
    font-weight: 500;
    margin: 30px 0 0 0;
    padding: 0;
}

.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: 46px;
    margin: 20px auto;
    max-width: 1080px;
    width: 100%;
}

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

h1.entry-title {
    font-size: 46px;
}

h2.entry-title {
    font-size: 32px;
}

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

h2.entry-title a {
    color: #3163a7;
    text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #008535;
}

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

/* ## 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: 136px;
    background: #fff;
}

.site-header .wrap {
    margin: 0 auto;
    max-width: 1082px;
    position: relative;
}



#banner{
    text-align: center;
    background: #2F5099;
    color: white;
    width: 100%;

}

#inner-banner{
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px 7px 20px;
    box-sizing: border-box;
    text-align: center;
}

#inner-banner p{
    margin: 0;
    padding: 0;
}

#inner-banner a{
    color: white !important;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    width: 100%;
    position: relative;
}

.site-title {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 20px;
    z-index: 200;
    margin-left: -165px;
}

.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: 95px;
    width: 331px;
}

.header-image .site-description {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    font-size: 12px;
    color: #2b528a;
    text-transform: uppercase;
    font-weight: 700;
}

#custom_html-6 {
    background-color: #c0cae0;
    height: 28px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 400;
}

#nav_menu-3 {
    height: 28px;
    background-color: #ededed;
}

#nav_menu-3 h4.widget-title {

    font-size: 16px;
    color: black;
    margin-left: 10px;
}

@media only screen and (min-width: 901px) {

    #nav_menu-3 .widget-wrap {
        text-align: center;
    }

    #nav_menu-3 h4.widget-title {
        display: inline-block;

        margin: 0px;

    }

    #nav_menu-3 .menu-state-menu-container {
        display: inline-block;
    }


}
#menu-state-menu {
    text-align: center;
    margin-top: -3px;
}

#menu-state-menu li {
    display: inline;
    position: relative;
}

#menu-state-menu li a {
    padding: 0 22px 0 12px;
    color: #4270ae;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    background: url(images/footer-nav-divider.png) right center no-repeat;
}

#menu-state-menu li a:hover {
    color: #000;
}

#menu-state-menu li:last-child a {
    background: none;
}

#menu-state-menu li:first-child::before {
    position: absolute;
    left: -105px;
    top: 0;
    color: #313131;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.site-header .widget-area #custom_html-2,
#cta-placeholder{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

#header-phone,
#header-phone-mobile{
    background: url(images/phone-icon.png) no-repeat 6px center #CA4B07;
    width: 236px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    padding-left: 50px;
    line-height: 40px;
    font-size: 14px;
}

#header-phone{
    width: 180px;
}

#header-link,
#header-link-mobile{
    background: url(images/request-icon.png) no-repeat 98% center #CA4B07;
    width: 236px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 15px;
    line-height: 40px;
}

#header-phone {
    position: absolute;
    left: 5px;
    top: 66px;
}

#header-link {
    position: absolute;
    right: 5px;
    top: 66px;
}

.site-header .widget-area #custom_html-2 a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #008535;
}

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

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    list-style-type: none;
}

.genesis-nav-menu .menu-item:last-child a {
    background-image: none;
}

.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: 'Montserrat', sans-serif;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 25px 13px;
    text-decoration: none;
    text-transform: uppercase;
    background: url(images/nav-devider.png) no-repeat right center;
}

.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,
.single-staff #menu-item-12 > a, body.single-post .nav-primary > div.wrap > ul > li#menu-item-12 > a {
    color: #000;

}

.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: #000;
}

.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: 270px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    font-family: 'Montserrat', sans-serif;
    background-color: #747474;
    border-bottom: 1px solid #858585;
    border-top: 0 none;
    color: white;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    overflow-wrap: break-word;
    padding: 15px 15px;
    position: relative;
    text-decoration: none;
    width: 270px;
    text-align: center;
}

.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: #008535;
    color: #000;
    border-bottom: 1px solid #858585;
}

.genesis-nav-menu .sub-menu > li.current-page-ancestor ul li a {
    background-color: #008535;
}

.genesis-nav-menu .sub-menu > li.current-page-ancestor ul li a:hover {
    background-color: #008535;
}

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

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

/* ## 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 {
    max-width: 100%;
}

.page-template-default .entry {
    margin-bottom: 0;
}

.single-post .fc-text ol,
.single-post .fc-text ul,
.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 20px;
}

.single-post .fc-text ol > li,
.entry-content ol > li {
    list-style-type: decimal;
}

.single-post .fc-text ul > li,
.entry-content ul > li {
    list-style-type: disc;
}

.single-post .fc-text ol ol,
.single-post .fc-text ul ul,
.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;
}

.fc-workwave-reviews {
    max-width: 1080px;
    padding: 30px 0px;
    margin: 0px auto;
}

.fc-workwave-reviews-left,
.fc-workwave-reviews-right {
    float: left;
    width: 49%;
    box-sizing: border-box;
}

.fc-workwave-reviews-right {
    float: right;
}

.fc-workwave-reviews-left {
    background: #F8F8F8;
    margin-top: 5px;
    padding-bottom: 55px;
    text-align: center;
}

.fc-workwave-reviews-left h3 {
    background: #008535;
    color: white;
    pading: 0;
    margin: 0 0 60px 0;
    box-sizing: border-box;
}

.fc-workwave-reviews-left h3 a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.fc-workwave-reviews-left img {
    margin: 0 auto !important;
    display: block;
    width: 100%;
    max-width: 315px;
    height: auto;
}

.fc-workwave-reviews-left h2 a:hover {
    color: white;
    text-decoration: none;
}

.fc-workwave-reviews-right h3 {
    background: #2F5099;
    color: white;
    margin: 5px 0 0px 0;
    box-sizing: border-box;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.fc-workwave-reviews-right table {
    line-height: 19px;
    border-spacing: 2px;
}

.fc-workwave-reviews-right table tbody {
    border-bottom: none;
    box-sizing: content-box !important;
    border-collapse: collapse;
}

.fc-workwave-reviews-right table tbody:before,
.fc-workwave-reviews-right table tbody:after {
    box-sizing: content-box !important;
}

.fc-workwave-reviews-right .contactus-footer {
    height: 40px;
}

.fc-workwave-reviews-right .contactus-keywords,
.fc-workwave-reviews-right .contactus-keywords .contactus-keywords-inner {
    margin: 0;
}

.fc-workwave-reviews-right table td {
    padding: 0;
    border-top: none;
}

@media (max-width: 750px) {
    .fc-workwave-reviews-left,
    .fc-workwave-reviews-right {
        width: 100%;
        float: none;
    }

    .fc-workwave-reviews-left {
        margin-bottom: 30px;
    }
}

.fc-text {
    max-width: 1080px;
    padding: 30px 0px;
    margin: 0px 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: 30px !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-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-size: 24px;
    line-height: 1.4em;
    padding: 10px 10px 0 10px;
    text-align: center;
    color: #2d60a5;
    margin: 10px 0;
}

.fc-section-overview-inner .section-link h3 a {
    color: #2d60a5;
    text-decoration: none;
}

.fc-section-overview-inner .section-link h3 a:hover {
    color: #008535;
}

.fc-section-overview-inner .section-link .section-teaser {
    padding: 0 10px 0px 10px;
    text-align: center;
    font-size: 17px;
}

.fc-section-overview .section-link {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 1%;
    text-align: left;
}

.fc-section-overview h2 {
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0px 0 0px;
    font-size: 32px;
    font-weight: 500;
}

.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 {
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    transition: all .2s;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #3163a7;
    height: 34px;
    width: 100%;
    text-align: center;
}

.fc-section-overview .section-learn-more a:hover {
    color: white;
    background: #008535;
}

.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 #2b2b2c;
    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: 15px;
}

.fc-slider .rotatingFrames img {
    width: 100% !important;
    height: auto;
}

.fc-slider .bx-wrapper .bx-caption {
    background: rgba(0, 155, 62, 0.8);
    text-align: left;
}

.fc-slider .bx-wrapper .bx-caption span {
    max-width: 1082px;
    margin: 0 auto;
    text-align: left;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #fff;
}

@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-section-links {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.fc-section-links h2 {
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0px 0 0px;
    font-size: 32px;
    font-weight: 500;
}

.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 #23455e;
}

.fc-section-links .section-link:hover {
    background: #2d5fa5;
    color: white;
    text-decoration: none;
    border: 1px solid #2d5fa5;
}

.fc-section-links-inner .section-link .section-link-title {
    font-size: 24px;
    line-height: 1.5em;
    color: #2d60a5;
    font-weight: 500;
    padding: 15px 0;
    font-family: 'Montserrat', sans-serif;
}

.fc-section-links-inner .section-link:hover .section-link-title {
    color: white;
}

.fc-section-links-inner .section-link .section-teaser {
    padding: 10px 0px 35px 0px;
    display: block;
    text-align: center;
    font-size: 19px;
    color: #303030;
}

.fc-section-links-inner .section-link:hover .section-teaser {
    color: white;
}

.fc-section-links .section-link {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 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-video {
    padding: 30px 0;
}

.has-fc-video-background-one {
    background: #fff;
    color: #303030;
}

.has-fc-video-background-two {
    background: #008535;
    color: #303030;
}

.has-fc-video-background-three {
    background: #2d5fa5;
    color: #000;
}

.has-fc-video-background-four {
    background: #fff;
    color: #303030;
}

.has-fc-video-background-three .video-description a,
.has-fc-video-background-four .video-description a {
    color: white;
}

.fc-video.has-fc-video-background-one h3 {
    color: #2d5fa5;
}

.fc-video.has-fc-video-background-two h3 {
    color: #303030;
}

.fc-video.has-fc-video-background-three h3 {
    color: #000;
}

.fc-video.has-fc-video-background-four h3 {
    color: #2d5fa5;
}

.fc-video.has-fc-video-background-two a {
    color: #fff;
}

.fc-video.has-fc-video-background-two a:hover {
    color: #dff47f;
}

.fc-video.has-fc-video-background-three a {
    color: #fff;
}

.fc-video.has-fc-video-background-three a:hover {
    color: #dff47f;
}

.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: 32px;
    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;
    text-align: center;
}



.fc-margin {
    clear: both;
}

.fc-gallery {
    padding: 30px 0 0 0;
}

.has-fc-gallery-background-one {
    background: #fff;
    color: #303030;
    padding: 0;
    margin: 0 auto;
    overflow: visible;
}

.has-fc-gallery-background-two {
    background: #008535;
    color: #303030;
}

.has-fc-gallery-background-three {
    background: #2d5fa5;
    color: #000;
}

.has-fc-gallery-background-four {
    background: #fff;
    color: #303030;
}

.fc-gallery.has-fc-gallery-background-one h3 {
    color: #2d5fa5;
}

.fc-gallery.has-fc-gallery-background-two h3 {
    color: #303030;
}

.fc-gallery.has-fc-gallery-background-three h3 {
    color: #000;
}

.fc-gallery.has-fc-gallery-background-four h3 {
    color: #2d5fa5;
}

.has-fc-gallery-background-two a {
    color: #fff;
}

.has-fc-gallery-background-two a:hover {
    color: #dff47f;
}

.has-fc-gallery-background-three a {
    color: #fff;
}

.has-fc-gallery-background-three a:hover {
    color: #dff47f;
}

.has-fc-gallery-background-three .gallery-description a,
.has-fc-gallery-background-four .gallery-description a {
    color: white;
}

.fc-gallery h3 {
    font-size: 32px;
    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: #303030;
}

.has-fc-testimonial-background-two {
    background: #008535;
    color: #fff;
}

.has-fc-testimonial-background-three {
    background: #2d5fa5;
    color: #fff;
}

.has-fc-testimonial-background-four {
    background: #fff;
    color: #303030;
}

.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-one .quote-heading-text{

}
.has-fc-testimonial-background-two .quote-heading-text,
.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 .quote-heading .fa-quote-right{
    position: relative;
    top: -3px;
    right: -10px;
}

.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-two .quote-top,
.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 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 {
        float: left;
        width: 330px;
        margin-right: 45px;
    }

    .has-fc-gallery-three-column .gallery-image:nth-child(3n) {
        margin-right: 0px;
    }

    .has-fc-gallery-three-column .gallery-image:nth-child(3n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1119px) {

    .has-fc-gallery-three-column .gallery-image {
        float: left;
        width: 31%;
        margin-left: 1.16666%;
        margin-right: 1.1666%;
    }

    .has-fc-gallery-three-column .gallery-image:nth-child(3n) {
        margin-right: 1%;
    }

    .has-fc-gallery-three-column .gallery-image:nth-child(3n+1) {
        clear: left;
    }
}

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

    .has-fc-gallery-three-column .gallery-image {
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .has-fc-gallery-three-column .gallery-image:nth-child(2n+1) {
        clear: left;
    }
}

/* ## 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: #2f5099;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

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: 260px;
    position: relative;
    overflow: hidden;
}

.footer-address {
    margin: 30px 0 0;
}

.footer-phone {
    margin: 12px 0 0;
}

.social-media {
    margin: 50px 0 0;
}

.social-media a {
    color: #fefefe;
    text-decoration: underline;
    font-size: 20px;
    margin: 0 30px 0 0;
}

.social-media a:hover {
    color: #f4660d;
}

.footer-contact {
    margin: 20px 0 0;
    background-color: #008535;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    height: 36px;
    text-align: center;
    line-height: 34px;
    width: 150px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.footer-contact:hover {
    background-color: #f4660d;
    color: #fff;
    text-decoration: none;
}

#footer-container1 {
    width: 280px;
    float: left;
}

#footer-container2 {
    width: 150px;
    margin-left: 130px;
    float: left;
    text-align: left;
    margin-top: 30px;
}

#footer-container2 a {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

#footer-container2 a:hover {
    color: #f4660d;
}

#footer-container2 a::before {
    position: absolute;
    left: -10px;
    top: -4px;
    content: '.';
    color: #fff;
    font-size: 20px;
}

#footer-container3 {
    float: right;
    text-align: right;
}

#footer-container3 #custom_html-3 a {
    color: #fff;
    font-size: 40px;
    display: inline-block;
    margin: 0 10px;
}

#footer-container3 #custom_html-3 a:hover {
    color: #c3f2f7;
}

#footer-container3 #custom_html-3 a span {
    display: none;
}

.footer-row-1 {
    margin-top: 25px;
}

.footer-row-2 {
    margin-top: 20px;
}

.footer-row-1 img:last-child {
    margin-left: 25px;
}

.footer-row-2 img:nth-child(2),
.footer-row-2 img:last-child {
    margin-left: 25px;
}

.footer-row-1 img,
.footer-row-2 img{
    display: inline-block;
    vertical-align: middle;
}

/* # EPC Footer
---------------------------------------------------------------------------------------------------- */
#epc-footer {
    background-color: #2f5099;
    color: #fff;
    font-size: 12px;
    border-top: 1px solid #5873ad;
}

#epc-footer .wrap {
    margin: 0 auto;
    max-width: 1080px;
}

#epc-footer a {
    color: #fff;
    text-decoration: underline;
}

#epc-footer a:hover {
    color: #f4660d;
    text-decoration: underline;
}

.epc-footer-elems {
    float: left;
    width: 50%;
    margin: 10px 0 10px 0;
    box-sizing: border-box;
}

#copyright {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

#epc-accessibility {
    text-align: center;
}

#epc-link {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.nav-primary {
    background-color: #008535;
    height: 40px;
    position: fixed;
    right: 0;
    top: 136px;
    width: 100%;
    z-index: 9999;
    /* border-top: 3px solid #2d465f; */
}

main.content {
    min-height: 450px;
}

#after-blog {
    margin: 0 auto;
    width: 100%;
    padding: 0px 0 20px 0;
    clear: both;
}

.bx-wrapper {

}

#cta-placeholder {
    display: none;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1120px) {

    .site-header {
        position: fixed;
        width: 100%;
        z-index: 9998;
    }



    .nav-primary {
        position: fixed;
    }

    .logged-in .nav-primary {
        top: 168px;
    }

    .site-inner {
        padding-top: 176px;
    }

    .nav-primary .wrap {
        height: auto;
        margin: 0 auto;
        max-width: 1180px;
        position: relative;
        width: 100%;
    }

    .nav-primary .wrap #menu-main-navigation {
        /*left: 50%;
        position: absolute;
        top: 0;
        width: 810px;
        text-align: center;
        margin-left: -405px;*/
    }
}

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

    .site-header {
        height: 186px;
        background: #fff;
        padding-top: 50px;
    }

    .site-title{
        top: 28px;
    }

    #cta-placeholder {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 9998;
        height: 60px;
        background: white;
        overflow: hidden;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    #custom_html-2 {
        display: none;
    }

    #cta-placeholder a {
        display: block;
        margin-bottom: 10px;
    }

    #cta-placeholder a#header-phone-mobile {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #cta-placeholder a#header-link-mobile {
        float: right;
        margin-right: 10px;
        width: 235px;
        box-sizing: border-box;
    }

    .nav-primary {
        position: relative !important;
        top: 0;
    }

    #menu-main-navigation {
        /*width: 810px;
        margin-left: -405px;
        left: 50%;
        position: absolute;*/
    }

    .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-workwave-reviews,
    .fc-faqs,
    .fc-two-column,
    .error404 h1.entry-title {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        width: 100%;
    }

    .page-template-default .entry-content {
        padding-left: 0;
        padding-right: 0;
    }

    #after-blog {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1000px) {
    #footer-container2 {
        margin-left: 50px;
    }
}

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

}

@media only screen and (max-width: 900px) {
    #footer-container3 {
        float: left;
        clear: left;
    }

    .footer-row-1 {
        margin-top: 35px;
    }

    .footer-row-2 {
        margin-bottom: 20px;
    }

    #nav_menu-3 {
        height: auto;
        padding: 20px 0 20px;
    }

    #menu-state-menu{
        text-align: left;
    }

    #menu-state-menu li {
        display: inline-block;
        position: relative;
        text-align: left;
    }

    #menu-state-menu li:first-child::before {
        left: 12px;
        top: -30px;
    }

    #menu-state-menu li a {
        background: none;
    }
}

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

    .site-title {
        left: 5px;
        top: 20px;
        margin-left: 0;
    }

    #header-phone {
        right: 5px;
        top: 20px;
        left: auto;
    }

    #header-link {
        right: 5px;
        top: 76px;
    }

    #menu-main-navigation {
        /*width: 100%;
        margin-left: 0;
        left: 0;
        position: relative;*/
    }
}

@media only screen and (max-width: 1045px) {
    .nav-primary > div.wrap > ul > li > a {
        padding: 13px 34px;
    }
}

@media only screen and (max-width: 980px) {
    .nav-primary > div.wrap > ul > li > a {
        padding: 13px 14px;
    }
}

@media only screen and (max-width: 767px) {
    .site-header {
        height: 175px;
        border-bottom: 1px solid #008535;
    }

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

    #header-phone {
        right: 5px;
        top: 10px;
    }

    #header-link {
        right: 5px;
        top: 60px;
    }
}

@media only screen and (max-width: 700px) {
    .site-description {
        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: center !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;
    }

    #header-phone {
        width: 170px;
        height: 32px;
        top: 15px;
        padding: 0;
        line-height: 32px;
        font-size: 14px;
        background-image: none;
        text-align: center;
    }

    #header-link {
        width: 170px;
        height: 32px;
        font-size: 12px;
        padding: 0;
        line-height: 32px;
        text-align: center;
        background-image: none;
    }

    #footer-container2 {
        margin-top: 30px;
        margin-left: 15px;
    }
}

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

    .site-title {
        top: 20px;
    }

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

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

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

    #custom_html-6 {
        height: auto;
        text-align: left;
        line-height: 20px;
        padding: 10px 15px;
    }

    #cta-placeholder a#header-phone-mobile{
        width: 145px;
        background: #CA4B07;
        padding-left: 0px;
        text-align: center;
    }

    #cta-placeholder a#header-link-mobile{
        width: 145px;
        background: #CA4B07;
        padding-left: 0px;
        text-align: center;
        text-transform: none;
    }

    #cta-placeholder a#header-link-mobile span{
        display: none;
    }
}

@media only screen and (max-width: 450px) {
	.footer-row-1 img, .footer-row-2 img {
	width: 33% !important;
	height: auto !important;
	float: left;
	padding: 10px;
}
    .fc-text img {
        display: block;
        float: none;
        margin: 20px 0;
    }

    #header-phone {
        top: 110px;
        left: 10px;
        right: auto;
    }

    #header-link {
        top: 110px;
    }

    .site-title {
        top: 10px;
    }

    .footer-row-1 img:last-child {
        margin-left: 0;
        display: block;
        margin-top: 20px;
    }

    .footer-row-2 img:nth-child(2), .footer-row-2 img:nth-child(2),  .footer-row-2 img:nth-child(3) {
        margin-left: 0;
        display: block;
        margin: 25px 0;
    }

    .footer-row-2 img:last-child {
        margin-left: 0;
    }
}

@media only screen and (max-width: 400px) {
    #header-phone {
        width: 160px;
    }

    .header-image .site-title > a {
        width: 230px;
        height: 80px;
    }
}

@media only screen and (max-width: 350px) {
    .header-image .site-title > a {
        width: 200px;
    }

    #header-phone {
        width: 130px;
    }
}

/* # 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 #header-link {
    display: none;
}

.logout{
    margin: 10px auto;
    text-align: center;
}

.post-password-form{
    margin: 0 auto;
    max-width: 1080px;
    padding-left: 0px;
    padding-right: 0px;
}

.post-password-form input[type=password]{
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
    padding: 3px;
}

.page-id-9 .entry {
    margin: 0 auto;
    max-width: 1080px;
    padding-left: 20px;
    padding-right: 20px;
}

.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: 1120px) {
    .post-password-form{
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .page-id-9 .group-right, .page-id-9 .group-left {
        clear: both;
        width: 100%;
    }




}

#gform_wrapper_1 {
    background: #eee;
    padding: 10px 20px;
    border-radius: 5px;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 20px auto;
}

#input_2_4 {
    height: 80px;
}

@media only screen and (min-width: 765px) {

    #gform_wrapper_1:not(.gform_validation_error) #field_1_39,
    #gform_wrapper_1:not(.gform_validation_error) #field_1_40,
    #gform_wrapper_1:not(.gform_validation_error) #field_1_34,
    #gform_wrapper_1:not(.gform_validation_error) #field_1_11,
    #gform_wrapper_2:not(.gform_validation_error) #field_2_6,
    #gform_wrapper_2:not(.gform_validation_error) #field_2_7 {
        width: 50%;
        float: left;
        clear: none;
    }

    #gform_wrapper_2:not(.gform_validation_error) ul.gform_fields li.gfield {
        margin-top: 8px;
    }

    #gform_wrapper_2:not(.gform_validation_error) #field_2_2,
    #gform_wrapper_2:not(.gform_validation_error) #field_2_3,
    #gform_wrapper_2:not(.gform_validation_error) #field_2_8 {
        width: 33.33333%;
        float: left;
        clear: none;
    }

    #gform_wrapper_1:not(.gform_validation_error) #field_1_33,
    #gform_wrapper_2:not(.gform_validation_error) #field_2_4 {
        padding-top: 12px;
    }

    #gform_wrapper_2 {
        position: relative;
    }

    #gform_wrapper_2:not(.gform_validation_error) .gform_footer {
        position: absolute;
        bottom: 22px;
        right: 17px;
        width: 200px;
        margin-top: 0;
        padding-top: 0;
    }

    #gform_wrapper_2:not(.gform_validation_error) input[type="submit"] {
        padding: 22px !important;
        width: 200px !important;
    }

}

#gform_wrapper_2 input,
#gform_wrapper_2 select,
#gform_wrapper_2 textarea {

}

.footerform {
    background: #EDEDED;
}

.footerform h4 {
    font-size: 28px;
    margin: 0px 0;
}

.footerform .gform_wrapper .gfield_required {
}

#gform_widget-2 {
    margin: 0px auto;
    max-width: 1080px;
    width: 100%;
    padding: 30px 0;
}

@media only screen and (max-width: 1080px) {
    #gform_widget-2 {

        padding-left: 20px;
        padding-right: 20px;
    }
}

#gform_submit_button_2 {
    background: #008535;
}

#gform_submit_button_2:hover {
    background: #f4660d;
}

#field_2_5 #gfield_description_2_5 {
    font-size: 13px;
    padding-top: 5px;
}

a.continue-reading {
    display: block;
}

#after-blog section {
    max-width: 1080px;
    width: 100%;
    margin: 30px 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;
}

.fc-testimonial-slider {
    background: #ededed;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.fc-testimonial-slider .slick-prev {
    left: 15px;
    z-index: 99;
}

.fc-testimonial-slider .slick-next {
    right: 15px;
    z-index: 99;
}

.fc-testimonial-slider .slick-prev, .fc-testimonial-slider .slick-next {
    height: 40px;
    width: 30px;
    border-radius: 0px !important;
}

.fc-testimonial-slider .slick-prev:before, .fc-testimonial-slider .slick-next:before {
    color: #008535;
    font-size: 30px;
}

.fc-testimonial-slider .slick-dots {
    margin-left: 7px !important;
    margin-bottom: 10px;
}

.fc-testimonial-slider .slick-dots li {
    margin-left: 0px !important;
    margin-right: 20px !important;
}

.fc-testimonial-slider .slick-dots li button:before {
    font-size: 20px;
    color: #008535;
}

.fc-testimonial-slider .slick-dots li.slick-active button:before {
    color: #008535;
}

.testimonial-slide-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0px auto;
    padding: 20px 0px;
    text-align: center;
    font-weight: 300;
}

.testimonial-slide-image img {
    display: block !important;
    margin: 20px auto !important;
    padding: 0 !important;
    width: 250px;
    height: 250px;
    border-radius: 125px;

}

.testimonial-slide-text {
    font-size: 22px;
    line-height: 34px;
    padding: 0 60px;
    font-style: italic;
}

.testimonial-slide-attribution {
    margin-top: 20px;
    font-weight: 600;
    font-size: 24px;
    padding: 0 40px;
}

.testimonial-slide-organization {
    font-size: 22px;
    padding: 0 40px;
}

.view-staff-listing {
    padding-top: 10px;
    clear: both;
    text-align: left;
}

.view-staff-listing .views-row {
    width: 250px;
    margin: 0 10px 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

@media (min-width: 1120px) {
    .view-staff-listing .views-row.views-row:nth-child(4n+1) {
        margin-left: 0px;
    }

    .view-staff-listing .views-row.views-row:nth-child(4n) {
        margin-right: 0px;
    }
}

.view-staff-listing .view-field-staff-image {

}

.view-staff-listing .view-field-staff-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1119px) {
    .view-staff-listing {
        text-align: center;
    }

    .view-staff-listing .views-row {
        width: calc(50% - 25px);
        margin: 0 10px 20px 10px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

    .view-staff-listing .views-row img {
        max-width: 450px;
        height: auto;
    }
}

@media (max-width: 650px) {
    .view-staff-listing .views-row {
        width: 100%;
        max-width: 450px;
        margin: 20px auto;
        display: block;
        vertical-align: top;
        text-align: center;
    }
}

.view-field-staff-info {
    margin-top: 10px;
}

.view-staff-listing .views-row .view-field-staff-name {
    text-align: left;
    line-height: 1.1em;
    margin-bottom: 5px;
    font-size: 16px;
}

.view-staff-listing .views-row .view-field-staff-title {
    font-size: 16px;
    text-align: left;
    line-height: 1.1em;
    margin-top: 10px;
}

/**** STAFF LISTING DETAIL ****/

.type-staff {
    margin-top: 20px;
}

.staff-detail {
    float: right;
    width: 350px;
}

.staff-detail img {
    width: 100%;
    height: auto;
    max-width: 350px;
}

.staff-bio h2 {
    margin-top: 0px;
    padding: 0;
    font-style: italic;
}

.staff-bio {
    float: left;
    width: calc(100% - 380px);
}

.field-staff-bio {

    padding-top: 20px;
}

.staff-title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

#back-to-staff {
    clear: both;
    padding-top: 10px;
}

@media (max-width: 800px) {

    .staff-detail,
    .staff-bio {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}


.fc-cta-band{
    padding: 30px 0px;
    margin: 0px auto;
    background-color: #EDEDED;
    text-align: center;
}

.fc-cta-band h2{
    margin: 0 0 30px 0;
    padding-bottom: 0px;
    color: #333;
    font-size: 24px;
    font-weight: 500;
}


.cta-band-contact,
.cta-band-contact:active{
    background: #ca4b07;
    color: white;
    text-decoration: none;
}

.cta-band-phone a{
    color: #B64407;
    text-decoration: none;
}

.cta-band-contact,
.cta-band-right{
    font-size: 18px;
    width: 240px;
    margin: 0 20px 20px 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    text-transform: uppercase;
}

.cta-call-now{
    font-size: 20px;
}

@media (min-width: 620px) {
    .cta-band-right {
        border-left: 1px solid #333;
    }
}

.cta-band-phone{
    color: #B64407;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
}

.cta-band-contact:hover{
    background: #EB7100;
    color: white;
    text-decoration: none;
}
.cta-band-phone a:hover{

    color: #008535;
    text-decoration: none;
}
 
body .rplg .rplg-review-time,
body .rplg .rplg-review-text,
body .rplg-biz-based-text,
body .rplg .rplg-review-name{
    color: black !important;
}

body .rplg .rplg-biz-rating.rplg-biz-google .rplg-biz-score {
    color: #C54A07 !important;
}



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

    .genesis-nav-menu .menu-item {
        display: block !important;
        text-align: left !important;
        }

.genesis-nav-menu .sub-menu a {
    width: 100% !important;
    text-align: left;
}

.genesis-nav-menu .sub-menu {
    opacity: 1 !important;
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
}

.nav-primary > div.wrap > ul > li > a {
    background: #747474;
    padding: 15px 50px 15px 25px;
}

}



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

#cta-placeholder {
    display: block !important;
}
}