/*
Theme Name: FelicityHouse
Author: York and Chapel
Author URI: http://yorkandchapel.com/
Version: 1.0
Text Domain: tgbsboiler

This is the awesome TGBSBOILER theme.
*/

/**
* Fonts
* -----------------------------------------------------------------------------
*/

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Black.eot');
    src: url('fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Black.woff2') format('woff2'),
        url('fonts/Montserrat-Black.woff') format('woff'),
        url('fonts/Montserrat-Black.ttf') format('truetype'),
        url('fonts/Montserrat-Black.svg#montserratblack') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype'),
        url('fonts/Montserrat-Bold.svg#montserratbold') format('svg');
    font-weight: 700; /* bold */
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.eot');
    src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff'),
        url('fonts/Montserrat-Light.ttf') format('truetype'),
        url('fonts/Montserrat-Light.svg#montserratlight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#montserratregular') format('svg');
    font-weight: 400; /* normal */
    font-style: normal;
}

/**
* Basic Styles
* -----------------------------------------------------------------------------
*/

* {
    -webkit-transition: background-color .25s, color .25s;
    -moz-transition: background-color .25s, color .25s;
    -ms-transition: background-color .25s, color .25s;
    -o-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
}

/* Body */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: lighter;
    color: #444545;
    -webkit-font-smoothing: antialiased;
}

/* Headings */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: uppercase;
}

h1, .h1 {
    font-size: 2.57em;
    margin-bottom: .5em;
    font-weight: lighter;
}

h2, .h2 {
    font-size: 2em;
    margin-bottom: .75em;
    font-weight: lighter;
    line-height: 1.3em;
}

.content-blocks > h2 {
    margin-bottom: 1em;
}

h3, .h3 {
    font-size: 1.5em;
    font-weight: lighter;
}

h4, .h4 {
    font-size: 1.25em;
    font-weight: lighter;
}

h5, .h5 {
    font-size: 1.1em;
    font-weight: normal;
    text-transform: none;
}

h6, .h6 {
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
}

/* Images */
img {
    max-width: 100%;
}

a {
    color: #296c7c;
}

a:hover,
a:focus {
    color: #798e91;
    text-decoration: none;
    outline: none;
}

p {
    margin-bottom: 1.75em;
}

p:empty {
    display: none;
}

ul, ol {
    margin-bottom: 1.75em;
}

/* Paragraph */
/* alignleft */
.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

/* lead */
.lead {
    color: #76655d;
    font-size: 1.5em;
}

.lead h3 {
    font-size: 1.1em;
}

.lead strong {
    display: block;
    font-size: 1em;
    text-transform: none;
    margin-bottom: 0;
}

.lead:empty {
    display: none;
}

.content-blocks .lead {
    color: #444545;
    font-family: 'Montserrat';
    font-weight: lighter;
    font-size: 1.5em;
}

.content-blocks .lead strong {
    display: inline;
}

/* morelinks */
.morelink {
    color: #7a9093;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: .875em;
}

.morelink:hover {
    text-decoration: none;
    color: #607070;
}

.ctas .morelink {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: none;
}

/* entry-info */
.entry-info {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #bbb5a8;
    display: block;
    margin-bottom: 1em;
}

.entry-tags {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #bbb5a8;
    font-size: .875em;
    margin-top: 2em;
}

.entry-tags strong {
    color: #454545;
    padding-right: 2em;
    font-weight: normal;
}

/* Buttons */
.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    border: none;
    padding: 1em 3.75em;
    white-space: normal;
    max-width: 100%;
}

.btn-default {
    background-color: #7a9093;
    color: #fff;
}

.btn-default:hover,
.btn-default:focus {
    color: #fff;
    background-color: #296c7c;
}

/* btn-link */
.btn-link {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #7a9093;
}

.btn-link:hover,
.btn-link:focus {
    color: #fff;
    background-color: #296c7c;
    text-decoration: none;
}

.btn-invert {
    color: #7a9093;
    background-color: #fff;
}

.btn-invert:hover {
    color: #fff;
    background-color: #5a7376;
}

.btn-salmon {

    background-color: #f37468;
    color: #fff;
    padding-top: .75em;
    padding-bottom: .75em;
}

.btn-salmon:hover,
.btn-salmon:focus {
    background-color: #e26054;
    color: #fff;
}

