@import url(fonts/infrastructure_fonts.css);

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

body {
    margin: 0
}

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
}

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

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

body {
    background: #fff;
    color: #2e2925;
    font-family: "Museo Sans", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    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;
}

.site-title a{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a {
    color: #790005;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #696057;
    text-decoration: underline;
}

p {
    margin: 0 0 15px 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: "Museo Sans", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 44px;
    color: #2e2925;
    font-weight: 700;
    margin: 20px 0 20px;
    border-bottom: 4px solid #ab162b;
}

h2 {
    font-size: 32px;
    color: #ab162b;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    color: #2e2925;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    color: #696057;
    font-weight: 700;
}

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,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 2px;
    width: 100%;
}

select{
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    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-color: #990033;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 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: #000;
    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: 15px 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: #2e2925;
    font-size: 44px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0;
    display: inline-block;
}

.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;
    display: none;
    width: 100%;
}

.aftercontent #epcsubmenu-2 {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 20px;
}

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

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

/* ## Titles
--------------------------------------------- */

.author-box-title,
.archive-title {
    color: #2e2925;
    font-size: 44px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0;
    display: inline-block;
}

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

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

h2.entry-title a {
    color: #ab162b;
    text-decoration: none;
    font-size: 32px;
}

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

.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;
    outline: #ccc solid 1px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    height: 62px;
    /*height: 100px;*/
    background: #fff;
    border-top: 2px solid #2e2925;
    border-bottom: 3px solid #2e2925;
}

.site-header .wrap {
    margin: -2px auto 0;
    max-width: 1080px;
    position: relative;
    border-top: 2px solid #ab162b;
    border-bottom: 3px solid #ab162b;
    height: 62px;
    /*height: 100px;*/
}

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

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

.site-title {
    left: 5px;
    margin: 0;
    position: absolute;
    top: 2px;
    z-index: 200;
}

.header-image .site-title a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0;
}

.header-image .site-title > a {

    display: block;

    background: url(images/logo-default-w-overhang.png) no-repeat left;
    height: 77px;
    width: 350px;

}

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

.site-header .widget-area #custom_html-2 {
    color: #2d465f;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 20px;
}

.site-header .widget-area #custom_html-2 a {
    color: #990033;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    pointer-events: none;
    text-decoration: none;
}

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

@media only screen and (min-width: 1120px) {
    .genesis-nav-menu {
        /*line-height: 1;*/
        line-height: 30px;
    }
}

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

.genesis-nav-menu a span span {
    padding: 2px 8px;
}

.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 {
    color: #58595b;
    display: block;
    font-family: "Museo Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 22px 8px 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-primary > div.wrap > ul > li.current-page-ancestor > a span span,
.nav-primary > div.wrap > ul > li:hover > a span span,
.nav-primary > div.wrap > ul > li:focus > a span span,
.nav-primary > div.wrap > ul > li.current-menu-item > a span span {
    color: #fff;
    background-color: #ab162b;
}

.single-tribe_events #menu-item-68 > a,
.nav-primary > div.wrap > ul > li.current_page_item > a,
.nav-primary > div.wrap > ul > li.current-page-ancestor > a {

}

.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;
    border: 1px solid #b7b1a9;
    border-top: 0;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0 none;
    color: #2e2925;
    display: block;
    font-family: "Museo Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    overflow-wrap: break-word;
    padding: 8px 25px;
    position: relative;
    text-decoration: none;
    width: 268px;
}

.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: #fff;
    color: #ab162b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

.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) and (max-width: 1200px) {
    .genesis-nav-menu #menu-item-10:hover > .sub-menu {
        right: 0;
        left: auto;
        opacity: 1;
        /*margin-top: 0px;*/
    }
}

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

