/*
	Theme Name: Association
	Description: This is a custom theme created for CAI Central Florida on the Genesis Framework.
	Author: Overflow Design Group
	Author URI: http://overflowdg.com
	Version: 2.0.1

	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.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- The Events Calendar
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Sabai Directory
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height:  0
}

[hidden] {
    display: none
}

html {
    font-family:              sans-serif;
    -ms-text-size-adjust:     100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing:      content-box;
    height:          0
}

mark {
    background: #ffff00;
    color:      #000000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size:   1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size:      75%;
    line-height:    0;
    position:       relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border:  1px solid silver;
    margin:  0 2px;
    padding: .35em .625em .75em
}

legend {
    border:  0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size:   100%;
    margin:      0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor:             pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding:    0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing:    content-box;
    -webkit-box-sizing: content-box;
    box-sizing:         content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border:  0;
    padding: 0
}

textarea {
    overflow:       auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing:  0
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear:   both;
    content: " ";
    display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

body {
    background-color:       #f1f0ee;
    color:                  #666666;
    font-family:            'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:              15px;
    font-size:              1.5rem;
    font-weight:            400;
    line-height:            1.625;
    -webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input:hover,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="search"],
textarea:focus,
.button,
.site-header .search-form input,
.tab-content {
    -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;
}

::-moz-selection {
    background-color: #333333;
    color:            #ffffff;
}

::selection {
    background-color: #dddddd;
}

a {
    color:           #666666;
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
    margin-bottom: -0.4rem;
}

a:hover {
    color: #333333;
}

p {
    margin:  0 0 24px;
    margin:  0 0 2.4rem;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin:  0;
    padding: 0;
}

blockquote,
blockquote::before {
    color: #ffcb05;
}

blockquote {
    font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size:   28px;
    margin:      40px;
}

blockquote::before {
    content:   "\201C";
    display:   block;
    font-size: 80px;
    height:    0;
    left:      -35px;
    position:  relative;
    top:       -33px;
}

.entry-content code {
    background-color: #333333;
    color:            #dddddd;
}

cite {
    font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color:       #1352a2;
    font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin:      0 0 16px;
    margin:      0 0 1.6rem;
}

h1 {
    font-size: 42px;
    font-size: 4.2rem;
}

h2 {
    font-size: 36px;
    font-size: 3.6rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

.member-logo img,
.sponsorship-logo img {
    height: auto;
    width:  100%; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea,
.sabai-directory-search input,
.sabai-directory-search select {
    background-color: #ffffff;
    border:           1px solid #dddddd;
    border-radius:    3px;
    box-shadow:       none;
    color:            #999999;
    font-size:        14px;
    font-size:        1.4rem;
    padding:          16px;
    padding:          1.6rem;
    width:            100%;
}

input:focus,
textarea:focus,
.sabai-directory-search input:focus,
.sabai-directory-search select:focus {
    border:  1px solid #999999;
    outline: none;
}

::-moz-placeholder {
    color:   #999999;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.sabai-btn input,
.sabai-btn-small input,
.sidebar .tribe-events-widget-link a,
.tribe-events-widget-link a {
    background-color: transparent;
    background-image: none;
    border:           3px solid #1352a2;
    border-radius:    3px;
    box-shadow:       none;
    color:            #1352a2;
    cursor:           pointer;
    display:          inline-block;
    font-family:      'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size:        14px;
    padding:          14px 22px;
    padding:          1.6rem 2.4rem;
    text-shadow:      none;
    text-transform:   uppercase;
    width:            auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.sabai-btn:hover,
.sabai-btn-small:hover,
.tribe-events-widget-link a:hover {
    background-color: #1352a2;
    color:            #ffffff;
    border:           3px solid #1352a2;
}

.entry-content .button:hover {
    color: #ffffff;
}

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

.button-holder {
    clear:      both;
    margin-top: 30px;
    text-align: center;
}

.button-holder.right {
    text-align: right;
}

.button-holder.left {
    text-align: left;
}

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

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

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

th,
td {
    text-align: left;
}

th {
    font-weight:    bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #dddddd;
    padding:    6px 0;
    padding:    0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin:    0 auto;
    max-width: 1140px;
}

.site-inner {
    width: 90%;
}

.home .wrap {
    width: 90%;
}

.site-inner {
    clear:       both;
    padding-top: 40px;
    padding-top: 4rem;
}

.post-edit-link {
    display: none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* Content */

.content {
    float: right;
    width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 520px;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.directory .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing {
    float:       left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths,
.directory .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth,
.home .directory .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first,
.directory.page .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing:nth-child(odd),
.home .directory .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing:nth-child(1) {
    clear:       both;
    margin-left: 0;
}

.clear {
    clear:  both;
    margin: 10px 0;
}

.clear-line {
    clear:         both;
    border-bottom: 1px solid #e5e5e5;
    margin:        10px 0;
}

/* Toggles
--------------------------------------------- */

/* ## Toggles & Tabs
--------------------------------------------- */

.toggle {
    border: 1px solid #cccccc;
}

.toggle-details {
    display: none;
}

.toggle-title {
    padding:          16px;
    background-color: #f2f2f2;
    position:         relative;
    overflow:         hidden;
}

.toggle-title.visible {
    border-bottom: 1px solid #cccccc;
}

.toggle-title h4 {
    margin: 0 !important;
    float:  left;
}

.toggle-title p {
    margin: 0;
}

.toggle-details {
    padding: 30px;
}

.toggle-details p {
    margin: 0;
}

.toggle-icon {
    color:     #b0b0b0;
    display:   block;
    float:     right;
    font-size: 24px;
}

.visible .fa-plus:before {
    content: "\f068";
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
    margin-right: 2.4rem;
}

.alignright .avatar {
    margin-left: 24px;
    margin-left: 2.4rem;
}

.search-form input[type="submit"] {
    border:   0;
    clip:     rect(0, 0, 0, 0);
    height:   1px;
    margin:   -1px;
    padding:  0;
    position: absolute;
    width:    1px;
}

.sticky {

}

img.centered,
.aligncenter {
    display: block;
    margin:  0 auto 24px;
    margin:  0 auto 2.4rem;
}

img.alignnone {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}

.alignleft {
    float:      left;
    text-align: left;
}

.alignright {
    float:      right;
    text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
    margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
    margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
    font-size:   14px;
    font-size:   1.4rem;
    font-weight: 700;
    text-align:  center;
}

.gallery-caption {
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    display:       none;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.directory .breadcrumb {
    color:       #ffffff;
    line-height: 0;
    margin:      0;
    position:    relative;
    top:         20px;
}

.directory .breadcrumb a {
    border-bottom: 1px solid #ffffff;
    color:         #ffffff;
}

.archive-description,
.author-box {
    background-color: #ffffff;
    margin-bottom:    40px;
    margin-bottom:    4rem;
}

.archive-description {
    padding: 40px 40px 24px;
    padding: 4rem 4rem 2.4rem;
}

.author-box {
    padding: 40px;
    padding: 4rem;
}

.author-box-title {
    color:         #333333;
    font-family:   'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:     16px;
    font-size:     1.6rem;
    margin-bottom: 4px;
    margin-bottom: 0.4rem;
}

.author-box a {
    border-bottom: 1px solid #dddddd;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    margin-right: 24px;
    margin-right: 2.4rem;
}

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

.entry-title {
    font-size:   36px;
    font-size:   3.6rem;
    line-height: 1;
}

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

.entry-title a:hover {
    color: #666666;
}

.widget-title {
    font-size:      16px;
    font-size:      1.6rem;
    margin-bottom:  24px;
    margin-bottom:  2.4rem;
    text-transform: uppercase;
}

.sidebar .widget-title a {
    border: none;
}

.archive-title {
    font-size:     20px;
    font-size:     2rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.sidebar-primary .widgettitle {
    color: #ffcb05;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    border:        0 !important;
    border-bottom: 2px solid #f1f0ee !important;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding:       0 0 24px;
    padding:       0 0 2.4rem;
}

.featured-content .entry-title {
    border:        none;
    font-size:     18px;
    font-size:     1.8rem;
    line-height:   1.2;
    margin-bottom: 0;
}

.featured-content .entry-title a {
    border: none;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
    color: #999999;
}

.enews-widget .widget-title {
    color: #ffffff;
}

.enews-widget input {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

.enews-widget input:focus {
    border: 1px solid #dddddd;
}

.enews-widget input[type="submit"] {
    background-color: #1352a2;
    color:            #ffffff;
    margin:           0;
    width:            100%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #ffffff;
    color:            #333333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    font-size: 1.6rem;
    padding:   16px;
    padding:   1.6rem;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
    margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 14px;
    font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}

/* The Events Calendar
--------------------------------------------- */

.events #tribe-events-pg-template {
    max-width: 100%;
    margin:    0;
}

.events.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
    max-width: 100%;
    margin:    0;
}

.events .tribe-events-list .vevent.hentry.tribe-event-end-month {

}

.events .tribe-events-list .vevent.hentry,
.events.events-archive .tribe-events-list .vevent.hentry,
.events .tribe-events-list .vevent.hentry.tribe-events-last,
.events .tribe-events-list .vevent.hentry.tribe-event-end-month {
    background-color:      #ffffff;
    padding:               0;
    margin:                0;
    margin-bottom:         40px;
    border:                1px solid;
    border-color:          #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
}

.events .tribe-events-list .tribe-events-event-cost {
    margin:   0;
    position: absolute;
    top:      0;
    right:    0;
}

.events .tribe-events-single-event-description img {
    height: auto;
}

.events .tribe-events-event-cost {
    justify-content: center;
}

.events .tribe-events-list .tribe-events-event-image {
    width: 100%;
}

.events .tribe-events-list .event-list-left {
    line-height: 0;
    min-height:  250px;
}

.events .tribe-events-list .event-list-right {
    padding: 20px 140px 20px 0;
}

.events .tribe-events-list .tribe-events-read-more {
    background-color: #1352a2;
    color:            #ffffff;
    display:          block;
    clear:            both;
    position:         absolute;
    right:            0;
    bottom:           0;
    padding:          10px;
}

.events .tribe-events-list .tribe-events-read-more-link {
    color: #ffffff;
}

.events.single-tribe_events .tribe-events-schedule h3 {
    font-size: 24px;
}

.events.single-tribe_events .website-button {
    float: right;
}

.events.single-tribe_events .website-button a {
    border-radius: 0;
}

.events.single-tribe_events .website-button-content {
    width:      100%;
    text-align: center;
    padding:    20px;
}

.events.single-tribe_events .tribe-events-cal-links {
    text-align: center;
}

.events.single-tribe_events #tribe-events .tribe-events-button {
    background-color: #fee59d;
    display:          inline;
    margin:           0 20px 0 0;
}

.events .clear-line {
    margin: 30px 0;
}

.events.single-tribe_events .tribe-events-event-meta {
    background: transparent;
    border:     0;
    margin:     0;
}

.events.single-tribe_events .tribe-events-single-section,
.events.single-tribe_events .tribe-events-cal-links,
.events.single-tribe_events .tribe-events-content,
.events.single-tribe_events .website-button-content {
    padding:    30px 0;
    border-top: 2px solid #cccccc;
    margin:     0;
}

.events.single-tribe_events .tribe-events-single-section .tribe-events-meta-group {
    padding:    0;
    width:      50%;
    text-align: center;
}

.events.single-tribe_events .tribe-events-single-section .tribe-events-meta-group-venue {
    padding:    0;
    width:      100%;
    text-align: center;
}

.events.single-tribe_events .tribe-events-single-section .tribe-events-venue-map {
    width:         100%;
    margin:        0;
    padding:       0;
    border-radius: 0;
}

.events .tribe-events-list-separator-month {
    margin: 50px auto;
}

.events .tribe-events-list-separator-month span {
    background-color: #f1f0ee;
    font-family:      'Open Sans';
    font-weight:      100;
    padding:          0 5%;
}

.events .tribe-events-list-separator-month:after {

}

.events .tribe-bar-disabled,
.events .tribe-events-bar {
    display: none;
}

.events #tribe-events .tribe-events-list h2.tribe-events-page-title {
    color:  #1352a2;
    margin: 15px 0;
}

.events #tribe-events .tribe-events-ical.tribe-events-button {

}