/* btn-primary */
.btn-primary {
    background-color: #296c7c;
    border: 1px solid #296c7c;
    color: #fff;
    text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:hover:focus {
    color: #fff;
    background-color: #798e91;
    border: 1px solid #798e91;
    text-decoration: none;
}

/* btn-primary-outline */
.btn-primary-outline {
    background-color: transparent;
    border: 1px solid #296c7c;
    color: #296c7c;
    text-decoration: none;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline:hover:focus {
    color: #798e91;
    border-color: #798e91;
    text-decoration: none;
}

.btn-with-left-icon {
    position: relative;
    /*padding-left: 55px !important;
    padding-right: 1em;*/
}

.btn-with-left-icon i {
    position: absolute;
    left: 2rem;
    top: 50%;
    font-size: 18px;
    margin-top: -9px;
}

.calendar-pdf-buttons .btn {
    line-height: 1.25;
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    /*padding-right: 2.75rem;*/
}

/* Images */

img {
    height: auto;
}

/* Horizontal Rules */

hr {
    border-color: #ccc;
    margin-top: 3em;
    margin-bottom: 2em;
}

hr.lg {
    border-top: 1.25em solid #eab885;
    margin-left: -15px;
    margin-right: -15px;
}

/* Labels */

.list-labels .label {
    display: block;
}

.list-labels li {
    display: inline-block;
    margin-bottom: 4px;
}

.label {
    border-radius: 0;
    text-transform: uppercase;
    font-size: .875em;
    padding: 1em 1.4em;
    font-weight: normal;
}

.label-default {
    background-color: #f1f1f1;
    color: #444545;
}

/* CTAs */

.ctas {
    background-color: #f1f1f1;
    font-size: 1.25em;
}

.ctas p {
    font-family: Georgia,Times,"Times New Roman",serif;
}

.ctas p:last-of-type {
    margin-bottom: 0;
}

.ctas h2 {
    color: #7a9093;
    font-weight: bold;
    font-size: 1.2em;
}

/* Group Circles */

.accent-color {
    position: relative;
    padding-left: 2.5em;
    min-height: 30px;
    margin-bottom: 1em;
}

li.accent-color {
    margin-bottom: 1em;
}

.accent-color .accent-color-txt {
    text-transform: uppercase;
    color: #bbb5a8;
    font-size: .875em;
    vertical-align: middle;
    display: inline-block;
}

.accent-color .accent-color-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    /*margin-top: 2px;*/
}

.accent-color-circle + h2 {
    margin-top: -.15em !important;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
}

/* Custom Selects */

.sod_select {
    border: 1px solid #bbb5a8;
    font-size: 1.125em;
    color: #444545;
    text-transform: none;
    font-weight: normal;
    display: block;
    width: auto;
    margin-bottom: 1em;
}

.sod_select:after {
    content: "\f107";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    color: #b3b3b3;
    font-size: 1.3em;
    font-weight: normal;
}

.sod_select:before {
    display: none;
}

.sod_select.open:after {
    content: "\f106";
}

.sod_select.open .sod_list_wrapper {
    width: 100%;
    border: 1px solid #bbb5a8;
    margin: 0;
}

.sod_select .sod_option {
    font-weight: lighter !important;
    line-height: 30px;
}

.sod_select .sod_option .accent-color {
    margin-bottom: 0;
}

.sod_select .sod_option.selected:before {
    display: none;
}

/**
* Structure
* -----------------------------------------------------------------------------
*/

/* Container */
.container-fluid {
    max-width: 1600px;
}

.container-max-1440 [class*="col"]{
    margin-bottom: 1em;
}

.container-max-1440 [class*="col"] p:last-of-type {
    margin-bottom: 10px;
}

.row {
    clear: both;
}

/* Section */
.section {
    padding-top: 2em;
    padding-bottom: 2em;
}

.section.invert {
    background-color: #f1f1f1;
}

.section.invert .ctas {
    padding-bottom: 2em;
}

.section.eventcards {
    padding-bottom: 6em;
}

.section.eventcards .container-fluid {
    max-width: 1000px;
    margin: auto;
}

/**
* Header
* -----------------------------------------------------------------------------
*/

/* Logo */

.logo {
    text-align: center;
    display: block;
    background-color: #fff;
    padding: 25px 35px;
}

.logo img {
    max-width: 80px;
}

/* Main Menu */

.navbar-nav {
    margin: 0;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    border-top: none;

    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggle {
    float: none;
    text-align: center;
    padding: 1em;
    margin: 0;
    border-radius: 0;
    width: 100%;
    background-color: #f1756b;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-toggle.collapsed {
    background-color: #296c7c;
}

.navbar-nav>li>a {
    background-color: #296c7c;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 1em;
    font-weight: normal;
}

.nav_desc {
    font-weight: lighter;
}

.nav>li>a:hover, .nav>li>a:focus,
.nav>li.current-menu-item>a {
    background-color: #798e91
}

/* dual-hero */
.dual-hero {
    margin-top: 1em;
}

.dual-hero div[class*="col-"],
.dual-hero div[class*="col-"] iframe{
    padding: 0;
    height: 300px;
}

/* maps */
#map-canvas, #map-canvas-event {
    transform: initial !important;
    position: relative;
    height: 100%;
    width: 100%;
}

/* hero */
.hero {
    padding: 1em 0 0;
}

/*
* Pre Header
* -----------------------------------------------------------------------------
*/
#pre-header .btn {
    width: 100%;
    display: block;
}

/*
* bg-shape (width and height of should be determined by additional class on .bg-shape)
* -----------------------------------------------------------------------------
*/
.bg-shape {
    background-image: url('images/bgshape.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-shape:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.35em;
}

.bg-shape-inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;

    padding: 1.5em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.bg-shape a {
    text-transform: none;
    font-weight: bold;
    color: #fff;
}

.bg-shape a:hover {
    color: #ccc;
}

.bg-shape p {
    margin-bottom: .25em;
}


/**
* CTAs
* -----------------------------------------------------------------------------
*/
/* general/default */
.ctas {
    background: transparent !important;
}

/* homepage ctas */
.header-content .section {
    background: transparent;
    padding: 0;
}

.header-content > .row {
    margin-right: -13px;
}

.header-content .ctas {
    margin: auto;
    padding-bottom: 0 !important;
}

.header-content .cta {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    padding: 1em;
}

.header-content .ctas [class*="col-"] + [class*="col-"] .cta {
    border-top: 0;
}

.header-content .cta h2 {
    margin-top: 0;
}

/**
* Sliders
* -----------------------------------------------------------------------------
*/
/* Slider container to add extra padding for arrows */
.slider-container {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 3em;
}

/* slider wrapper */
.slider-wrapper {
    margin: 3em 0;
}

.slider-wrapper h2 {
    margin-bottom: 1em;
}

.slider-wrapper:first-of-type {
    margin-top: 0;
}

/* slide content */
.owl-item .slide {
    background: #fff;
    min-height: 265px;
}

.slide-thumbnail {
    float: left;
    margin-right: 2em;
    display: none;
    width: 180px;
    height: 265px;
}

.slide-body {
    padding: 2em;
}

.slide-body h3 {
    margin-top: 0;
    margin-bottom: .25em;
    font-weight: normal;
}

.slide-body h3 + em {
    margin-bottom: 1em;
    display: block;
}

.slide-body p {
    margin-bottom: 1em;
}

/* navigation */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -32px !important;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 0;
    background: none;
    padding: 5px;
    border-radius: 0;
    color: #b3b3b3 !important;
    font-size: 48px !important;
}

.owl-theme .owl-nav [class*=owl-] i {
    display: block;
}

.owl-prev {
    left: 0;
    margin-left: -30px !important;
}

.owl-next {
    right: 0;
    margin-right: -30px !important;
}

/* navigation hover effect */
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #869791 !important;
}

.owl-theme .owl-nav .disabled:hover {
    color: #b3b3b3 !important;
}

/* mobile-slider */
.content-blocks .slide-wrapper {
    padding: 0 1.5em;
}

/**
* Sidebar Widgets
* -----------------------------------------------------------------------------
*/
.widget {
    margin-bottom: 2em;
}

/* bg-shape */
.widget-area .bg-shape {
    position: relative;
    width: 100%;
    margin-bottom: 2em;
}