.entry-content,
.entry-footer,
.te_announcements{
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

a.continue-reading {
    display: block;
}

.no-posts {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
}

.page-template-default .entry-content,
.single-project .entry-content{
    max-width: 100%;
}

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

.entry-content ul {
    margin-bottom: 20px;
    margin-left: 0;
}

.entry-content ol {
    margin-bottom: 20px;
    margin-left: 20px;
}

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

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

.entry-content ul li {
    background: url(images/bullet1.png) 2px 12px no-repeat;
    padding-left: 18px;
}

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

.entry-content code {

}

.fc-content {

}

.fc-text {
    max-width: 1080px;
    margin: 30px auto;
}

.fc-two-column {
    max-width: 1080px;
    margin: 20px auto;
    width: 100%;
    padding: 0px 0;
}

.fc-two-column-header {
    width: 100%;
    margin: 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;
}

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

.fc-two-column-with-image{
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
    overflow: hidden;
}

.fc-two-column-with-image.full-width{
    max-width: 100%;
}

.fc-two-column-with-image img{
    display: block;
}

.fc-two-column-with-image .fc-column1,
.fc-two-column-with-image .fc-column2{
    width: 50%;
    box-sizing: border-box;
}

.fc-two-column-with-image.image-left .fc-column1{
    float: right;
    padding: 0px 40px 0px 40px;
}

.fc-two-column-with-image.image-left .fc-column2{
    float: left;
}

.fc-two-column-with-image.image-right .fc-column1{
    float: left;
    padding: 0px 20px;
}

.fc-two-column-with-image.image-right .fc-column2{
    float: right;
}

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

    .fc-two-column-with-image .fc-column1,
    .fc-two-column-with-image .fc-column2{
    }

    .fc-two-column-with-image.has-background-image .fc-column2 {
        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;
        min-height: 100px;
    }


    .fc-two-column-with-image.has-background-image .fc-column2 img{
        display: none;
    }


}

@media only screen and (max-width: 1079px) {
    .fc-two-column-with-image .fc-column1,
    .fc-two-column-with-image .fc-column2{
        float: none;
        width: 100%;
    }

    .fc-two-column-with-image .fc-column1{
        padding-left: 20px !important;
    }

    .fc-two-column-with-image .top-text-padding,
    .fc-two-column-with-image .bottom-text-padding{
        display: none;
    }

    .fc-two-column-with-image.image-left .fc-column1,
    .fc-two-column-with-image.image-right .fc-column1{
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .side-padding{
        padding: 0 !important;
    }

}


.fc-page-title {

}

.fc-page-title-inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
}

.fc-page-title h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin: 30px 0 30px 0;
    padding: 0;
    display: inline-block;
    border-bottom: none;
}

.has-fc-page-title-background-one h1 {
    color: #2e2925;
    border-bottom: 4px solid #ab162b;
}

.has-fc-page-title-background-two h1 {
}

.has-fc-page-title-background-one {
}

.has-fc-page-title-background-two {
    background: #ab162b;
}

.has-fc-page-title-background-three {
    background: #2e2925;
}

.has-fc-page-title-background-four {
    background: #696057;
}

.has-fc-page-title-background-five {
    background: #633c5b;
}

.has-fc-page-title-background-six {
    background: #007891;
}

.has-fc-page-title-background-seven {
    background: #229390;
}

.fc-subtitle {
    padding: 50px 0;
}

.fc-subtitle-inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
}

