/*
    Theme Name: Custom Alkove Theme
	Theme URI: http://www.studiopress.com/themes/sample
	Description: Alkove customized Genesis child them.
    Author: Alkove Design
    Author URI: http://alkovedesign.com/
 
    Version: 1.8
 
    Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Cabin:700|Lato:400,400i,900');

@import url(http://fonts.alkovedev.com/fonts/rainbox-tmp/rainbox.css);


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	text-decoration: none;
  	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.wp-caption {
	background-color: rgba(0, 0, 0, 0.1);
	border: none;
}

input,
label,
select,
textarea {
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

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

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #63a95d;
	text-decoration: none;
	-webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

a:hover {
  	color: #91ca69;
	text-decoration: none;
}

a img {
	border: none;
}

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

*:focus {
  	outline: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #64B5F6;
}

::-moz-selection {
	background-color: #64B5F6;
	color: #fff;
}

::selection {
	background-color: #64B5F6;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
    max-width: 1200px;
	width: 100%;
}


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

#header {
	margin: 0 auto;
	display: inline-block;
	width: 100%;
  	background: #fff;
  	border-bottom: 4px solid #dda745;
}

#title-area {
    margin: 0;
  	padding: 23px 0;
  	float: left;
}

#title {
	font-family: 'Lato', arial, serif;
	font-size: 36px;
	line-height: 1.2;
	margin: 0;
}

#title a,
#title a:hover {
	color: #fff;
	text-decoration: none;
  	text-indent: -9999px;
  	display: block;
  	background: url('/wp-content/uploads/2016/12/logo.png') no-repeat;
  	width: 280px;
  	height: 50px;
}

#description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	padding: 16px 0 0;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav {
  	float: right;
  	clear: right;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #64B5F6;
	display: block;
	padding: 3px 16px 5px;
	position: relative;
	text-decoration: none;
  	font-weight: 700;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #2196F3;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: #FF8A80;
	border-top: none;
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
  	display: none;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

#menu-main li:last-child a,
#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link {
  	padding-right: 0;
}

#nav #mega-menu-wrap-primary {
  	background: transparent;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #64B5F6;
	padding: 3px 16px 5px;
  	font-weight: 700;
  	line-height: 1.4;
  	font-size: 20px;
  	height: auto;
	-webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link,
#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-current_page_item > a.mega-menu-link,
#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
  	background: transparent;
  	color: #2196F3;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  	width: 1200px;
  	left: initial;
  	background: #dda745;
  	padding: 8px 16px;
}

#nav #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
#nav #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  	margin-top: 12px;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  	padding: 16px;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    color: rgba(255, 255, 255, 0.55);
    font-size: 20px;
    text-transform: none;
    line-height: 32px;
  	margin: 0 0 8px;
  	padding: 0;
	-webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  	color: #fff;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 4px 0;
	-webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#nav #mega-menu-wrap-primary #mega-menu-primary p a:hover,
#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: rgba(255, 255, 255, 0.55);
}

#nav #mega-menu-wrap-primary #mega-menu-primary p {
  	overflow: hidden;
    text-overflow: ellipsis;
	line-height: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

#nav #mega-menu-wrap-primary #mega-menu-primary p a {
  	color: #fff;
  	cursor: pointer;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #dda745;
	padding: 16px 0;
    width: 165px;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #dda745;
  	padding: 8px 16px;
}

.mega-sub-menu .widget_text p a:nth-child(3) {
    font-size: 13px;
}

#mobile-menu {
  	float: right;
  	padding: 32px 0;
    font-size: 32px;
  	cursor: pointer;
  	display: none;
  	visibility: hidden;
}


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

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.55);
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #fff;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
  	clear: both;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Slider
------------------------------------------------------------ */

#slider {
  	position: relative;
}

#slider #genesis-responsive-slider {
  	border: none;
  	padding: 0;
}

#slider .slide-excerpt {
  	background-color: transparent;
  	margin: 0;
  	opacity: 1;
  	text-align: center;
  	bottom: 80px;
}

html > body #slider .slide-excerpt-border {
  	border: none;
    max-width: 800px;
    float: none;
    display: block;
    margin: 0 auto;
  	padding: 0;
}

