/******************************************************************
Theme Name: Duraspace
Author: Brant Design & Consulting, LLC
Author URI: http://www.brantwebdesign.com
Version: 1.0
******************************************************************/

/****************************
Table of Contents
*****************************
	
	1.1 - General Styles & Font
	1.2 - Colors, Effects, Helper Classes
	1.3 - Beaver Builder
	1.4 - Top Navigation
	1.5 - Footer
	1.6 - Gravity Forms
	
	2.1 - Home Page
	2.2 - Interior Pages
	2.3 - News Pages
	2.4 - Calendar
	2.5 - Service Providers
	
	3.1 - Responsive Styles - Smartphone (Landscape)
	3.2 - Responsive Styles - Tablet (640px+)
	3.3 - Responsive Styles - Tablet (1024px+)
	3.4 - Responsive Styles - Desktop
	
	4.1 - Header Image / Banner Sizing


/****************************
1.1 - General Styles & Fonts
****************************/
body {
	min-width:300px;
	margin:0px auto;
	text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body, p, ul, li, span,
h1, h2, h3, h4, h5, h6 {
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child {
	margin-top: 0;
}
p {
	margin: 0 0 1em;
	line-height: 1.4285em;
}
*:focus {
	outline:none;
}
.row {
	max-width:1140px;
}
.row.fullwidth {
	max-width:100%;
}
.column, .columns {
	padding-right: 15px;
	padding-left: 15px;
}
#content {
	margin-top:80px;
}
#content #inner-content {
	padding:20px 10px;
}
#main p:last-child {
	margin-bottom:0;
}
h1.page-title, h2.page-title {
	text-align: center;
	font-family: 'Bree Serif', Georgia, Times, serif;
	font-weight: 100;
	margin-bottom: 50px;
	font-size: 32px;
}
h1, h2, h3 {
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size:26px;
	padding: 0;
	line-height: 1.3;
}
.entry-content {
	margin-bottom:20px;
}
.entry-content h3 {
	font-size: 22px;
	padding: 0;
	line-height: 1.5;
	margin-top: 40px;
}
.entry-content h3:first-child {
	margin-top:0;
}
input:focus::placeholder { 
	opacity: 1;
	color:rgba(0,0,0,0.75);
}
input:focus:-ms-input-placeholder {
	color:rgba(0,0,0,0.75);
}
input:focus::-ms-input-placeholder { 
	color:rgba(0,0,0,0.75);
}
.reveal-overlay {
	z-index:99999;
}
.error404 #main {
	text-align:center;
}
.error404 #main img {
	width:250px;
	margin-top:40px;
}
/*** IOS7/Foundation Bug Fix ***/
select {
	background-position:100% 50%;
}


/****************************
1.2 - Colors, Effects, Helpers
***************************/
body, p, ul, li,
h1, h2, h3, h4, h5, h6 {
	color:#424342;
}
.menu > li > a, 
.menu > li > ul > li > a {
	color:#fff;
}
.menu .active > a,
.menu > li > a:hover {
	background: rgba(0,0,0,.33);
}
.menu > li > ul > li > a:hover {
	background: rgba(0,0,0,.1);
}
.top-bar-left .menu > li > a:hover {
	background:initial;
}
.footer .menu .active > a {
	background:transparent;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
	border-color:#fff transparent transparent;
}
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
	background-color:#fff;
	box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.25);
	border-radius:0 0 .28571429rem .28571429rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
	border-color:transparent transparent transparent #757777;
}
p {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
}
a, .button, button,
input[type="submit"],
.gform_button.button {
	-webkit-transition: background-color 200ms, color 200ms;
	-moz-transition: background-color 200ms, color 200ms;
	-ms-transition: background-color 200ms, color 200ms;
	-o-transition: background-color 200ms, color 200ms;
	transition: background-color 200ms, color 200ms;
}
.button, .gform_button.button,
.gv-review-list-footer input[type="submit"] {
	background-color: transparent;
	border:0;
	border-radius:6px;
	color: #424342;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.75px;
	padding: 14px 24px;
}
.button:hover, .button:focus {
	background-color:rgba(33, 75, 90, 0.95);
}
.bg-dark {
	background-color:#2b303a;
}
.bg-dark h1, .bg-dark h2, .bg-dark h3, 
.bg-dark h4, .bg-dark h5, .bg-dark h6,
.bg-dark p {
	color:#eaeaea;
}
.bg-dark .button {
	border-color:#eaeaea;
	color:#eaeaea;
}
.bg-dark .button:hover, .bg-dark .button:focus {
	background-color:rgba(72, 112, 185, 0.3);
}
.bg-grey {
	background-color:#777777;
}
.bg-white {
	background-color:#fff;
}
.bg-white p {
	color:#424342;
}
.center {
	text-align:center;
}
.modal-open {
	overflow:hidden;
	height:100%;
	height:100%;
	width:100%;
}
.modal-open #site-header {
	box-shadow:none;
}
.nowrap {
	display:inline-block;
  white-space: nowrap;
}
#mobile-indicator {
	display:block;
}
.padleft-25 p {
	padding-left:25px;
}
.page-anchor {
	display: block;
	top: -120px;
	position: relative;
}
.gv-search-button {
	border:1px solid;
}
ul.margin15 li {
	margin-bottom:15px;
}
/****************************
1.3 - Beaver Builder / Foundation Fix
****************************/
.fl-row p {
	margin-bottom:20px;
}
.fl-row h1:after {
	content:'H1 tag should not be used due to potential SEO issues.';
	color:red;
}
.fl-row h1, .fl-row h2 {
	font-size: 23px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}