.subtitle-heading-box {
    float: left;
    width: 65%;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

.subtitle-heading-box p {
    font-weight: 300;
    margin: 0;
}

.subtitle-learn-more {
    float: right;
    min-width: 250px;
    width: 25%;
    text-align: right;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 45px;
}

.subtitle-learn-more a {
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    transition: all .2s;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    text-align: center;
}

.subtitle-learn-more a:hover {
    color: #2e2925;
    background: #fff;
    border: 1px solid #fff;
}

.fc-subtitle h2 {
    color: white;
}

.has-fc-subtitle-background-one .fc-subtitle-inner {
    color: #2e2925;
}

.has-fc-subtitle-background-one h2 {
    color: #ab162b;
}

.has-fc-subtitle-background-one .subtitle-learn-more a {
    color: #fff;
    background: #ab162b;
}

.has-fc-subtitle-background-one .subtitle-learn-more a:hover {
    color: white;
    background: #2e2925;
    border: 1px solid #fff;
}

.has-fc-subtitle-background-one {
}

.has-fc-subtitle-background-two {
    background: #ab162b;
}

.has-fc-subtitle-background-three {
    background: #2e2925;
}

.has-fc-subtitle-background-four {
    background: #696057;
}

.has-fc-subtitle-background-five {
    background: #633c5b;
}

.has-fc-subtitle-background-six {
    background: #007891;
}

.has-fc-subtitle-background-seven {
    background: #229390;
}

@media (max-width: 768px) {
    .subtitle-heading-box,
    .subtitle-learn-more {
        float: none;
        width: 100%;
        text-align: left;
    }

    .subtitle-learn-more {
        min-width: 0;
        width: 100%;
    }

    .subtitle-learn-more a {
        width: 100%;
    }
}

.fc-section-overview-section-list {
    text-align: center;
}

.fc-section-overview {
    padding: 20px 0 10px 0;
}

.fc-section-overview-inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.fc-section-overview-inner .section-link h3 {
    font-size: 22px;
    line-height: 1.4em;
    padding: 20px 0px 0 0px;
    text-align: center;
    color: #2e2925;
}

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

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

.fc-section-overview-inner .section-link .section-teaser {
    padding: 0 0px 0px 0px;
    text-align: left;
    color: white;
}

.has-fc-section-overview-background-one .fc-section-overview-inner .section-link .section-teaser,
.has-fc-section-overview-background-image .fc-section-overview-inner .section-link .section-teaser {
    color: #2e2925;
}

.has-fc-section-overview-background-one .fc-section-overview-inner .section-link h3 a,
.has-fc-section-overview-background-image .fc-section-overview-inner .section-link h3 a {
    color: #2e2925;
    text-decoration: none;
}

.has-fc-section-overview-background-one .fc-section-overview-inner .section-link h3 a:hover
.has-fc-section-overview-background-image .fc-section-overview-inner .section-link h3 a:hover {
    color: #ab162b;
}

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

.has-fc-section-overview-background-image {
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.has-fc-section-overview-background-one {
}

.has-fc-section-overview-background-two {
    background: #ab162b;
}

.has-fc-section-overview-background-three {
    background: #2e2925;
}

.has-fc-section-overview-background-four {
    background: #696057;
}

.has-fc-section-overview-background-five {
    background: #633c5b;
}

.has-fc-section-overview-background-six {
    background: #007891;
}

.has-fc-section-overview-background-seven {
    background: #229390;
}

.fc-section-overview h2 {
    text-align: center;
    box-sizing: border-box;
    padding: 10px 20px 0 20px;
    font-family: "Museo Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.fc-section-overview h3 {
    text-align: center;
    box-sizing: border-box;
    padding: 10px 20px 0 20px;
    font-family: "Museo Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.has-fc-section-overview-background-two h2,
.has-fc-section-overview-background-three h2,
.has-fc-section-overview-background-four h2,
.has-fc-section-overview-background-five h2,
.has-fc-section-overview-background-six h2,
.has-fc-section-overview-background-seven h2{
    color: white;
}

.has-fc-section-overview-background-two h3,
.has-fc-section-overview-background-three h3,
.has-fc-section-overview-background-four h3,
.has-fc-section-overview-background-five h3,
.has-fc-section-overview-background-six h3,
.has-fc-section-overview-background-seven h3{
    color: white;
}

/*
.fc-section-overview.has-fc-section-overview-background-two .section-link img {
    border-bottom: 5px solid #000;
}

.fc-section-overview.has-fc-section-overview-background-four .section-link img {
    border-bottom: 5px solid #633c5b;
}

.fc-section-overview.has-fc-section-overview-background-five .section-link img {
    border-bottom: 5px solid #696057;
}

.fc-section-overview.has-fc-section-overview-background-six .section-link img {
    border-bottom: 5px solid #A9192F;
}
*/
.fc-section-overview.has-fc-section-overview-background-one .section-link {
    background: transparent;
}

.fc-section-overview .section-learn-more a {
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    transition: all .2s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
}

.fc-section-overview .section-learn-more a:hover {
    color: white;
    background: #000;
    border: 1px solid #fff;
}

.has-fc-section-overview-background-one .section-learn-more a,
.has-fc-section-overview-background-image .section-learn-more a {
    color: #ab162b;
    border: 1px solid #ab162b;
}

.has-fc-section-overview-background-one .section-learn-more a:hover,
.has-fc-section-overview-background-four .section-learn-more a:hover,
.has-fc-section-overview-background-five .section-learn-more a:hover,
.has-fc-section-overview-background-image .section-learn-more a:hover {
    color: white;
    background: #ab162b;
    border: 1px solid #fff;
}

.has-fc-section-overview-background-three .section-learn-more a:hover {
    color: #ab162b;
    background: #fff;
    border: 1px solid #fff;
}

@media (min-width: 768px) {
    .fc-section-overview .section-link:nth-child(3n+1) {

    }
}

.fc-section-overview .section-link {
}

.fc-section-overview .section-link img {
    width: 100%;
    height: auto;

    display: block;
}

@media (max-width: 1080px) {
    .fc-section-overview .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: 96%;
        margin: 20px auto;
        text-align: center;
    }

    .fc-section-overview .section-link img {
        margin: 0 !important;
    }
}

.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: #ab162b;
    color: #fff;
}

.has-fc-testimonial-background-four {
    background: #696057;
}

.has-fc-testimonial-background-five {
    background: #633c5b;
}

.has-fc-testimonial-background-six {
    background: #007891;
}

.has-fc-testimonial-background-seven {
    background: #229390;
}


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

.has-fc-testimonial-background-one h3 {
    color: #000;
}

.fc-testimonial {
    padding: 20px 0;
    position: relative;
}

.fc-testimonial .fc-container {
    max-width: 100% !important;
}

.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: white;

}