.widget-area .bg-shape-inner {
    font-size: 1em;
    text-transform: none;
}

.widget-area .bg-shape-inner:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.5em;
}

.widget-area .bg-shape-inner .widget {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
}

/* widget titles */
.widget-title,
.featured-posts h2 {
    text-align: center;
    position: relative;
    margin-bottom: 1em;
}

.widget-title:after,
.featured-posts h2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    top: 100%;
    left: 0;
    margin-top: .5em;
}

.bg-shape-inner h2 {
    margin-bottom: .6em;
    font-size: 1.25em;
}

.bg-shape-inner h2:after {
    display: none;
}

/* featured-posts */
.featured-posts {
    margin-bottom: 2em;
}

.featured-posts a {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
    display: block;
}

.featured-posts a:first-of-type {
    padding-top: 0;
}

/* tag categories */
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #7a9093;
    color: #fff;
}

/**
* box item
* -----------------------------------------------------------------------------
*/

.box-item {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em;
    text-align: center;
    color: #444545;
    border: 1px solid #ccc;
    height: 132px;
    font-size: .8em;
    position: relative;
}

.box-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.35em;
}

.box-item:hover,
.box-item:focus {
    text-decoration: none;
    color: #444545;
    position: relative;
}

.box-item:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .03);
}

.box-item-inner {
    display: inline-block;
    vertical-align: middle;
    width: 98%;
}

.box-title {
    font-weight: normal;
    display: block;
    font-size: 1.2em;
}

.box-subtitle {
    font-style: italic;
    display: block;
    font-weight: lighter;
}

.box-image {
    display: block;
    margin-top: -1em;
}

.box-image img,
.owl-carousel .owl-item .box-image img {
    max-height: 60px;
    max-width: 75%;
    width: auto;
    display: inline-block;
}

.box-image + span {
    position: absolute;
    bottom: 1em;
    left: 0;
    width: 100%;
}

/**
* Overlay
* -----------------------------------------------------------------------------
*/
.overlay {
    color: #262626;
    text-align: center;
    max-width: 1000px;
    margin: auto;
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: .9em;
}

.overlay h1 {
    margin-bottom: .35em;
}

.overlay p a {
    color: #262626;
    font-weight: bold;
}

.overlay p a:hover {
    color: #555;
}

.overlay em {
    margin-bottom: 1em;
    display: inline-block;
}

.overlay p em {
    margin-bottom: 0;
    display: inline;
}

.overlay .job-title {
    font-size: 1.25em;
    margin-bottom: 1.25em;
    display: block;
    line-height: 1em;
}

.overlay .community-thumb {
    max-height: 200px;
    width: auto;
}

.mfp-figure:after {
    box-shadow: none;
    background: none;
}

.mfp-content {
    width: 960px;
    max-width: 100%;
    margin-bottom: 30px;
}

.mfp-bottom-bar {
    position: relative;
}

.mfp-bg {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #e3e3e3;
    /*background-image: url('images/bg-overlay.png');*/
}

.mfp-bottom-bar,
.mfp-title {
    text-align: center;
    color: #262626;
}

.mfp-title {
    padding-right: 0;
}

/* overlay arrows/close button */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #ccc;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #ccc;
}

.mfp-close-btn-in .mfp-close {
    color: #262626;
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 1em;
    margin-top: 1em;
}

button.mfp-close:before {
    font-family: 'FontAwesome';
    content: "\f00d";
}

/* overlay form */
.mfp-content #rsvp-form {
    width: 700px;
    max-width: 100%;
    margin: auto;
    color: #fff;
}


/* gravity form overrides */
.mfp-content .gform_wrapper {
    margin: 0;
    max-width: 100%;
}

.mfp-content .gform_wrapper .gform_footer {
    margin-top: 0;
}

.mfp-content .gform_wrapper h3.gform_title {
    margin-top: 0;
    font-weight: lighter;
}

.mfp-content .gform_wrapper .top_label .gfield_label {
    /*display: none ;*/
}

.mfp-content .gform_wrapper input {
    color: #444545;
}

.mfp-content .gform_wrapper input[type="text"] {
    padding: .5em .75em;
}

.mfp-content .gform_wrapper .top_label input.medium,
.mfp-content .gform_wrapper .top_label select.medium {
    width: 100%;
}

.mfp-content .gform_wrapper [type="submit"],
.mfp-content .gf_browser_ie.gform_wrapper .gform_footer input.button {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    border: none;
    white-space: normal;
    max-width: 100%;
    background-color: #7a9093;
    color: #fff;
    padding: .5em 1.4em;
}

.mfp-content .gform_wrapper [type="submit"]:hover,
.mfp-content .gf_browser_ie.gform_wrapper .gform_footer input.button:hover {
    background-color: #296c7c;
    color: #fff;
}

.mfp-content .gform_wrapper .gfield_required {
    color: red;
}

/* gravity form validation overrides */
.mfp-content .gform_wrapper div.validation_error,
.mfp-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    display: none;
}

.mfp-content .gform_wrapper li.gfield.gfield_error {
    border: none;
    background-color: transparent;
}

.mfp-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.mfp-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label .gfield_required {
    color: red;
    margin-left: 0;
}

.mfp-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.mfp-content .gform_wrapper .top_label .gfield_error {
    width: 100%;
    max-width: 100%;
}

.mfp-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
    margin: 0;
}

.mfp-content .gform_wrapper li.gfield_error input[type=text] {
    border: 2px solid red;
}


/**
* Homepage
* -----------------------------------------------------------------------------
*/

.homepage-quote {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    height: 230px;
}

/* homepage feature section */
.homepagewelcome{
    text-align: center;
    font-size: 1.25em;
    padding-top: 2em !important;
}

.homepagewelcome p:last-of-type {
    margin-bottom: 0;
}

/* header content */
.header-content {
    /*overflow: hidden;*/
    padding: 0 1em 0;
}

/* eventcards */
.eventcards {
    text-align: center;
}

.eventcards > h2 {
    margin-top: 0;
}

.eventcard {
    background: #fff;
    padding: 2em;
    margin-top: 1.5em;
    text-align: left;
    display: block;
}

.eventcard:focus, .eventcard:hover {
    text-decoration: none;
    background-color: #f8f8f8;
}

.eventcard h2 {
    color: #333;
}