.events-archive.events-gridview #tribe-events-content table .vevent {
    overflow: visible;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
    background-color: #1352a2 !important;
    color:            #ffffff;
}

#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val {
    color: #1352a2 !important;
}

.tribe-bar-is-disabled h2.tribe-events-page-title,
.tribe-events-page-title {
    text-align:    center;
    margin-bottom: 32px;
}

#tribe-events-content table.tribe-events-calendar {
    margin-bottom: 20px !important;
}

.tribe-events-adv-list-widget h4.entry-title,
.tribe-events-adv-list-widget h4.entry-title a {
    font-size:     18px;
    border-bottom: 0;
}

.tribe-events-adv-list-widget h4.entry-title {
    margin-bottom: 5px;
}

.tribe-events-adv-list-widget .duration {
    margin-left: 5px;
    font-weight: normal !important;
    color:       #6a6a6a;
}

.tribe-events-adv-list-widget ol li {
    margin-bottom:  15px !important;
    padding-bottom: 15px;
    border-bottom:  1px solid #eeeeee;
}

.footer-widgets .tribe-events-adv-list-widget .duration {
    color: #17345c;
}

.events.single-tribe_events .sidebar header.entry-header {
    display: block;
}

/* Mobile.Nav
--------------------------------------------- */

div#sdrn_bar {
    background: #1352a2;
    box-shadow: 0 3px 1px 0px rgba(50, 50, 50, 0.15);
    height:     42px;
    padding:    0;
}

div#sdrn_menu.left ul#sdrn_menu_ul,
div#sdrn_menu.right ul#sdrn_menu_ul {
    padding-top: 48px !important;
}

div#sdrn_menu.right {
    width: 60%;
    right: -60%;
    left:  auto;
}

div#sdrn_bar .bar_logo {
    margin-top: 12px;
    height:     35px;
    position:   relative;
    top:        0;
}

div#sdrn_bar .sdrn_ic {
    background:   #ffcb05;
    margin-right: 0px !important;
    margin-top:   0px;
    padding:      11px 20px;
    width:        70px;
    height:       42px
}

div#sdrn_bar .sdrn_ic span {
    background:    #1352a2;
    width:         30px;
    margin-bottom: 4px;
    position:      relative;
}

div#sdrn_bar .sdrn_ic_2,
div#sdrn_bar .sdrn_ic_3 {
    top: 0;
}

div#sdrn_bar.menu_is_opened .sdrn_ic_1 {
    opacity: 0 !important;
    top:     0 !important;
}

div#sdrn_bar.menu_is_opened .sdrn_ic_2 {
    top: 2px !important;
}

div#sdrn_bar.menu_is_opened .sdrn_ic_3 {
    top: -6px !important;
}

div#sdrn_menu {
    background: #ffcb05 !important;
    box-shadow: -3px 0px 1px 0px rgba(50, 50, 50, 0.15);
}

div#sdrn_menu.sdrn_levels ul li {
    border: 0;
}

div#sdrn_menu ul li a,
div#sdrn_menu ul li a:hover {
    border-bottom: none;
    border-top:    none;
    color:         #1352a2;
    font-size:     15px;
    padding:       10px;
}

div#sdrn_menu .sdrn_icon_par {
    padding:   10px 12px;
    color:     #1352a2;
    width:     25px;
    font-size: 12px;
}

div#sdrn_menu.sdrn_levels ul li ul {
    border-top: 0;
}

div#sdrn_menu.sdrn_levels ul li ul li {
    border-left:  1px solid #1352a2;
    padding-left: 0;
    margin-left:  14%;
    width:        86%;
}

div#sdrn_menu.sdrn_levels a.sdrn_parent_item {
    margin-left: 25px;
    border:      0;
}

div#sdrn_menu ul li a:hover {
    color: #ffffff;
}

div#sdrn_bar, div#sdrn_bar *, div#sdrn_menu, div#sdrn_menu * {
    font-family: 'Montserrat', sans-serif;
}

div#sdrn_menu li.social-icon, div#sdrn_menu li.social-icon a [class^="icon-"], div#sdrn_menu li.social-icon a [class*=" icon-"] {
    font-family: 'FontAwesome';
}

#sdrn_menu.sdrn_levels ul li.social-icon {
    display: inline-block;
    float:   left;
    width:   24.9%;
}

#sdrn_menu.sdrn_levels ul li.social-icon a {
    padding:    15px;
    text-align: center;
}

div#sdrn_menu li.social-icon a [class^="icon-"]:before, div#sdrn_menu li.social-icon a [class*=" icon-"]:before {
    font-size: 20px;
    position:  relative;
    top:       0;
}

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

.site-header {
    background-color: #ffffff;
}

.site-header .wrap {
    padding: 40px 0;
    padding: 4rem 0;
}

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

.title-area {
    float:       left;
    font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding:     16px 0;
    padding:     1.6rem 0;
    width:       320px;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    font-size:      28px;
    font-size:      2.8rem;
    line-height:    1;
    margin:         0 0 8px;
    margin:         0 0 0.8rem;
    text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
    color: #333333;
}

.site-description {
    color:         #999999;
    font-size:     16px;
    font-size:     1.6rem;
    font-weight:   300;
    line-height:   1;
    margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title,
.title-area,
.site-title {
    width: 100%;
}

.header-image .site-description,
.header-image .site-title a,
.site-description,
.site-title a {
    display:     block;
    text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap,
.site-header .wrap {
    background:      url('images/logo-color.svg') no-repeat top center;
    background-size: contain;
    padding:         8px 0;
    margin:          28px auto;
}

.header-image .site-title a,
.site-title a {
    float:      left;
    min-height: 164px;
    width:      100%;
}

.title-area {
    width:      20%;
    margin:     0 auto;
    position:   absolute;
    left:       40%;
    text-align: center;
    padding:    0;
    height:     100px;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
    word-wrap: break-word;
}

.site-header .widget-area {
    float:      right;
    text-align: right;
    width:      800px;
}

.header-image .site-header .widget-area {
    padding: 10px 0;
    padding: 1rem 0;
}

.site-header .search-form {
    float:      right;
    margin-top: 24px;
    margin-top: 2.4rem;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear:       both;
    color:       #999999;
    font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size:   0;
    font-weight: 700;
    line-height: 1.5;
    text-align:  center;
    width:       100%;
}

.genesis-nav-menu .menu-item {
    display:    inline-block;
    font-size:  15px;
    text-align: left;
}

.genesis-nav-menu a {
    border:       none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow:   1px 0 0 rgba(255, 255, 255, 0.11);
    color:        #ffffff;
    display:      block;
    padding:      28px 24px;
    padding:      2.8rem 2.4rem;
    position:     relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #333333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #999999;
}

.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
    background-color:   #ffffff;
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.28);
    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:              200px;
    z-index:            99;
}

.genesis-nav-menu .sub-menu li {
    border-bottom: 1px solid #eeeeee;
}

.genesis-nav-menu .sub-menu li:last-child {
    border-bottom: 0;
}

.genesis-nav-menu .sub-menu a {
    background-color: #ffffff;
    border:           1px solid #eeeeee;
    border-top:       none;
    color:            #7d7d7d;
    font-family:      'Open Sans', Helvetica, Arial, sans-serif;
    font-size:        14px;
    font-size:        1.4rem;
    font-weight:      400;
    padding:          16px 20px;
    padding:          1.6rem 2rem;
    position:         relative;
    width:            200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left:    auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display:         inline-block;
    float:           right;
    list-style-type: none;
    padding:         28px 0;
    padding:         2.8rem 0;
    text-transform:  uppercase;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
    margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
    padding: 14px 0 0;
    padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #eeeeee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -55px;
}