.has-fc-testimonial-background-one .quote-heading-text{
    color: #2e2925;
}


.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: 80px 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: #333;
}

.has-fc-testimonial-background-four,
.has-fc-testimonial-background-five,
.has-fc-testimonial-background-six,
.has-fc-testimonial-background-seven{
    color: #fff;
}


.fc-testimonial .quote-top {
    text-align: left;
    color: white;
    position: relative;
    top: 30px;
}

.has-fc-testimonial-background-one .quote-top,
.has-fc-testimonial-background-one .quote-bottom{
    color: #2e2925;
}

.has-quote-marks .subheading-text{
    margin-top: 20px;
}


/** Testimonial 100 **/

.fc-testimonial-100-inner {
    max-width: 1080px;
    width: 100%;
    padding: 30px 10px 30px 10px;
    margin: 0px auto;
    text-align: center;
}

.has-left-alignment .fc-testimonial-100-inner {
    text-align: left;
}

.testimonial-100-heading-text{
    font-family: "Museo Sans", sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2em;
}

.testimonial-100-subheading-text{
    font-style: italic;
    padding-top: 15px;
    font-family: "Museo Sans", sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.2em;
}

.has-fc-testimonial-100-image-background{
    color: #fff;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;

}

.has-fc-testimonial-100-image-background .fc-testimonial-100-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.has-fc-testimonial-100-image-background .testimonial-100-heading-text{
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
    width: 1080px;

    box-sizing: border-box;
}

.has-left-alignment .testimonial-100-heading-text{
    text-align: left !important;
}

.has-fc-testimonial-100-background-one {
    background: #fff;
}

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

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

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

.has-fc-testimonial-100-background-five {
    background: #633c5b;
    color: #fff;
}

.has-fc-testimonial-100-background-six {
    background: #007891;
    color: #fff;
}

.has-fc-testimonial-100-background-seven {
    background: #229390;
    color: #fff;
}

.fc-testimonial-100 .quote-top,
.fc-testimonial-100 .quote-bottom{
    font-size: 30px;
    padding: 15px 0;
}



.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(171, 22, 43, 0.8);
    text-align: center;
}