.eventcards .btn {
    margin-top: 1.5em;
}

/**
* Events
* -----------------------------------------------------------------------------
*/
/* ssba share buttons */
.ssbp-wrap {
    font-size: inherit !important;
}

.ssba a {
    font-size: .875em;
    padding: 1em 1.3em;
    display: block;
    color: #fff;
    font-weight: normal;
    margin-right: 4px;
}

.ssba a:before {
    font-family: FontAwesome;
    display: inline-block;
    color: #fff;
    font-size: 1.4em;
    vertical-align: middle;
}

.ssba a:after {
    margin-left: .7em;
}

.ssba img {
    visibility: hidden;
    height: 0;
}

.ssba_facebook_share { background-color: #2a5e9b !important; }
.ssba_facebook_share:hover { background-color: #194579 !important; }
.ssba_facebook_share:before{ content: '\f082'; }
.ssba_facebook_share:after{ content: 'Share on Facebook'; }

.ssba_twitter_share { background-color: #00c2f5 !important; }
.ssba_twitter_share:hover { background-color: #02b2e0 !important; }
.ssba_twitter_share:before{ content: '\f081'; }
.ssba_twitter_share:after{ content: 'Share on Twitter'; }

.ssba_pinterest_share { background-color: #d51928 !important; }
.ssba_pinterest_share:hover { background-color: #c21624 !important; }
.ssba_pinterest_share:before{ content: '\f0d3'; }
.ssba_pinterest_share:after{ content: 'Share on Pinterest'; }

.ssba_email_share { background-color: #555 !important; }
.ssba_email_share:hover { background-color: #393838 !important; }
.ssba_email_share:before{ content: '\f0e0'; }
.ssba_email_share:after{ content: 'Share via Email'; }

/* breadcrumbs */
.wrapper {
    clear: both;
}

.breadcrumbs {
    margin-bottom: 2em;
    font-weight: normal;
}

.breadcrumbs > * {
    display: block;
    width: 100%;
}

.breadcrumbs .bc-label {
    padding-right: .5em;
}

.breadcrumbs a {
    font-weight: lighter;
}

.breadcrumbs .bc-type {
    white-space: nowrap;
    color: #bbb5a8;
}

/**
* Event Details
* -----------------------------------------------------------------------------
*/
/* features */
.event-details {
    background-color: #f1f1f1;
    padding: 1em;
    margin-bottom: 2em;
    display: inline-block;
    width: 650px;
    max-width: 100%;
}

.event-details a[href^="mailto:"]{
    text-decoration: underline;
}

.features .feature {
    margin: 0 .5em .5em 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    max-width: 100px;
}

.features .feature div {
    font-size: .8em;
    margin-top: .25em;
    display: none;
}

/* nav */
.meta-nav {
    color: #296c7c;
    font-weight: bold;
}

.meta-nav:hover,
.meta-nav:focus {
    color: #798e91;
    text-decoration: none;
}

/**
* Events Calendar
* -----------------------------------------------------------------------------
*/
.wrapper.event-calendar {
    display: none;
}

.wrapper.event-calendar.active {
    display: block;
}

/**
* Blog
* -----------------------------------------------------------------------------
*/

.about-the-author {
    background-color: #ab8f9d;
    color: #fff;
    padding: 2em;
}

.about-the-author-img {
    vertical-align: top;
    padding-bottom: 1em;
    width: 100%;
    display: none;
}

.about-the-author img {
    width: 100%;
}

.about-the-author-info {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}

.about-the-author-name {
    font-size: 1.5em;
    display: block;
    margin-bottom: .5em;
}

.about-the-author .btn-default {
    background-color: #865d6f;
}

.about-the-author .btn-default:hover,
.about-the-author .btn-default:focus {
    background-color: #734c5d;
    color: #fff;
}

.about-the-author p:last-of-type {
    margin-bottom: 0;
}

.blog-entry [class*="col"] {
    margin-bottom: 30px;
}

/* blog navigation */
.nav-links {
    padding-top: 2em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2em;
}

/**
* Gallery
* -----------------------------------------------------------------------------
*/
.gallery::after {
    content: "";
    clear: both;
    display: table;
}

.gallery {
    width: 760px;
    max-width: 100%;
    margin-bottom: 2rem;
}

.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.gallery img {
    max-width: 100%;
    width: 95%;
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}

/**
* Contact
* -----------------------------------------------------------------------------
*/
/* contact buttons */
.contact-buttons {
    text-align: center;
    margin: 2em -15px;
    padding: 2em 1em;
    background: #f1f1f1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.contact-buttons .box-item {
    height: auto;
    text-transform: uppercase;
    margin: .5em 0;
    font-weight: lighter;
    background: #fff;
    max-width: 100%;
    width: 100%;
}

.contact-buttons .box-item strong {
    color: #e26054;
    display: inline-block;
    font-weight: normal;
}

/* info shortcodes */
.contact-info {
    padding-left: 2em;
    position: relative;
    text-align: left;
}

.contact-info span:before,
.contact-info a:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: #444545;
}

/**
* Community Page
* -----------------------------------------------------------------------------
*/
#doing-slider .owl-item > a {
    display: inline-block;
}

iframe + .mfp-title {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}


/**
* Default Page
* -----------------------------------------------------------------------------
*/
.photo-gallery img {
    margin-bottom: 1em;
}

.photo-gallery > [class*='col-']:nth-child(n+5) {
    display: none;
}

/* contente-blocks */
.content-blocks > .row > .col-md-4 > h2 {
    margin-top: 0;
}


/**
* 3 column page
* -----------------------------------------------------------------------------
*/
.page-template-3-col-submenu-grid h4 {
    font-weight: normal;
}


/**
* Footer
* -----------------------------------------------------------------------------
*/

footer {
    background-color: #7a9093;
    color: #fff;
    padding-top: 4em;
    padding-bottom: 1.5em;
    position: relative;
    margin-top: 70px;
}

footer:before {
    content: "";
    display: block;
    width: 130px;
    height: 130px;
    background-color: #f1756b ;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    border-radius: 50%;
    border: 10px solid #fff;
    background-image: url('images/logo-f.gif');
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
}

.section.invert + footer:before {
    border: 10px solid #f1f1f1;
}

.section.invert + footer {
    margin-top: 0;
}

/* footer elements */
footer .btn,
footer [type="submit"],
footer .gf_browser_ie.gform_wrapper .gform_footer input.button {
    padding: 0.855em 1em;
    width: 100%;
}

footer h3,
footer h4 {
    margin-top: 0;
}

/* footer col */
footer .container-fluid {
    padding-top: 2em;
}

.footer-col {
    padding-bottom: 1.5em;
}

.footer-col:first-of-type {
    border-bottom: 1px solid #607070;
    margin-bottom: 2em;
}

.footer-col.nested-children {
    padding-left: 0;
    padding-right: 0;
}

/* Footer Menu and Social List */

footer a {
    color: #fff;
}

footer a:hover {
    color: #296c7c;
}

footer .btn-invert {
    color: #7a9093;
    background-color: #fff;
}

footer .btn-invert:hover {
    color: #fff;
    background-color: #5a7376;
}

.menu-footer-explore-container,
.menu-footer-social-container {
    margin-left: -15px;
    margin-right: -15px;
}

/**
* Footer
* -----------------------------------------------------------------------------
*/
footer {
    line-height: 1.25em;
}

.menu-footer-explore-container a,
.menu-footer-social-container a {
    text-transform: uppercase;
    padding: 1em;
    display: block;
    position: relative;
}

.menu-footer-explore-container a:after,
.menu-footer-social-container a:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 14px;
    margin-top: -8px;
    margin-right: 8px;
}

.menu-footer-explore-container a:hover,
.menu-footer-social-container a:hover {
    text-decoration: none;
    background-color: #f1f1f1;
    color: #607070 !important;
}

.menu-footer-explore-container li:after,
.menu-footer-social-container li:after {
    content: '';
    display: block;
    border-top: 1px solid #607070;
    border-bottom: 1px solid #aabab8;
}

.menu-footer-explore-container li:first-of-type:before,
.menu-footer-social-container li:first-of-type:before {
    content: '';
    display: block;
    border-top: 1px solid #607070;
    border-bottom: 1px solid #aabab8;
}

/* Legal Menu */

.legal-menu li {
    display: inline-block;
}

.legal-menu li:before {
    content: "|";
    margin: 0 1em;
}

.legal-menu li:first-child:before {
    display: none;
}

.legal-menu a {
    color: #fff;
}

/* Newsletter */
/* gravity form overrides */

footer .gform_wrapper .gform_heading {
    width: 100%;
}

footer .gform_wrapper {
    margin: 0;
    max-width: 100%;
}

footer .gform_wrapper span.gform_description {
    font-weight: lighter;
}

footer .gform_wrapper .gform_footer {
    margin-top: 0;
}

footer .gform_wrapper h3.gform_title {
    margin-top: 0;
    font-weight: lighter;
}

footer .gform_wrapper .top_label .gfield_label {
    display: none ;
}

footer .gform_wrapper input {
    color: #444545;
}

footer .gform_wrapper input[type="text"] {
    padding: .865em .75em;
}

footer .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], 
footer .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0;
}

footer .gform_wrapper .top_label input.medium,
footer .gform_wrapper .top_label select.medium {
    width: 100%;
}

footer .gform_wrapper [type="submit"],
footer .gf_browser_ie.gform_wrapper .gform_footer input.button {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    border: none;
    white-space: normal;
    max-width: 100%;
    color: #7a9093;
    background-color: #fff;
}

footer .gform_wrapper [type="submit"]:hover,
footer .gf_browser_ie.gform_wrapper .gform_footer input.button:hover {
    color: #fff;
    background-color: #5a7376;
}

/* gravity form validation overrides */
footer .gform_wrapper div.validation_error,
footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    display: none;
}

footer .gform_wrapper li.gfield.gfield_error {
    border: none;
    background-color: transparent;
}

footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
footer .gform_wrapper .top_label .gfield_error {
    width: 100%;
    max-width: 100%;
}

footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
    margin: 0;
}

footer .gform_wrapper li.gfield_error input[type=text] {
    border: 2px solid red;
}

/* Video Embeds */

.video-embed {
    max-width: 1170px;
    margin: auto;
}

.video-embed-poster {
    cursor: pointer;
}

.video-embed-poster:hover {
    opacity: 0.8;
}

.video-embed .video-embed-poster,
.video-embed video {
    width: 100%;
}

.video-embed video {
    display: none;
}



/**
* Media Queries
* -----------------------------------------------------------------------------
*/
@media (max-width: 767px) {
    /**
    * Header
    * -----------------------------------------------------------------------------
    */

    header .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    /**
    * Our House/Location
    * -----------------------------------------------------------------------------
    */
    .dual-hero div[class*="col-"]:first-of-type {
        display: none;
    }

    /**
    * Video Embeds
    * -----------------------------------------------------------------------------
    */

    .video-embed .video-embed-poster,
    .video-embed video {
        display: none;
    }

    .video-embed video {
        width: 100%;
        display: block;
    }

}

@media (max-width: 991px) {

    /**
    * Header
    * -----------------------------------------------------------------------------
    */
    /*
            header .container-fluid {
                    padding-left: 0;
                    padding-right: 0;
            }
    */
    header .header-content .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    header + .section {
        padding-top: 1em;
    }

    /* homepage ctas */
    .header-content .cta {
        margin-left: -16px;
        margin-right: -16px;
    }

    /**
    * Event Details
    * -----------------------------------------------------------------------------
    */
    .event-details [class*='col-'] {
        height: auto !important;
    }

    .event-details [class*='col-'] + [class*='col-'] {
        margin-top: 1em;
    }

    /* overlay */
    .mfp-container {
        padding: 1em;
    }

    /**
    * Sidebar bg-shape
    * -----------------------------------------------------------------------------
    */
    .widget-area .bg-shape {
        background-color: #e26054;
        background-image: none;
    }

}

@media (max-width: 1199px){

}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }

    h1, .h1 {
        font-size: 2.25em;
    }

    h2, .h2 {
        font-size: 1.8em;
    }

    h3, .h3 {
        font-size: 1.5em;
    }

    h4, .h4 {
        font-size: 1.25em;
    }

    h5, .h5 {
        font-size: 1.1em;
    }

    h6, .h6 {
        font-size: 1em;
    }

    /**
    * structure
    * -----------------------------------------------------------------------------
    */
    #container > .section,
    footer > .container-fluid,
    header .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }


    /* hero */
    .hero {
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero img {
        width: 100%;
        height: auto;
    }

    /* dual-hero */
    .dual-hero {
        margin-bottom: 2em;
    }

    .dual-hero div[class*="col-"],
    .dual-hero div[class*="col-"] iframe{
        height: 350px;
    }


    /**
    * Buttons
    * -----------------------------------------------------------------------------
    */
    /* btn-link */
    .btn-link {
        font-size: 1.75em;
        padding: .5em 0;
        background-color: transparent;
        color: #7a9093;
        text-decoration: none;
    }

    .btn-link:hover,
    .btn-link:focus {
        color: #296c7c;
        background-color: transparent;
        text-decoration: none;
    }

    /* Horizontal Rules */
    hr {
        border-color: #ccc;
        margin-top: 4em;
        margin-bottom: 3em;
    }

    hr.lg {
        margin-left: 0;
        margin-right: 0;
    }

    /**
    * Pre-Header
    * -----------------------------------------------------------------------------
    */

    #pre-header {
        background-color: #f1f1f1;
        color: #f37468;
        text-align: right;
        font-size: 1em;
    }

    #pre-header .pre-header-msg{
        vertical-align: middle;
        margin-right: 1em;
        text-transform: uppercase;
    }

    #pre-header .btn {
        width: auto;
        display: inline-block;
    }

    /**
    * Header
    * -----------------------------------------------------------------------------
    */

    header {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    /* Logo */

    .logo {
        text-align: left;
        display: inline-block;
        margin: 25px 0;
        padding: 20px 30px;
    }

    .home .logo {
        margin-bottom: 0;
    }

    /* Main Menu */

    nav {
        position: relative;
    }

    #main-menu-container {
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #296c7c;
        font-size: .9em;
    }

    .navbar-nav>li>a {
        padding: 1.5em 1em;
    }

    .nav_desc {
        display: block;
        text-transform: none;
        font-size: .85em;
    }

    .homepage-quote {
        margin-top: 0;
    }

    /* header content */
    .header-content {
        padding-bottom: 2em;
    }

    .header-content .ctas {
        max-width: 600px;
    }

    /**
    * Homepage
    * -----------------------------------------------------------------------------
    */
    .homepage-quote {
        width: 490px;
        max-width: 100%;
        height: 345px;
        font-size: 1.5em;
        margin: 0 auto 1em;
    }

    /* homepage feature section */
    .homepagewelcome{
        font-size: 1.5em;
    }

    /**
    * Footer
    * -----------------------------------------------------------------------------
    */
    footer .btn,
    footer [type="submit"],
    footer .gf_browser_ie.gform_wrapper .gform_footer input.button {
        width: auto;
        padding: 0.5em 1em;
    }

    /* footer menu */
    .menu-footer-explore-container,
    .menu-footer-social-container  {
        margin-left: -30px;
        margin-right: -30px;
    }

    .menu-footer-explore-container a,
    .menu-footer-social-container  a {
        padding-left: 2em;
        padding-right: 2em;
    }

    /* footer col */
    .footer-col:first-of-type {
        border-bottom: 0;
    }

    /* Legal Menu */
    .menu-legal-container {
        display: inline-block;
        margin-left: 2em;
    }

    /* gravity forms */
    footer .gform_wrapper .top_label input.medium,
    footer .gform_wrapper .top_label select.medium {
        width: 100%;
        max-width: 100%;
    }

    footer .gform_wrapper input[type="text"] {
        padding: .5em .75em;
    }

    footer .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
        vertical-align: top;
        margin-top: 4px !important;
        margin-right: 2px;
    }

    /**
    * Events
    * -----------------------------------------------------------------------------
    */
    /* ssba share buttons */
    .ssba a {
        display: inline-block;
        margin-bottom: 4px;
    }

    /* breadcrumbs */
    .breadcrumbs > * {
        display: inline-block;
        width: auto;
    }

    /**
    * Event Details
    * -----------------------------------------------------------------------------
    */
    /* features */
    .features .feature div {
        display: block;
    }

    /**
    * Default Page/Content Blocks
    * -----------------------------------------------------------------------------
    */
    .lead {
        font-size: 1.4em;
    }

    .content-blocks .lead {
        font-size: 1.3em;
    }

    .content-blocks {
        padding-top: 1em;
        padding-bottom: 3em;
    }

    /* mobile-slider */
    .content-blocks .slide-wrapper {
        padding: 0em;
    }

    .content-blocks .slide-wrapper .item {
        display: inline-block;
        width: auto;
        vertical-align: top;
    }

    .box-item {
        display: inline-block;
        width: 250px;
        height: 132px;
        margin: 1em 1.5em 1em 0;
    }

    /* section title */
    hr.lg + .content-blocks > .content-block-section-title {
        margin-top: -1em;
    }

    /**
    * Contact
    * -----------------------------------------------------------------------------
    */

    .contact-buttons .box-item {
        font-size: 1em;
    }



    /**
    * Blog
    * -----------------------------------------------------------------------------
    */

    .about-the-author-img {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        padding-right: 2em;
        padding-bottom: 0;
    }

    .about-the-author-info {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-left: -5px;
    }

    .about-the-author-img + .about-the-author-info {
        width: 70%;
    }

    /**
    * Sliders
    * -----------------------------------------------------------------------------
    */
    .owl-prev {
        left: 0;
        margin-left: -45px !important;
    }

    .owl-next {
        right: 0;
        margin-right: -45px !important;
    }

}