.fl-row h3 {
	font-size: 20px;
	font-weight:bold;
	letter-spacing: 1px;
	margin:0;
}
.fl-row h4 {
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 1px;
	margin:0;
}
.fl-row h5 {
	font-size: 16px;
	font-weight:bold;
	margin:0;
}
.fl-row h6 {
	font-size: 16px;
	font-weight:normal;
	margin:0;
}
.fl-row .fl-accordion-item {
	background:#fff;
	margin-bottom:0;
}
.fl-row .fl-accordion-item:not(:last-child) {
	border-bottom:0;
}
.fl-row .fl-accordion-button-label {
	color:rgba(0,0,0,0.5);
}
.fl-row .fl-accordion-item:hover .fl-accordion-button-label,
.fl-row .fl-accordion-item:hover .fl-accordion-button-icon,
.fl-row .fl-accordion-item-active .fl-accordion-button-label,
.fl-row .fl-accordion-item-active .fl-accordion-button-icon {
	color:rgba(0,0,0,.87);
	font-weight:bold;
	opacity:1;
}
.media-frame select {
	height: 38px;
	padding: 0 8px;
}
.wp-core-ui .attachment .filename div {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.4;
}
.fl-lightbox-wrap select {
	padding:0 8px;
	-webkit-appearance: initial;
	-moz-appearance: initial;
	background-image: none;
	background-size:initial;
	background-position:initial;
	background-origin:initial;
	background-repeat:initial;
}
@media screen and (max-width:639px) {
	.fl-module-content {
		margin:20px 5px;
	}
	.fl-row h1, .fl-row h2 {
		font-size:20px;
	}
}