.fc-slider .bx-wrapper .bx-caption span {
    max-width: 1082px;
    margin: 0 auto;
    text-align: center;
    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: #ab162b;
    color: #fff;
}

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

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

.has-fc-video-background-five {
    background: #633c5b;
    color: #fff;
}

.has-fc-video-background-six {
    background: #007891;
    color: #fff;
}

.has-fc-video-background-seven {
    background: #229390;
    color: #fff;
}


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

.fc-video.has-fc-video-background-two h3,
.fc-video.has-fc-video-background-three h3,
.fc-video.has-fc-video-background-four h3,
.fc-video.has-fc-video-background-five h3,
.fc-video.has-fc-video-background-six h3,
.fc-video.has-fc-video-background-seven 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: 20px;
    margin-bottom: 30px;
}

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

.fc-faqs h2.fc-faq-h2 {
    margin: 10px 0;
}

.faq-question {
    font-size: 18px;
    padding: 25px 20px 20px 0px;
    border-top: 1px solid #ccc;
    margin: 0;
}

.faq-group:last-child .faq-question {
    border-bottom: 1px solid #ccc;
}

.faq-question {
    vertical-align: bottom;
    background-image: url(images/faqplus.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left 28px;
}

.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: 25px;
}

.fc-margin {
    clear: both;
}

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

.has-fc-gallery-background-one {
    background: #fff;
    color: #000;
}

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

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

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

.has-fc-gallery-background-five {
    background: #633c5b;
    color: #fff;
}

.has-fc-gallery-background-six {
    background: #007891;
    color: #fff;
}

.fc-gallery.has-fc-gallery-background-two h3,
.fc-gallery.has-fc-gallery-background-three h3,
.fc-gallery.has-fc-gallery-background-four h3,
.fc-gallery.has-fc-gallery-background-five h3,
.fc-gallery.has-fc-gallery-background-six h3,
.fc-gallery.has-fc-gallery-background-seven h3{
    color: #fff;
}

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

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

.fc-gallery .gallery-image p {
    font-size: 16px;
}

.has-fc-gallery-one-column .gallery-image {
    max-width: 1080px;
    margin: 0 auto;
}

.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;
    font-family: "Museo Sans", sans-serif;
    font-weight: 500;
}

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

.single-project .site-inner .entry-header{
    display: none;
}

#project-info{
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
}

#project-middle{
    overflow: hidden;
}

#project-description{
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-right: 30px;
}

#project-extras{
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.single-project h4{
    color: #990033;
}

#project-awards h4{
    color: #e49a1a;
}

#project-awards{

}

.project-additional-image{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 20px 20px 20px 0;
}

.project-additional-image img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 !important;
}

.project-additional-image p{
    margin: 5px 0 0 0;
    padding: 0;
}

#project-related{
    text-align: center;
    background: #eee;
    padding: 40px 20px;
}

#project-related ul{
    margin: 20px 0;
    padding: 0;
}

#project-related ul li{
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0 10px;
    background: none;
    border-right: 1px solid #ab162b;
    padding-right: 20px;
}

#project-related ul li:last-child{
    border: none;
    padding-right: 0;
}

#project-images,
#project-related{
    clear: both;
    overflow: hidden;
    margin: 20px 0;
}


#back-to-portfolio{
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin: 20px 0;
}

#back-to-top{
    width: 50%;
    float: right;
    text-align: right;
    box-sizing: border-box;
    margin: 20px 0;
}

#back-links{
    max-width: 1080px;
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
}

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

    .project-additional-image{
        width: 50%;
        padding: 20px 20px 20px 0;
    }

    #back-to-top,
    #back-to-portfolio{
        padding: 0 20px;
    }
}

@media only screen and (max-width: 750px) {
    #project-extras,
    #project-description{
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0;
    }
}

@media only screen and (max-width: 599px) {
    .project-additional-image{
        width: 100%;
        padding:  0 0 20px 0;
    }


}

.view-project-listing{
    margin-top: 20px;
    clear: both;
}