@media (min-width: 992px) {
    /**
    * Basic Styles
    * -----------------------------------------------------------------------------
    */

    /* Headings */
    h1:first-child, .h1:first-child {
        margin-top: 0;
    }

    /* contact blocks */
    .content-blocks > .row > .col-md-4 {
        padding-right: 3em;
    }


    /**
    * Header
    * -----------------------------------------------------------------------------
    */

    header.has-bg-img {
        min-height: 500px;
    }

    .logo {
        width: auto;
    }

    .navbar-nav>li>a {
        padding-left: 2em;
        padding-right: 2em;
    }

    /**
    * Sliders
    * -----------------------------------------------------------------------------
    */
    /* slide content */
    .slide-thumbnail {
        /*display: block;*/
    }

    /* slide content */
    .owl-item .slide {
        /*height: 265px;*/
    }

    /**
    * Event Detail
    * -----------------------------------------------------------------------------
    */
    .event-details [class*='col-'] + [class*='col-'] {
        position: relative;
    }

    .event-details [class*='col-'] + [class*='col-']:before {
        content: '';
        display: block;
        height: 100%;
        width: 1px;
        background-color: #ccc;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: -5px;
    }

    /**
    * Contact
    * -----------------------------------------------------------------------------
    */

    .contact-buttons .box-item {
        margin: .25em;
        padding: .5em 1em;
        width: 285px;
        display: inline-block;
    }

    .contact-buttons .box-item strong {
        display: block;
    }

    .contact-buttons {
        margin-left: 0;
        margin-right: 0;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    /**
    * Footer
    * -----------------------------------------------------------------------------
    */
    /* footer menu */
    .menu-footer-explore-container,
    .menu-footer-social-container {
        margin-left: 0px;
        margin-right: 0px;
    }

    .menu-footer-explore-container a,
    .menu-footer-social-container a {
        padding: .15em 0;
        text-transform: none;
    }

    .menu-footer-explore-container a:after,
    .menu-footer-social-container a:after {
        display: none;
    }

    .menu-footer-explore-container a:hover,
    .menu-footer-social-container a:hover {
        background-color: transparent;
        color: #296c7c !important;
    }

    .menu-footer-explore-container li:after,
    .menu-footer-social-container li:after,
    .menu-footer-explore-container li:first-of-type:before,
    .menu-footer-social-container li:first-of-type:before {
        display: none;
    }

    .footer-col:first-of-type {
        margin-bottom: 0;
    }

    /* footer-col */
    .footer-col.nested-children {
        padding-left: 15px;
        padding-right: 15px;
    }

    /**
    * Sidebar bg-shape
    * -----------------------------------------------------------------------------
    */
    .widget-area .bg-shape {
        position: relative;
        width: 100%;
    }

    .widget-area .bg-shape:before {
        content: "";
        display: block;
        padding-top: 75%;
    }

    .widget-area .bg-shape-inner {
        font-size: .7em;
        text-transform: none;

        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .widget-area .bg-shape-inner p:last-of-type {
        margin-bottom: 0;
    }

    .widget-area .bg-shape-inner:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.5em;
    }

    .widget-area .bg-shape-inner .widget {
        vertical-align: middle;
        display: inline-block;
    }

    /**
    * Content blocks/default page
    * -----------------------------------------------------------------------------
    */
    /* photo gallery */
    .photo-gallery img {
        margin-bottom: 30px;
    }

}

@media (min-width: 1100px) {
    .widget-area .bg-shape-inner {
        font-size: .8em;
    }
}

@media (min-width: 1200px) {
    /* dual-hero */
    .dual-hero div[class*="col-"],
    .dual-hero div[class*="col-"] iframe{
        height: 400px;
    }


    /**
    * Structure
    * -----------------------------------------------------------------------------
    */

    /* Container */

    .container-max-1440 {
        max-width: 1440px;
    }

    .main-col {
        padding-right: 6em;
    }


    /**
    * Sliders
    * -----------------------------------------------------------------------------
    */
    /* slide content */
    .slide-thumbnail {
        /*display: none;*/
    }

    /**
    * Sidebar bg-shape
    * -----------------------------------------------------------------------------
    */

    .widget-area .bg-shape-inner {
        font-size: .95em;
    }

    /**
    * Contact
    * -----------------------------------------------------------------------------
    */
    .contact-buttons .box-item {
        width: 325px;
    }

    /**
    * Footer
    * -----------------------------------------------------------------------------
    */
    /* footer-col */
    .footer-col.nested-children  {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-col.nested-children > [class*="col-"]{
        padding-left: 0;
    }

    .footer-col.nested-children > [class*="col-"]:first-of-type{
        padding-right: 60px;
    }

    .footer-col.nested-children > [class*="col-"]:last-of-type{
        padding-right: 0;
    }

    .footer-col {
        padding-left: 30px;
        padding-right: 30px;
    }


}

@media (min-width: 1400px) {
    h1, .h1 {
        font-size: 2.625em;
    }

    h2, .h2 {
        font-size: 2em;
    }

    /**
    * Pre-Header
    * -----------------------------------------------------------------------------
    */
    #pre-header {
        font-size: 1.125em;
    }

    #pre-header .pre-header-msg{
        margin-right: 5em
    }

    /**
    * Header
    * -----------------------------------------------------------------------------
    */
    .logo img {
        max-width: 110px;
    }

    #main-menu-container {
        top: 65px;
        font-size: 1em;
    }

    .navbar-nav>li>a {
        padding: 2em;
    }

    /* dual-hero */
    .dual-hero div[class*="col-"],
    .dual-hero div[class*="col-"] iframe{
        padding: 0;
        height: 450px;
    }

    /**
    * Homepage
    * -----------------------------------------------------------------------------
    */
    .homepage-quote {
        width: 715px;
        height: 500px;
        font-size: 2em;
    }

    .header-content {
        padding-bottom: 4em;
    }

    .header-content .ctas {
        max-width: 850px;
    }

    /**
    * Sliders
    * -----------------------------------------------------------------------------
    */
    /* slide content */
    .slide-thumbnail {
        /*display: block;*/
    }

    /**
    * bg-shape
    * -----------------------------------------------------------------------------
    */

    .widget-area .bg-shape-inner {
        font-size: 1.08em;
        padding: 2em;
    }

    /**
    * Blog
    * -----------------------------------------------------------------------------
    */

    .about-the-author-img {
        width: 25%;
    }

    .about-the-author-img + .about-the-author-info {
        width: 75%;
    }

    /**
    * Contact
    * -----------------------------------------------------------------------------
    */

    .contact-buttons .box-item {
        margin: .5em;
        padding: 1em 1.5em;
    }

    /* paragraph */
    .lead {
        font-size: 1.56em;
    }

    .content-blocks .lead {
        font-size: 1.475em;
    }
}