.slide-excerpt-border h3 {
  	color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.slide-excerpt-border p {
    color: #fff;
    font-size: 24px;
    margin: 0;
    line-height: 32px;
}

#slider .slide-image:after {
  	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    position: absolute;
    bottom: 0;
    height: 60%;
    left: 0;
    width: 100%;
    z-index: 0;
    content: "";
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	margin: 24px auto 56px;
  	max-width: 1200px;
	width: 100%;
  	overflow: hidden;
    position: relative;
}

.home #content-sidebar-wrap {
	margin: 0;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

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


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

#content {
	float: left;
	padding: 0;
	width: 410px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 816px;
  	min-height: 1296px;
}

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

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

#content .entry {
  	max-width: 800px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 16px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

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


/* Custom Content
------------------------------------------------------------ */

.more-button,
.more-from-category {
	font-size: 20px;
	font-weight: 700;
  	display: inline-block;
}

.more-button a,
.more-from-category a {
  	display: block;
	color: #fff;
	background: #2196F3;
  	padding: 5px 32px 7px;
    border-radius: 6px;
}

.more-button a:hover,
.more-from-category a:hover {
  	background: #64B5F6;
}

#social,
#phone,
#donate,
#portal {
  	float: left;
}

#social,
#phone {
  	margin: 4px 0 0;
}

#phone a {
  	font-size: 20px;
  	font-weight: 700;
  	display: block;
    line-height: 24px;
    margin: 0 16px 0 0;
}

#phone .ei {
  	display: none;
}

#social a {
  	font-size: 24px;
  	display: block;
    float: left;
}

#donate {
  	margin: 0 0 0 16px;
}

#donate a,
#portal a {
    font-size: 16px;
    line-height: 24px;
    padding: 4px 16px;
}

#portal {
  	margin: 0 0 0 4px;
}

#introduction {
  	width: 100%;
  	position: absolute;
  	left: 0;
  	bottom: 48px;
  	text-align: center;
}

#introduction h3 a {
  	color: #fff;
}

#introduction p {
  	color: #fff;
  	font-size: 24px;
  	max-width: 800px;
    margin: 0 auto 16px;
    line-height: 32px;
}

#introduction .more-button,
#staff .more-button {
  	font-size: 20px;
  	line-height: 28px;
}

#testimonials .post {
  	max-width: 920px;
    margin: 48px auto;
}

#testimonials p {
    font-style: italic;
    font-size: 28px;
    color: #63a95d;
    text-align: center;
    line-height: 40px;
}

#intro .wrap {
    max-width: 920px;
    margin: 48px auto 56px;
    text-align: center;
}

#intro .intro-text {
    font-style: italic;
    font-size: 28px;
    color: #63a95d;
    line-height: 40px;
  	margin: 0 0 24px;
}

#callouts {
  	background: #f2efea;
  	padding: 64px 0 56px;
}

#callouts .wrap,
#staff .wrap {
  	max-width: 1192px;
}

#callouts li {
  	list-style-type: none;
  	float: left;
  	border: 8px solid #fff;
    border-right: none;
    max-width: 296px;
    box-sizing: border-box;
}

#callouts #callout-img-4 {
  	border-right: 8px solid #fff;
    max-width: 304px;
}

#callouts li a {
  	display: block;
  	background: #fff;
  	position: relative;
}

#callouts img {
  	position: relative;
  	z-index: 100;
    transition: 200ms ease-in-out;
  	-webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
}

#callouts .ui-state-active img {
  	opacity: 0;
}

#callouts .callout-img h3 {
  	position: absolute;
    top: 50%;
    left: 0;
  	transform: translate(0%, -50%);
  	width: 100%;
    text-align: center;
  	color: #dda745;
}

#callout-box {
    max-width: 920px;
    margin: auto;
    text-align: center;
  	overflow: hidden;
    clear: both;
    padding: 24px 0 0;
}

#callouts p {
  	font-size: 24px;
  	line-height: 32px;
  	color: rgba(0, 0, 0, 0.55);
}

#staff {
  	overflow: hidden;
  	padding: 64px 0;
}

#staff img {
  	width: 296px;
  	display: block;
  	border-radius: 50%;
  	float: left;
  	margin: 0 40px 0 0;
  	border: 8px solid #dda745;
}