.view-project-listing .views-row{
    text-align: center;
    font-size: 13px;
    width: 33%;
    padding: 0 2% 0 0;
    display: inline-block;
    margin: 0px 0 30px 0;
    position: relative;
    vertical-align: top;
}

.view-project-listing .view-project-image{
    position: relative;
    padding: 0;
    margin-bottom: 0px;
}

.view-project-listing h3{
    margin: 0;
    padding: 0;
    line-height: 1.1em;
    font-size: 18px;
}

.view-project-listing .view-metro-area{
    position: absolute;
    display: block;
    bottom: 20px;
    background: url(images/metro-bg.png);
    text-align: left;
    padding: 3px 7%;
    color: #fff;
    border-right: 7px solid #ab162b;
    left: 0;
    font-weight: normal;
    font-size: 13px;
}

.view-project-listing .views-row a{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.exposed-filter label{
    font-weight: 700;
}

.exposed-filter {
    float: left;
    width: 31%;
    margin-right: 2%;
}
.product-search-buttons {
    float: left;
    width: 31%;
    margin-top: 28px;

}

@media only screen and (max-width: 750px){
    .exposed-filter {
        float: none;
        width: 90%;
        margin-right: 0;
    }
    .product-search-buttons {
        float: none;
        width: 90%;

    }
}

.product-search-buttons input[type="submit"]{
    padding-top: 0;
    padding-bottom: 0;
}

#project-search-form{
    margin-bottom: 40px;
    overflow: hidden;
}

.view-project-services{
    margin-top: 5px;
    line-height: 1.2em;
    font-size: 14px;
}



@media only screen and (max-width: 1119px) {
    .view-project-listing .views-row{
        width: 49%;
    }
}

@media only screen and (max-width: 599px) {
    .view-project-listing .views-row{
        width: 99%;
    }
}

@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-gallery .gallery-images,
    .fc-page-title-inner,
    .fc-video .video-description,
    .fc-testimonial-100-container,
    .fc-two-column,
    .pagination,
    .fc-subtitle-inner{
        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;
    margin: 40px auto;
    max-width: 1080px;
    box-sizing: border-box;
}

.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: #ab162b url(images/footer_pattern.png) repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    padding: 25px 0;
    min-height: 150px;
    border-top: 4px solid #79232e;
}

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: 95px;
    position: relative;
    overflow: hidden;
    background: transparent url('images/footer_logo.png') no-repeat scroll 0 center;
}

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

#footer-container1 {
    margin-top: 10px;
}

#footer-locations {
    font-weight: 500;
    font-family: "Museo Sans Condensed", sans-serif;
    float: left;
    font-size: 18px;
    margin-left: 20px;
    text-transform: uppercase;
}

#footer-locations span {
    padding: 5px 0px 5px 15px;
    display: inline-block;
}

#custom_html-4 a {
    color: #fff;
    text-decoration: none;
}

body.page-id-457 #custom_html-4 span.page-id-457 a,
body.page-id-458 #custom_html-4 span.page-id-458 a,
body.page-id-459 #custom_html-4 span.page-id-459 a,
body.page-id-460 #custom_html-4 span.page-id-460 a,
body.page-id-461 #custom_html-4 span.page-id-461 a {
    color: #f3b919;
}

#custom_html-4 a:hover {
    color: #f3b919;
    text-decoration: none;
}

#office-locations-label {
    font-size: 20px;
    font-weight: 700;
    float: left;
    margin-left: 105px;
}

#office-locations-label .fa {
    font-size: 26px;
}

#footer-container2 {
    text-align: right;
    margin-top: 20px;
}

#footer-container2 a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 18px;
}

#footer-container2 a#footer-email {
    white-space: nowrap;
}

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

body.page-id-462 #footer-container2 a.page-id-462,
body.page-id-463 #footer-container2 a.page-id-463,
body.page-id-464 #footer-container2 a.page-id-464,
body.page-id-465 #footer-container2 a.page-id-465 {
    color: #f3b919;
}

#footer-container3 {

}

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

a#footer-email i {
    margin-right: 8px;
}