.site-header .widget-area {
    float:      none;
    text-align: center;
    width:      100%;
    display:    inline-block;
}

.site-header li.menu-item-14 {
    margin-right: 30%;
}

.site-header .genesis-nav-menu a {
    color:      #959595;
    border:     none;
    box-shadow: none;
}

.site-header .widget-area .widget:nth-child(odd) {
    float: left;
}

.site-header .widget-area .widget:nth-child(even) {
    float: right;
}

.site-header .simple-social-icons ul li {
    margin: 20px 8px !important;
}

.site-header .search-form {
    margin-top: 13px;
}

.site-header .search-form input {
    background-color: transparent;
    border:           3px solid #b9b9b9;
    color:            #999999;
}

.site-header .search-form input:active {
    border-color: #1352a2;
    color:        #1352a2;
}

.site-header .search-form input:hover {
    border-color: #1352a2;
    color:        #1352a2;
}

.site-header .search-form input:focus {
    border-color: #1352a2;
    color:        #1352a2;
}

.site-header .search-form input::-webkit-input-placeholder,
.site-header .search-form input:-moz-placeholder,
.site-header .search-form input::-moz-placeholder,
.site-header .search-form input:-ms-input-placeholder {
    color: #b9b9b9;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #1352a2;
    position:         relative;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .current-menu-parent > a {
    color:            #ffffff;
    background-color: rgba(255, 255, 255, 0.13);
    border-right:     1px solid rgba(255, 255, 255, 0.11);
    box-shadow:       1px 0 0 rgba(0, 0, 0, 0.06);
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a,
.nav-primary .sub-menu .current-menu-parent > a {
    background-color: #f1f0ee;
    color:            #1352a2;
}

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #1352a2;
}

.nav-primary .genesis-nav-menu a {
    padding: 17px 24px;
}

.nav-primary.sticky {
    position: fixed;
    top:      0;
    width:    100%;
    z-index:  999999;
}

.nav-primary-spacer.sticky {
    background-color: #1352a2;
    height:           56px;
    width:            100%;
    display:          block;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #ffffff;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry,
.events .tribe-events-list .vevent.hentry,
.home .page.entry .entry-content .entry.box .wrap,
.sidebar .widget,
.archive-description,
#sabai-inline #sabai-inline-content {
    border:                1px solid;
    border-color:          #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
    background-color:      #ffffff;
    border-radius:         3px;
    margin-bottom:         40px;
    margin-bottom:         4rem;
    overflow:              hidden;
    padding:               40px 40px 24px;
    padding:               4rem 4rem 2.4rem;
}

.home .page.entry .entry-content .entry.box .wrap {
    padding: 40px;
    padding: 4rem;
}

.entry {
    padding: 0;
}

.entry-content,
.entry-footer {
    padding:    60px 40px 24px;
    word-break: break-word;
}

.entry-content a {
    border-bottom:  1px solid #f26964;
    color:          #f26964;
    padding-bottom: 1px;
}

.entry-content a:hover {
    border-bottom: 1px solid #1352a2;
    color:         #1352a2;
}

.entry-content .attachment a,
.entry-content .gallery a {
    border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
    margin-left: 4rem;
}

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

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

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

.entry-content .search-form {
    width: 50%;
}

.entry-meta {
    color:     #999999;
    font-size: 14px;
    font-size: 1.4rem;
}

.entry-meta a {
    border-bottom: 1px solid #dddddd;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
    border-top: 2px solid #f1f0ee;
    margin:     0 -40px;
    margin:     0 -4rem;
    padding:    32px 40px 8px;
    padding:    3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
    content: "\2014";
    margin:  0 6px 0 2px;
    margin:  0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
    display: block;
}

.hero-entry {
    background-color:    #ffda6f;
    background-image:    url(images/bg-1.png);
    /*background-attachment: fixed; (having issues with mobile nav and rendering)*/
    background-position: center center;
    padding:             120px 0 140px;
}

.hero-entry h1,
.events .tribe-events-list h2.tribe-events-page-title,
.home .hero-entry h3 {
    color:       #ffffff;
    font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size:   55px;
    font-weight: 700;
    text-align:  center;
    text-shadow: 0px 2px 2px rgba(50, 50, 50, 0.15);
}

.page .content-sidebar-wrap,
.single-post .content-sidebar-wrap {
    margin-top: -80px;
}

.archive .content .post,
.search .content .entry {
    padding: 40px;
}

.archive .content .entry-content,
.search .content .entry-content {
    padding:  0;
    overflow: hidden;
}

.archive .content .entry-content img {
    width:      40%;
    max-height: 175px;
}

.archive .content .entry-content .more-link {
    padding: 12px 18px;
    clear:   both;
    display: inline-block;
}

.archive .content .entry-footer,
.archive .content .entry-meta {
    padding:        0;
    margin:         0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:      12px;
}

.archive .content .entry-footer .entry-meta {
    padding-top: 30px;
}

.archive .content .entry-footer a {
    border-bottom: 0;
    color:         #f26964;
}

.archive .content .entry-header {
    margin-bottom: 26px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
    font-size: 14px;
    font-size: 1.4rem;
    margin:    40px 0;
    margin:    4rem 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #333333;
    border-radius:    3px;
    color:            #ffffff;
    cursor:           pointer;
    display:          inline-block;
    padding:          8px 12px;
    padding:          0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #1352a2;
}

.entry-pagination a {
    border-bottom: 1px solid #dddddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #ffffff;
    margin-bottom:    40px;
    margin-bottom:    4rem;
}

.entry-comments {
    padding: 40px;
    padding: 4rem;
}

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
    padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
    border-bottom: 1px solid #dddddd;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    margin-bottom: 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;
    margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.comment-list li {
    margin-top: 24px;
    margin-top: 2.4rem;
    padding:    32px;
    padding:    3.2rem;
}

.comment-list li li {
    margin-right: -32px;
    margin-right: -3.2rem;
}

li.comment {
    background-color: #f1f0ee;
    border:           2px solid #ffffff;
    border-right:     none;
}

.comment .avatar {
    margin: 0 16px 24px 0;
    margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {
}

.form-allowed-tags {
    background-color: #f1f0ee;
    font-size:        14px;
    font-size:        1.4rem;
    padding:          24px;
    padding:          2.4rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    color: #999999;
}

.sidebar a {
    border-bottom: 1px solid #dddddd;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar li {
    list-style-type: none;
    margin-bottom:   6px;
    margin-bottom:   0.6rem;
    word-wrap:       break-word;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: #ffffff;
    border-radius:    3px;
    margin-bottom:    40px;
    margin-bottom:    4rem;
    padding:          40px;
    padding:          4rem;
}

.sidebar .enews-widget {
    background-color: #333333;
}

/*
Sabai Directory
---------------------------------------------------------------------------------------------------- */

.page.directory .content-sidebar-wrap,
.events.single-tribe_events .content-sidebar-wrap {
    margin-top: -92px;
}

.directory .content {
    width: 100%;
}

.directory .sidebar {
    display: none;
}

.directory.sabai-entity-bundle-type-directory_listing .content {
    width: 740px;
}

.directory.sabai-entity-bundle-type-directory_listing .sidebar {
    display: block;
}

.directory.sabai-entity-bundle-type-directory_listing .sabai .sabai-directory-main {
    width: 100% !important;
}

.directory .entry {
    background-color: transparent;
    border:           0 !important;
    border-radius:    0;
}

.directory .entry-content {
    padding: 0;
}

.directory #sabai-nav {
    background-color: transparent;
    padding:          0;
}

.directory ul.sabai-nav-tabs {
    border-bottom: none;
    font-size:     0;
    margin-bottom: 0 !important;
    text-align:    center;
}

.directory .sabai-nav-tabs > li {
    float:     none;
    display:   inline-block;
    font-size: 0;
    margin:    0 10px !important;
}

.directory .sabai-nav-tabs a {
    background-color: #dadada;
    color:            #666666;
    font-size:        18px;
    padding:          16px 30px;
}

.directory .sabai-nav-tabs .sabai-active a {
    background-color: #f1f0ee;
    color:            #666666;
}

.sabai-nav-tabs > li > a,
.sabai-nav-pills > li > a {
    border: 0;
    margin: 0;
}

.sabai-nav-tabs > .sabai-active > a,
.sabai-nav-tabs > .sabai-active > a:hover,
.sabai-nav-tabs > .sabai-active > a:focus {
    border:        none;
    border-bottom: none;
}

.directory .sabai-nav-tabs > li > a:hover {
    background-color: #e7e7e7;
    color:            #666666;
}

.directory .sabai-nav-tabs > .sabai-active > a:hover {
    background-color: #f1f0ee;
}

.directory #sabai-nav + #sabai-body {
    margin-top: 30px;
}

.directory .sabai-directory-search {
    background-image:      none;
    background-color:      #ffffff;
    border:                1px solid;
    border-color:          #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
    box-shadow:            none;
    margin-bottom:         40px;
    padding:               20px;
}

div.sabai-entity-entities > .sabai-entity-bundle-type-directory-listing,
#sabai-body > .sabai-entity-bundle-type-directory-listing {
    background-color:      #ffffff;
    border:                1px solid;
    border-color:          #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
    margin:                17px 0;
    padding:               0;
}

.directory .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing.sabai-directory-listing-featured {
    background-color:      #ffffff;
    border:                1px solid;
    border-color:          #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
}

div.sabai-directory-images,
div.sabai-entity .sabai-directory-images {
    background-color: transparent;
    display:          none;
    width:            30% !important;
}