#staff h3 {
  	color: rgba(0, 0, 0, 0.35);
  	padding: 8px 0 0;
}

#staff h4 {
    font-size: 26px;
    line-height: 32px;
  	font-family: 'Lato';
  	margin: 0;
}

#staff .position {
  	font-size: 22px;
  	font-style: italic;
  	color: #63a95d;
  	line-height: 32px;
  	margin: 0 0 8px;
}

#staff p {
    font-size: 24px;
    line-height: 32px;
  	margin: 0 0 16px;
}

#news {
    background: #f2efea;
    padding: 56px 0;
  	text-align: center;
}

#news h4 {
    font-size: 32px;
    text-transform: uppercase;
    color: #63a95d;
}

#news .post p {
  	font-size: 20px;
  	margin: 0 0 16px;
  	line-height: 24px;
  	color: rgba(0, 0, 0, 0.55);
}

#logos {
    overflow: hidden;
    padding: 0 0 40px;
}

.logcont {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0 8px;
}

.logcont img {
    float: left;
    height: 56px;
    margin: 0 8px 0 0;
  	border-radius: 6px;
}

#footer .logcont p {
    font-size: 14px;
    line-height: 18px;
}

.video {
	width: 50%;
    box-sizing: border-box;
    padding: 0 16px 24px 0;
	float: left;
}

.video iframe {
	width: 100%;
    height: 224px;
	margin: 0 0 8px;
}

.video h3 {
  	margin: 0;
}

.video:nth-child(odd) {
    clear: left;
}

#content h2.tribe-events-page-title {
  	text-align: center;
}

#content #tribe-events-header {
  	display: none;
}

#content .type-tribe_events {
  	padding: 24px 0;
}

#content .tribe-events-list-separator-month+.type-tribe_events.tribe-events-first {
  	padding-top: 24px;
}

.full-width-content #content .entry {
  	max-width: 100%;
}

table {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  	margin: 0 0 16px;
}

td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 16px;
  	font-size: 18px;
}

tr td:first-child {
  	width: 112px;
    box-sizing: border-box;
}

tr td:nth-child(2) {
  	width: 200px;
    box-sizing: border-box;
}

.entry-content td p {
  	font-size: 18px;
  	margin: 0;
}

.staff-member {
  	overflow: hidden;
	margin: 0 0 24px;
  	display: table;
}

.staff-img {
  	display: table-cell;
	padding: 0 24px 0 0;
	width: 216px;
}

.staff-member img {
	float: left;
    width: 216px;
    margin: 0 16px 0 0;
	border-radius: 50%;
}

.staff-box {
  	display: table-cell;
	vertical-align: middle;
}

#content .staff-member h2,
.entry-content .staff-link {
  	margin: 0;
}
	
.entry-content .staff-title {
    margin: 0 0 8px;
    color: #63a95d;
    font-style: italic;
  	font-size: 18px;
}

.entry-content .staff-content {
  	margin: 0 0 8px;
}

.single-staff #feat-img img {
	padding: 0 24px 8px 0;
	float: left;
}

.single-staff h1 {
  	margin: 0 0 8px;
}

.single-staff .post-info {
  	display: none;
}

.single-staff .entry-content {
  	overflow: visible;
}
	

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

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

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

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Cabin', arial, serif;
	line-height: 1.25;
	margin: 0 0 8px;
  	font-weight: 700;
}

h1,
#content h2.tribe-events-page-title {
    font-size: 32px;
    text-transform: uppercase;
    margin: 8px 0 16px;
    color: #dda745;
}

.home .entry-title {
  	display: none;
}

h2,
h2 a,
h2 a:visited {
	font-size: 32px;
}

h2 a,
h2 a:visited {
	color: #2196F3;
	font-family: 'Lato', arial, serif;
}

h2 a:hover {
	color: #64B5F6;
	text-decoration: none;
}

#content h2,
#content h2 a,
#content h2 a:visited {
    font-size: 24px;
    margin: 0 0 16px;
    line-height: 32px;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 18px;
  	line-height: 24px;
}

.home .widget-area h2 a {
	font-size: 22px;
	margin: 0;
  	line-height: 32px;
}