/****************************
1.4 - Top Navigation
****************************/
#site-header {
	background-color:#99cccc;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
	height:35px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:9999;
}
#site-header .row {
	max-width:100%;
}
#site-header .row .columns:first-child {
	padding-left:0;
}
#site-header .row .columns:last-child {
	padding-right	:0;
}
.top-bar {
	padding:0;
}
.top-bar, .top-bar ul {
	background-color:transparent;
	position:relative;
	z-index:9999;
}
.top-bar-right.show-for-small-only {
	background-color:#329998;
}
.top-bar-right ul {
	padding: 0;
	padding-right: 30px;
}
.top-bar-left .menu > li {
	display: block;
	width: 100%;
	text-align: center;
}
.top-bar-left .menu > li > a {
	margin-top: 0;
	padding: 0;
}
.top-bar-left .menu > li > a > img {
	height:35px;
}
.top-bar .menu > li {
	vertical-align:top;
}
.top-bar .menu > li.active > a {
	background:rgba(0,0,0,.33);
	color:#fff;
	font-weight:bold;
	position:relative;
}
.top-bar .top-bar-left, .top-bar  .top-bar-right {
	position:relative;
	z-index:9999;
}
.top-bar .top-bar-search {
	display:none;
}
.top-bar .menu-icon {
	background-image:url('assets/images/menu.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size:contain;
	width:22px;
	height:17px;
	padding:10px;
}
.top-bar .menu-icon.open {
	background-image:url('assets/images/close.svg');
}
.top-bar .menu-icon:after {
	content:none;
}
.off-canvas {
	background-color:#196968;
}
.off-canvas.position-top {
	display:table;
	height:100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.off-canvas.is-open.position-top {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
.off-canvas .menu {
	display:table-cell;
	vertical-align:middle;
}
.off-canvas .menu > li > a {
	font-size: 16px;
	line-height: 2.25;
	padding: 0;
	text-align: center;
}
.off-canvas .menu > .active > a {
	background:transparent;
}
.off-canvas .is-accordion-submenu-parent[aria-expanded="true"] > a {
	background: rgba(0,0,0,.33);
	font-weight:bold;
}
.off-canvas .menu > li > ul {
	display: block;
	margin-bottom: 20px;
}
.off-canvas .menu > li > ul > li > a {
	font-size: 16px;
	line-height: 2;
	padding: 0;
	text-align: center;
}
.off-canvas.is-transition-overlap.is-open {
	box-shadow:none;
	z-index:9999;
}
.off-canvas .is-accordion-submenu-parent>a:after {
	border-color:#fff transparent transparent;
}
#toggle-partners[aria-expanded="true"] {
	background:#196968;
}
#bottom-bar-partners li > a {
	position: relative;
	padding: 16px 30px 14px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Open Sans",Arial,sans-serif;
	font-weight: 500;
	font-size: 16px;
}
#bottom-bar-partners li > a:after {
	/*
	display: block;
	width: 0;
	height: 0;
	border: 6px inset;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fff transparent transparent;
	right: 8px;
	top: 20px;
	position: absolute;
	*/
}
#bottom-bar-main-menu {
	position: relative;
	top: 8px;
}
#toggle-partners, #toggle-partners span {
	font-family: "Open Sans",Arial,sans-serif;
	font-weight: 500;
	font-size: 16px;
}
/****************************
1.5 - Footer
****************************/
.footer {
	padding-top:0;
	margin-top:0;
	margin:0;
	background: #1B1C1D;
	color: rgba(255,255,255,.9);
}
.footer .menu,
.footer .sub-menu {
	margin:0;
}
.footer .menu {
	margin-bottom:80px;
	overflow:hidden;
}
.footer .menu li {
	display:block;
	list-style:none;
	text-align:center;
}
.footer .menu > li > a {
	color:#FFF;
	font-family: 'Bree Serif', Georgia, Times, serif;
	font-size:16px;
	font-weight: 100;
	margin: 60px 0 20px;
	text-align: center;
}
.footer .menu > li > ul > li > a {
	color: rgba(255,255,255,.5);
	display:block;
	text-align:center;
	font-size:14px;
	line-height:2;
}
.footer .menu > li > ul > li > a:hover {
	background: rgba(0,0,0,.33);
	color: #FFF;
}
.footer a > .fa {
	color:#fff;
	font-size:18px;	
	padding:15px;
}
.footer a > .fa:hover {
	color:rgba(255, 255, 255, 0.75);
}
.footer .commons,
.footer .duraspace-callout p {
	padding: 10px;
	margin-bottom: 0;
}
.footer .duraspace-callout p {
	color:#424342 !important;
}
.footer .commons a {
	color:#fff !important;
	font-weight:normal;
}
#partner-footer {
	background:#525252;
}
#partner-footer .duraspace-callout img {
	display: inline-block;
	top: -3px;
	position: relative;
	left: 4px;
}
/****************************
1.6 - Gravity Forms
****************************/
.gform_button.button,
.gv-review-list-footer input[type="submit"] {
	background-color: #1779ba;
	color: #fefefe;
}
.gv-review-list-footer input[type="submit"] {
	background-color:#329998;
	cursor:pointer;
}
.gv-review-list-footer input[type="submit"]:hover {
	background-color:#0b7776;
}
.gform_fields li span > label {
	display:none !important;
}
#gform_16 .gform_fields li span > label {
	display:block !important;
	margin-bottom:18px;
}
#gform_16 .ginput_container_address input,
#gform_16 .ginput_container_name input {
	margin-bottom: 4px;
}
.gform_wrapper.gf_browser_chrome #gform_16 select {
	padding: 2px 8px 2px 3px;
}
.gform_wrapper .gfield_radio li {
	margin: 0 0 8px;
}
.gform_wrapper .gfield_radio li label {
	margin: 0 0 0 6px;
}
.gform_wrapper .gfield_radio li input[type="text"] {
	display:inline;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin: 10px 5px 10px 0;
}
.gform_wrapper .gfield_description {
	font-size:14px;
}
.gv-widget-search {
	margin: 20px -10px;
}
.gv-reviews-area .comment-form-url,
.gv-reviews-area .comment-form-gv-review {
	display:none !important;
}
.gv-reviews-area .gv-review-list-header {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	margin-top: 40px;
}
.gv-table-view table.gv-table-view {
	border: 1px solid #ddd;
	border-radius: 0;
}
.gv-widgets-header .gv-widget-pagination {
	margin: 30px 0 10px;
}
.gv-widgets-header .gv-widget-page-links {
	margin-top: 25px;
}
.gv-field-16-custom {
	width:80px;
}
.gv-field-16-1 {
	width: 190px;
}
.gv-field-16-3 {
	width: 200px;
}
.gv-table-view th {
	padding:10px;
}
.gv-table-view td {
	padding: 5px 10px;
}
.gv-table-single-container .gv-table-view-content {
	border: 1px solid #ddd;
	border-radius: 0;
}
.gv-table-single-container .gv-field-16-28 li:empty {
	display:none;
}
.gv-field-16-2 a {
	word-break:break-all;
}
#field_16_33 .instruction {
	display:none;
}
@media screen and (max-width:767px) {
	.gv-field-16-24, .gv-field-16-3,
	.gv-field-16-10, .gv-field-16-custom {
		display:none;
	}
	.gv-table-container .gv-table-view thead tr th:nth-child(5),
	.gv-table-container .gv-table-view tbody tr td:nth-child(5),
	.gv-table-container .gv-table-view tfoot tr th:nth-child(5)	{
		display:none;
	}
	.gv-field-16-2 {
    width: 100%;
	}
}
@media screen and (min-width:480px) and (max-width:767px) {
	.gv-field-16-1 {
		width: 300px;
	}
}
@media screen and (min-width:767px) and (max-width:1023px) {
	.gv-field-16-24, .gv-field-16-3 {
		display:none;
	}
}
@media screen and (min-width:900px) and (max-width:1023px) {
	.gv-field-16-1 {
		width: 300px;
	}
}
/****************************
2.1 - Home Page
****************************/
.home #content .row:first-child {
	padding: 50px 0 20px 0;
}
.home .content {
	margin-bottom:0;
}
.home h1.ui.header {
	font-size: 28px;
}
.home p {
	padding:0 20px;
	line-height:1.425;
}
.home .home-banner p {
	padding:0;
}
.home .home-banner .cover-text {
	font-size: 19px;
	font-family: 'Bree Serif', Georgia, Times, serif;
	max-width: 800px;
	margin: 35px auto;
	text-align: center;
	text-shadow:1px 1px 10px #000;
}
.home .ui.header {
	border: none;
	margin: calc(2rem - .14285em) 0 1rem;
	margin-bottom: 50px;
	padding: 0;
	font-family: 'Bree Serif', Georgia, Times, serif;
	font-weight: 100;
	line-height: 1.2857em;
	text-transform: none;
	color: rgba(0,0,0,.87);
	text-align: center;
}
.home .ui.header:first-child {
	margin-top: -.14285em;
}
.home .box-padding {
	background: #FFF;
	border-radius: .28571429rem;
	border: 1px solid rgba(34,36,38,.15);
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
	padding: 1em;
	margin: 1rem 0;
	min-height: 256px;
	position: relative;
}
.home .box-padding p {
	padding: 5px 20px;
	font-size: 15px;
}
.home .vivo-box {
	background:#303d4c;
}
.home .box-padding.vivo-box p {
	color:#bbc3cd;
}
.home .news-item {
	font-size:14px;
	margin-bottom:1rem;
}
.home .news-item img {
	width:100%;
	height:auto;
	border-radius: 10px;
}
.home .news-desc a {
	color: #FFF;
	display: block;
	max-width: 240px;
	height: 40.2px;
	margin: 0 auto;
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/****************************
2.2 - Interior Pages
****************************/
.series-container {
	margin-bottom:40px;
	font-size:15px;
}
.series-header {
	display: block;
	background: #329998;
	color: #fff;
	padding: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.series-header em {
	color: #fbfbfb;
	display: block;
	font-size: 14px;
	letter-spacing: 0.1px;
}
.single-webinar em {
	display:none;
}
.series-subheader {
	background:#f9fafb;
	border:1px solid #d8d8d8;
	font-weight:bold;
	padding: 10px;
}
.series-item {
	background:#fff;
	border:1px solid #d8d8d8;
	border-top:0;
	padding: 10px;
}
.series-item:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.special-box {
	border: 1px solid lightgray;
	border-radius: 5px;
	background: #e2e2e2;
	padding: 25px 50px;
	margin-bottom: 50px;
}
.platinum-membership a, .gold-membership a,
.silver-membership a, .bronze-membership a,
.copper-membership a, .supporter-membership a {
	color:#000;
}
.platinum-membership {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.gold-membership {
	background: rgb(255,225,58);
	background: -moz-linear-gradient(top, rgba(255,225,58,1) 0%, rgba(254,252,234,1) 0%, rgba(255,225,58,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,225,58,1) 0%,rgba(254,252,234,1) 0%,rgba(255,225,58,1) 100%);
	background: linear-gradient(to bottom, rgba(255,225,58,1) 0%,rgba(254,252,234,1) 0%,rgba(255,225,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe13a', endColorstr='#ffe13a',GradientType=0 );
}
.silver-membership {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(216,216,216,1) 48%, rgba(201,201,201,1) 99%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(216,216,216,1) 48%,rgba(201,201,201,1) 99%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(216,216,216,1) 48%,rgba(201,201,201,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9c9c9',GradientType=0 );
}
.bronze-membership {
	background: #f6e6b4;
	background: -moz-linear-gradient(top, #f6e6b4 0%, #ed9017 100%);
	background: -webkit-linear-gradient(top, #f6e6b4 0%,#ed9017 100%);
	background: linear-gradient(to bottom, #f6e6b4 0%,#ed9017 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 );
}
.copper-membership {
	background: #f6e6b4;
	background: -moz-linear-gradient(top, #fff5d74 0%, #ffb95d 100%);
	background: -webkit-linear-gradient(top, #fff5d7 0%,#ffb95d 100%);
	background: linear-gradient(to bottom, #fff5d7 0%,#ffb95d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d7', endColorstr='#ffb95d',GradientType=0 );
}

.into-text {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.member-group {
	margin-bottom:60px;
}
.member-group h2 {
	margin-bottom:15px;
}
.members-list .member-item {
	height: 150px;
	background: #fff;
	padding: 15px 15px 5px 15px;
	border-radius: 6px;
	margin: 10px;
}
.members-list .member-item a,
.members-list table td a,
.members-list table td span {
	font-size: 14px;
	text-align: center;
	display: block;
	line-height: 1.4;
}
.members-list .member-item img {
	max-height: 75px;
	max-width: 150px;
	display: block;
	margin: 0 auto 10px;
}
.members-list table {
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
}
.members-list table td {
	width:25%;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
.members-list table tbody tr:nth-child(even) {
	background:#fff;
}
/****************************
2.3 - News Pages
****************************/
.blog p.tags,
.archive.tag p.tags,
.search-results p.tags {
	background: #f9f9f9;
	margin: 0 -20px -10px;
	padding: 10px 20px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.blog h2, .archive.tag h2,
.search-results h2 {
	font-family: 'Bree Serif', Georgia, Times, serif;
	font-weight: 100;
	margin-bottom: 0;
	font-size: 28px;
	text-align: left;
}
.blog article,
.archive.tag article,
.search-results article {
	background: #FFF;
	border-radius: 6px;
	border: 1px solid #dedede;
	margin-bottom: 20px;
	padding: 10px 20px 0 20px;
}
.blog .row.collapse .post-excerpt,
.archive.tag .row.collapse .post-excerpt,
.search-results .row.collapse .post-excerpt {
	padding: 10px 25px;
}
.blog .row.collapse .post-thumbnail a,
.archive.tag .row.collapse .post-thumbnail a,
.search-results .row.collapse .post-thumbnail a {
	padding: 15px 0;
	overflow: hidden;
	display: block;
}
.single h1.entry-title {
	text-align: left;
	font-family: 'Bree Serif', Georgia, Times, serif;
	font-weight: 100;
	font-size: 28px;
}
.single #main .byline {
	margin-bottom:28px;
}
.pagination .current {
	background:#329998;
}
/***********************************
2.4 - Calendar
***********************************/
.tribe-events-calendar thead th {
	background-color: #104166;
	border-left: 0;
	border-right: 0;
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
	font-family:'Raleway600';
	letter-spacing:0;
}
#tribe-events-content .tribe-events-tooltip h4 {
	font-family:'JosefinSans600';
}
.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a, 
.tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a,
.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
	opacity:1;
	font-size:14px !important;
}
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], 
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a,
.tribe-events-calendar div[id*=tribe-events-daynum-], 
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
	background-color:#828282;
	transition-property: background,color;
  transition-duration: 300ms,300ms;
  -webkit-transition-property: background,color;
  -webkit-transition-duration: 300ms,300ms;
  -moz-transition-property: background,color;
  -moz-transition-duration: 300ms,300ms;
}
#tribe-events-content .tribe-events-calendar td:hover div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
	background-color:#104166;
}
.tribe-bar-disabled {
	display:none;
}
h2.tribe-events-page-title {
	margin-top:0;
}
/***********************************
2.5 - Service Providers
***********************************/
.page-template-template-providers  #main ul li a {
	color:#1b7574;
}
.provider-header {
	background: #329998;
	padding: 10px 0 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: visible;
	margin-top: 45px;
	border-bottom: 0;
	color: #FFF;
	margin-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position:relative;
}
.provider-header:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 35px 0 0px;
	border-color: #329998 transparent transparent transparent;
	position: absolute;
	bottom: -35px;
	left: -1px;
}
.provider-header h2 {
	color: #FFF;
	margin: 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.5;
}
.provider-tier {
	background: #FFF;
	padding: 20px 10px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top-left-radius:0;
	border-top-right-radius:0;
	overflow: hidden;
	border-left: 1px solid #329998;
}
.provider-tier .tier-description {
	margin: 10px 0 14px !important;
}
.provider-tier .tier-description strong {
	font-size: 16px;
	font-family: 'open sans';
	display: block;
}
.provider-tier .partner-logo {
	float:left;
	margin:15px 20px 15px 0;
}
.provider-table {
	overflow: hidden;
	padding: 20px 10px;
}
.provider-table .table-header {
	padding: 15px 0;
	background: #329998;
}
.provider-table .table-subheader {
	padding: 10px 0;
	border:1px solid rgba(221,221,221, 1);
	background: #f7f7f7;
}
.provider-table .provider-info {
	padding: 18px 0;
	border:1px solid rgba(221,221,221, 1);
	background:#FFF;
}
.provider-table h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
}
.provider-info a {
	color:#424342;
}
.provider-info a:hover {
	text-decoration:underline;
}
/*********************************************
 3.1 - Smartphone Styles
**********************************************/
@media screen and (max-width:639px) and (orientation:landscape) {
	.modal-open #site-header {
		position:relative;
	}
	.modal-open .top-bar .top-bar-left, 
	.modal-open .top-bar  .top-bar-right {
		width:35%;
		position:fixed;
	}
	.modal-open .top-bar .top-bar-left {
		left:0;
	}
	.modal-open .top-bar  .top-bar-right {
		right: 15px;
	}
}

/*********************************************
 3.2 - Tablet Styles - 640px+
**********************************************/
@media screen and (max-width:767px) {
	.top-bar .top-bar-left, .top-bar  .top-bar-right {
		width:100%;
	}
	#off-canvas .menu li.button {
    padding: 0;
    background: transparent !important;
		margin:0;
		border-radius:0;
		letter-spacing:0;
	}
	#off-canvas .menu li.button a:hover {
		background:rgba(0,0,0,.33) !important;
		border-radius:0;
	}
	#off-canvas .menu > .active:not(.button) > a {
		background:rgba(0,0,0,.33);
	}
	.member-table, .member-table * {
		display:block;
		width:100% !important;
	}
	.provider-info .large-4 {
		margin-top:20px;
	}
	.provider-tier {
		padding:20px 0;
	}
}
@media screen and (min-width:640px) and (max-width:767px) {
	/*** Foundation Overrides ***/
	.home .columns {
		width:100%;
	}
	.home .show-for-small-only {
		display:block !important;
	}
	.top-bar .show-for-medium, .bottom-bar {
		display:none;
	}
	.top-bar-right.show-for-small-only {
		display:block !important;
	}
}
@media screen and (min-width:768px) and (max-width:1023px) {
	.top-bar-right.show-for-medium,
	#bottom-bar-main-menu {
		display:none;
	}
	.top-bar .top-bar-left {
		width:100%;
	}
	.top-bar-left .menu > li {
		text-align:center;
	}
	.top-bar .top-bar-right {
		float:none;
		width:auto;
		text-align: center;
    margin: 0px auto;
    position: absolute;
    left: initial;
		right: 10px;
	}
	.top-bar-right .menu > li > a {
		padding: 15px 18px 14px 18px;  
	}
	#bottom-bar-partners li > a:after {
		top:19px;
	}
	#site-header .bottom-bar .menu:not(.submenu) > li:not(.button) > a {
    padding: 22px 18px 22px 16px;
	}
	#site-header {
		background-color:#99cccc;
	}
}
@media screen and (min-width:640px) {
	/*** General ***/
	#mobile-indicator {
		display:none;
	}
	.column:first-child, .columns:first-child {
		padding-left:20px;
	}
	.column:last-child, .columns:last-child {
		padding-right:20px;
	}
	.medium-12, .large-12 {
		padding-left:20px;
		padding-right:20px;
	}		
}