div.sabai-directory-listing-featured .sabai-directory-images {
    display:    block;
    max-height: 188px;
    padding:    5px;
}

.directory .sabai-directory-listing-featured .sabai-directory-images a {
    border-bottom: none;
    color:         #666666;
}

.directory .sabai-directory-main {
    margin-left:    0 !important;
    padding:        20px;
    padding-bottom: 25px;
}

.directory .sabai-directory-title {
    color:       #1352a2;
    font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size:   16px;
    white-space: normal;
    line-height: 22px;
}

.directory .sabai-directory-title a {
    border-bottom: none;
    color:         #1352a2;
}

.directory .sabai-row-fluid {

}

.directory .sabai-entity .sabai-directory-main {
    margin-left: 0 !important;
    max-width:   100% !important;
    width:       100% !important;
}

.directory .sabai-directory-listing-featured .sabai-directory-main {
    width: 69.9% !important;
}

.directory .sabai-directory-search-submit {
    padding: 0;
}

.directory .sabai-directory-listing-featured .sabai-directory-title .sabai-content-icon {
    display: none;
}

.sabai-btn input,
.sabai-btn-small input {
    padding: 20px;
}

.directory a.sabai-btn,
.directory button.sabai-btn {
    background-color: #1352a2;
    background-image: none;
    border:           0;
    color:            #ffffff;
    font-size:        14px;
    padding:          8px 24px;
    text-shadow:      none;
    line-height:      1;
}

.directory a.sabai-btn.sabai-active {
    background-color: rgba(68, 109, 179, 0.77);
}

.sabai-row-fluid [class*="sabai-span"] {

}

.directory .sabai-caret {
    border-top-color: #ffffff;
}

.directory .sabai-directory-listing-column {
    background-color:      #ffffff;
    border:                1px solid;
    border-color:          #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
}

.directory .sabai-directory-listing-column .wrap {
    padding: 20px;
}

#sabai-inline-nav + #sabai-inline-content {
    margin-top: 30px;
}

.directory .sabai-entity-mode-full .sabai-label.sabai-content-featured,
.directory .sabai-entity-mode-full .sabai-label.sabai-directory-listing-claimed {
    display: none;
}

#sabai-body > .sabai-entity-bundle-type-directory-listing {
    margin-top: 0;
}

.directory .sabai-directory-labels {
    margin-bottom: 0;
}

.directory .sabai-entity-mode-full .sabai-directory-main {
    margin-bottom: 0;
}

.directory .sabai-entity-mode-full .sabai-directory-images {
    overflow: hidden;
    width:    27% !important;
    height:   188px;
}

.directory .sabai-entity-mode-full .sabai-directory-images img {
    width: 100%;
}

.directory .sabai-entity-mode-full .sabai-directory-info {
    width: 100%;
    float: none;
}

.directory .sabai-entity-mode-full.sabai-directory-listing-featured .sabai-directory-info {
    width: 69.8%;
    float: right;
}

.directory .sabai-entity-mode-full .horizontal-sep,
.directory .sabai-entity-mode-full .sabai-directory-tax-sponsor-holder {
    border-top: 1px solid #e5e5e5;
}

.directory .sabai-entity-mode-full .sabai-directory-info {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}

.directory .sabai-entity-mode-full .sabai-directory-address {
    border-left:  1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding:      15px 10px;
    text-align:   center;
}

.directory .sabai-entity-mode-full .sabai-directory-phone,
.directory .sabai-entity-mode-full .sabai-directory-online-contact,
.directory .sabai-entity-mode-full .sabai-directory-tax-sponsor-holder {
    border-right: 1px solid #e5e5e5;
    display:      table;
    width:        100%;
}

.directory .sabai-entity-mode-full .sabai-directory-tel,
.directory .sabai-entity-mode-full .sabai-directory-mobile,
.directory .sabai-entity-mode-full .sabai-directory-fax,
.directory .sabai-entity-mode-full .sabai-directory-website,
.directory .sabai-entity-mode-full .sabai-directory-email,
.directory .sabai-entity-mode-full .sabai-directory-social,
.directory .sabai-entity-mode-full .sabai-directory-sponsor,
.directory .sabai-entity-mode-full .sabai-directory-taxonomy {
    border-left: 1px solid #e5e5e5;
    display:     table-cell;
    float:       none;
    margin:      0;
    padding:     15px 5px;
    text-align:  center;
}

.directory .sabai-entity-mode-full .sabai-directory-taxonomy {
    margin-bottom: 0;
}

.directory .sabai-entity-mode-full .sabai-directory-body {
    clear:         both;
    padding-top:   40px;
    margin-bottom: 0;
}

.directory .horizontal-sep.last {
    clear: both;
}

.directory .sabai-entity-mode-full a {
    border-bottom: 0;
}

.directory .sabai-entity-mode-full .sabai-directory-info label {
    font-size:      12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display:        block;
}

.directory .sabai-entity-mode-full .sabai-directory-online-contact {

}

.directory .sabai-entity-mode-full .sabai-directory-social a {
    display: inline-block;
    margin:  0 10%;
}

.directory .sabai-entity-mode-full [class^="sabai-icon-"],
.directory .sabai-entity-mode-full [class*=" sabai-icon-"] {
    font-family: "FontAwesome" !important;
}

.directory .sabai-icon-twitter-sign:before {
    content: "\f099";
}

.directory .sabai-icon-facebook-sign:before {
    content: "\f09a";
}

.directory .sabai-icon-google-plus-sign:before {
    content: "\f0d5";
}

.directory .sabai img {
    width: 100%;
}

.directory .sabai-entity-mode-full .sabai-directory-custom-fields {
    display: none;
}

.directory #sabai-inline #sabai-inline-content {
    background-color: #ffffff;
    padding:          20px
}

.directory #sabai-inline .sabai-directory-search {
    background-color: #e7f2fa;
}

.directory .sabai-main-directory-categories #sabai-inline .sabai-directory-search {
    background-color: #ffffff;
}

.directory #sabai-inline .sabai-nav-tabs li.sabai-active a {
    font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size:   26px;
    font-weight: 400;
}

.directory #sabai-inline button.sabai-btn {
    font-weight:    300;
    text-transform: none;
    line-height:    1;
}

.directory .sabai-entity-mode-full .sabai-directory-sponsor {
    display: none;
}

.directory .sabai-entity-mode-full.Gold .sabai-directory-sponsor,
.directory .sabai-entity-mode-full.Platinum .sabai-directory-sponsor,
.directory .sabai-entity-mode-full.Silver .sabai-directory-sponsor {
    display: table-cell;
}

.directory .sponsor-flag {
    display: none;
}

.directory .Gold .sponsor-flag,
.directory .Platinum .sponsor-flag,
.directory .Silver .sponsor-flag {
    display:          block;
    position:         absolute;
    bottom:           0;
    right:            0;
    padding:          5px 10px;
    line-height:      0;
    background-color: #1352a2;
    color:            #ffffff;
    text-transform:   uppercase;
    font-size:        10px;
    letter-spacing:   1px;
}

.directory .sponsor-flag span,
.directory .sabai-entity-mode-full .sabai-directory-sponsor span {
    font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.directory .sponsor-flag .fa-star:before,
.directory .sabai-entity-mode-full .sabai-directory-sponsor .fa-star:before {
    margin-right: 5px;
}

.directory .Gold .sponsor-flag {
    background-color: #feca30;
}

.directory .sabai-entity-mode-full.Gold .sabai-directory-sponsor {
    color:            #feca30;
    background-color: rgba(255, 204, 49, 0.10);
}

.directory .Platinum .sponsor-flag {
    background-color: #919191;
}

.directory .sabai-entity-mode-full.Platinum .sabai-directory-sponsor {
    color:            #919191;
    background-color: rgba(145, 145, 145, 0.10);
}

.directory .Silver .sponsor-flag {
    background-color: #eeeeee;
    color:            #919191;
}

.directory .sabai-entity-mode-full.Silver .sabai-directory-sponsor {
    color:            #919191;
    background-color: rgba(238, 238, 238, 0.65);
}

.directory .sabai-main-directory-categories #sabai-inline #sabai-inline-content {
    background-color: transparent;
    border:           0;
}

.directory .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing:first-child {
    border-top: 1px solid #f1f1f1;
}

.home .directory div.sabai-directory-images,
.home .directory div.sabai-entity .sabai-directory-images {
    max-height: 100%;
    overflow:   hidden;
    width:      100% !important;
}

.home .directory .sabai-directory-listing-featured .sabai-directory-main {
    width: 100% !important;
}

.home .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing.sabai-directory-listing-featured {
    background-color: #ffffff;
    background-color: #ffffff;
    border-top:       1px solid #f1f1f1;
    border-right:     1px solid #e7e6e6;
    border-left:      1px solid #e7e6e6;
    border-bottom:    1px solid #cfcfcf;
    margin-top:       40px;
    margin-bottom:    40px;
}

.directory .sabai-entity-bundle-type-directory-listing.sabai-entity-mode-summary .sabai-directory-info {
    font-size: 14px;
}

.sabai-directory-listing-featured .sabai-directory-taxonomy a:nth-of-type(1),
.sabai-directory-listing-featured .sabai-directory-taxonomy i:nth-of-type(1) {
    display: none;
}

div.sabai-directory-listing-featured.sabai-directory-listing-column .sabai-directory-images {
    height: auto;
    width:  70% !important;
    margin: 0 auto;
}

.sabai-directory-listing-column .sabai-directory-title a {
    font-size: 16px;
}

.sabai-directory-listing-column .sabai-directory-info {
    font-size: 13px !important;
}

.sabai-directory-listing-column .sabai-directory-website {
    float:      none;
    width:      100%;
    text-align: center;
}

.sabai-pagination a {
    border-bottom: 0;
}

.sabai-pull-left {
    clear: both;
}

.sabai-widget-directory-featured ul li {
    width: 50%;
    float: left;
}