@media (min-width: 1600px){
    /**
    * bg-shape
    * -----------------------------------------------------------------------------
    */

    .widget-area .bg-shape-inner {
        font-size: 1.19em;
        padding: 2em;
    }
}

@media (min-width: 1800px) {
    .logo {
        margin-left: -80px;
    }
}

@media (max-height: 768px) and (min-width: 768px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 2.285em;
    }

    h2 {
        font-size: 1.75em;
    }

    h3, .h3 {
        font-size: 1.35em;
    }

    h4, .h4 {
        font-size: 1.2em;
    }

    h5, .h5 {
        font-size: 1.1em;
    }

    h6, .h6 {
        font-size: 1em;
    }

    .homepage-quote {
        width: 385px;
        max-width: 100%;
        margin: 0 auto 1em;
        height: 275px;
        font-size: 1.5em;
    }

    .bg-shape-inner {
        padding: 1.75em;
    }

    .header-content .ctas {
        width: 450px;
        font-size: .9em;
    }

    .header-content .cta {
        padding: 1.25em;
    }

    .homepagewelcome {
        font-size: 1em;
    }

    .homepagewelcome .container-fluid{
        max-width: 1000px;
    }

    #pre-header {
        font-size: .9em;
    }

    .btn-link {
        font-size: 1.5em;
    }

    /* hero */
    .hero {
        padding-top: 0;
    }

    /* paragraph */
    .lead {
        font-size: 1.45em;
    }

    .content-blocks .lead {
        font-size: 1.375em;
    }

    /* community */
    .page-template-community .owl-carousel{
        font-size: 16px;
    }

}