h3 {
  	font-size: 24px;
	margin: 0 0 16px;
  	line-height: 32px;
    color: #2196f3;
}

.home h3 {
	font-size: 32px;
  	text-transform: uppercase;
  	margin: 0 0 8px;
}

h4 {
	font-size: 22px;
    margin: 0 0 16px;
	text-transform: uppercase;
    color: #63a95d;
  	line-height: 24px;
}

.widget-area h4 a {
	color: #03A9F4;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 14px;
	margin: 0 0 8px;
    font-style: italic;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
  	display: none;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: rgba(0, 0, 0, 0.1);
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: rgba(0, 0, 0, 0.1);
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

#feat-img img {
  	padding: 0 0 16px;
}

img {
	height: auto;
	max-width: 100%;
  	display: block;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 8px 16px 8px 0;
}

img.alignright {
	display: inline;
	margin: 8px 0 8px 16px;
}

.alignleft {
	float: left;
	margin: 8px 16px 8px 0;
}

.alignright {
	float: right;
	margin: 8px 0 8px 16px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: rgba(0, 0, 0, 0.1);
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 18px;
	width: 328px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  	background: #f2efea;
  	box-sizing: border-box;
  	padding: 32px 24px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

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

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
	color: rgba(0, 0, 0, 0.55);
	overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .widget {
	margin: 0 0 24px;
    padding: 0 0 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .widget:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	list-style-type: none;
	margin: 0 0 10px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

#text-4 p a {
  	font-size: 15px;
}

#text-5 img {
  	margin: 0 0 8px;
    padding: 8px;
    background: #fff;
    border-radius: 50%;
}

#text-5 br {
  	display: none;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
	padding: 0 0 16px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0;
	padding: 0;
}

.more-from-category {
	padding: 8px 0 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}

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


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #03A9F4;
	border: none;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
  	-webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: #0288D1;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: rgba(0, 0, 0, 0.1);
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: rgba(0, 0, 0, 0.1);
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	background-color: #546E7A;
	clear: both;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 0 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 380px;
}

.footer-widgets-2 {
	float: left;
	width: 380px;
}

.footer-widgets-3 {
	float: right;
	width: 380px;
}


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

#footer {
	background-color: #64B5F6;
	clear: both;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 56px 0;
}

#footer p {
  	color: #fff;
	font-size: inherit;
  	font-weight: 700;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footinfo {
	text-align: center;
	width: 100%;
}

#footinfo p {
  	line-height: 24px;
}


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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: rgba(0, 0, 0, 0.1);
}

.alt,
.depth-1,
.even {
	border: 1px solid rgba(0, 0, 0, 0.1);
}


/* Responsive Design
------------------------------------------------------------ */

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

  	.wrap,
	#content-sidebar-wrap {
  		max-width: 1000px;
	}
	
	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	  	padding: 3px 8px 5px;
	}
	
	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	  	width: 1000px;
	}
	
	#callouts .wrap,
	#staff .wrap {
	  	max-width: 992px;
	}
	
	#callouts li {
	  	max-width: 246px;
	}
	
	#callouts #callout-img-4 {
    	max-width: 254px;
	}

	#staff .position {
    	font-size: 20px;
	}

	#logos {
  		text-align: center;
	}

	.logcont {
  		width: auto;
		display: inline-block;;
		float: none;
  	}
  
  	.logcont p {
  		display: none;
	}

	.content-sidebar #content,
	.sidebar-content #content {
  		width: 680px;
		min-height: 1416px;
	}

	.sidebar {
  		width: 280px;
  	}

}