.sabai-widget-directory-featured .sabai-wordpress-widget-main {
    display: none;
}

.sabai-widget-directory-featured .sabai-wordpress-widget-image {
    width:    100%;
    position: relative;
    height:   auto;
}

.sabai-widget-directory-featured .sabai-wordpress-widget-image img {
    width:   150px !important;
    height:  auto !important;
    margin:  0 auto !important;
    display: block;
    float:   none;
}

.sabai-widget-directory-featured a {
    border-bottom: 0;
    display:       block;
    overflow:      hidden;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #699ce4;
    color:            #17345c;
    clear:            both;
    padding:          40px 0 16px;
    padding:          4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2 {
    margin-right: 3%;
}

.footer-widgets-1 {
    width: 25%;
}

.footer-widgets-2 {
    width: 35%;
}

.footer-widgets-3 {
    width: 30%
}

.footer-widgets-1 {
    margin-right: 40px;
    margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}

.footer-widgets a {
    color: #17345c;
}

.footer-widgets a:hover {
    color: #dddddd;
}

.footer-widgets .widget {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
    color:         #bbe9ff;
    font-size:     20px;
    margin-bottom: 36px;
}

.footer-widgets li {
    list-style-type: none;
    margin-bottom:   6px;
    margin-bottom:   0.6rem;
    word-wrap:       break-word;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #dddddd;
}

.footer-widgets .widget_nav_menu a {
    border-bottom: 0;
    color:         #17345c;
    font-weight:   600;
}

.footer-widgets .widget_nav_menu a:hover {
    border-bottom: 2px solid #17345c;
}

.footer-widgets .sub-menu li {
    margin-bottom: 0;
}

.footer-widgets .sub-menu li a {
    font-weight: 400;
    margin-left: 10px;
}

.footer-widgets .sub-menu li a:hover {
    border-bottom: 1px solid #17345c;
}

.footer-widgets .type-tribe_events h4 {
    font-size: 18px;
    margin:    0 0 5px 0;
}

.footer-widgets .type-tribe_events h4 a {
    border-bottom: 0;
    color:         #17345c;
}

.footer-widgets .type-tribe_events h4 a:hover {
    border-bottom: none;
    color:         #bbe9ff;
}

.footer-widgets .tribe-events-adv-list-widget .duration {
    font-weight: normal;
}

.footer-widgets .tribe-events-adv-list-widget ol li {
    border-bottom:  1px solid #17345c;
    display:        inline-block;
    margin-bottom:  25px;
    overflow:       hidden;
    padding-bottom: 25px;
}

.footer-widgets .tribe-events-widget-link a {
    border: 3px solid #17345c;
}

.footer-widgets .tribe-events-widget-link a:hover {
    color:            #ffffff;
    background-color: #17345c;
}

.footer-widgets .footer-logo {
    display: block;
    margin:  0 auto;
    width:   80%;
}

.footer-widgets .copyright {
    font-size:      12px;
    font-weight:    600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #1352a2;
    color:            #ffffff;
    font-size:        12px;
    font-size:        1.2rem;
    font-weight:      600;
    letter-spacing:   1px;
    padding:          20px 0 30px 0;
    padding:          2rem 0 3rem 0;
    text-align:       center;
    text-transform:   uppercase;
}

.site-footer a {
    border-bottom: 0;
    color:         #ffffff;
}

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

.site-footer span {
    display:     inline-block;
    text-indent: -99999px;
}

.site-footer .footer-logo {
    position:    relative;
    margin-left: 3px;
    top:         5px;
    display:     inline-block;
}

/*
Page Template - Home
---------------------------------------------------------------------------------------------------- */

.home .site-inner,
.home .site-inner > .wrap,
.home .site-inner .entry-content {
    max-width: 100%;
    width:     100%;
    padding:   0;
    margin:    0;
}

.home.page .content-sidebar-wrap {

}

.home .site-inner .entry-content {
    padding-top: 0;
}

.home .entry {
    background-color: #f1f0ee;
}

.home .status-publish.entry {
    border-top: 0 !important;
}

.home .entry-content .entry {
    border:        0 !important;
    margin-bottom: 0;
    padding:       40px 0;
}

.home .entry-content .wrap,
.home .no-box .wrap {
    padding: 60px 40px;
}

.home .page.entry {
    background-color: transparent;
    border:           0 !important;
}

.home .page.entry .entry-content {
    padding: 0;
}

.home .page.entry .entry-content .entry {
    margin-bottom: 0;
    padding:       0;
}

.home .page.entry .entry-content .entry.box {
    background-color: transparent;
    padding:          0px;
}

.home .page.entry .entry-content .entry.box .wrap {
    background-color: #ffffff;
    margin-bottom:    0;
}

.home .entry-content .entry.no-box {
    background-color: transparent;
    border:           0 !important;
}

.home .entry-content .entry.box {
    padding: 0;
}

.home h3 {
    color:     #1352a2;
    font-size: 36px;
}

.home .image-holder {
    height:                  440px;
    width:                   40%;
    overflow:                hidden;
    float:                   left;
    -webkit-background-size: contain;
    -moz-background-size:    contain;
    -o-background-size:      contain;
    background-size:         contain;
    background-repeat:       no-repeat;
    background-position:     center center;
    position:                absolute;
    bottom:                  0;
}

.home .image-holder.left {
    float:  left;
    bottom: 0;
    left:   0;
}

.home .image-holder.right {
    float:  right;
    bottom: 0;
    right:  0;
}

.home .content-holder {
    padding:  40px;
    overflow: hidden;
    width:    58%;
}

.home .content-holder.right {
    float: right;
}

.home .content-holder.left {
    float: left;
}

.home .button-holder {
    text-align: left;
}

.home .hero-entry {
    padding: 150px 10px;
}

.home .hero-entry h3 a {
    color:         #ffffff;
    font-size:     60px;
    font-weight:   700;
    margin-bottom: 40px;
}

.home .hero-entry h5,
.home .hero-entry p {
    color:          #ffffff;
    text-align:     center;
    font-family:    'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: lowercase;
    letter-spacing: 1px;
    margin-bottom:  8px;
    font-size:      20px;
}

.home .hero-entry p {
    font-size:      18px;
    font-weight:    400;
    letter-spacing: normal;
    margin-bottom:  30px;
    display:        none;
}

.home .hero-entry a.button {
    color:            #ffffff;
    display:          inline-block;
    padding:          15px 20px;
    background-color: transparent;
    border:           3px solid #ffffff;
    font-family:      'montserrat', 'Open sans', Helvetica, Arial, sans-serif;
}

.home .hero-entry a.button:hover {
    background-color: #ffffff;
    color:            #666666;
}

.home .home-blog-loop .entry {
    background-color: #ffffff;
}

.home .home-blog-loop .entry:first-child {
    margin-left: 0;
}

.home .home-blog-loop .image-holder {
    width:  100%;
    height: 200px;
}

.home .home-blog-loop h3,
.home .home-blog-loop p {
    padding: 20px;
    margin:  0;
}

.home .entry-content .entry .wrap {
    position: relative;
}

.home .section-one h3,
.home .section-one .button-holder,
.home .section-four .button-holder,
.home .hero-entry .button-holder {
    text-align: center;
}

.home .section-two .content-holder {
    padding: 90px 40px;
}

.home .section-two .wrap,
.home .page.entry .entry-content .section-five.box .wrap {
    padding: 0;
}

.home .section-two .content-holder {
    padding:  90px 40px;
    overflow: hidden;
    width:    58%;
    float:    right;
}

.home .section-two .image-holder {
    background-image: url('images/map-3.png');
}

.home .section-two h3 {
    text-align: left;
}

.home .section-two ul {
    display:   block;
    font-size: 0;
    margin:    0;
}

.home .section-two li {
    color:          #e4b12c;
    display:        inline-block;
    font-family:    'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size:      13px;
    font-weight:    700;
    padding:        0 3px;
    line-height:    25px;
    text-transform: uppercase;
}

.home .section-two li:last-child:after {
    content: " ";
}

.home .section-two li:after {
    content:      "//";
    display:      inline-block;
    padding-left: 5px;

}

.home .section-four .wrap {
    padding-top: 0;
}

.home .section-five .image-holder {
    background-image:    url('images/sponsor-1.png');
    background-position: center bottom;
    width:               30%;
}

.home .section-five .content-holder {
    width: 70%;
}

.home .section-six .image-holder {
    background-image:    url('images/newsletter-1.jpg');
    background-position: center bottom;
    height:              330px;
    width:               22%;
    position:            relative;
}

.home .section-six .content-holder {
    width: 77.9%;
    float: left;
}

/*
Page Template - Professional Designations
---------------------------------------------------------------------------------------------------- */

.designations.page .content-sidebar-wrap,
.committees.page .content-sidebar-wrap {
    margin-top: 0;
}

.designations .page.entry,
.committees .page.entry {
    background-color: transparent;
    border:           0 !important;
}

.designations .entry-content,
.committees .entry-content {
    padding:  0;
    overflow: hidden;
}

.designations .breadcrumb,
.committees .breadcrumb {
    display: none;
}

/*----- Tabs -----*/
.tabs {
    width: 100%;
}

/*----- Tab Links -----*/

.tab-links:after {
    display: block;
    clear:   both;
    content: '';
}

ul.tab-links {
    width:  20%;
    float:  left;
    margin: 0 !important;
}

.tab-links li {
    border-bottom: 1px solid #e0e0e0;
    margin:        0;
    list-style:    none;
    display:       block;
}

.tab-links a {
    border:     0 !important;
    padding:    15px;
    display:    block;
    background: #f1f0ee;
    font-size:  16px;
    color:      #4c4c4c;
    transition: all linear 0.15s;
}

.tab-links a:hover {
    background:      #fff2cb;
    text-decoration: none;
}

.tab-links span {
    font-size: 10px;
    display:   block;
}

.tabs li.active a,
.tabs li.active a:hover {
    background: #ffffff;
    color:      #4c4c4c;
}

/*----- Content of Tabs -----*/
.tab-content {
    background-color: #ffffff;
    width:            80%;
    float:            right;
    padding:          30px;
    min-height:       670px;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.tab-content,
.tabs li.active {
    border-right:     1px solid #e7e6e6;
    border-left:      1px solid #e7e6e6;
    border-bottom:    1px solid #cfcfcf;
    background-color: #ffffff;
}

.tab-content {
    border-left: 0;
}

.tabs li.active {
    border-right: 0;
}

/*--- Member Cards ---*/

.member-card {
    padding:    15px 0;
    border-top: 1px solid #eeeeee;
}

.member-card:nth-child(odd) {
    clear:       both;
    margin-left: 0;
}

.member-card .name {
    font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
    color:       #1352a2;
    font-weight: 700;
}

.member-card:nth-child(1),
.member-card:nth-child(2) {
    border-top: 0;
}

.member-card a {
    border-bottom: 0;
}

.member-card .company,
.member-card .phone,
.member-card .email {
    font-size: 14px;
}

/*
Page Template - Board of Directors
---------------------------------------------------------------------------------------------------- */

.board-of-directors h2.intro-title {
    border-bottom:  1px solid #eeeeee;
    font-size:      38px;
    margin-bottom:  45px;
    padding-bottom: 40px;
    text-align:     center;
}

.board-of-directors .board-member {
    border-bottom:  1px solid #eeeeee;
    clear:          both;
    overflow:       hidden;
    padding-bottom: 15px;
    margin-bottom:  35px;
}

.board-of-directors .headshot {
    float:        left;
    margin-right: 4.98%;
    overflow:     hidden;
    width:        15%;
}

.board-of-directors .headshot img {
    border-radius: 3px;
}

.board-of-directors .bio {
    float: left;
    width: 80%;
}

.board-of-directors h3 {
    font-size: 28px;
}

.board-of-directors h3 span {
    font-size:      12px;
    font-weight:    400;
    color:          #7e7e7e;
    margin:         5px 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.board-of-directors h5 {
    font-weight: 400;
}

/*
Page Template - Sponsors
---------------------------------------------------------------------------------------------------- */

.sponsors.page .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing:nth-child(odd) {
    clear:       both;
    margin-left: 0;
}

.sponsors .entry-content h2 {
    clear:      both;
    text-align: center;
    margin:     50px 0;
    display:    block;
    font-size:  36px;
}

.sponsors .sponsorship-level {
    overflow: hidden;
}

@media (min-width: 768px) {
    .sponsors .entry-content p {
        float:   left;
        padding: 20px;
        width:   50%;
    }

    .sponsors .sponsorship-level p:nth-of-type(2n+1) {
        clear: both;
    }
}

@media (min-width: 992px) {
    .sponsors .entry-content p {
        width: 33.3333%;
    }

    .sponsors .sponsorship-level p:nth-of-type(2n+1) {
        clear: none;
    }

    .sponsors .sponsorship-level p:nth-of-type(3n+1) {
        clear: both;
    }
}

/*
Page Template - Become a Sponsor
---------------------------------------------------------------------------------------------------- */

.become-sponsor .entry-content h2 {
    margin-bottom: 10px;
}

.become-sponsor .entry-content h5 {
    margin-bottom: 30px;
}

.become-sponsor .entry-content h2,
.become-sponsor .entry-content h5 {
    text-align: center;
}

.pricing-table-container {
    display:  block;
    margin:   60px 0;
    overflow: hidden;
}

.pricing-table {
    color:       #2e2f33;
    line-height: 1;
    text-align:  center;
}

.pricing-table .one-third {
    background-color: #ffffff;
    border:           3px solid #e5e5e5;
    margin:           0 -2px;
    padding:          40px;
}

.pricing-table .one-third:nth-child(3n+1) {
    clear:  both;
    margin: 40px 0 20px 2.564102564102564%;
}

.pricing-table .one-third:nth-child(3n+3) {
    margin: 40px 2.564102564102564% 20px 0;
}

.pricing-table .price-heading {
    border-bottom: 2px solid #e5e5e5;
    margin:        -40px -40px 40px;
    padding:       40px;
}

.pricing-table .price-title {
    font-weight:    700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom:  34px;
}

.pricing-table .price {
    text-transform: uppercase;
}

.pricing-table .amt {
    font-size:   55px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 0.8;
}

.pricing-table .sup {
    vertical-align: top;
    font-weight:    700;
}

.pricing-table .sub {
    vertical-align: bottom;
    letter-spacing: 2px;
    font-family:    'Open Sans', Helvetica, Arial, sans-serif;
    font-size:      13px;
    font-weight:    600;
    margin-top:     38px;
    display:        block;
}

.pricing-table ul {
    margin-left:   0;
    margin-bottom: 30px;
    text-align:    left;
}

.pricing-table li {
    border-bottom:   2px solid #eeeeee;
    margin-bottom:   13px;
    list-style-type: none !important;
    padding-bottom:  15px;
    font-size:       14px;
    line-height:     1.5;
}

/*
Page Template - Membership
---------------------------------------------------------------------------------------------------- */

.membership .entry {
    margin-bottom: 20px;
}

.membership .entry-content h2 {
    margin-bottom: 40px;
    text-align:    center;
}

.entry-content.membership-pricing-table {
    padding: 40px;
}

.membership-type {
    border:        2px solid #cacaca;
    border-bottom: 0;
    clear:         both;
    display:       block;
    overflow:      hidden;
    padding:       18px;
    width:         100%;
}

.membership-type .button {
    padding:          14px;
    font-size:        12px;
    background-color: #1352a2;
    color:            #ffffff;
}

.sub-membership-type {
    display:       block;
    margin-bottom: 15px;
    overflow:      hidden;
    padding-left:  30px;
}

.membership-type .sub-membership-type:last-child {
    margin-bottom: 0;
}

.membership-pricing-table .membership-type:last-child {
    border-bottom: 2px solid #cacaca;
}

.membership-name {

}

.membership-name h4 {
    margin:  0;
    padding: 17px;
}

.membership-name span {
    color:          #9e9e9e;
    font-size:      13px;
    margin-left:    20px;
    text-transform: uppercase;
}

.membership-price {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size:   30px;
    line-height: 1.4;
    text-align:  center;
}

.membership-price.one-half {

}

.membership-price .sub {
    display:        block;
    font-weight:    400;
    font-size:      12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width:          100%;
}

/*
Page Template - Newsletter
---------------------------------------------------------------------------------------------------- */

.newsletter-issue {
    width:         33.3333%;
    float:         left;
    padding:       20px 2% 34px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.newsletter-issue:nth-child(3n + 1) {
    clear: both;
}

.newsletter-issue a {
    border-bottom: 0;
}

.newsletter-issue img {
    border: 1px solid #eeeeee;
}

.newsletter-issue h3 {
    text-align: center;
    font-size:  16px;
}

/*
Page Template - Education
---------------------------------------------------------------------------------------------------- */

.page-id-74 h4 {
    color: #ffcb05;
}

/*
Page Template - Education
---------------------------------------------------------------------------------------------------- */

.page-id-7 .entry-content p:nth-of-type(odd) {
    float:      left;
    width:      48%;
    clear:      both;
    text-align: right;
}

.page-id-7 .entry-content p:nth-of-type(even) {
    float:       left;
    width:       48%;
    margin-left: 4%;
}

.page-id-7 .entry-content h5 {
    border-bottom:  2px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom:  15px;
}

.page-id-7 .entry-content h6 {
    text-align: center;

}

/*
Page Template - Tradeshow
---------------------------------------------------------------------------------------------------- */

.floorplan {
    width:           100%;
    height:          100%;
    border-collapse: collapse;
    border-spacing:  2px;
    font-family:     'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
    text-align:      center;
    font-size:       13px;
    border:          none !important;
    table-layout:    fixed;
}

.floorplan tbody {
    border: none;
}

.floorplan th {
    border:     1px solid #cccccc;
    padding:    5px;
    background: #ffffff;
}

.floorplan td {
    border:     1px solid #cccccc;
    text-align: center;
    padding:    5px;
    background: #f8f8f8;
}

.floorplan td.aisle {
    border:     none;
    background: #ffffff;
}

.floorplan td.vip {
    background: #e2e2e2;
    border:     1px solid #e2e2e2;
}

.floorplan td.premium {
    background: #e2e2e2;
}

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

    .floorplan {
        font-size: 12px;
    }

    .floorplan td {
        padding: 3px;
    }

}

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

    .floorplan {
        font-size: 10px;
    }

    .floorplan td {
        padding: 2px;
    }

}

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

    .floorplan {
        font-size: 7px;
    }

    .floorplan td {
        padding: 0px;
    }

}

/*
Directory
---------------------------------------------------------------------------------------------------- */

#members-list > div:nth-child(3n+1) {
    clear:       both;
    margin-left: 0;
}