a#footer-linkedin {
    background: white;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    color: #9e1428;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    margin-left: 15px;
}

a#footer-linkedin:hover {
    color: #9e1428;
}

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

/* # EPC Footer
---------------------------------------------------------------------------------------------------- */
#epc-footer {
    background: #79232e none repeat scroll 0 0;
    color: #e0ddda;
    font-size: 14px;
    font-weight: 300;
    font-family: "Museo Sans Condensed", sans-serif;
    min-height: 50px;
}

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

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

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

#copyright {
    color: #e0ddda;
    margin: 14px 0 14px 5px;
    width: auto;
    float: left;
    font-size: 14px;
    font-weight: 300;
}

#epc-link {
    color: #e0ddda;
    margin: 14px 5px 14px 0;
    float: right;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
}

.nav-primary {
    position: fixed;
    right: 0;
    top: 23px;
    width: 100%;
    z-index: 9999;
}

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

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

    .logged-in .nav-primary .wrap #menu-main-navigation {
        top: 4px;
    }

    .site-inner {
        padding-top: 62px
     }

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

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

     .nav-primary .wrap #menu-main-navigation {
         right: 0;
         position: absolute;
         top: -27px;
         width: auto;
     }
 }

 .header-image .site-title.small-logo{
    top: 10px;
 }

 .header-image .site-title.small-logo > a {
     background: url(images/logo_persistent.png) no-repeat left;
     height: 38px;
     width: 300px;
 }

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

     .header-image .site-title > a {
         /*background: url(images/logo2.png) no-repeat left;
         height: 45px;
         width: 300px;
         margin-top: 0px;
         */
        margin-top: 5px;
    }

    .site-header {
        /*height: 62px;*/
        height: 100px;
    }

    .site-title {
        top: 1px;
    }

    .nav-primary {
        position: relative;
        top: 0;
        border-bottom: 1px solid #ccc;
    }

    .nav-primary > div.wrap > ul > li > a {
        padding: 10px 8px;
    }

    #menu-main-navigation {
        margin-left: 0;
    }

    .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-faqs,
    .te_announcements,
    #project-info{
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        width: 100%;
    }

    .site-inner .te_announcements .entry-header{
        padding-left: 0;
        padding-right: 0;
    }

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

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

}

@media only screen and (max-width: 1125px) {
	#office-locations-label{
        margin-left: 10px;
        margin-bottom: 10px;
        float: none;
    }
}
@media only screen and (max-width: 999px) {
    #epc-footer .wrap {
        padding: 0 10px;
    }

    #office-locations-label {
        margin-left: 0;
    }

    #footer-container2 {
        text-align: left;
        margin-top: 10px;
    }

    #footer-container2 a {
        padding: 5px 10px;
    }

    #footer-container2 a#footer-linkedin {
        padding: 0;
    }

    

    #footer-locations{
        float: none;
        margin-left: 0px;
    }

    #footer-locations span {
        padding: 5px 10px;
    }

    .site-footer .wrap {
        padding: 0 10px;
    }
}

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

}

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

}

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

}

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

    }

    .fc-page-title h1,
    .site-inner .entry-header h1{
        font-size: 34px;
    }

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


    #office-locations-label {
        font-size: 18px;
        margin-left: 5px;
    }

    #footer-locations{
        margin-left: 0px;
    }

    #footer-container2 a {
        padding: 5px;
        display: inline-block;
    }

    #footer-container2 a#footer-linkedin {
        margin-left: 5px;
    }


    #footer-container2 {
        margin-left: 5px;
    }

    .genesis-nav-menu a {
        border-bottom: 1px solid #ccc;
    }

    .nav-primary > div.wrap > ul > li.current-page-ancestor > a span span,
    .nav-primary > div.wrap > ul > li:hover > a span span,
    .nav-primary > div.wrap > ul > li:focus > a span span,
    .nav-primary > div.wrap > ul > li.current-menu-item > a span span,
    .nav-primary > div.wrap > ul > li.current_page_item a span span {
        color: #ab162b;
        background-color: #fff;
    }

    .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 {
        color: #ab162b;
        border-bottom: 1px solid #ccc;
    }
}