@media screen and (min-width:768px) {
	/*** Top Navigation ***/
	#site-header, .top-bar,
	.top-bar-left .menu > li > a > img {
		height:30px;
	}
	.top-bar .top-bar-right {
		width:auto;
	}
	.top-bar .top-bar-right ul {
		padding: 0;
    padding-right: 0;
    text-align: center;
    margin: auto;
		font-size:0;
	}
	.top-bar-right .menu.medium-horizontal > li,
	.bottom-bar .menu.medium-horizontal>li {
		display:inline-block;
	}
	.top-bar-right .menu > li:first-child a {
		border-left:0;
	}
	.bottom-bar {
		background-color:#196968;
		color:#FFF;
		text-align:center;
		width:100%;
		height:60px;
	}
	.bottom-bar .menu > li {
		padding:0;
	}
	.bottom-bar .menu > li > ul > li {
		padding:0;
		text-align:left;
	}
	.bottom-bar .menu > li > ul > li > a {
		color:rgba(0,0,0,.87);
		font-size:15px;
		padding:10px 30px 10px 20px;
		line-height:1;		
		white-space:nowrap;
	}
	.bottom-bar .menu > li > ul > li.active > a {
		background:rgba(0,0,0,.1);
	}
	.bottom-bar .is-dropdown-submenu {
		min-width:160px;
	}
	#site-header .bottom-bar .menu:not(.submenu) > li.menu-item-has-children > a {
		padding:22px 40px 22px 20px;
	}
	#site-header .bottom-bar .menu:not(.submenu) > li.menu-item-has-children > a:after {
		right: 15px;
    margin-top: -2px;
	}
	/*** Content ***/
	#content {
		margin-top:84px;
	}
	.banner-photo .page-title {
		font-size:30px;
	}

	/*** Footer ***/
	.footer .menu > li {
		width:33.33333%;
		float:left;
		box-shadow:1px 0px 0 0 rgba(255,255,255,.1);
	}
	/*** Home Page ***/
	.home .box-padding p {
		padding:20px 15px;
		margin-bottom:0;
	}
	.home .home-banner .cover-text {
		font-size:28px;
	}
}