.member-box {
    border:             0;
    background-color:   #ffffff;
    display:            table;
    float:              left;
    position:           relative;
    width:              31.623931623931625%;

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

.member-box,
.member-box.one-third,
.member-box.one-third.first {
    margin:        0;
    margin-bottom: 30px;
    margin-left:   2.564102564102564%;
}

.member-box span a {
    position: absolute;
    top:      0;
    bottom:   0;
    left:     0;
    right:    0;
}

.member-box:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(178, 178, 178, 0.5);
    -moz-box-shadow:    0px 0px 10px 0px rgba(178, 178, 178, 0.5);
    box-shadow:         0px 0px 10px 0px rgba(178, 178, 178, 0.5);
}

.member-box .wrap {
    display: table-row;
}

.member-box .member-logo {
    display:        table-cell;
    padding:        10px;
    vertical-align: middle;
    width:          40%;
}

.member-box .member-content {
    display:        table-cell;
    padding:        20px 10px;
    padding-right:  32px;
    vertical-align: middle;
}

.member-box.sponsor-None .member-content {
    padding: 20px;
}

.member-box h3 {
    font-size:     16px;
    line-height:   1.4;
    margin-bottom: 7px;
}

.member-box h3 a {
    color: #1854a0;
}

.member-box h3 a:hover,
.member-cat,
.member-cat a {
    color: #f26964;
}