/**
* slide-thumbnail specific checkpoints
* -----------------------------------------------------------------------------
*/
@media (min-width: 600px){
    .owl-item .slide {
        height: 265px;
        min-height: 0;
        min-height: none;
    }

    .slide-thumbnail {
        display: block;
    }

}

@media (min-width: 768px){
    .slide-thumbnail {
        width: 211px;
    }

    .owl-item .slide,
    .slide-thumbnail {
        height: 318px;
    }
}

@media (min-width: 925px){
    .slide-body {
        font-size: .8em;
        padding: 1em;
    }

    .slide-thumbnail {
        width: 165px;
        margin-right: 1em;
    }

    .owl-item .slide,
    .slide-thumbnail {
        height: 250px;
    }
}

@media (min-width: 1050px){
    .slide-body {
        font-size: .9em;
        padding: 1.5em;
    }

    .slide-thumbnail {
        margin-right: 1.5em;
        width: 182px;
    }

    .owl-item .slide,
    .slide-thumbnail {
        height: 275px;
    }
}

@media (min-width: 1299px){
    .slide-body {
        font-size: .8em;
        padding: 1em;
    }

    .slide-thumbnail {
        width: 160px;
        margin-right: 1em;
    }

    .owl-item .slide,
    .slide-thumbnail {
        height: 241px;
    }
}