@media only screen and (max-width: 700px) {
    .site-description {
        display: none;
    }

    #footer-container2 a {
        padding: 5px 2px;
    }

    #footer-locations {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .entry-content img {
        display: block;
        float: none;
        margin: 10px 0;
    }

    .fc-slider .rotatingFrames img {
        margin: 0;
    }

    #copyright,
    #epc-link {
        width: 100%;
        text-align: left;
        float: none;
    }

    .fc-gallery .gallery-heading, .fc-gallery .gallery-description, .fc-gallery .gallery-images {
        text-align: left;
    }

    #copyright,
    #epc-link {
        margin: 5px 0;
    }

    footer.site-footer {
        padding: 0;
    }

    #footer-locations span {
        display: block;
    }

    #office-locations-label {
        display: block;
        float: none;
    }

}

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

}

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

}

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

    .fc-text img {
        display: block;
        float: none;
        margin: 20px 0;
    }

    .site-title {
        top: 7px !important;
    }

    .header-image .site-title > a {
        background: url(images/logo3.png) no-repeat left / 200px !important;
        width: 200px;
    }

    #footer-container2 a {
        display: block;
        font-size: 16px;
    }


}

@media only screen and (max-width: 400px) {
    #footer-container2 {
        margin-bottom: 10px;
    }

    #footer-locations {
        font-size: 15px;
    }
}

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

/* # 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 .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: 37%;
}

.page-id-9 .group-right {
    float: right;
    width: 60%;
}

.page-id-9 .group-right h3 {
    margin: 0px 0 10px 20px;
}

@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 {

    }

}

#contact-top{
    margin-bottom: 20px;
    position: relative;

}



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

#after-blog {
    margin: 0 auto;
    padding: 0 20px 20px;
    clear: both;
    border-top: none;
}

#after-blog section {
    max-width: 1080px;
    width: 100%;
    margin: 15px auto;
}

.archive .site-inner .type-post,
.page-template-page_blog .site-inner .type-post {
    border-top: none;
    margin-top: 10px;
    padding-top: 0;
}

#annual_archive_widget-2 {
    margin-top: 30px;
}

body.single-staff #menu-item-66 a,
body.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 {

}

/**** STAFF LISTING VIEW ****/
.view-staff-listing .views-row {
    width: 235px;
    margin: 0 30px 20px 0px;
    display: inline-block;
    vertical-align: top;

}

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

}

.view-staff-listing .view-field-staff-image img {
    border: 8px solid #ccccd0;
    box-shadow: 0 0 8px #656565;
}

.view-field-staff-info {

}

.view-staff-listing .views-row h3 {
    margin-bottom: 5px;
    font-size: 18px;
}

.view-staff-listing .views-row h3 a {
    text-decoration: none;
}

.view-staff-listing .views-row h4 {
    margin-bottom: 10px;
    font-size: 14px;
}

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

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

h1#staff-page-title{
    margin-top: 0;
}

.staff-detail {
    float: left;
    width: 280px;
}

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

.staff-bio h2 {

    font-size: 28px;
    color: #c20034;
    font-weight: bold;
}

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

.field-staff-bio {

    padding-top: 10px;
}

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

/* Timeline */
.cd-timeline-content h2{
    text-align: left;
    font-size: 24px;
}

#cd-timeline code{
    color: #2e2925;
    font-family: "Museo Sans", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5em;
    background-color: transparent !important;
}

#cd-timeline{
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.timeline-express-read-more-link{
    color: #a91a2f;
}

@media (max-width: 850px) {
    .view-staff-listing .views-row {
        width: 42%;
        margin: 0 6% 20px 0px;
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 700px) {

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

@media (max-width: 450px) {
    .view-staff-listing .views-row {
        width: 280px;
        margin: 20px 0;
        display: block;
        vertical-align: top;
    }

    .wp-caption.alignright {
        display: block;
        float: none;
        margin: 20px auto;
    }
}

.cd-timeline-icon-link{
    cursor: default;
}