.member-cat {
    font-size:      11px;
    font-weight:    600;
    margin-bottom:  7px;
    text-transform: uppercase;
}

.member-cat a:hover {
    border-bottom: 1px solid #f26964;
}

.member-box .phone {
    margin-bottom: 0;
}

.member-box .sponsorship {
    position:      absolute;
    bottom:        0;
    right:         0;
    font-size:     0;
    line-height:   1;
    margin-bottom: 0;
    padding:       10px;
}

.member-box .sponsorship:before {
    content:     "\f005";
    font-family: "FontAwesome";
    font-size:   12px;
}

.member-box.sponsor-Platinum .sponsorship {
    background-color: #919191;
    color:            #ffffff;
}

.member-box.sponsor-Gold .sponsorship {
    background-color: gold;
    color:            #ffffff;
}

.member-box.sponsor-Silver .sponsorship {
    background-color: #d2d2d2;
    color:            #ffffff;
}

.member-box.sponsor-None .sponsorship {
    display: none;
}

.member-box.sponsor-None .member-logo {
    display: none;
}

.member-box .url {
    display: none;
}

/* general style */
.clear-line {
    clear: both;
}

/*
## Single Member
----------------------------------------------------------- */

.business-name {
    margin-bottom: 50px;
    text-align:    center;
}

.single-ox_members .entry {
    background-color: transparent;
    border:           none;
}

.single-header,
.info-container,
.custom-content,
.google-map {
    background-color: #ffffff;
}

.single-header {
    display: table;
    width:   100%;
}

.single-header .wrap {
    display: table-row;
}

.single-header h3,
.info-container h3 {
    font-size:      14px;
    font-weight:    300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.single-header .sponsorship-logo,
.single-header .address {
    display:        table-cell;
    vertical-align: middle;
}

.single-header .sponsorship-logo {
    width: 33.333%;
}

.single-header .address {
    font-size:  16px;
    padding:    30px 0;
    text-align: center;
}

.single-header .address p {
    margin-bottom: 10px;
}

.single-header .address p:last-child {
    margin-bottom: 0;
}

.sponsorship-logo,
.address {
    border-bottom: 1px solid #eeeeee;
    padding:       30px;
}

.info,
.sponsorship-logo {
    border-right: 1px solid #eeeeee;
}

.info-container {
    border-bottom: 1px solid #eeeeee;
}

.info {
    padding:    30px;
    width:      25%;
    margin:     0;
    text-align: center !important;
}

.custom-content {
    padding: 30px;
}

.google-map {
    padding: 30px;
    display: block;
}

.google-map img {
    display: block;
    margin:  0 auto;
}

.info-container {
    background-color: #ffffff;
    overflow:         hidden;
}

#sponsor-None .single-header .sponsorship-logo {
    display: none;
}

.sponsor-container {
    background:    #ffffff;
    border-bottom: 1px solid #eeeeee;
    padding:       30px;
    text-align:    center;
}

#sponsor-None .sponsor-container {
    display: none;
}

.sponsor-container h3 {
    margin-bottom:  0;
    font-size:      23px;
    text-transform: uppercase;
    font-weight:    600;
}

.sponsor-container h3:before {
    content:      "\f005";
    font-family:  "FontAwesome";
    margin-right: 13px;
}

#sponsor-Platinum .sponsor-container h3:before {
    color: #919191;
}

#sponsor-Gold .sponsor-container h3:before {
    color: #ffd700;
}

#sponsor-Silver .sponsor-container h3:before {
    color: #d2d2d2;
}

/*
## Single Member
----------------------------------------------------------- */

ul.children {
    margin-left: 10px;
}

li.cat-item {
    display:        inline-block;
    margin-bottom:  15px;
    vertical-align: top;
    width:          24%;
}

li.cat-item li.cat-item {
    border:     0;
    width:      100%;
    list-style: normal;
}

li.cat-item li.cat-item:before {
    content: "- ";
}

#members-search {
    clear:         both;
    display:       block;
    margin-bottom: 8px;
    overflow:      hidden;
    width:         100%;
}

#members-search input[type="text"],
#members-search select {
    float:        left;
    margin-right: 2.5%;
    width:        40%;
}

#members-search select {
    height:             55px;
    border-radius:      0;
    -moz-border-radius: 0;
    margin-right:       2.5%;
}

#members-search input[type="submit"] {
    float: left;
    width: 15%;
}

/*
Tribe Event Styles
---------------------------------------------------------------------------------------------------- */

body .tribe-events-list .type-tribe_events,
body .tribe-events-loop .type-tribe_events.tribe-events-last,
body .tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
    background-color: #ffffff;
    border:           1px solid #dfe0e4;
    border-radius:    3px;
    padding:          40px;
}

body .tribe-events-list .type-tribe_events + .type-tribe_events {
    margin-top: 40px;
}

body .tribe-events-list .type-tribe_events .tribe-events-read-more {
    right:  40px;
    bottom: 40px;
}