@media (min-width: 1500px){
    .slide-body {
        font-size: .9em;
        padding: 1.5em;
    }

    .slide-thumbnail {
        margin-right: 1.5em;
        width: 182px;
    }

    .owl-item .slide,
    .slide-thumbnail {
        height: 275px;
    }
}

@media (min-width: 1650px){
    .slide-body {
        font-size: .95em;
        padding: 1.75em;
    }

    .slide-thumbnail {
        margin-right: 1.75em;
        width: 205px;
    }

    .owl-item .slide,
    .slide-thumbnail {
        height: 309px;
    }
}

/**
* Clearfix fix for columns of different heights
* -----------------------------------------------------------------------------
*/

@media screen and (min-width: 768px) and (max-width: 991px){
    .content-blocks.our-program-blocks .col-sm-6:nth-child(2n + 1) {
        clear: left;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .content-blocks.our-program-blocks .col-md-6:nth-child(2n + 1) {
        clear: left;
    }
}

@media screen and (min-width: 1200px){
    .content-blocks.our-program-blocks .col-lg-4:nth-child(3n + 1) {
        clear: left;
    }
}



/**
* Print Styles
* -----------------------------------------------------------------------------
*/
@media print{
    #pre-header,
    header,
    footer {
        display: none;
    }

    /* hide unnecessary elements */
    .morelink:after,
    .morelink a:after,
    .btn:after {
        display: none !important;
    }

    .box-item:after {
        display: none;
    }

    .photo-gallery a:after {
        display: none;
    }

    .sidebar-col a:after {
        display: none;
    }

    .ssba a:after {
        display: none;
    }

    .slider-wrapper a:after {
        display: none;
    }


    /* buttons */
    .btn-default {
        border: 1px solid #ccc;
    }


    /* boxes */
    .eventcard {
        border: 1px solid #ccc;
    }

    /* our organization */
    .item {
        display: inline-block;
    }

    .box-item {
        display: inline-block;
        width: 250px;
        height: 132px;
        margin: 1em 1.5em 1 0;
    }

    /* our house */
    .container-max-1440 .col-lg-4 a:after {
        display: none;
    }

    .container-max-1440 .col-md-6 {
        width: 50%;
    }

    /* our house tour */
    .photo-gallery img {
        width: 300px;
    }

    .photo-gallery .col-md-6 {
        width: 50%;
        float: left;
    }

    .photo-gallery .hidden {
        display: block !important;
        visibility: visible !important;
    }

    /* main/sidebar col */
    .bg-shape {
        border: 1px solid #ccc;
    }

    /* blog */
    .ssba a {
        display: inline-block;
    }

    .nav-links a:after {
        display: none;
    }

    .blog-entry .col-sm-4 {
        width: 33.333333%;
        float: left;
    }

    .about-the-author {
        border: 1px solid #ccc;
    }

    /* contact */
    .contact-buttons {
        display: none;
    }

    /* community */
    .mfp-bg,
    .mfp-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }
}

.bios-template-default .entry-info {
    display: none;
}

.scroll_on #main-menu-container,.scroll_on .navbar-toggle {
    top: 0;
    position: fixed;
    z-index: 999;
}
.fooimgcont {
    display: inline-block;
    width: 100%;
    max-width: 25%;
    float: left;
}

@media screen and (max-width: 752px){
    .scroll_on #main-menu-container {
        top: 51px;
        width: 100%;
    }
}
/*.page-id-4487 .bg-shape {
    background-image: url('images/Shape-1.png') !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}*/


.menu-footer-explore-container a:hover,
.menu-footer-social-container a:hover,
.menu-footer-explore-container a:focus,
.menu-footer-social-container a:focus{
    background-color: transparent;
    color: #fff !important;
    text-decoration: underline;
}