/*********************************************
 3.3 - Tablet Styles - 1024px+
**********************************************/
@media screen and (min-width:1024px) {
	/*** General ***/
	.column, .columns {
		padding-left:15px;
		padding-right:15px;
	}
	/*** Top Navigation ***/
	.top-bar .top-bar-right {
		float:none;
		width:auto;
		text-align: center;
    margin: 0px auto;
    position: absolute;
    left: 20%;
	}
	.top-bar-left .menu > li {
		text-align:left;
	}
	.top-bar-right .menu > li > a {
    padding: 8px 18px 8px 18px;
    font-size: 14px;
    border-left: 1px solid rgba(255,255,255,0.16);
	}
	.top-bar .top-bar-search {
    float: right;
    padding: 4px 20px 0px 10px;
    position: absolute;
    top: 0;
    right: 0;
	}
	.top-bar-search form {
		position:relative;
	}
	.top-bar-search form:before {
		content:"\f002";
		font-family:"FontAwesome";
		color:#d0d0d0;
		position: absolute;
    top: -2px;
    right: 15px;
		transition: color .3s ease;
		-webkit-transition: color .3s ease;
	}
	.top-bar-search form:focus-within:before {		
	   color: rgba(0,0,0,.87);
	}
	.top-bar-search input {
    background: #FFF;
		border: 1px solid rgba(34,36,38,.15);
    border-radius: 100px;
		box-shadow: 0 0 0 0 transparent inset;
    color: rgba(0,0,0,.87);
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
    height: 22px;
    margin: 0;
    outline: 0;
    text-shadow: none;
    padding: 4px 12px;
    transition: background-color .1s ease,color .3s ease,box-shadow .1s ease,border-color .1s ease;
    -webkit-transition: background-color .1s ease,color .3s ease,box-shadow .1s ease,border-color .1s ease;
		-webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
	}
	.top-bar-search input:focus {
		border-color: rgba(34,36,38,.35);
    background: #FFF;
    color: rgba(0,0,0,.95);
	}
	#site-header {
		background-color:#329998;
	}
	#site-header .bottom-bar .menu:not(.submenu) > li:not(.button) > a {
		padding:22px 22px 22px 20px;
	}
	#site-header .bottom-bar .menu:not(.submenu) > li.menu-item-has-children > a {
		padding:22px 40px 22px 20px;
	}
	/*** Content ***/
	#content {
		margin-top:90px;
	}
	.banner-photo .page-title {
		font-size: 32px;
	}
	/*** Footer ***/
	.footer .menu > li {
		width:20%;
	}
	.footer .menu > li > a {
		margin-top:40px;
	}
	.footer .menu > li > ul > li > a {
		line-height: 1.8;
    padding-left: 25px;
		text-align:left;
	}
}