body .tribe-events-list .type-tribe_events .tribe-events-event-cost {
    top:   40px;
    right: 40px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {

    .header-image .site-header .wrap {
        background:      url(images/logo@2x.png) no-repeat left;
        background-size: 320px 164px;
    }

}

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

    .content,
    .directory.sabai-entity-bundle-type-directory_listing .content {
        width: 60%;
    }

    .sidebar-primary,
    .directory.sabai-entity-bundle-type-directory_listing .sidebar {
        width: 37%;
    }

}

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

    .site-inner,
    .wrap {
        max-width: 100%;
    }

    .site-inner {
        width: 100%;
    }

    .wrap {
        max-width: 90%;
    }

    .entry-content, .entry-footer {
        padding: 40px 5%;
    }

    .home .directory .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing {
        width: 48.717948717948715%;
    }

    .home .directory .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing:nth-child(1),
    .home .directory .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing:nth-child(2) {
        margin-bottom: 0;
    }

    .home .directory .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing:nth-child(odd) {
        margin-left: 0;
        clear:       both;
    }

    .home .directory div.sabai-directory-images, .home .directory div.sabai-entity .sabai-directory-images {
        width: 40% !important;
    }

    .home .directory .sabai-directory-listing-featured .sabai-directory-main {
        width: 59.5% !important;
    }

    .home .section-five .content-holder {
        width: 100%;
    }

    .home .section-five .image-holder {
        display: none;
    }

    .home .section-six .image-holder {
        background-position: center center;
    }

}

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

    body {
        background-color: #f1f0ee;
    }

    .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,
    .site-inner,
    .wrap,
    .directory.sabai-entity-bundle-type-directory_listing .content,
    .home .section-two .content-holder,
    .home .wrap {
        width: 100%;
    }

    .home .wrap {
        max-width: 100%;
    }

    .header-image .site-header .wrap {
        background-position: center top;
    }

    .site-header .wrap,
    .home .page.entry .entry-content,
    .home .page.entry .entry-content .entry.box .wrap {
        padding-left:  5%;
        padding-right: 5%;
    }

    .home .page.entry .entry-content,
    .home .page.entry .entry-content .entry.box .wrap {
        padding: 40px 5%;
    }

    .home .content-holder {
        padding: 0;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-footer .entry-meta,
    .header-image .site-header .widget-area,
    .site-header {
        padding: 0;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
        padding: 2rem 1.6rem;
    }

    .site-header .search-form {
        margin: 16px auto;
        margin: 1.6rem auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .entry-footer .entry-meta {
        margin:      0;
        padding-top: 12px;
        padding-top: 1.2rem;
    }

    .sidebar .widget.enews-widget {
        padding: 40px;
        padding: 4rem;
    }

    .site-footer {
        padding: 24px 0;
        padding: 2.4rem 0;
    }

    .footer-widgets {
        padding: 40px 5% 16px;
    }

    .footer-widgets-1 {
        margin: 0;
    }

    .nav-primary {
        position: fixed;
        width:    100%;
        top:      0;
    }

    .nav-primary-spacer.sticky,
    .nav-primary-spacer {
        display: none;
    }

    .site-header {
        margin-top: 56px;
    }

    .hero-entry .wrap {
        opacity: 1 !important;
    }

    .home .section-two .image-holder {
        height:              220px;
        width:               20%;
        background-position: top center;
    }

    .home .section-two ul,
    .home .section-two .button-holder {
        margin-left: 25%;
    }

    .home .section-six .content-holder {
        width:       72%;
        margin-left: 5%;
    }

    .events-single .sidebar-primary {
        display: none;
    }

    .tribe-events-schedule {
        text-align: center;
    }

}

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

    .site-header .widget-area {
        float: right;
        width: 65%;
    }

    .site-header .widget_search {
        display: none;
    }

    .site-header .title-area {
        position:        relative;
        width:           30%;
        left:            0;
        background:      url('images/logo-color.svg') no-repeat top center;
        background-size: contain;
        height:          85px;
    }

    .site-header .wrap {
        background:     none;
        padding-top:    0;
        padding-bottom: 0;
    }

    .site-header .simple-social-icons ul li {
        margin: 20px 8px !important;
    }

    .site-header .widget-area .widget:nth-child(odd),
    .site-header .widget-area .widget:nth-child(even) {
        float: right;
    }

    .genesis-nav-menu .menu-item a,
    .nav-primary .genesis-nav-menu .menu-item a {
        font-size: 12px;
        padding:   12px 18px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width:   33%;
        margin:  0;
        padding: 0 2%;
    }

    .home .directory .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing {
        width:  100%;
        clear:  both;
        margin: 0 0 25px 0;
    }

    .home .directory div.sabai-directory-images, .home .directory div.sabai-entity .sabai-directory-images {
        width: 22% !important;
    }

    .home .directory .sabai-directory-listing-featured .sabai-directory-main {
        width: 77.5% !important;
    }

    .home .page.entry .entry-content .entry.section-three {
        margin-bottom: 25px;
    }

    .site-header {
        margin-top: 42px;
    }

    .board-of-directors .headshot {
        width: 25%;
    }

    .board-of-directors .bio {
        width: 70%;
    }

    .sabai-directory-nav {
        display: none;
    }

}

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

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width:  100%;
    }

    .pricing-table .one-third,
    .pricing-table .one-third:nth-child(3n+1),
    .pricing-table .one-third:nth-child(3n+3) {
        margin: 0;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {

    }

    .membership-price .one-half {
        width: 48.717948717948715%;
    }

    .membership-name h4 {
        text-align: center;
    }

    .sub-membership-type {
        padding-left: 0;
    }

    /* Directory ------------- */
    .sabai-directory-title a {
        font-size: 14px;
    }

    .hero-entry {
        background-attachment: scroll;
    }

    .member-card.one-half {
        width:       48.717948717948715%;
        margin-left: 2.564102564102564%;
    }

    .member-card:nth-child(odd) {
        margin-left: 0;
    }

    .tab-content {
        min-height: 840px;
    }

    .tribe-events-calendar td.tribe-events-present.mobile-active,
    #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
    .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"],
    .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a {
        background-color: #1352a2 !important;
    }

    .tribe-events-calendar td.mobile-active,
    .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"],
    .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a,
    #tribe-events-content .tribe-events-calendar .mobile-active:hover {
        background-color: #1352a2 !important;
    }

    .tribe-events-has-events {
        background-color: #d0def0;
    }

    .tribe-events-calendar td.tribe-events-present,
    #tribe-events-content .tribe-events-calendar td.tribe-events-present:hover,
    .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
    .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
        background-color: #dedede !important;
    }

    #tribe-mobile-container .hentry.vevent {
        padding: 20px !important;
    }

    .events.single-tribe_events .tribe-events-single-section .tribe-events-meta-group {
        float: left;
    }

    .home .directory .sabai-entity-entities > .sabai-entity-bundle-type-directory-listing {
        margin-bottom: 30px !important;
    }

    .entry-title {
        line-height: 1.4;
    }

    .directory a.sabai-btn, .directory button.sabai-btn {
        font-size: 12px;
    }

    .events #tribe-mobile-container {
        margin-bottom: 25px;
    }

    .sponsors .entry-content .wrap {
        width:     100%;
        max-width: 100%;
    }

    .events .tribe-events-list .event-list-right {
        padding:        20px;
        padding-bottom: 60px;
    }

    .floorplan {
        font-size: 12px;
    }

    .member-box .member-logo,
    .member-box .member-content {
        display: block;
        width:   100%;
    }

    .member-box .member-logo {
        padding: 20px 20px 0;
    }

    .info-container .one-fourth {
        width: 50%;
    }

    .info-container > div:nth-child(odd) {
        clear: both;
    }

    .info {
        border-bottom: 1px solid #eeeeee;
    }

    ul.cat-items {
        margin-left: 0;
    }

    li.cat-item {
        list-style-type: none;
        width:           32%;
    }

}

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

    .nav-primary,
    .nav-primary.sticky,
    .site-header .widget-area {
        display: none;
    }

    .site-header {
        margin-top: 0;
    }

    .site-header .title-area {
        width: 100%;
    }

    .home .hero-entry {
        padding: 60px 10px 105px 10px;
    }

    .entry-content, .entry-footer {
        padding: 40px 8%;
    }

    .hero-entry h1, .events .tribe-events-list h2.tribe-events-page-title, .home .hero-entry h3 {
        font-size: 34px;
    }

    .hero-entry {
        padding: 65px 0 90px;
    }

    .home .section-two .image-holder {
        display: none;
    }

    .home .section-two ul,
    .home .section-two .button-holder,
    .home .button-holder,
    .home h3,
    .home .section-two h3 {
        margin-left: 0;
        text-align:  center;
    }

    .home h3 {
        font-size: 24px;
    }

    .tab-links a {
        padding:    10px 5px;
        font-size:  14px;
        word-break: break-word;
    }

    .single-ox_members .entry-content {
        padding-left:  0;
        padding-right: 0;
    }

}

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

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width:      100%;
        padding:    0;
        text-align: center;
    }

    .home .section-six .image-holder {
        width:         100%;
        height:        220px;
        margin:        0 auto;
        margin-bottom: 40px;
    }

    .home .section-six .content-holder {
        width:       100%;
        clear:       both;
        margin-left: 0;
    }

    .board-of-directors .bio {
        width: 100%;
    }

    .board-of-directors .headshot {
        width:         50%;
        margin:        0 auto;
        margin-bottom: 30px;
        display:       block;
        float:         none;
    }

    .board-of-directors h3,
    .board-of-directors h5 {
        text-align: center;
    }

    .board-of-directors h3 span {
        margin:     0;
        display:    block;
        margin-top: 8px;
    }

    .member-card.one-half {
        width:  100%;
        margin: 0;
    }

    ul.tab-links {
        width: 35%;
    }

    .tab-content {
        width: 65%;
    }

    .newsletter-issue {
        width:         100%;
        float:         none;
        margin-bottom: 0;
    }

    .newsletter-issue img {
        width:   80%;
        margin:  0 auto;
        display: block;
    }

    .business-name {
        font-size: 32px;
    }

    .single-header .sponsorship-logo {
        width: 45%;
    }

    #members-search input[type="submit"] {
        width: 25%;
    }

    #members-search input[type="text"],
    #members-search select {
        width: 34%
    }

    .member-box {
        width: 48.717948717948715%;
    }

    #members-list > div:nth-child(3n+1) {
        margin-left: 2.564102564102564%;
        clear:       none;
    }

    #members-list > div:nth-child(odd) {
        margin-left: 0;
        clear:       both;
    }

    .home .hero-entry h3 a {
        font-size: 32px;
    }

}

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

    h2 {
        font-size: 22px;
    }

    div.sabai-directory-images,
    div.sabai-entity .sabai-directory-images {
        display: none;
    }

    .directory .sabai img {
        width: 50%;
    }

    .directory .sabai-directory-listing-featured .sabai-directory-main {
        width: 100% !important;
    }

    .directory .sabai-nav-tabs a {
        padding: 12px 20px;
    }

    .page.directory .content-sidebar-wrap {
        margin-top: -84px;
    }

    .directory .sabai-directory-listing-featured .sabai-directory-main {
        text-align: center;
    }

    .directory .sabai-directory-main {
        padding-bottom: 30px;
    }

    .directory .Gold .sponsor-flag, .directory .Platinum .sponsor-flag, .directory .Silver .sponsor-flag {
        position:   relative;
        text-align: center;
        clear:      both;
        display:    block;
    }

    .site-title a {
        min-height: 85px;
    }

    .header-image .site-header .wrap, .site-header .wrap {
        margin: 20px auto;
    }

    .home .hero-entry {
        padding: 40px 10px 82px;
    }

    .home .hero-entry h3 {
        margin-bottom: 20px;
    }

    .hero-entry h1, .events .tribe-events-list h2.tribe-events-page-title, .home .hero-entry h3 {
        font-size:   30px;
        line-height: 1.1;
    }

    .home .hero-entry h5, .home .hero-entry p {
        font-size: 14px;
    }

    .home .section-two .content-holder {
        padding: 40px 5%;
    }

    .home .section-four .wrap {
        padding:        0;
        padding-bottom: 40px;
    }

    .home .page.entry .entry-content {
        padding-bottom: 0;
    }

    .home .page.entry {
        margin-bottom: 0;
    }

    .home .entry-content .wrap, .home .no-box .wrap {
        padding: 40px 5%;
    }

    .site-footer .footer-logo {
        display: block;
        width:   60%;
        margin:  10px auto;
    }

    blockquote {
        font-size:    16px;
        margin-right: 0;
    }

    .board-of-directors h2.intro-title {
        font-size: 22px;
    }

    .events #tribe-events-pg-template {
        padding: 0;
    }

    .events .tribe-mobile-day-heading {
        text-align: center;
    }

    .events #tribe-mobile-container .hentry.vevent .tribe-events-event-image {
        width:  100%;
        margin: 10px 0;
    }

    .events.single-tribe_events .tribe-events-single-section .tribe-events-meta-group {
        width:  100%;
        margin: 10px 0;
    }

    .events.single-tribe_events .tribe-events-single-section {
        padding: 10px;
    }

    .events.single-tribe_events .tribe-events-venue-map {
        background: transparent;
        border:     0;
    }

    .entry-content.membership-pricing {
        padding: 20px 0;
    }

    .membership h4 {
        font-size: 18px;
    }

    .sabai-widget-directory-featured ul li {
        width: 100%;

    }

    .single-header .sponsorship-logo,
    .single-header .address,
    .info-container .one-fourth {
        display: block;
        width:   100%;
        clear:   both;
    }

    .google-map {
        padding: 5px;
    }

    #members-search input[type="submit"] {
        width:      100%;
        margin-top: 20px;
    }

    #members-search input[type="text"],
    #members-search select {
        width: 48.5%
    }

    #members-search select {
        margin-right: 0;
    }

    .member-box,
    #members-list > div:nth-child(3n+1),
    #members-list > div:nth-child(odd) {
        width:       100%;
        clear:       both;
        margin-left: 0;
    }

    li.cat-item {
        width: 49%;
    }

}

.odg-disclaimer {
    text-align: justify;
    font-size:  11px;
    margin:     0 0 24px 0;
    padding:    4px 0;
}