@media only screen and (min-width: 1051px) {
  
  	#nav {
		display: block!important;
  	}
  
}

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

  	.wrap,
	#intro .wrap,
	#callouts .wrap,
	#staff .wrap,
	#content-sidebar-wrap {
  		max-width: 800px;
	}
	
	#header .widget-area {
    	padding: 32px 16px 32px 0;
	}
	
	#mobile-menu {
  		visibility: visible;
	  	display: block;
	}
	
  	#nav {
  		display: none;
  		width: 100%;
		margin: 0;
	}
  
	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    	width: 800px;
	}
	
	#nav #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
  	#nav #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    	margin-top: 0;
	}
	
	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    	padding: 3px 14px 5px;
	}
  
  	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
		line-height: 24px;
  	}
	
	#callouts li {
	  	max-width: 198px;
	}
	
	#callouts #callout-img-4 {
    	max-width: 206px;
	}

	#callouts .callout-img h3 {
    	font-size: 24px;
    	line-height: 32px;
	}

	#staff img {
    	width: 198px;
    	margin: 0 24px 16px 0;
	}

	.staff-container {
  		overflow: hidden;
	}

	.content-sidebar #content,
	.sidebar-content #content {
  		width: 100%;
		min-height: 0;
  		padding: 0 0 16px;
	}

	.sidebar {
  		position: static;
  		width: 100%;
  	}

}

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

  	.wrap,
	#intro .wrap,
	#callouts .wrap,
	#staff .wrap,
	html > body #slider .slide-excerpt-border,
	#content-sidebar-wrap {
  		max-width: 600px;
	}

	#header .widget-area {
  		display: none;
	}

	#nav #mega-menu-wrap-primary {
    	padding: 0 0 16px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  		display: block;
	}

	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  		text-align: center;
	}
	
	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  		display: block;
	}

	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    	text-align: center;
	}

	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  		width: auto;
	}
  
  	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item-type-widget {
		display: none;
	}
  
  	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
    	width: 33.3333%;
	}
  
  	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px;
  	}

	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  		width: 100%;
	}

	#slider .slide-excerpt {
    	bottom: 40px;
	}

	#callouts li {
	  	max-width: 148px;
	}
	
	#callouts #callout-img-4 {
    	max-width: 156px;
	}

	#callouts .callout-img h3 {
    	font-size: 18px;
    	line-height: 24px;
	}

	#staff img {
    	width: 160px;
    	margin: 0 16px 8px 0;
	}

	.staff-container {
  		overflow: visible;
	}

}

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

  	.wrap,
	#intro .wrap,
	#callouts .wrap,
	#staff .wrap,
	html > body #slider .slide-excerpt-border,
	#content-sidebar-wrap {
  		max-width: 400px;
	}
	
  	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
    	width: 100%;
	}
  
	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  		text-align: center;
	}
	
	#slider .slide-excerpt {
    	display: none;
	}

	#callouts li,
	#callouts #callout-img-4 {
	  	max-width: 200px;
	}
	
	#callouts #callout-img-1,
	#callouts #callout-img-3 {
	  	border-right: 4px solid #fff;
	}

	#callouts #callout-img-2,
	#callouts #callout-img-4 {
	  	border-right: 8px solid #fff;
	  	border-left: 4px solid #fff;
	}
	
	#callouts #callout-img-1,
	#callouts #callout-img-2 {
	  	border-bottom: none;
	}
	
	#staff img {
	  	display: none;
	}
	
	.staff-container {
  		text-align: center;
	}

	.video {
  		width: 100%;
		padding: 0 0 24px;
  	}
  
  	.staff-img {
    	display: block;
    	padding: 0 16px 8px 0;
    	width: 136px;
    	overflow: hidden;
    	float: left;
	}
  
  	.staff-box {
  		display: block;
	}

	.single-staff #feat-img img {
  		float: none;
	}
	
}

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

  	.wrap,
	#intro .wrap,
	#callouts .wrap,
	#staff .wrap,
	html > body #slider .slide-excerpt-border,
	#content-sidebar-wrap {
  		max-width: 300px;
	}

	#title-area {
    	padding: 14px 0;
	}
		  
	#title a,
	#title a:hover {
    	width: 248px;
    	height: 44px;
    	background-size: 100%;
	}

	#mobile-menu {
    	padding: 20px 0;
	}

	#intro .wrap {
    	margin: 0 auto;
    	padding: 32px 0 40px;
    	border-bottom: 2px solid #f2efea;
	}

	#intro .intro-text {
    	line-height: 32px;
	}

	#callouts,
	#logos {
  		display: none;
	}

	#staff {
    	padding: 32px 0;
	}

	.staff-img {
    	padding: 0 0 8px 0;
    	width: 100%;
    	text-align: center;
	}

	.staff-member img {
    	float: none;
    	margin: 0 auto;
	}

	.staff-box {
  		text-align: center;
	}
	
}