/*********************************************
 3.4 - Desktop Styles - 1280px+
**********************************************/
@media screen and (min-width:1280px) {
	/*** Home Page ***/
	.home .news-item {
		font-size:16px;
	}
	.home .news-desc {
		padding:12px 25px;
	}
	.home .news-desc a {
		height:auto;
	}
}
@media screen and (min-width:1366px) {
	.top-bar .top-bar-right {
		right: 20%;
	}
	.top-bar .top-bar-search {
		display:block;
	}
}
@media screen and (min-width:1440px) {
	#content { 
		min-height:52vh;
	}
}


/*********************************************
 4.1 - Banner Sizing
**********************************************/
.home .home-banner {
	background-image:url('assets/images/home/home-bg-1440.jpg');
	background-position: 0;
	background-size: 1440px;
	height:auto;
	position: relative;
	text-align: center;
}
.home .home-banner .bg-dark {
	background: transparent;
}
@media screen and (min-width:1280px) {
	.banner-photo .page-title {
		font-size: 34px;
	}
	.home .home-banner {
		height: 380px;
	}
	.home .home-banner .bg-dark {
		position: absolute;
		bottom: 0;
		left:0;
		right:0;
	}
}
@media screen and (min-width:1441px) {
	.home .home-banner {
		background-image:url('assets/images/home/home-bg-1920.jpg');
		background-position: 0;
		background-size: 1920px;
	}
}
@media screen and (min-width:1600px) {
	.banner-photo .page-title {
		font-size: 38px;
	}
}
@media screen and (min-width:1921px) {
	.home .home-banner {
		background-size:101%;
	}
}