/*
Theme Name: Florida Farm Bureau
Author: Frankel Media Group
Author URI: http://frankelmedia.com/
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

/** Import Font for Marquee Iframe **/
@import url('http://fonts.googleapis.com/css?family=Oswald:400,300,700s');

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

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

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

:focus {
    outline: none;
    outline-color: #fff;
    outline-style: auto;
    outline-width: 0;
}

html, button, input, select, textarea {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
}

body {
	color: #757576;
	line-height: 1.5;
	margin: 0;
}

a:visited {
  color: #757576;
}
a {
  color: #757576;
  text-decoration: none;
}

.ui-widget-content a {
    color: #757576!important;
}

a:active,
a:hover {
	color: #4F4F4F;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Roboto Slab', Georgia, serif;
	line-height: 1.3;
	font-weight: 700;
}

h1.section-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #00687f;
  float: left;
  margin: 33px 0 33px -118px;
  padding: 10px 20px 10px 115px;
}

h1 {
  font-size: 28px;
  margin: 33px 0;
  text-transform: uppercase;
  color: #3b6186;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: 'Merriweather Sans', sans-serif;
}

h2 {
    font-size: 22px;
    margin: 10px 0;
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: none;
    color: #8dc974;
    letter-spacing: 1px;
}

h3 {
  font-size: 22px;
  margin: 22px 0;
  color: #67c2db;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  font-size: 20px;
  margin: 10px 0;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  color: #068b49;
}

h5 {
  font-size: 18px;
  margin: 0 0 20px;
  color: #61b9d4;
}

h6 {
  font-size: 14px;
  margin: 5px 0;
  color: #3c6287;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

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

b,
strong {
    font-weight: 500;
    letter-spacing: .25px;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

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

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
	    width: 100%;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"], input[type="button"], input[type="reset"] {
    background: #446D95;
    background: -webkit-linear-gradient(top, #5280AD 0%, #3B6186 100%);
    background: linear-gradient(to bottom, #3B61860%, #3B6186 100%);
    border: none;
    border-bottom: 3px solid #325271;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background: #1C609B;
    background: -webkit-linear-gradient(top, #23639C 0%, #055697 100%);
    background: linear-gradient(to bottom, #29669D 0%, #005497 100%);
    outline: none;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  color: #757576;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
  background-color: #fff;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  margin: 0 auto;
  /*max-width: 1263px;*/
  width: 100%;
  position: relative;
  overflow: hidden;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


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

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

.site-header {
	position: relative;
	background: #fff!important;
}

.site-header .home-link {
    color: #141412;
    display: block;
    text-decoration: none;
    float: left;
    z-index: 999;
    width: 13%;
    position: relative;
    bottom: 23px;
}
.header-top {
    width: 100%;
    float: left;
    background: #fff;
    z-index: 9;
    position: relative;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    position: fixed;
    z-index: 99999;
    /* max-width: 1263px; */
    height: 65px;
    top: 35px;
}
.headerTopNav {
    width: 100%;
    float: left;
    background: #464646;
    z-index: 9;
    position: relative;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    position: fixed;
    z-index: 99999;
    height: 35px;
}
.top-nav-wrap {
    overflow: hidden;
    max-width: 970px;
    margin: 0 auto;
    height: 100%;
}
.button-wrap {
    width: 332px;
    float: right;
    overflow: hidden;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.search-form form {
    height: 100%;
}
.header-right {
    float: right;
    width: 27%;
    right: 0;
    top: 0;
}
.header-buttons a {
    float: none!important;
    margin: 0!important;
    line-height: 1!important;
    height: 100%;
    padding: 0!important;
    min-width: 0!important;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 47.1%;
    padding: 4px 0!important;
}
.header-wrap {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 970px;
    margin: 0 auto;
    display: block;
    height: 100%;
}
.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
    clear: both;
    margin: 0 auto;
    min-height: 45px;
    position: relative;
    float: right;
    width: 100%;
    display: inline-block;
    margin-right: 0;
    height: 100%;
}
ul#primary-menu {
    display: flex!important;
    display: -webkit-flex!important;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    float: right;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    margin: 0;
}
ul.sub-menu li a {
    padding: 1vw 0;
}
ul.nav-menu, div.nav-menu > ul {
  margin: 12px 0;
  padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	text-align: center;
}

.nav-menu li a {
    color: #141412!important;
    display: block;
    font-size: 13.5px;
    line-height: 1;
    padding: 0;
    padding: 0;
	text-decoration: none;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 500;
}

.anchor-nav {
    position: absolute;
    top: 0;
}

form#searchform input {
    background-repeat: no-repeat!important;
    border: none!important;
    font-family: 'Merriweather Sans', sans-serif;
    font-style: normal;
    font-weight: 200;
    text-decoration: inherit;
    font-size: 14.5px;
    display: table-cell;
    vertical-align: middle;
    background: transparent;
    color: #fff;
}
.search-form label::before {
    content: '\F002';
    font-family: 'FontAwesome';
    margin-left: 3px;
    color: #fff;
}
.search-form div {
    display: table;
    table-layout: fixed;
    margin-left: 3px;
    height: 100%;
}
.search-form label {
    font-size: 10px;
    display: table-cell;
    vertical-align: middle;
}
/*form#searchform .focus {
    border: 1px solid #c3c0ab!important;
}*/

.search-form input::-webkit-input-placeholder {
  color: #fff;
}

.nav-menu li a:last-of-type {
  padding-right: 0;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #5E5E5E!important;
}

.top-content {
  border-bottom: 1px solid #757575;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.top-content p {
  margin-bottom: 21px;
}

.nav-menu .sub-menu, .nav-menu .children {
    background-color: #fff;
    border-top: 1px solid #F1F1F1;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
.home-link img {
    max-width: 100%;
    width: auto;
}
.ff-filter-holder {
    text-align: center;
    padding: 0 10px;
    margin: 30px 0 20px;
    box-sizing: border-box;
    height: 30px;
    position: relative;
    width: 55%;
    margin: 0 auto!important;
}
ul.sub-menu li a:first-child {
  padding-left: 0;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {

}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
/*li.menu-item-has-children:hover::after {
  content: '';
  border-top: 0;
  border-bottom: 10px #E4E4E4 solid;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 0px;
}*/
ul.sub-menu li a {
  margin: 0 10px;
  border-bottom: 2px solid #d6ead0;
}
ul.sub-menu li:last-of-type a {
  border-bottom: none;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #bc360a;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 999;
    width: 85.5%;
    display: block;
    float: right;
}
.social-media {
  float: left;
  vertical-align: middle;
  position: relative;
  top: 20px;
  height: auto;
}
.social-media a.social {
  opacity: 1;
   transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
}
.county-social a.social {
  opacity: 1;
   transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  text-decoration: none;
}
.county-social img {
    margin: 0 5px 5px 0;
}
.county-social {
    float: left;
    width: 100%;
    margin: 60px 0 20px;
}
.county-social a.social:hover {
  opacity: .6;
}
.social img {
    height: 22px;
    width: 22px;
}
.social-media a.social:hover {
  opacity: .6;
}
.header-buttons {
    float: left;
    width: 172px;
    margin: 0px 0px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.menu-menu-1-container, .menu-safari-menu-container {
    width: 100%;
    text-align: right;
    height: 100%;
    float: right;
}
form#password-protect {
    margin-top: 55px;
}
form#password-protect input[type="submit"] {
    width: auto;
}
.site-header .search-form {
    position: relative;
    width: 150px;
    background: #707070;
    height: 20px;
}
header .search-form input#s {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 12px;
    margin-left: 6px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


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

 div#wrapper {
  max-width: 840px;
  margin: 0 auto;
}
.blue-section-wrapper {
  float: left;
  width: 100%;
  background: #3b6186;
  color: #fff;
  position: relative;
}
span.blue-link a {
    color: #61b9d4!important;
}
.interior-tabs ul.tab-nav {
  width: 250px;
  float: right;
  list-style: none;
  margin: 35px 0;
  padding: 0;
}
ul.tab-nav li {
  padding-bottom: 20px;
  border-bottom: 1px solid #8EC875;
  margin: 20px 15px;
}
ul.tab-nav li:last-child {
  border-bottom: none;
  margin-bottom: 5px;
}
.interior-tabs-content h6 {
  margin: 15px 0;
  color: #068B4D;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
a.interior-tablink.active {
    color: #068b49!important;
}
a.interior-tablink:hover {
  color: #068b49!important;
}
ul.tab-nav li a {
  width: 100%;
  text-decoration: none;
  transition: color .5s;
}
ul.tab-nav h6 {
  margin: 15px 11px;
  color: #3164a4;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
section.interior-tabs-content {
  width: 525px;
  float: left;
}

.header-image {
  width: 100%;
  padding-top: 70px;
  text-align: center;
}
.header-image img {
    width: 100%;
}
.single-discounts .header-image img, .single-benefits .header-image img, .page-id-438 .header-image img {
    width: auto;
}
.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

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


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #068b49;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #068b49;
}

.entry-content .more-link {
	white-space: nowrap;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	/*margin-left: -60px;*/
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	/*margin-right: -60px;*/
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #000;
}

.navigation a:hover {
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */


.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


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

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}
div#respond {
  display: none;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


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

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

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

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


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

.site-footer {
  background-color: #efeeec;
  color: #000;
  font-size: 14px;
  text-align: center;
  float: left;
  width: 100%;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #000;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}
ul#footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: flex;
}
ul#footer-menu li {
    font-size: 12px;
    display: inline-block;
}
footer #footer-menu li a {
    border-right: 1px solid;
    padding: 0 10px;
    font-size: 10px!important;
    font-weight: 400;
}
footer #footer-menu li:nth-of-type(1) a {
    padding-left: 0;
}
footer #footer-menu li:last-child a {
  border-right: none;
  padding-right: 0;
}
.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}
footer .copyright {
    float: left;
    font-size: 10px;
    font-weight: 400;
}
.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}
.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 10px 0;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.site-info a.home-link img {
    width: 100%;
    height: auto;
}
footer .info-right {
  float: right;
  width: 80%;
}
.footer-menu {
  float: left;
  width: 100%;
}
.menu-footer-menu-container {
    float: left;
    margin-bottom: 5px;
}
.footer-social {
  float: right;
  margin-bottom: 5px;
}
.footer-social a {

}
.footer-social a:hover {
  opacity: 1;
  text-decoration: none;
}
ul#footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
    text-align: left;
}

footer .info-left {
    width: 78px;
}

footer .info-right {
    width: 681px;
    text-align: left;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

/**
 * 8.0 Home Page
 * ----------------------------------------------------------------------------
 */
ul.slides li {
  background-repeat: no-repeat;
  height: 730px;
  position: relative;
  background-size: cover;
}
#slider .slides li {
    height: 632px!important;
    height: 49.375vw!important;
    display: block!important;
}
ul.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#slider {
  width: 100%;
}
.home-box ul.slides li {
  height: auto;
}
.home-box ul.slides {
  margin: 0;
  padding: 0;
}
.flex-direction-nav a:before {
  font-family: 'fontAwesome'!important;
  font-size: 25px!important;
  content: '\f053'!important;
}
.flex-direction-nav a.flex-next:before {
  content: '\f054'!important;
}
.flex-control-nav {
    bottom: 0!important;
    text-align: right!important;
    right: 25px!important;
}
.flex-control-paging li a.flex-active {
    background: #fff!important;
}
.video-play.paused::after {
    content: 'Play Video';
    font-size: 15.54px;
    font-size: 1.2vw;
    border: 1px solid;
    padding: 10px;
    padding: .8vw;
    cursor: pointer;
    line-height: 1;
}
.video-play.playing::after {
    content: 'Pause Video';
    font-size: 15.54px;
    font-size: 1.2vw;
    border: 1px solid;
    padding: 10px;
    padding: .8vw;
    cursor: pointer;
    line-height: 1;
}
.embed-play-playing::after {
    content: 'Pause Video';
    font-size: 15.54px;
    font-size: 1.2vw;
    border: 1px solid;
    padding: 10px;
    padding: .8vw;
    cursor: pointer;
    line-height: 1;
}
.embed-play-paused::after {
    content: 'Play Video';
    font-size: 15.54px;
    font-size: 1.2vw;
    border: 1px solid;
    padding: 10px;
    padding: .8vw;
    cursor: pointer;
    line-height: 1;
}
.hide-embed-button {
    display: none;
}
li.video-embed iframe {
    width: 100%;
    height: 100%;
}
.video-cover {
    height: 100%;
    width: auto;
}
.embed-video {
    height: 100%;
    display: none;
}
.video-embed .slide-header {
    width: 100%;
}
.video-embed .slide-header .content-wrap {
    width: 30.7%;
}
.video-cover.hide-cover {
    display: none;
}
.video-embed .slide-header.green-right .content-wrap {
    float: right;
    display: block;
}
.flex-control-paging li a {
    background: none!important;
    color: transparent!important;
    border: 2px solid #fff;
}
.flex-control-paging li a {
  width: 14px!important;
  height: 14px!important;
}
.home-box .flex-direction-nav a:before {
  color: #fff!important;
}
div#slider4 {
  margin-bottom: 0!important;
}
.home-box .flexslider .flex-direction-nav a.flex-prev,
.home-box .flexslider .flex-direction-nav a.flex-next {
    -moz-transition: none!important;
    -webkit-transition: none!important;
    transition: none!important;
    left: 0!important;
    right: 0!important;
}
.home-box .flexslider .flex-direction-nav a {
	opacity: 1!important;
}
.home-box ul.flex-direction-nav {
  width: 100%!important;
  height: 20px!important;
  position: absolute!important;
  top: 0!important;
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.home-box ul li.flex-nav-prev {
  position: relative!important;
  top: 7px!important;
}
.home-box ul li.flex-nav-next {
  left: 261px!important;
  position: relative!important;
  top: 7px;
}
#slider ul.flex-direction-nav {
    display: none!important;
}
.front {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block1 {
  width: 222px;
  height: 235px;
  float: left;
}
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

/* flip speed goes here */
.flipper {
	transition: 1s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	background-size: cover!important;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}
div#header-image {
  display: inline-flex;
}
.block1, .block1 .flip-container, .block1 .front, .block1 .back {
  width: 221px;
  height: 235px;
  position: absolute;
}

.block2, .block2 .flip-container, .block2 .front, .block2 .back {
  width: 221px;
  height: 118px;
  top: 335px;
}

.block4, .block4 .flip-container, .block4 .front, .block4 .back {
  width: 211px;
  height: 229px;
}
.block4 .flipper {
  left: 600px;
}
.block5, .block5 .flip-container, .block5 .front, .block5 .back {
  width: 230px;
  height: 126px;
}
.block5 .flipper {
  left: 600px;
}
div#header-image {
  width: 100%;
  position: relative;
  height: 730px;
  float: left;
  margin-top: 70px;
}
.home div#header-image {
    margin-top: 0;
    height: 632px!important;
    height: 49.375vw!important;
}
ul.slides {
  margin: 0;
  list-style: none;
  padding: 0;
}
#header-image img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    float: left;
    /* margin-top: -4vw; */
    height: auto;
}
div#slider3 {
    display: none;
}
.slide-align-align-Right .outer-wrapper.upper-left {
    left: 49vw!important;
}
.block3 {
  position: absolute;
  left: 221px;
  top: 0;
}
.slide-header span.line1 {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
}
.slide-header span.line2 {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 500;
}

.slide-header {
    font-size: 40px;
    font-size: 3.44vw;
    line-height: 1.1;
    width: 353px;
    width: auto;
    position: absolute;
    font-family: 'Merriweather Sans', sans-serif;
    color: #fff;
    padding: 32px 30px;
    padding: 3vw 3vw;
    text-align: left;
    font-weight: 500;
    z-index: 999;
    background-repeat: no-repeat!important;
    height: auto;
    text-transform: uppercase;
}

.slide-header.green-right {
  bottom: 0px;
  right: 0;
}
.slide-header.green-left {
    bottom: 0px;
    left: 0;
}
li.video-upload video {
    min-height: 100%;
    max-width: none;
    width: 100%;
}
.slide-header.blue-left {
  bottom: 0px;
  left: 160px;
}
.slide-header.blue-right {
  bottom: 0px;
  right: 160px;
}
.color-block1 {
  position: absolute;
  width: 221px;
  height: 103px;
  background: #aed690;
  top: 233px;
}
.color-block2 {
  position: absolute;
  height: 105px;
  width: 230px;
  background: #2eaeb8;
  left: 1032px;
  top: 123px;
}
.block6, .block6 .flip-container, .block6 .front, .block6 .back {
  width: 441px;
  height: 225px;
}
.block6 .flipper {
  left: 159px;
  top: 228px;
}
.home header.entry-header {
  display: none;
}
.section-content {
  float: left;
  width: 100%;
}
.section-content p {
  width: 735px;
  margin: 0px auto;
}
.icons ul {
  width: 100%%;
  float: left;
  padding: 0;
  text-align: center;
}
.icons ul li {
  display: inline-block;
  display: -webkit-inline-box;
  width: 23%;
  margin-right: 18px;
}
.icons img {
  width: 100%;
}
.icons ul li:nth-child(4) {
  margin-right: 0;
}
.middle-header {
  float: left;
  width: 100%;
  margin: 45px 0px;
  border-top: 10px solid #aed690;
  border-bottom: 10px solid #17a5b0;
}
.slide-header2 {
  line-height: 1;
  position: absolute;
  z-index: 999;
  transition-duration: 10s;
}
.single-gallery ul.slides li {
  position: relative;
}
.single-gallery #carousel ul.slides {
  text-align: center;
  margin: 0 auto;
}
.single-gallery .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 1px!important;
  top: 60px!important;
}
.single-gallery #slider ul.slides img {
  height: 100%;
  width: auto!important;
}
.single-gallery .flex-direction-nav .flex-next {
  opacity: 1;
  right: 1px!important;
  top: 60px!important;
}
.single-gallery .flex-viewport {
  text-align: center;
  width: 600px;
}
.single-gallery #slider ul.slides li {
  height: 100%;
}
.single-gallery #slider ul.slides {
  height: 400px;
}
.single-gallery div#slider {
  height: 400px;
  width: 100%
}
.single-gallery div#content {
  padding: 0;
}
#slider-hover {
    opacity: 0;
    visibility: hidden:
    transition: opacity 0.3s, visibility 0.3s;
    position: absolute;
  bottom: 0;
  background-color: #000;
  width: 100%;
  color: #fff;
  padding: 10px;
}

ul.slides li.flex-active-slide img:hover + #slider-hover {
      opacity: 1;
      visibility: visible;
    transition: opacity 0.7s, visibility 0.7s;
}
.single-gallery #carousel ul.slides li {
  width: 30%!important;
}
.single-gallery #carousel ul li.flex-active-slide {
  border: 4px solid #17a5b0;
}
.single-gallery #carousel ul.slides li:last-child {
  margin-right: 0;
}
.single-gallery #carousel ul.slides li {
  width: 175px!important;
  height: 115px!important;
  overflow: hidden;
  margin-bottom: 500px;
    margin-left: 13px;
  margin-right: 12px;
}
.middle-header #slider2 {
  margin-bottom: 0;
}
span.slide-title {
  font-size: 56px;
}
span.slide-text {
  width: 100%;
  float: left;
}
a.button.blue {
  background: #3367a5;
  font-family: 'Merriweather Sans', sans-serif;
  /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #3367a5 0%, #62beda 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3367a5), color-stop(100%,#62beda));
  background: -webkit-linear-gradient(left, #3367a5 0%,#62beda 100%);
  background: -o-linear-gradient(left, #3367a5 0%,#62beda 100%);
  background: -ms-linear-gradient(left, #3367a5 0%,#62beda 100%);
  background: linear-gradient(to right, #3367a5 0%,#62beda 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3367a5', endColorstr='#62beda',GradientType=1 );
  transition: none;
}
a.button.green {
    background: #0b8d4a;
    font-family: 'Merriweather Sans', sans-serif;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #0b8d4a 0%, #8ac774 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0b8d4a), color-stop(100%,#8ac774));
    background: -webkit-linear-gradient(left, #0b8d4a 0%,#8ac774 100%);
    background: -o-linear-gradient(left, #0b8d4a 0%,#8ac774 100%);
    background: -ms-linear-gradient(left, #0b8d4a 0%,#8ac774 100%);
    background: linear-gradient(to right, #0b8d4a 0%,#8ac774 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b8d4a', endColorstr='#8ac774',GradientType=1 );
    transition: none;
}
a.button.blue:hover {
    background: #3367a5;
}
a.button.green:hover {
    background: #0b8d4a;
}
a.calendar-link {
    float: left;
    margin-right: 5px;
}
a.button {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 8px;
  text-decoration: none;
  margin-top: 6px;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  min-width: 115px;
  text-align: center;
  background: #59B2D6;
  transition: background .5s;
}
a.button:hover {
  background: #80ceee;
}
.home-box {
  float: left;
  width: 100%;
}
.home-box ul {
  margin: 0;
  list-style: none;
  width: 100%;
  padding: 0 20px;
    margin-top: 15px;
}
.home-address {
  background: #d9dc55;
  color: #fff;
}
.home-address {
  background: #d9dc55;
  color: #fff;
  text-align: center;
  padding: 3px 13px;
  margin-bottom: 10px;
  font-size: 14px;
}
.home-image {
  width: 35%;
  margin-left: 10px;
  float: left;
  margin-right: 10px;
}
.home-image img {
	max-width: 100%;
}
.home-summary {
  margin-left: 10px;
}
.section3 {
  float: left;
  width: 100%;
}
.bottom-boxes {
  float: left;
  width: 100%;
}
.home-box:last-child {
  margin-right: 0;
}
.home-box {
  float: left;
  width: 31%;
  background: #fbfbee;
  min-height: 266px;
  margin: 20px 30px 65px 0;
  color: #6B6B6B;
}
.home-box h3 {
  background: #18a97e;
  margin-top: 0;
  padding: 5px 0px 5px 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 0;
}
.home-box p {
  font-size: 11px;
  margin-bottom: 10px;
}
.home-box h5 {
  font-size: 11px;
  margin-top: 0px;
}
.middle-header::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid rgb(46, 174, 184);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.middle-header, .middle-header-mobile {
  position: relative;
  width: 100%;
  float: left;
}
.middle-header-mobile {
  display: none;
}
ul.news li p {
  margin-bottom: 6px;
}
ul.news li {
  border-bottom: 1px solid;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.more {
  float: right;
  padding-right: 20px;
  font-size: 11px;
}
.single-programs .interior-tabs ul.tab-nav {
    margin-bottom: 0px;
}
.tabs #agriculture a {
    padding: 0;
}
div#content {
  width: 100%;
  float: left;
  padding-bottom: 35px;
}
.blue-section {
  max-width: 840px;
  margin: 40px auto;
  overflow: hidden;
}
.tabs li {
  list-style: none;
  display: block;
  border-top: 1px solid;
}
.tabs li:first-child {
  border-top: none;
}
.tabs a {
  display: inline-block;
  color: #434343;
  text-decoration: none;
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 18px;
  padding: 63px 0;
  width: 100%;
  margin: 0 40px;
}
.tabs .sharewindow a {
    display: inline-block;
    margin: 0;
    width: 25px;
}
.tabs .article {
    margin: 20px 0;
}
.tabs .article .title a {
    display: block;
    margin: 0;
    padding: 0;
}
a.tablink.agriculture span {
  font-style: italic;
}
.tabs a.active {
  font-weight: 700;
  color: #000;
}
.news-link {
  color: #00af91;
  margin: 0;
  padding: 0;
  border: none;
}
.news-post {
  margin-bottom: 20px;
  border-bottom: 1px solid #959595;
  float: left;
}
.publication {
  margin-bottom: 20px;
  border-bottom: 1px solid #959595;
  float: left;
  padding-bottom: 20px;
}
.news-left {
  width: 250px;
  float: left
}
.publication-left {
  float: left;
  width: 330px;
}
.publication-right {
  width: 200px;
  float: right;
  padding-left: 20px;
}
.publication-right img {
  max-width: 100%;
}
.news-left img {
  width: 100%;
}
.news-right {
  width: 280px;
  float: left;
  padding-left: 20px;
}
.news-post:last-child {
  border-bottom: none;
}
.news-post .thumb-left {
  width: 33%;
  float: left;
  margin-right: 10px;
    margin-top: 6px;
}
h1.news {
  font-size: 20px;
  margin: 0;
  color: #00af91;
  letter-spacing: 0;
}
p.news-date {
  color: #939393;
  font-style: italic;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
.property-detail {
  max-width: 80%;
  margin: 0 auto 30px;
  overflow: hidden;
}
.property-detail-left {
  float: left;
  width: 29%;
  margin-right: 20px;
}
.property-address {
  font-size: 20px;
  font-weight: 500;
}
.property-type {
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 15px;
}
.property-contact p {
  margin: 0;
}
.property-contact {
  margin-top: 30px;
}
.property-detail-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.back-link {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.property-detail-left img {
  max-width: 100%;
}
.back-link a {
  text-transform: uppercase;
  color: #17A5B0;
}
.property-detail-right {
  float: right;
  width: 68%;
}
.news-post .content-right {
  float: right;
  width: 65%;
}
.news-post .thumb-left img {
  max-width: 100%;
}
ul.tabs ul, ul.tabs {
  padding: 0;
  margin: 0;
}
ul.tabs {
    padding: 0;
    float: left;
    width: 100%;
    height: 100%;
}
div#social {
    height: 100%;
    overflow: visible;
}
.fpSocialMedia {
    height: 548px;
}
.ff-stream-wrapper.ff-theme-flat.ff-desktop.ff-style-3.shuffle--container.shuffle--animatein.ff-c-upic.ff-gallery-off.shuffle {
    height: 371px!important;
    overflow-y: scroll;
}
.ff-stream-wrapper.ff-theme-flat.ff-desktop.ff-style-3.shuffle--container.shuffle--animatein.ff-c-upic.ff-gallery-off.shuffle::-webkit-scrollbar {
    width: 0;
}

#side-nav ul.tabs ul {
  width: 275px;
  float: left;
  background: #ebebeb;
  margin-bottom: 0;
}
#social ul {
    width: 100%!important;
}
section.tabs-content ul {
    width: 50%!important;
    float: left!important;
    background: none!important;
    border: none!important;
    margin-bottom: 25px;
    margin-top: 25px;
}
#vcs_mrq_home {
    float: right;
    height: 100%;
    bottom: 0;
    right: 0;
    padding: 0;
    overflow: hidden;
    margin: 0 0 20px 0;
    max-width: 100%;
}
#vcs_mrq_main {
    width: 100%;
    position: relative;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}
#vcs_mrq_main .title {
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
#vcs_mrq_main .title a {
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
#vcs_mrq_main .article {
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
#news.desktop {
    float: left;
    height: 100%;
    position: relative;
}
#vcs_mrq_container {
    height: 100%!important;
    width: auto!important;
}
.tabs-content li {
  display: list-item;
  margin-left: 48px;
  list-style: disc;
}
section.tabs-content {
    width: 66%;
    float: right;
    height: 100%;
}
div#news.mobile {
    display: none;
}
section.tabs-content div#agriculture {
    padding: 30px;
}
#agriculture a {
    margin: 0;
}
.search-page {
    float: left;
    margin-top: 30px;
}
section.tabs-content div#county {
  padding: 20px;
}
section.tabs-content #county h6 {
  margin-bottom: 5px;
  color: #8ec875;
}
.happening-box {
    background: url(images/happening-box.png);
    background-repeat: no-repeat;
    height: 105px;
    margin: 25px 0 10px;
    font-family: 'Merriweather Sans', sans-serif;
    text-align: center;
    width: 274px;
    padding-top: 17px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.information-box {
  background: url(images/information-box.png);
  background-repeat: no-repeat;
  height: 105px;
  margin: 25px 0 -10px;
  font-family: 'Merriweather Sans', sans-serif;
  width: 100%;
  padding-top: 17px;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  float: right;
  background-position: right;
  text-align: right;
  padding-right: 37px;
  z-index: 9;
  position: relative;
}
.more-information-left {
  width: 66%;
  float: left;
}
.benefit-title {
  font-weight: 500;
}
.quick-links {
  background: #f7f9fa;
  padding: 10px;
  float: left;
  width: 100%;
}
.quick-links li a {
  color: #3b6186;
}
.quick-links li {
  list-style: none;
  padding: 14px 0;
  border-bottom: 2px solid #d6ead0;
  margin: 0 8px;
}
.quick-links li:first-child {
  padding-top: 0;
}
.quick-links li:last-child {
  border-bottom: none;
}
.quick-links img {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.quick-links ul {
  margin: 0;
  padding: 0;
}
.more-information-right {
  width: 32.5%;
  float: right;
  margin-right: 10px;
}
.program-info {
  width: 48%;
  float: left;
}
.membership-benefits {
  width: 48%;
  float: left;
  padding-right: 20px;
}
.membership-benefits li {
  list-style: none;
  padding: 0 0 10px 0;
}

.membership-benefits ul {
  padding: 0;
  margin: 0;
}
.more-information-wrapper {
  float: left;
  width: 100%;
  margin: 0 auto;
  background: #3b6186;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
  position: relative;
}
.more-information {
max-width: 840px;
  margin: 0 auto 25px;
  overflow: hidden;
}
.more-information-left .image-left {
  float: left;
  margin-top: 20px;
}
.tabs-content #news ul li {
    list-style: none;
    width: 100%;
  float: left;
  margin: 0;
  padding: 0 20px 20px;
  border: none;
  height: 295px!important;
      overflow: hidden;
}
.tabs-content #news ul li:nth-of-type(n+3) {
    display: none;
}
a.read-more {
  padding: 0;
  margin: 0 0 14px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
}
.tabs-content #news p {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.tabs-content #news .news-title {
  font-family: 'Roboto Slab';
  font-weight: 700;
  color: #3d6589;
  font-size: 14px;
  margin-bottom: 10px;
}
section.tabs-content #social li {
  list-style: none;
  padding: 0 20px 20px;
  margin: 0;
  border: none;
  float: left;
  width: 50%;
  text-align: center;
  height: 275px;
}
/**** Map *****/
.map {
    position: relative;
    float: left;
}
.county-hovers {
    position: absolute;
    z-index: 9999;
    font-size: 12px;
    top: 0;
    width: 100%;
    float: left;
}
.county-hovers div.hover {
    display: block!important;
}
.county-hovers a.hover {
    display: block!important;
}
div#escambia.hover {
    position: absolute;
    width: 52px;
    height: 100px;
    top: 0;
    background: url(images/map-escambia.png) no-repeat;
}
div#escambia.hover::after {
    content: 'Escambia';
    color: #fff;
    position: relative;
    left: 8px;
}
div#alachua.hover {
    position: absolute;
    width: 62px;
    height: 61px;
    top: 127px;
    background: url(images/map-alachua.png) no-repeat;
    left: 524px;
}
div#alachua.hover::after {
    content: 'Alachua';
    color: #fff;
    position: relative;
    left: 14px;
    top: 16px;
}
div#baker.hover {
    position: absolute;
    width: 42px;
    height: 54px;
    background: url(images/map-baker.png) no-repeat;
    top: 50px;
    left: 544px;
}
div#baker.hover::after {
    content: 'Baker';
    color: #fff;
    position: relative;
    left: 10px;
    top: 22px;
}
div#bay.hover {
    position: absolute;
    width: 63px;
    height: 105px;
    top: 53px;
    background: url(images/map-bay.png) no-repeat;
    left: 173px;
}
div#bay.hover::after {
    content: 'Bay';
    color: #fff;
    position: relative;
    left: 24px;
    top: 10px;
}
div#bradford.hover {
    position: absolute;
    width: 37px;
    height: 43px;
    top: 104px;
    background: url(images/map-bradford.png) no-repeat;
    left: 550px;
}
div#bradford.hover::after {
    content: '----- Bradford';
    left: 33px;
    width: 226px;
    color: #386283;
    font-weight: 500;
    position: absolute;
    top: 5px;
}
div#brevard.hover {
    position: absolute;
    width: 55px;
    height: 115px;
    top: 263px;
    background: url(images/map-brevard.png) no-repeat;
    left: 702px;
}
div#brevard.hover::after {
    content: '--- Brevard';
    color: #386283;
    position: relative;
    left: 39px;
    top: 62px;
    font-weight: 500;
}
div#broward.hover {
    position: absolute;
    width: 86px;
    height: 45px;
    top: 556px;
    background: url(images/map-broward.png) no-repeat;
    left: 710px;
}
div#broward.hover::after {
    content: 'Broward';
    color: #fff;
    position: relative;
    left: 25px;
    top: 7px;
}
div#calhoun-gulf.hover {
    position: absolute;
	width: 46px;
	height: 115px;
	top: 48px;
	background: url(images/map-calhoun-gulf.png) no-repeat;
	left: 233px;
}
div#calhoun-gulf.hover::after {
    content: 'Calhoun';
	color: #fff;
	position: relative;
	left: -11px;
	top:10px
}
div#calhoun-gulf.hover::before {
    content: 'Gulf';
    color: #fff;
    position: relative;
    left: 10px;
    top: 70px;
}
div#charlotte.hover {
    position: absolute;
    width: 86px;
    height: 32px;
    top: 473px;
    background: url(images/map-charlotte.png) no-repeat;
    left: 552px;
}
div#charlotte.hover::after {
    content: 'Charlotte';
    color: #fff;
    position: relative;
    left: 41px;
    top: 1px;
}
div#citrus.hover {
    position: absolute;
    width: 62px;
    height: 45px;
    top: 233px;
    background: url(images/map-citrus.png) no-repeat;
    left: 512px;
}
div#citrus.hover::after {
    content: 'Citrus';
    color: #fff;
    position: relative;
    left: 18px;
    top: 8px;
}
div#clay.hover {
    position: absolute;
    width: 47px;
    height: 53px;
    top: 98px;
    background: url(images/map-clay.png) no-repeat;
    left: 588px;
}
div#clay.hover::after {
    content: 'Clay';
    color: #fff;
    position: relative;
    left: 8px;
}
div#collier.hover {
    position: absolute;
    width: 103px;
    height: 85px;
    top: 534px;
    background: url(images/map-collier.png) no-repeat;
    left: 608px;
}
div#collier.hover::after {
    content: 'Collier';
    color: #fff;
    position: relative;
    left: 42px;
    top: 34px;
}
div#columbia.hover {
    position: absolute;
    width: 52px;
    height: 100px;
    background: url(images/map-columbia.png) no-repeat;
    top: 49px;
    left: 508px;
}
div#columbia.hover::after {
    content: 'Columbia';
    color: #fff;
    position: relative;
    left: 2px;
    top: 28px;
    font-size: 10px;
}
div#dade.hover {
    position: absolute;
    width: 181px;
    height: 171px;
    top: 598px;
    background: url(images/map-miami-dade.png) no-repeat;
    left: 612px;
}
div#dade.hover::after {
    content: 'Dade';
    color: #fff;
    position: relative;
    left: 108px;
    top: 16px;
}
div#desoto-charlotte.hover {
    position: absolute;
	width: 105px;
	height: 68px;
	top: 436px;
	background: url(images/map-desoto-charlotte.png) no-repeat;
	left: 552px;
}
div#desoto-charlotte.hover::before {
    content: 'Charlotte';
color: #fff;
position: relative;
left: 45px;
top: 40px
}
div#desoto-charlotte.hover::after {
    content: 'DeSoto';
color: #fff;
position: relative;
left: 8px;
top: 8px;
}
div#dixie.hover {
    position: absolute;
    width: 52px;
    height: 100px;
    top: 141px;
    background: url(images/map-dixie.png) no-repeat;
    left: 444px;
}
div#dixie.hover::after {
    content: 'Dixie';
    color: #fff;
    position: relative;
    left: 16px;
    top: 10px;
}
div#duval.hover {
    position: absolute;
    width: 71px;
    height: 56px;
    top: 51px;
    background: url(images/map-duval.png) no-repeat;
    left: 588px;
}
div#duval.hover::after {
    content: 'Duval';
    color: #fff;
    position: relative;
    left: 30px;
    top: 0px;
}
div#flagler.hover {
    position: absolute;
    width: 52px;
    height: 49px;
    top: 159px;
    background: url(images/map-flagler.png) no-repeat;
    left: 643px;
}
div#flagler.hover::after {
    content: 'Flagler';
    color: #fff;
    position: relative;
    left: 8px;
    top: 5px;
}
div#franklin.hover {
    position: absolute;
    width: 97px;
    height: 51px;
    top: 119px;
    background: url(images/map-franklin.png) no-repeat;
    left: 251px;
}
div#franklin.hover::after {
    content: 'Franklin';
    color: #fff;
    position: relative;
    left: 28px;
}
div#gadsden.hover {
    position: absolute;
    width: 63px;
    height: 39px;
    top: 34px;
    background: url(images/map-gadsen.png) no-repeat;
    left: 287px;
}
div#gadsden.hover::after {
    content: 'Gadsden';
    color: #fff;
    position: relative;
    left: 8px;
}
div#gilchrist.hover {
    position: absolute;
    width: 52px;
    height: 43px;
    background: url(images/map-gilchrist.png) no-repeat;
    left: 491px;
    top: 129px;
}
div#gilchrist.hover::after {
    content: '---- Gilchrist';
    color: #fff;
    position: relative;
    left: 31px;
    top: 9px;
    font-size: 12px;
    color: #386283;
    font-weight: 500;
}

div#gulf.hover {
    position: absolute;
    width: 43px;
    height: 63px;
    top: 97px;
    background: url(images/map-gulf.png) no-repeat;
    left: 232px;
}
div#gulf.hover::after {
    content: 'Gulf';
    color: #fff;
    position: relative;
    left: 8px;
}
div#hamilton.hover {
    position: absolute;
    width: 67px;
    height: 37px;
    top: 45px;
    background: url(images/map-hamilton.png) no-repeat;
    left: 459px;
}
div#hamilton.hover::after {
    content: 'Hamilton';
    color: #fff;
    position: relative;
    left: 13px;
}
div#hardee.hover {
    position: absolute;
    width: 51px;
    height: 35px;
    top: 401px;
    background: url(images/map-hardee.png) no-repeat;
    left: 587px;
}
div#hardee.hover::after {
    content: 'Hardee';
    color: #fff;
    position: relative;
    left: 8px;
}
div#hendry-glades.hover {
    position: absolute;
width: 71px;
height: 115px;
top: 451px;
background: url(images/map-hendry-glades.png) no-repeat;
left: 638px;
}
div#hendry-glades.hover::after {
    content: 'Glades';
color: #fff;
position: relative;
left: -15px;
top:25px;
}
div#hendry-glades.hover::before {
    content: 'Hendry';
color: #fff;
position: relative;
left: 23px;
top: 60px;
}
div#hernando-citrus.hover {
    position: absolute;
width: 72px;
height: 74px;
top: 233px;
background: url(images/map-hernando-citrus.png) no-repeat;
left: 513px;
}
div#hernando-citrus.hover::after {
    content: 'Hernando';
color: #fff;
position: relative;
left: -10px;
top: 47px
}
div#hernando-citrus.hover::before {
    content: 'Citrus';
color: #fff;
position: relative;
left: 18px;
top: 10px
}
div#highlands.hover {
    position: absolute;
    width: 60px;
    height: 71px;
    top: 401px;
    background: url(images/map-highlands.png) no-repeat;
    left: 639px;
}
div#highlands.hover::after {
    content: 'Highlands';
    color: #fff;
    position: relative;
    left: 7px;
    top: 24px;
}
div#hillsborough.hover {
    position: absolute;
    width: 61px;
    height: 62px;
    top: 337px;
    background: url(images/map-hillsborough.png) no-repeat;
    left: 525px;
}
div#hillsborough.hover::after {
    content: 'Hillsborough';
    color: #fff;
    position: relative;
    left: 5px;
}
div#holmes.hover {
    position: absolute;
    width: 56px;
    height: 35px;
    top: 0;
    background: url(images/map-holmes.png) no-repeat;
    left: 168px;
}
div#holmes.hover::after {
    content: 'Holmes';
    color: #fff;
    position: relative;
    left: 8px;
}
div#indian-river.hover {
    position: absolute;
    width: 61px;
    height: 34px;
    top: 376px;
    background: url(images/map-indian-river.png) no-repeat;
    left: 709px;
}
div#indian-river.hover::after {
    content: '---- Indian River';
    color: #386283;
    position: absolute;
    left: 50px;
    font-weight: 500;
    width: 69px;
    top: 3px;
}
div#jackson.hover {
    position: absolute;
    width: 76px;
    height: 50px;
    top: 1px;
    background: url(images/map-jackson.png) no-repeat;
    left: 214px;
}
div#jackson.hover::after {
    content: 'Jackson';
    color: #fff;
    position: relative;
    left: 22px;
}
div#jefferson.hover {
    position: absolute;
    width: 50px;
    height: 70px;
    top: 40px;
    background: url(images/map-jefferson.png) no-repeat;
    left: 374px;
}
div#jefferson.hover::after {
    content: 'Jefferson';
    color: #fff;
    position: relative;
    left: 12px;
    top: -5px;
    font-size: 10px;
}
div#lafayette.hover {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 88px;
    background: url(images/map-lafayette.png) no-repeat;
    left: 449px;
}
div#lafayette.hover::after {
    content: 'Lafayette';
    color: #fff;
    position: relative;
    left: 3px;
    top: 24px;
}
div#lake.hover {
    position: absolute;
    width: 61px;
    height: 107px;
    top: 209px;
    background: url(images/map-lake.png) no-repeat;
    left: 598px;
}
div#lake.hover::after {
    content: 'Lake';
    color: #fff;
    position: relative;
    top: 57px;
    left: 5px;
}
div#lee.hover {
    position: absolute;
    width: 75px;
    height: 53px;
    top: 505px;
    background: url(images/map-lee.png) no-repeat;
    left: 563px;
}
div#lee.hover::after {
    content: 'Lee';
    color: #fff;
    position: relative;
    left: 43px;
    top: 8px;
}
div#leon.hover {
    position: absolute;
    width: 74px;
    height: 47px;
    top: 39px;
    background: url(images/map-leon.png) no-repeat;
    left: 309px;
}
div#leon.hover::after {
    content: 'Leon';
    color: #fff;
    position: relative;
    left: 43px;
}
div#levy.hover {
    position: absolute;
    width: 78px;
    height: 69px;
    top: 169px;
    background: url(images/map-levy.png) no-repeat;
    left: 471px;
}
div#levy.hover::after {
    content: 'Levy';
    color: #fff;
    position: relative;
    left: 32px;
    top: 16px;
}
div#liberty.hover {
    position: absolute;
    width: 57px;
    height: 73px;
    top: 48px;
    background: url(images/map-liberty.png) no-repeat;
    left: 262px;
}
div#liberty.hover::after {
    content: 'Liberty';
    color: #fff;
    position: relative;
    left: 13px;
    top: 35px;
}
div#madison.hover {
    position: absolute;
    width: 69px;
    height: 45px;
    top: 43px;
    background: url(images/map-madison.png) no-repeat;
    left: 403px;
}
div#madison.hover::after {
    content: 'Madison';
    color: #fff;
    position: relative;
    left: 20px;
    top: 7px;
}
div#manatee.hover {
    position: absolute;
    width: 68px;
    height: 51px;
    top: 401px;
    background: url(images/map-manatee.png) no-repeat;
    left: 518px;
}
div#manatee.hover::after {
    content: 'Manatee';
    color: #fff;
    position: relative;
    left: 23px;
}
div#marion.hover {
    position: absolute;
    width: 93px;
    height: 65px;
    top: 179px;
    background: url(images/map-marion.png) no-repeat;
    left: 537px;
}
div#marion.hover::after {
    content: 'Marion';
    color: #fff;
    position: relative;
    left: 36px;
    top: 19px;
}
div#martin.hover {
    position: absolute;
    width: 64px;
    height: 37px;
    top: 446px;
    background: url(images/map-martin.png) no-repeat;
    left: 731px;
}
div#martin.hover::after {
    content: 'Martin';
    color: #fff;
    position: relative;
    left: 15px;
    top: 6px;
}
div#monroe.hover {
    position: absolute;
    width: 55px;
    height: 81px;
    top: 620px;
    background: url(images/map-monroe.png) no-repeat;
    left: 657px;
}
div#monroe.hover::after {
    content: 'Monroe';
    color: #fff;
    position: relative;
    left: 17px;
}
area {
    z-index: 999;
    position: relative;
}
area.hover {
    z-index: 1;
}
div#nassau.hover {
    position: absolute;
    width: 68px;
    height: 63px;
    top: 21px;
    background: url(images/map-nassau.png) no-repeat;
    left: 587px;
}
div#nassau.hover::after {
    content: 'Nassau';
    color: #fff;
    position: relative;
    left: 8px;
    top: 5px;
}
div#okaloosa {
    position: absolute;
    width: 52px;
    height: 100px;
    top: 0;
    background: url(images/map-oskaloosa.png) no-repeat;
    left: 89px;
}
area.hover::after {
    font-size: 12px;
}
div#okaloosa::after {
    content: 'Okaloosa';
    color: #fff;
    position: relative;
    left: 2.5px;
    top: 14px;
}
div#okeechobee.hover {
    position: absolute;
    width: 54px;
    height: 57px;
    top: 401px;
    background: url(images/map-okeechobee.png) no-repeat;
    left: 677px;
}
div#okeechobee.hover::after {
    content: 'Okeechobee';
    color: #fff;
    position: relative;
    left: 8px;
    font-size: 10px;
    top: 3px;
}
div#orange.hover {
    position: absolute;
    width: 82px;
    height: 51px;
    top: 265px;
    background: url(images/map-orange.png) no-repeat;
    left: 629px;
}
div#orange.hover::after {
    content: 'Orange';
    color: #fff;
    position: relative;
    left: 23px;
    top: 19px;
}
div#osceola.hover {
    position: absolute;
    width: 84px;
    height: 82px;
    top: 317px;
    background: url(images/map-osceola.png) no-repeat;
    left: 629px;
}
div#osceola.hover::after {
    content: 'Osceola';
    color: #fff;
    position: relative;
    left: 39px;
    top: 11px;
}
div#palm-beach.hover {
    position: absolute;
    width: 90px;
    height: 75px;
    top: 482px;
    background: url(images/map-palm-beach.png) no-repeat;
    left: 710px;
}
div#palm-beach.hover::after {
    content: 'Palm Beach';
    color: #fff;
    position: relative;
    left: 23px;
    top: 23px;
}
div#pasco.hover {
    position: absolute;
    width: 77px;
    height: 36px;
    top: 300px;
    background: url(images/map-pasco.png) no-repeat;
    left: 509px;
}
div#pasco.hover::after {
    content: 'Pasco';
    color: #fff;
    position: relative;
    left: 29px;
    top: 6px;
}
div#pinellas.hover {
    position: absolute;
    width: 31px;
    height: 68px;
    top: 337px;
    background: url(images/map-pinellas.png) no-repeat;
    left: 502px;
}
div#pinellas.hover::after {
    content: 'Pinellas ---';
    color: #386283;
    position: absolute;
    right: 26px;
    font-weight: 500;
    width: 50px;
    top: 18px;
}
div#polk.hover {
    position: absolute;
    width: 101px;
    height: 86px;
    top: 314px;
    background: url(images/map-polk.png) no-repeat;
    left: 582px;
}
div#polk.hover::after {
    content: 'Polk';
    color: #fff;
    position: relative;
    left: 33px;
    top: 33px;
}
div#putnam-stjohns.hover {
    position: absolute;
width: 88px;
height: 107px;
top: 89px;
background: url(images/map-putnam-stjohns.png) no-repeat;
left: 586px;
}
div#putnam-stjohns.hover::before {
    content: 'Putnam';
color: #fff;
position: relative;
left: 15px;
top: 65px;
}
div#putnam-stjohns.hover::after {
   content: '-- St. Johns';
color: #386283;
position: relative;
left: 50px;
top: 30px;
font-size: 12px;
font-weight: 500;
}
div#saint-lucie.hover {
    position: absolute;
    width: 50px;
    height: 40px;
    top: 411px;
    background: url(images/map-saint-lucie.png) no-repeat;
    left: 732px;
}
div#saint-lucie.hover::after {
    content: '---- Saint Lucie';
    color: #386283;
    position: absolute;
    left: 41px;
    font-weight: 500;
    width: 63px;
    top: 5px;
}
div#sarasota.hover {
    position: absolute;
    width: 68px;
    height: 59px;
    top: 424px;
    background: url(images/map-sarasota.png) no-repeat;
    left: 518px;
}
div#sarasota.hover::after {
    content: 'Sarasota ----';
    color: #386283;
    position: relative;
    right: 27px;
    top: 18px;
    font-weight: 500;
}
div#seminole.hover {
    position: absolute;
    width: 48px;
    height: 29px;
    top: 256px;
    background: url(images/map-seminole.png) no-repeat;
    left: 650px;
}
div#seminole.hover::after {
    content: '---- Seminole';
    color: #386283;
    position: absolute;
    width: 56px;
    font-weight: 500;
    left: 40px;
    top: 5px;
}
div#sumter.hover {
    position: absolute;
    width: 36px;
    height: 76px;
    top: 244px;
    background: url(images/map-sumter.png) no-repeat;
    left: 562px;
}
div#sumter.hover::after {
    content: '---- Sumter';
    color: #386283;
    position: absolute;
    left: 31px;
    font-weight: 500;
    width: 47px;
}
div#suwannee.hover {
    position: absolute;
    width: 52px;
    height: 100px;
    top: 69px;
    background: url(images/map-suwannee.png) no-repeat;
    left: 462px;
}
div#suwannee.hover::after {
    content: 'Suwannee';
    color: #fff;
    position: relative;
    left: 5px;
    font-size: 11px;
    top: 10px;
}
div#taylor.hover {
    position: absolute;
    width: 70px;
    height: 77px;
    top: 84px;
    background: url(images/map-taylor.png) no-repeat;
    left: 383px;
}
div#taylor.hover::after {
    content: 'Taylor';
    color: #fff;
    position: relative;
    left: 24px;
    top: 10px;
}
div#union.hover {
    position: absolute;
    width: 52px;
    height: 25px;
    top: 103px;
    background: url(images/map-union.png) no-repeat;
    left: 533px;
}
div#union.hover::after {
    content: 'Union';
    color: #fff;
    position: relative;
    left: 7px;
    font-size: 10px;
}
div#volusia.hover {
    position: absolute;
    width: 90px;
    height: 100px;
    top: 189px;
    background: url(images/map-volusia.png) no-repeat;
    left: 637px;
}
div#volusia.hover::after {
    content: 'Volusia';
    color: #fff;
    position: relative;
    left: 29px;
    top: 27px;
}
div#wakulla.hover {
    position: absolute;
    width: 69px;
    height: 39px;
    top: 85px;
    background: url(images/map-wakulla.png) no-repeat;
    left: 306px;
}
div#wakulla.hover::after {
    content: 'Wakulla';
    color: #fff;
    position: relative;
    left: 15px;
}
div#walton.hover {
    position: absolute;
    width: 57px;
    height: 100px;
    top: 0;
    background: url(images/map-walton.png) no-repeat;
    left: 130px;
}
div#walton.hover::after {
    content: 'Walton';
    color: #fff;
    position: relative;
    left: 8px;
}
div#washington.hover {
    position: absolute;
    width: 57px;
    height: 48px;
    top: 22px;
    background: url(images/map-washington.png) no-repeat;
    left: 174px;
}
div#washington.hover::after {
    content: 'Washington';
    color: #fff;
    position: relative;
    left: 8px;
}
div#santa-rosa {
    position: absolute;
    width: 59px;
    height: 100px;
    top: 0;
    background: url(images/map-santa-rosa.png) no-repeat;
    left: 34px;
}
div#santa-rosa::after {
    content: 'Santa Rosa';
    color: #fff;
    position: relative;
    left: 6px;
    text-align: center;
    top: 13px;
}
.map-test-2 {
    display: none;
}
ul#florida-map {
    position: relative;
    width: 800px;
    height: 922px;
    background: url(images/florida-map.png) no-repeat;
    padding: 0;
}
ul#florida-map li a {
    position: relative;
    display: block;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	cursor: default;
}
li#escambia a {
    width: 52px;
    height: 87px;
    top: 0;
    left: 0;
}
ul#florida-map li {
    display: block;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}
li#santa-rosa {
    left: 40px;
}
li#santa-rosa a {
    width: 54px;
    height: 83px;
}
li#okaloosa a {
    width: 43px;
    height: 77px;
}
li#okaloosa {
    left: 88px;
}
li#walton a {
    width: 56px;
    height: 86px;
}
li#walton {
    left: 129px;
}
li#holmes a {
    width: 51px;
    height: 35px;
}
li#holmes {
    left: 170px;
    z-index: 2;
}
li#washington a {
    width: 48px;
    height: 44px;
}
li#washington {
    left: 182px;
    z-index: 3;
    top: 23px;
}
li#bay a {
    width: 63px;
    height: 77px;
}
li#bay {
    left: 173px;
    top: 53px;
    z-index: 2;
}
li#jackson a {
    width: 73px;
    height: 51px;
}
li#jackson {
    left: 215px;
    z-index: 2;
}
li#gulf a {
    width: 34px;
    height: 62px;
}
li#gulf {
    left: 238px;
    top: 99px;
}
li#calhoun a {
    width: 39px;
    height: 45px;
}
li#calhoun {
    left: 236px;
    top: 50px;
    z-index: 4;
}
li#jackson a {
    width: 73px;
    height: 51px;
}
li#jackson {
    left: 215px;
    z-index: 2;
}
li#gadsen a {
    width: 54px;
    height: 34px;
}
li#gadsen {
    left: 292px;
    top: 33px;
    z-index: 4;
}
li#jefferson {
    left: 376px;
    top: 42px;
}
li#jefferson a {
    width: 45px;
    height: 68px;
}
li#madison {
    left: 411px;
    top: 43px;
}
li#madison a {
    width: 53px;
    height: 42px;
}
li#taylor a {
    width: 63px;
    height: 74px;
}
li#taylor {
    left: 384px;
    top: 88px;
}
li#hamilton {
    left: 462px;
    top: 46px;
}
li#suwannee a {
    width: 44px;
    height: 34px;
}
li#suwannee {
    left: 464px;
    top: 74px;
}
li#suwannee2 a {
    width: 26px;
    height: 19px;
}
li#suwannee2 {
    left: 482px;
    top: 98px;
}
li#suwannee3 a {
    width: 18px;
    height: 19px;
}
li#suwannee3 {
    left: 492px;
    top: 111px;
}
li#lafayette2 a {
    width: 35px;
    height: 29px;
}
li#lafayette2 {
    left: 459px;
    top: 111px;
}
li#lafayette {
    left: 448px;
    top: 89px;
}
li#lafayette a {
    width: 15px;
    height: 54px;
}
li#dixie a {
    width: 49px;
    height: 47px;
}
li#dixie {
    left: 445px;
    top: 144px;
}
li#columbia a {
    width: 22px;
    height: 37px;
}
li#columbia {
    left: 521px;
    top: 50px;
}
li#columbia2 a {
    width: 35px;
    height: 27px;
}
li#columbia2 {
    left: 510px;
    top: 83px;
}
li#columbia3 a {
    width: 23px;
    height: 18px;
}
li#columbia3 {
    left: 511px;
    top: 119px;
}
li#gilchrist a {
    width: 29px;
    height: 25px;
}
li#gilchrist {
    left: 493px;
    top: 143px;
}
li#gilchrist2 a {
    width: 17px;
    height: 16px;
}
li#gilchrist2 {
    top: 132px;
    left: 499px;
}
li#levy a {
    width: 48px;
    height: 41px;
}
li#levy {
    left: 487px;
    top: 171px;
}
li#levy2 a {
    width: 20px;
    height: 26px;
}
li#levy2 {
    left: 477px;
    top: 193px;
}
li#levy3 a {
    width: 21px;
    height: 34px;
}
li#levy3 {
    left: 527px;
    top: 180px;
}
li#levy4 a {
    width: 29px;
    height: 23px;
}
li#levy4 {
    left: 507px;
    top: 212px;
}
li#wakulla a {
    width: 59px;
    height: 34px;
}
li#wakulla {
    left: 312px;
    top: 87px;
}
li#franklin a {
    width: 72px;
    height: 49px;
}
li#franklin {
    left: 275px;
    top: 121px;
}
li#leon a {
    width: 71px;
    height: 40px;
}
li#leon {
    left: 311px;
    top: 41px;
}

section.tabs-content #social h6 {
  color: #068a48;
  margin: 15px 0 10px;
  text-align: left;
}
div#side-nav {
  float: left;
  width: 840px;
  min-height: 400px;
  border: solid 1px;
  margin: 0 auto;
}
.happening {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
ul.tabs ul li:nth-child(1) a {
  border-top: 0;
}
.home .header-title {
	   position: relative;
}
.header-title {
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  bottom: 0;
  color: #fff;
  z-index: 999;
  transition-duration: 10s;
  position: absolute;
}
.map-mobile {
    display: none;
}
#header-image .header-title {
  width: 530px;

}
a.tablink.news.active {
  border-left: 7px solid #3b6186;
}
a.tablink.news {
  border-left: 7px solid #c6ced6;
}
a.tablink {
  padding-left: 20px;
  margin: 0;
}
a.tablink.agriculture {
  border-left: 7px solid #d0e6ec;
}
a.tablink.agriculture.active {
  border-left: 7px solid #66c4dd;
}
a.tablink.county {
  border-left: 7px solid #dae7d2;
}
a.tablink.county.active {
  border-left: 7px solid #8ec875;
}
a.tablink.social {
  border-left: 7px solid #b8d8c7;
}
a.tablink.social.active {
  border-left: 7px solid #068a48;
}
.story .content-right {
  float: left;
  width: 66%;
  vertical-align: middle;
}
.story .thumb-left {
  float: left;
  margin-right: 35px;
  vertical-align: middle;
  width: 305px;
}
.story .thumb-left img {
  width: 100%
}
.story {
  float: left;
  margin: 20px 0;
}
.success-stories {
  overflow: hidden;
  width: 100%;
}
section:nth-child(n+2) .story-content h4 {
  display: none;
}
section:nth-child(even) .story-image {
  float: left;
}
.story-image {
  width: 62%;
  position: relative;
  height: 400px;
}
section:nth-child(odd) .story-image {
  float: right;
}
section:nth-child(even) .story-content {
  float: right;
  margin-left: 15px;
}
.story-content {
  width: 36%;
}
section:nth-child(odd) .story-content {
  float: left;
  margin-right: 15px;
}
.story-image img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.story-content h4 {
  background: #17a5b0;
  margin: 0;
  padding: 18px;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}
section.story p {
  color: #757576;
  font-weight: 300;
}
section.story:nth-child(n+2) {
  margin-top: 80px;
}
section.story {
  position: relative;
  height: 400px;
}
section:nth-child(odd) .story-content {
  float: left;
  margin-right: 15px;
}
.story-content {
  width: 36%;
}
section:nth-child(odd) .story-image {
  float: right;
  left: 278px;
  height: 400px;
}
.story-image {
  width: 73%;
  position: absolute;
  top: 0;
}
section.story:nth-child(odd) .story-image img {
  left: 115px;
}
.story-image img {
  width: 100%;
  position: relative;
  height: 100%;
}
section:nth-child(even) .story-content {
  float: right;
  margin-left: 15px;
  width: 42%;
}
section:nth-child(even) .story-image {
  float: left;
  width: 66%;
}
section.story:nth-child(even) .story-image img {
  right: 115px;
}
section.story:last-of-type .story-image::after {
  height: 0!important;
  width: 0!important;
}
section.story:nth-child(odd) .story-image::after {
  content: '';
  background: #18a97e;
  height: 171px;
  width: 171px;
  position: absolute;
  bottom: -100px;
  left: 115px;
  z-index: 99;
}
section.story:nth-child(even) .story-image::after {
  content: '';
  background: #d9dc55;
  height: 171px;
  width: 171px;
  position: absolute;
  bottom: -100px;
  right: 115px;
  z-index: 99;
}
 .page-id-206 .tabs-content #tab2 li {
  padding: 8px;
}
.single-gallery header#masthead {
  display: none;
}
.single-gallery h1 {
  display: none;
}
.single-gallery div#wpadminbar {
  display: none;
}

.mobile-menu label {
  float: right;
}
.mobile-menu {
  display: none;
}
.mobile-menu label {
    float: right;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 20px;
}
#navbar label:after {
    font-family: Genericons;
    content: "\f419";
    font-size: 19px;
    vertical-align: -4px;
    color: #000;
}
#menu-toggle {
  display: none;
}
#menu-toggle:not(:checked) + .mobile-nav-menu {
  display: none;
}
.mobile-nav-menu {
    width: 100%;
    text-align: right;
    float: right;
    background: #fff;
    z-index: 999;
    margin-top: 2px;
}
.mobile-nav-menu .menu-menu-1-container {
  float: right;
  width: 100%;
}
.mobile-nav-menu ul#primary-menu {
  position: relative;
  padding: 0;
}
.mobile-menu .mobile-nav-menu ul li {
  padding: 10px 25px 10px 0;
  border-top: 1px solid #c2c2c2;
  font-family: 'Merriweather Sans', sans-serif;
}
.mobile-menu ul.sub-menu li {
  border: none;
}
.photo-gallery-mobile {
  display: none;
}
.member-photo {
  float: left;
  width: 80px;
  height: 104px;
}
.member-photo img {
  width: 100%;
}
.member {
  float: left;
  width: 240px;
  margin: 0 25px 15px 0;
}
.executive-directors, .district-directors, .committee-reps {
  float: left;
  margin-bottom: 30px;
}
.content-left {
  float: left;
  width: 530px;
  margin-right: 20px;
}
.sidebar-right {
  float: right;
  width: 34%;
  margin-top: 60px;
}
.single-board_members .sidebar-right {
  margin-top: 40px;
}
.board-member-name {
  float: left;
  width: 100%;
  background: #15924D;
  color: #fff;
  padding: 20px 25px;
  margin-bottom: 50px;
  font-weight: 500;
}
.board-member-name span {
  font-weight: 300;
}
.single-board_members .sidebar-right img {
  max-width: 100%;
  float: right;
}
.advocacy-tabs {
  float: right;
  width: 250px;
}
.additional-sidebar h4 {
  color: #3064a3;
}
.page-id-11 h1 {
  color: #62bfdb;
}
.sidebar-article img {
  max-width: 100%;
}
.sidebar-newsletter img {
  max-width: 100%;
}
.sidebar-article {
  background: #8ec875;
  padding: 15px 20px;
  float: right;
  margin-bottom: 40px;
  width: 100%;
}
.sidebar-links {
  float: right;
  margin-bottom: 40px;
  width: 100%;
}
.additional-sidebar h6 {
    margin: 15px 11px;
    color: #3164a4;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
ul.tab-nav li a:hover, .additional-sidebar .sidebar-links ul li a:hover {
    color: #068B49;
    text-decoration: none;
}
.additional-sidebar .sidebar-links li:last-child {
    border-bottom: none;
}
.search footer.entry-meta {
    display: none;
}
.search a h3 {
    text-decoration: underline;
    margin-bottom: 5px;
}
.additional-sidebar h4 {
    margin: 15px 11px;
    color: #3164a4;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.content-right {
    width: 280px;
    float: right;
}
.additional-sidebar .sidebar-links li {
    padding-bottom: 20px;
    border-bottom: 1px solid #8EC875;
    margin: 20px 15px;
}
.sidebar-newsletter {
  float: right;
  margin-bottom: 40px;
  width: 100%;
}
.sidebar-blurb {
  float: right;
  margin-bottom: 40px;
  width: 100%;
  padding: 5px 15px;
  background-color: #8EC875;
}
.single-counties .sidebar-blurb {
    float: right;
    margin-bottom: 40px;
    width: 100%;
    background-color: #8ec875;
    padding: 20px;
}
.recent-event-image {
    float: left;
    margin-right: 20px;
}
.single-event div#content {
    margin-top: 40px;
}
span.categories-links {
    display: none;
}
.fc-event-inner {
    background-color: #A8D144;
    color: #fff;
}
.recent-event-content {
    float: right;
    width: 48%;
}
.recent-events {
    float: left;
}
.president-right {
    float: left;
    width: 65%;
}
.president-left {
    float: left;
    width: 30%;
    margin-right: 10px;
    overflow: hidden;
}
.county-president {
    float: left;
    width: 48%;
    margin-right: 20px;
}
.other-county-officers {
    float: left;
    width: 46%;
}
.other-county-officers ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.county-directors {
    float: left;
}
.county-officers {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.county-directors {
    float: left;
    width: 100%;
}
.county-links {
    float: left;
    position: absolute;
    bottom: 0;
}
.header-right .search-form {
	display: none;
}
img#floridamap {
    margin-bottom: 150px;
}
.single-programs img#floridamap {
    margin-bottom: 0;
}
.single-programs .second-section h1 {
    margin-top: 0;
}
.district-links {
    /*position: absolute;
    top: 165px;*/
    float: left;
    width: 51%;
    position:relative;
    top:-625px;
    margin-bottom:-625px;
}
.district-links li {
    padding: 10px 0;
}
.district-links ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.county-more {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.county-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.single-counties h5 {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 500;
}
.county-directors ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
}
.county-directors {
    float: left;
    width: 100%;
}
.member-info {
  width: 66%;
  float: right;
  padding-left: 15px;
}
.sidebar-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-links li {
  padding: 10px 0;
  border-bottom: 2px solid #e3f1dc;
}
#wpfc-calendar-wrapper table.fc-header {
  margin-bottom: 0!important;
  background: #b8b7b7;
  padding-top: 10px;
  height: 40px;
}
.fc-header-title h2 {
  color: #fff;
  font-size: 20px!important;
}
tr.fc-week:nth-child(odd) .ui-widget-content {
  background: #fff;
}
tr.fc-week:nth-child(even) .ui-widget-content {
  background: #f4f4f4;
}
tr.fc-week .ui-widget-content.fc-today {
  background: #5EB7D6;
  border: none;
}
.fc-header-title {
  margin-top: 10px;
}
span.fc-button.fc-button-basicDay, span.fc-button.fc-button-month, span.fc-button.fc-button-basicWeek, span.fc-button.fc-button-today {
  display: none;
}
span.fc-button.fc-button-next.ui-state-default.ui-corner-right {
    position: absolute;
    right: 0;
    top: .6vw;
}
.fc-button .fc-icon-wrap {
    position: relative!important;
    float: left;
    top: 0!important;
    width: 2vw!important;
    height: 2vw!important;
    right: 0!important;
}
.ui-state-default {
  background: none;
  border: none;
}
.ui-state-default .ui-icon {
  background: none;
}
button.fc-prev-button.ui-button.ui-state-default.ui-corner-left::after {
  content: "\f053";
  font-family: 'FontAwesome';
  color: #fff;
  position: relative;
  font-size: 21px;
  top: 3px;
}
button.fc-today-button.ui-button.ui-state-default.ui-corner-left.ui-corner-right {
    display: none;
}
button.fc-next-button.ui-button.ui-state-default.ui-corner-right {
    background: none!important;
}
button.fc-prev-button.ui-button.ui-state-default.ui-corner-left {
    background: none!important;
}
div#wpfc-calendar-search {
    margin-bottom: 0!important;
}
button.fc-next-button.ui-button.ui-state-default.ui-corner-right::before {
  content: "\f054";
  font-family: 'FontAwesome';
  color: #fff;
  left: 0;
  position: relative;
  font-size: 21px;
  top: 3px;
}
button.fc-today-button.ui-button.ui-state-default.ui-corner-left.ui-corner-right.ui-state-disabled {
    display: none;
}
.fc-right {
    display: none;
}
.fc-toolbar .fc-left {
    float: left;
    width: 100%;
}
button.fc-prev-button.ui-button.ui-state-default.ui-corner-left {
    left: 0;
    position: absolute;
    width: 51px;
}
button.fc-next-button.ui-button.ui-state-default.ui-corner-right {
    position: absolute;
    right: 0;
    float: right;
    width: 51px;
}
.fc-toolbar {
    background: #b8b7b7;
    margin: 0;
}
th.fc-day-header.ui-widget-header {
    background: #7f7d7e!important;
    border: none!important;
}
.fc-toolbar h2 {
    color: #fff!important;
    padding: 6px 0 2px;
}
button.fc-next-button.ui-button.ui-state-default.ui-corner-right:hover {
    background: none!important;
}
button.fc-prev-button.ui-button.ui-state-default.ui-corner-left:hover {
    background: none!important;
}
span.ui-icon.ui-icon-circle-triangle-w {
    display: none;
}
span.ui-icon.ui-icon-circle-triangle-e {
    display: none;
}
.ui-widget-header {
    border: 1px solid #7F7D7E!important;
}
ul#footer-menu .menu-item:nth-last-of-type(1) a {
    border-right: 0;
}
.info-right.mobile {
    display: none;
}
tr.fc-first.fc-last .fc-day-header {
  background: #7f7d7e!important;
  border: 0;
  height: 40px;
    padding-top: 8px;
}
.ui-widget-content {
  border-top: 0!Important;
  border-color: #bfbebe;
}
span.fc-button.fc-button-prev.ui-state-default.ui-corner-left {
    position: absolute;
    top: 0;
    padding: .5vw;
    margin-bottom: 0!important;
    height: 3vw;
}
div#accordion {
    border: 1px solid #3b6186;
}
div.ui-accordion-content {
    height: auto!important;
    padding: 15px;
}

#accordion h3.ui-accordion-header {
    padding: 5px 10px;
    font-weight: 400;
    color: #777777;
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    letter-spacing: 1px;
    border-top: 1px solid #3b6186;
    position: relative;
}
#accordion h3.ui-accordion-header:first-child {
	border-top: none;
}
#accordion h3.ui-accordion-header.ui-state-active {
    background-color: #3B6186;
    color: #fff;
    border-top: none;
    border-bottom: 1px solid #8da3b9;
}
#accordion h3.ui-accordion-header::after {
    content: '\f431';
    font-family: 'Genericons';
    font-size: 30px;
    position: absolute;
    right: 0;
    top: -3px;
}
#accordion h3.ui-accordion-header.ui-state-active::after {
    content: '\f432';
}
section.interior-tabs-content div h5 {
    font-family: 'Merriweather Sans', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
#accordion .ui-accordion-content p {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 15px;
    color: #757576;
}
.get-involved-tabs ul.tab-nav li {
    padding-bottom: 20px;
    border-bottom: 1px solid #8EC875;
    margin: 20px 15px;
}
.get-involved-tabs {
	float: right;
	width: 250px;
}
.login-form {
    margin-top: 70px;
    width: 50%;
    margin: 70px auto 0;
}
p.login.msg {
    text-align: center;
}
.login-form label {
    display: none;
}
.single-programs ul.interior-tabs {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
div#program-side-nav {
    width: 100%;
    float: left;
    height: auto;
}
.single-programs section.interior-tabs-content {
    width: 100%;
}
.single-programs .get-involved-tabs {
    position: absolute;
    right: 0;
    z-index: 999;
}
.single-programs div#wrapper {
    position: relative;
    margin: 0 auto;
    overflow: visible;
}
.single-programs .get-involved-tabs ul.tab-nav {
    margin-top: 20px;
}
.get-involved-tabs ul.tab-nav {
    background-color: #fff;
}
.get-involved-tabs ul.tab-nav li a {
    color: #000;
    width: 100%;
    text-decoration: none;
    transition: color .5s;
}
.program {
    float: left;
    width: 100%;
    margin-bottom: 19px;
}
a.learn-more {
    color: #62BDDA;
}
.program p:last-of-type {
    margin-bottom: 0;
}
.single-programs .top-section {
    background-color: #3b6186;
    color: #fff;
    padding: 10px 0 40px;
    float: left;
    width: 100%;
}
.page-id-1156 .top-section {
    background-color: #3b6186;
    color: #fff;
    padding: 10px 0 40px;
    float: left;
    width: 100%;
}
.program-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.program-video iframe,
.program-video object,
.program-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-programs .second-section .content-left {
    width: 540px;
    display: table;
}
.single-programs .second-section .content-left div {
    display: table-cell;
    vertical-align: middle;
}
.page-id-290 .content-left {
    width: 75%;
}
.page-id-290 .sidebar-right {
    width: 22%;
}
.nav-links {
    display: none;
}
.single-programs .sidebar-links {
    width: 260px;
}
.single-programs .second-section {
    width: 100%;
    margin: 30px auto 40px;
    margin-bottom: 0;
    max-width: 840px;
}
.single-programs .second-section div#wrapper {
    height: 100%;
    overflow: hidden;
}
.district-content {
    float: left;
    margin-bottom: 20px;
}
.event-image {
    width: 230px;
    height: 115px;
    float: left;
    margin-right: 10px;
}
.event-info {
    float: left;
    width: 60%;
}
.event-image img{
    width: 100%;
    height: auto;
}
.single-programs .third-section {
    width: 100%;
    float: left;
    background-color: #eeefef;
    padding: 30px 0 40px;
}
.page-id-1156 .third-section {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 30px 0 40px;
}
.single-programs .third-section:nth-of-type(odd) {
    background-color: #fff;
}
#district1.hover::after {
    content: 'District 1';
    color: #fff;
    position: relative;
    left: 118px;
    top: 20px;
    font-size: 25px;
    color: #fff;
    background-color: #386283;
}
#district1.hover {
    position: absolute;
    width: 293px;
    height: 162px;
    top: 0;
    background: url(images/map-district1.png) no-repeat;
}
#district2.hover::after {
    content: 'District 2';
    color: #fff;
    position: relative;
    left: 107px;
    top: 26px;
    font-size: 25px;
    color: #fff;
    background-color: #386283;
}
#district2.hover {
    position: absolute;
    width: 274px;
    height: 136px;
    top: 33px;
    background: url(images/map-district2.png) no-repeat;
    left: 253px;
}
#district3.hover::after {
    content: 'District 3';
    color: #fff;
    position: relative;
    left: 47px;
    top: 69px;
    font-size: 25px;
    color: #fff;
    background-color: #386283;
}
#district3.hover {
    position: absolute;
    width: 170px;
    height: 180px;
    top: 19px;
    background: url(images/map-district3.png) no-repeat;
    right: 123px;
}

#district4.hover::after {
    content: 'District 4';
    color: #fff;
    position: relative;
    left: 55px;
    top: 46px;
    font-size: 25px;
    color: #fff;
    background-color: #386283;
}
#district4.hover {
    position: absolute;
    width: 284px;
    height: 159px;
    top: 127px;
    background: url(images/map-district4.png) no-repeat;
    right: 73px;
}
#district5.hover::after {
    content: 'District 5';
    color: #fff;
    position: relative;
    left: 35px;
    top: 70px;
    font-size: 25px;
    color: #fff;
    background-color: #386283;
}
#district5.hover {
    position: absolute;
    width: 183px;
    height: 190px;
    top: 210px;
    right: 116px;
    background: url(images/map-district5.png) no-repeat;
}

#district6.hover::after {
    content: 'District 6';
    color: #fff;
    position: relative;
    left: 51px;
    top: 20px;
    font-size: 25px;
    color: #fff;
    background-color: #386283;
}
#district6.hover {
    position: absolute;
    width: 182px;
    height: 159px;
    top: 400px;
    right: 99px;
    background: url(images/map-district6.png) no-repeat;
}
#district7.hover::after {
    content: 'District 7';
    color: #fff;
    position: relative;
    left: 12px;
    top: 28px;
    font-size: 25px;
    color: #fff;
    background-color: #386283;
}
#district7.hover {
    position: absolute;
    width: 167px;
    height: 217px;
    top: 263px;
    right: 5px;
    background: url(images/map-district7.png) no-repeat;
}
#district8.hover::after {
    content: 'District 8';
    color: #fff;
    position: relative;
    left: 67px;
    top: 91px;
    font-size: 25px;
    color: #fff;
    background-color: #386283;
}
#district8.hover {
    position: absolute;
    width: 193px;
    height: 319px;
    top: 451px;
    right: 0;
    background: url(images/map-district8.png) no-repeat;
}
.single-programs .fourth-section {
    float: left;
    width: 100%;
    padding: 30px 0 40px;
}
.page-id-1156 .fourth-section {
    float: left;
    width: 100%;
    padding: 30px 0 40px;
    background-color: #eeefef;
}
ul.state-quick-links li {
    padding-bottom: 20px;
    border-bottom: 1px solid #8EC875;
    margin: 20px 15px;
}
l.state-quick-links {
    width: 250px;
    float: right;
    list-style: none;
    margin: 35px 0;
    padding: 0;
}
ul.state-quick-links a {
    width: 100%;
    text-decoration: none;
    transition: color .5s;
    font-size: 16px;
	font-weight: 300;
}
ul.state-quick-links li:first-child a {
    color: #068B4E;
}
ul.state-quick-links li a:hover {
    color: #068B4E;
}
ul.district-officers {
    list-style: none;
}
ul.district-officers li {
    padding-bottom: 14px;
}
ul.state-quick-links {
    width: 250px;
    float: right;
    list-style: none;
    margin: 35px 0;
    padding: 0;
}
#state-second-section .content-left {
    margin-top: 45px;
}

.single-programs .middle-section {
    padding: 10px 15px!important;
    width: 33%!important;
    background-color: #8ec875;
    color: #fff;
}
.page-id-1156 .middle-section {
    padding: 10px 15px!important;
    width: 33%!important;
}
.page-id-9 .top-section {
    background-color: #068a48;
    color: #fff;
    padding: 40px 0 20px;
    float: left;
    width: 100%;
}
.page-id-9 div#main {
    display: none;
}
.single-programs .fourth-section #wrapper div {
    width: 31%;
    float: left;
    margin-right: 20px;
    padding: 10px 0;
}
.page-id-1156 .fourth-section #wrapper div {
    width: 31%;
    float: left;
    margin-right: 20px;
    padding: 10px 0;
}
.right-section {
    padding: 0!important;
    width: 31%!important;
    margin-right: 0!important;
}
.single-programs .fourth-section .right-section img {
    width: 100%;
}

.single-programs div#main {
    display: none;
}
.single-programs .top-section h3 {
    color: #fff;
    margin-bottom: 0;
}
.single-programs .top-section h3::before {
    content: '';
    background: url(images/program-details.png);
    width: 269px;
    height: 107px;
    display: block;
    margin-bottom: 20px;
}
.page-id-1156 .fourth-section .right-section img {
    width: 100%;
}

.page-id-1156 div#main {
    display: none;
}
.page-id-1156 .top-section h3 {
    color: #fff;
    margin-bottom: 0;
}
.page-id-1156 .top-section h3::before {
    content: '';
    background: url(images/program-details.png);
    width: 269px;
    height: 107px;
    display: block;
    margin-bottom: 20px;
}
a.dblue.button {
    background-color: #2c5ea0;
}
a.dblue.button:hover {
	background-color: #264B7B;
}
.page-id-9 .top-section #wrapper::before {
    content: '';
    background: url(images/membership-box.png);
    width: 189px;
    height: 107px;
    display: block;
}
div#benefit {
    float: left;
    margin: 0 0 40px;
}
.benefit-image {
    width: 250px;
    overflow: hidden;
}
.benefit-info:nth-child(odd) .benefit-image {
    float: left;
    margin-right: 10px;
}
.benefit-info:nth-child(even) .benefit-image {
    float: right;
    margin-left: 10px;
}

.benefit-info {
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 30px 0;
}
.benefit-info:last-child {
    border-bottom: none;
}
.page-id-9 .benefit-info h4 {
    color: #80CEEE;
    margin-bottom: 0;
    font-size: 17px;
}
.benefit-info:nth-of-type(odd) .benefit-excerpt {
    float: right;
    width: 67%;
}
.benefit-info:nth-of-type(even) .benefit-excerpt {
    float: left;
    width: 67%;
}
a.benefit-title {
    color: #61b9d4;
}
.post .entry-meta {
    display: none;
}
h3.tabs-mobile {
    font-size: 28px!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
    line-height: 1;
    text-align: center;
    color: #2a639d!important;
    margin-top: 45px!important;
    margin-bottom: 22px!important;
    font-family: 'Merriweather Sans', sans-serif!important;
}

.wpfc-loading {
    display: none!important;
}
.ff-item-cont a {
    margin: 0;
    padding: 0;
}
.ff-img-holder a {
    margin: 0;
    padding: 0;
}

a.ff-name {
    font-family: 'Roboto Slab';
    font-weight: 700!important;
    padding-top: 0;
    color: #5BB1D2!important;
}
.ff-theme-flat.ff-style-3 .ff-content+.ff-item-meta, .ff-theme-flat.ff-style-3 .ff-article+.ff-item-meta, .ff-theme-flat.ff-style-3 .readmore-js-toggle+.ff-item-meta, .ff-theme-flat.ff-style-3 h4+.ff-content:empty+.ff-item-meta, .ff-theme-flat.ff-style-3 h4+.ff-item-meta {
    padding: 20px 0;
}
span.ff-btn {
    background-color: #5DB6D5!important;
}
#ff-stream-1 .ff-filter-holder .ff-filter, #ff-stream-1 .ff-filter-holder:before, #ff-stream-1 .ff-loadmore-wrapper .ff-btn:hover {
    background-color: rgb(94, 183, 214)!important;
    }
.ff-search input {
    background: #fff!important;
    color: #000!important;
}
span.ff-filter.ff-type-all {
}
span.ff-filter.ff-type-all {
    color: #fff!important;
    z-index: 9999;
    background-color: transparent!important;
    visibility: visible!important;
    position: relative;
}
span.ff-filter.ff-type-all::before {
    content: '';
    background: #5DB6D5;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
        z-index: 999;
        background: url(images/all.png);
        background-repeat: no-repeat;
        background-position: center center;
}
span.ff-btn::before {
    content: '';
    background: #5DB6D5;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
        z-index: 999;
        background: url(images/click.png);
        background-repeat: no-repeat;
        background-position: center center;
}
#ff-stream-1 .ff-filter-holder .ff-filter, #ff-stream-1 .ff-filter-holder:before, #ff-stream-1 .ff-loadmore-wrapper .ff-btn:hover {
    background-color: transparent!important;
}
#ff-stream-1 .ff-filter-holder .ff-filter, #ff-stream-1 .ff-filter-holder:before, #ff-stream-1 .ff-loadmore-wrapper .ff-btn:hover {
    background-color: #5DB6D5!important;
}
.ff-filter-holder {
    color: #fff!important;
}
span.ff-btn {
    z-index: 9999;
    color: #fff!important;
}
span.fc-icon-wrap::after {
    content: '<';
    width: 50px;
    height: 100%;
    position: absolute;
    cursor: pointer;
    font-size: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fc-button-next .fc-icon-wrap::after {
    content: '>';
    width: 100px;
}
.ff-theme-flat.ff-style-3 .ff-item-cont:before {
    height: 0!important;
}
span.ff-search {
    display: none!important;
}
div#mobile-slider {
    display: none;
}
.clearfix, .centre { zoom: 1; }
.clearfix:before, .centre:before  { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after, .centre:after { content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; }

.QuickLinksBucket {
    float: left;
    width: 300px;
    list-style: none;
}

.quickLinks ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    text-align: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0;
    margin: 0;
}

.QuickLinksBucket{
	float: left;
    width: 300px;
    list-style: none;
}

div#wrapper {
    max-width: 970px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.advocacy {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: url(images/advocacy-bg.jpg);
    padding: 80px 0;
    padding: 6.2vw 0;
    background-size: cover;
}
.embed-video.playing {
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.73);
    width: 100%;
    z-index: 99999;
    display: block;
}
.close-video {
    z-index: 9999999;
    position: absolute;
    right: 2vw;
    top: 2vw;
    cursor: pointer;
    font-size: 2vw;
    color: #fff;
}
.embed-video.playing iframe {
    position: fixed;
    top: 20%;
    bottom: 20%;
    left: 20%;
    right: 20%;
    width: 60%;
    height: 68vh;
}
.advocacy-wrapper {
    max-width: 976px;
    margin: 0 auto;
}
.advocacy-content {
    width: 605px;
    float: left;
    color: #fff;
    padding: 0 55px 0 0;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
}
li.advocacyLinkList {
    padding: 5px 0;
}
li.advocacyLinkList a {
    color: #fff;
    font-size: 15px;
}
ul.advocacy-links {
    float: right;
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
    width: 370px;
    border-left: 2px solid #fff;
}
div#slider2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    overflow: hidden;
}
p.latestNewsTitle {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin: 0;
}
p.specialLN {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #2a639d;
    margin-top: 15px;
    margin-bottom: 47px;
}
p.LatestNewsBucket-title {
    margin: 24px 0 0 0;
    font-size: 21.5px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.LatestNewsBucket-content p {
    font-size: 13.5px;
    color: #000;
    font-weight: 400;
    margin-bottom: 22px;
    line-height: 1.8;
}
.latestNews a.read-more {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
li.LatestNewsBucket.fauxlink:hover .read-more {
    color: #4c9f75;
    text-decoration: none;
}
.latestNews {
    overflow: hidden;
    margin: 70px 0 30px;
}
.latestNews ul {
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.fauxlink {
    cursor: pointer;
    list-style: none;
    width: 305px;
}
.fauxlink img {
    max-width: 100%;
}
.QuickLinksBucket:hover img.QuickLinksBucket-img {
    filter: brightness(77%);
}
li.membershipBenefits.fauxlink .membershipBenefits-content {
    color: #fff;
    height: 100%;
}

.membershipBenefits-content a.read-more {
    color: #fff;
    text-transform: uppercase;
}
li.membershipBenefits.fauxlink .membershipBenefits-content:hover a.read-more {
    color: #2e60a1;
    text-decoration: none;
    font-weight: bold;
}
.member-side:nth-of-type(n+2) .membershipBenefits-content:hover  a.read-more {
    color: #8ec975;
}
.membershipBenefits-content {
    width: 50%;
    float: right;
    padding: 20px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 100%!important;
    position: absolute;
    right: 0;
}
.membershipBenefits-content p {
    font-size: 13px;
    line-height: 1.8;
    max-width: 100%;
}
p.membershipBenefits-title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.4;
}
li.advocacyLinkList.top {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}
.latestNews.mobile {
    display: none;
}
img.membershipBenefits-img {
    width: 50%;
    float: left;
    max-height: 100%;
    min-height: 100%;
}

#slider2 ul.slides li {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.member-side {
    width: 50%;
    float: left;
    position: relative;
}
.ff-loadmore-wrapper .ff-btn {
    padding: 0px 50px!important;
}
li.membershipBenefits.fauxlink .member-side {
    background: #5dbed8;
}
li.membershipBenefits.fauxlink .member-side:nth-of-type(n+2) {
    background: #008b52;
}
.quickLinks {
    overflow: hidden;
    margin: 70px 0 20px;
}

.QuickLinksBucket-content p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
}
#slider2 .flex-direction-nav .flex-prev {
    left: 0!important;
    opacity: 1!important;
    color: #fff!important;
}
#slider2 .flex-direction-nav .flex-prev {
    right: 0!important;
    opacity: 1!important;
    color: #fff!important;
    left: 15px!important;
}
#slider2 .flex-direction-nav .flex-next {
    right: 15px;
    text-align: right;
}
#slider2 .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 33px;
    height: 40px;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div#slider2-mobile {
    display: none;
}

img.membershipBenefits-img {
    width: 50%;
    float: left;
    max-height: 100%;
    min-height: 100%;
}
#slider2 .flex-direction-nav a:before {
    font-size: 15px;
    display: inline-block;
    content: '<'!important;
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif!important;
}
#slider2 .flex-direction-nav a.flex-next:before {
    font-size: 15px;
    display: inline-block;
    content: '>'!important;
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif!important;
}
#slider2 ul.flex-direction-nav {
    position: absolute;
    width: 80px;
    height: 40px;
    right: 0;
    bottom: 0;
}
.fauxlink{
	cursor: pointer;
}

.QuickLinksBucket-img{

}

.QuickLinksBucket-title {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 0;
}

.QuickLinksBucket-content{

}

.QuickLinksBucket .read-more{

}


.webkit table, .newsletter table, .webkit td, .newsletter td { border:0 !important; }


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

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
	.section-content p {
  width: 100%;
}
}
@media (max-width: 1265px) {


}
@media (max-width: 1024px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}
	ul.sub-menu {
    display: none;
    margin-top: 2vw;
    left: -3vw!important;
	}
	li.menu-item-has-children {
    padding: 3vw 0;
	}
	.header-wrap {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 95%;
    }
    .top-nav-wrap {
    overflow: hidden;
    max-width: 95%;
    margin: 0 auto;
    height: 100%;
	}
	.show-sub ul.sub-menu {
    display: block!important;
    width: auto;
    height: auto;
	}
	.navbar {
    margin: 0 auto;
    height: 70px;
    position: relative;
    z-index: 999;
    width: 85%;
    display: block;
    float: right;
	}
	a.embed-play-paused {
    color: #fff;
	}
	.nav-menu li a {
    padding-left: 0;
    padding-right: 11px!important;
    font-size: 14px;
    font-weight: 500;
    font-size: 1.34vw;
	}
	.quickLinks ul, .latestNews ul { display:block; }
	.fauxlink {
    cursor: pointer;
    list-style: none;
    /*width: 305px;
    width: 31%;*/
    width:100%;
	}
	.home div#wrapper {
    max-width: 94%;
    }
    .advocacy-content {
    width: 605px;
    float: left;
    color: #fff;
    padding: 0 55px 0 0;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.2vw;
	}
	.advocacy-content {
    width: 605px;
    float: left;
    color: #fff;
    padding: 0 55px 0 0;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.2vw;
    /*width: 62%;*/
    width:100%;
	}
	ul.advocacy-links {
    float: right;
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
    width: 370px;
    border-left: 2px solid #fff;
    /*width: 37.5%;*/
    width:100%;
	}
	.advocacy-wrapper {
    max-width: 976px;
    margin: 0 auto;
    max-width: 95.6%;
	}
	.nav-menu li a:last-of-type {
    padding-right: 0!important;
	}
	.site-header .home-link {
    margin-left: 0;
	}
	img#floridamap {
    margin-bottom: 252px;
    max-width: 100%;
	}
	ul.slides li {
  /*height: 417px;*/
}
div#slider {
  /*width: 504px;*/
}
ul.slides li {
  /*background-size: contain;
  height: 383px;*/
}
.slide-header {
  font-size: 18px;
  padding-bottom: 10px;
    margin-bottom: 5vw;
}
.embed-play-paused {
    margin-top: 2vw;
}
.embed-play-playing {
    margin-top: 2vw;
}
.block3 {
  left: 185px;
  }
  .block2 .front {
  width: 183px;
  background-size: contain!important;
  top: 322px;
}

.block2, .block2 .flip-container, .block2 .front, .block2 .back {
    width: 185px;
  height: 99px;
  top: 155px;
  background-size: contain!important;
}
div#header-image {
  height: 383px;
    overflow: hidden;
}
.block6 .flipper {
  left: 145px;
  top: 186px;
}
.block6, .block6 .flip-container, .block6 .front, .block6 .back {
  width: 360px;
  height: 189px;
  background-size: contain!important;
}
.block5 {
  right: 0;
}
.block4 .flipper {
  left: 504px;
}
.block5 .flipper {
  left: 505px;
}
.block5, .block5 .flip-container, .block5 .front, .block5 .back {
  width: 141px;
  height: 75px;
  background-size: contain!important;
}
.color-block2 {
  position: absolute;
  height: 112px;
  width: 141px;
  background: #2eaeb8;
  left: inherit;
  top: 75px;
  right: 0;
}
.block1, .block1 .flip-container, .block1 .front, .block1 .back {
  width: 185px;
  height: 197px;
  background-size: contain!important;
}
.block4, .block4 .flip-container, .block4 .front, .block4 .back {
  width: 193px;
  height: 193px;
}
	.site-header .home-link {
  		margin-left: 10px;
	}
	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 1010px) {
ul.nav-menu, div.nav-menu > ul {
    display: block;
}
}
@media (max-width: 1010px) {
	.mobile-menu {
  		display: inline;
  		width: 100%;
	}
	ul.nav-menu, div.nav-menu > ul {
  		display: none!important;
	}
	.header-right {
    float: right;
    width: 31%;
    }
    ul#primary-menu {
    display: none!important;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 768px) {

	.single-programs .get-involved-tabs { position:relative; }
	.district-links { float:none; position:static; margin-bottom:0; }
	.site-header .home-link {
		min-height: 0;
	}
	div#state-second-section #wrapper {
    display: inline-flex;
    flex-direction: column;
    float: left;
	}
	#state-second-section .content-left {
    order: 2;
	}
	#state-second-section div#state-side-nav {
    order: 1;
	}
	ul.state-quick-links {
    width: 100%;
	}
	.interior-tabs ul.tab-nav {
    width: 100%;
	}
	.advocacy-tabs {
    width: 100%;
	}
	ul.interior-tabs {
    width: 100%;
    float: left;
    padding: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.header-right {
    float: right;
    width: 425px;
    position: absolute;
    right: 55px;
    top: -6px;
    height: 63px;
	}
	div#wrapper {
    padding: 0 20px;
	}
	.blue-section-wrapper { 
	padding:0 20px; 
	}
	.page-id-1156 .fourth-section #wrapper div {
    width: 30%;
    }
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}


	.gallery-caption {
		display: none;
	}
	div#side-nav {
    max-width: 100%;
	}
	section.tabs-content {
    width: 60%;
    float: right;
	}
	.tabs-content #news ul li {
    list-style: none;
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 20px 20px;
    border: none;
	}

	.home #news img {
    max-width: 100%;
	}
	.home #county img {
    max-width: 100%;
	}
	.more-information-wrapper {
    padding: 0;
	}
	footer#colophon {
    width: 100%;
    margin: 0 auto;
	}
	.information-box {
    background-size: 100%;
    text-align: center;
    padding: 18px 0;
    margin: 10px auto;
    right: auto!important;
    width: 35%;
	}
	.get-involved-tabs ul.tab-nav li {
    margin: 0;
    padding: 10px 0;
	}
	ul.tab-nav li {
    padding: 10px 0;
    margin: 0;
	}
	ul.tab-nav h6 {
    margin: 0;
	}
	ul.tab-nav {
    margin: 0!important;
	}
	.mobile-menu label {
    padding-right: 0;
    /*top: 8px;*/
    top:0;
    position: relative;
    right: 0;
	}
	.social-media {
    float: left;
    vertical-align: middle;
    position: relative;
    top: 23px;
    height: auto;
    left: 0;
	}


	.header-right .search-form {
    display: block;
	}
	form#searchform input {
    background-repeat: no-repeat!important;
    border: none!important;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    text-align: right;
    direction: ltr;
    text-align: left!important;
    margin-left: 0!important;
    left: 18px;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 10px !important;
	}
	.buttons-mobile {
    display: none;
	}
	.header-top {
    position: static;
	}
}

@media (max-width: 643px) {
	.section-content p {
  max-width: 643px;
  padding: 0 20px;
}
#mobile-slider ul.slides {
    height: 100%;
}
.embed-video.playing iframe {
    position: fixed;
    top: 20%;
    bottom: 20%;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 28vh;
}
.close-video {
    z-index: 9999999;
    position: absolute;
    right: 3vw;
    top: 18vw;
    cursor: pointer;
    font-size: 8vw;
    color: #fff;
}
.headerTopNav {
    height: 15px;
    box-shadow: none;
    height: 4vw;
}
img#floridamap {
    margin-bottom: 0;
    max-width: 100%;
    display: none;
}
.map-mobile img#floridamap {
    display: block!important;
}
.single-board_members .sidebar-right {
    order: 1;
}
.board-member-name {
    margin: 0;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    border-top: 0;
}
ul.sub-menu li:last-of-type a {
  border-bottom: 2px solid #d6ead0;
}
.ff-stream-wrapper {
    box-sizing: border-box !important;
    position: relative;
    padding: 0;
    margin: 65px 5px 0!important;
    z-index: 10;
}
.home-box {
  width: 95%;
  margin: 10px;
}
img.alignleft, img.alignright {
    width: 100%;
}
.page-id-290 .featured-event {
    order: 2;
}
.page-id-290 .sidebar-right {
    width: 100%;
    order: 3;
}
.page-id-290 .featured-event {
    order: 2;
}
.page-id-1156 .fourth-section #wrapper div {
    width: 100%!important;
    margin: 0;
    padding: 0!important;
}
.top-section div#wrapper {
    margin: 0;
}
footer .info-right {
  float: right;
  text-align: left;
    width: 100%;
}
.top-content {
  /*display: none;*/
}
.em-location-map-container {
    display: none;
}
.single-programs .fourth-section #wrapper div {
    width: 100%!important;
}
img.size-full.wp-image-1297.alignleft {
    width: 100%;
}
.single-programs .second-section div#wrapper {
    padding: 0;
}
#state-second-section div#wrapper {
    float: left;
    margin: 20px;
}
ul.state-quick-links {
    width: 100%;
}

div#navbar {
  width: 50%;
  float: right;
   padding-right: 0px;
  padding-bottom: 18px;
  padding-top: 15px;
  margin-right: 0;
    margin-top: 0;
        max-width: 100%;
}
.page-id-290 .sidebar-right {
    width: 100%;
}
.page-id-290 .content-left {
    width: 100%;
}
.event-image {
    width: 100%;
    height: auto;
}
.event-info {
    width: 100%;
}
ul#mobile-menu {
    padding: 0;
    margin-top: 45px;
}
ul#mobile-menu ul { padding:0; }
.site-header .home-link {
    width: 50%;
    padding-top: 15px;
    left: 0;
}
	.middle-header-mobile {
  		display: block;
	}
	.info-left {
  width: 100%;
  float: left;
  text-align: left;
}
.site-info {
  padding: 10px;
}
.controlNav {
  height: 20px;
  float: left;
  width: 100%;
}
ol.flex-control-nav.flex-control-paging {
  height: 20px;
  position: absolute;
  text-align: right!important;
  bottom: 85px!important;
  right: 20px;
}
h1.section-title {
  text-align: center;
  font-size: 30px;
  margin: 50px 0 30px;
  width: 100%;
  padding: 10px 0;
}
.section3 h1.section-title {
  margin-top: 0;
}
.icons ul li {
  width: 40%;
  margin-bottom: 20px;
}
.icons ul li:nth-of-type(2n+2) {
  margin-right: 0;
}
.slide-header2 {
  font-size: 30px;
  padding: 15px 20px;
}
.flex-control-paging li a {
  color: transparent!important;
}
	.middle-header {
  		display: none;
	}
	a.home-link {
  		margin: 0!important;
	}
	.home-link img {
 	 	max-width: 100%;
  		float: left;
	}
	div#header-image {
  		width: 100%;
	}
	span.slide-text {
  font-size: 35px!important;
}
#header-image .header-title {
  left: 20px!important;
  width: 80%!important;
}
div#content {
    width: 100%;
    float: left;
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
}
section.tabs-content {
  width: 100%;
}
section.tabs-content {
  width: 100%;
  margin-top: 20px;
}
.story .content-right {
  width: 100%;
}
.story .thumb-left img {
  width: 100%;
}
.story .thumb-left {
  width: 100%;
}
section.story {
  height: auto;
  width: 100%;
}
section .story-image {
  width: 100%;
  float: left!important;
  left: 0!important;
  height: auto!important;
  position: relative!important;
}
section.story .story-image img {
  left: 0!important;
  right: 0!important;
}
section:nth-child(even) .story-content {
  float: left;
  width: 100%;
  margin: 0;
}
section.story:nth-child(even) .story-image::after {
  content: '';
  background: #d9dc55;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
section.story:nth-child(odd) .story-image::after {
  content: '';
  background: #18a97e;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}
section.story:nth-child(n+2) {
  margin-top: 0;
}
section:nth-child(even) .story-image {
  width: 100%;
}
img.alignright.size-full {
  width: 100%;
}
.photo-gallery {
  display: none;
}
section .story-content {
  width: 100%;
}
.tabs a.active::before {
  left: 39px;
}
.photo-gallery-mobile {
  display: block;
}
.photo-gallery-mobile li {
  list-style: none;
  width: 100%;
  margin: 0;
}
#side-nav ul.tabs ul {
  width: 100%;
	margin-top: 0;
}
.photo-gallery-mobile li img {
  width: 100%;
}

.site-title {
		font-size: 30px;
	}
	.block3 {
  		position: relative;
  		width: 100%;
  		left: 0;
	}
	div#slider {
  		max-width: 100%;
	}
	.block1, .block2, .block4, .block5, .block6, .color-block1, .color-block2 {
  		display: none;

	}
	.slide-header {
  		font-size: 27px;
  		width: 338px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}
	.content-left {
    width: 100%;
    order: 1;
	}
	.sidebar-right {
    width: 100%;
    margin-top: 10px;
}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}
@media (max-width: 618px) {
	.header-right {
    display: none;
	}
}
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 738px)
  and (-webkit-min-device-pixel-ratio: 2) {
  .header-right {
    display: none;
	}
	.buttons-mobile {
    display: block;
	}
		.content-left {
    width: 100%;
    order: 1;
	}
	.info-right {
    display: none;
	}
	.info-right.mobile {
    display: block;
	}
	a.cares {
    border-left: 1px solid;
    padding: 0 7px;
    font-size: 2.3vw!important;
    font-weight: 400;
    /* float: left; */
	}
	div#slider img {
    height: 100%!important;
    width: auto;
    margin-top: 0!important;
	}
	.sidebar-right {
    width: 100%;
    margin-top: 10px;
	}
	div#content {
    width: 100%;
    float: left;
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
	}
	#navbar form label:after {
    display: none;
	}
	.site-header .home-link {
    min-height: 0;
    left: 0;
	}
	.get-involved-tabs {
    width: 100%;
	}
	#slider2 ol.flex-control-nav.flex-control-paging {
    width: 100%;
    text-align: right!important;
    position: relative;
    left: 0!important;
	}
	img.alignleft, img.alignright {
    width: 100%;
	}
	.page-id-1156 .fourth-section #wrapper div {
    width: 100%!important;
    margin: 0;
	}
	.third-section #wrapper {
    margin: 20px;
	}
	ul#mobile-menu {
    padding: 0;
    margin-top: 10vw;
    background: rgba(62, 57, 57, .96);
    padding: 28px 18px;
	}
	ul.sub-list {
    margin: 0;
    padding: 0;
	}

	ul.sub-menu {
    display: none;
    margin: 0;
    padding: 1vw;
	}
	ul.sub-menu li a {
    margin: 0;
    border-bottom: none;
	}
	form#searchform label {
    font-size: 18px;
    top: 1vw;
	}
	ul.sub-menu li:last-of-type a {
    border-bottom: none;
	}
	.mobile-menu .mobile-nav-menu ul li {
    padding: 10px 25px 10px 0;
    border-top: 0;
    font-family: 'Merriweather Sans', sans-serif;
	}
	.navigation a {
    color: #fff;
	}
	div#wrapper {
    max-width: 100%!important;
	}
	.second-section div#wrapper {
    max-width: 100%!important;
    margin: 0 20px;
	}
	.benefit-info .benefit-excerpt {
    width: 55%!important;
	}
	.more-information div {
    width: 100%;
	}
	.fourth-section div#wrapper {
    margin: 20px;
	}
	.information-box {
    width: 47%!Important;
    float: left;
	}
	.info-left {
    display: none;
	}
	.footer-social {
    float: none;
    text-align: center;
	}
	.copyright {
    width: 100%;
    text-align: left;
	}
	footer .copyright {
    float: left;
    font-size: 2.3vw;
    font-weight: 400;
    text-align: left;
	}
	footer #footer-menu li:nth-of-type(3) a {
    border-right: 0;
    padding-right: 0;
	}
	footer #footer-menu li:nth-of-type(4) a {
    padding-left: 0;
	}
	footer #footer-menu li a {
    border-right: 1px solid;
    padding: 0 5px 0 0;
    font-size: 2.3vw!important;
    font-weight: 400;
	}
	.footer-menu {
    float: none;
    width: 100%;
	}
	div#news.desktop {
    display: none!important;
	}
	#slider2 ul.slides {
    width: 1200%!important;
	}
	#slider2 .flex-control-paging li a {
    background-color: #3062a2!important;
	}
	.tabs-content #news ul li {
    width: 100%;
    padding: 0;
    height: 315px!Important;
	}
	#slider2 ol.flex-control-nav.flex-control-paging {
    width: 100%;
    text-align: right!important;
    position: absolute;
    left: 0!important;
    bottom: 32px!important;
	}
	div#news.mobile {
    border-top: 10px solid #3b6186;
	}
	h3.tabs-mobile {
    display: block;
	}
	section.tabs-content div#agriculture {
    padding: 0;
	}
	div#agriculture {
    border-top: 10px solid #66c4dd;
	}
	div#county {
    padding: 0 0 20px 0!important;
	}
	.happening-box {
    width: 235px;
	}
	#social ul li {
    padding: 0!important;
	}
	div#county {
    border-top: 10px solid #8ec875;
	}
	div#social {
    border-top: 10px solid #068a48;
	}
  }
/* ----------- iPhone thru 6 + portrait----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 738px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.social-media {
    	display: none;
	}
	.open-menu {
    position: absolute;
    right: 3vw;
    top: 2vw;
    line-height: 1;
    margin: auto;
    color: #fff;
	}
	ul.sub-menu {
    display: none;
    padding: 0;
    width: 100%!important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	}
	.open-menu.show-sub {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	}
	img.membershipBenefits-img {
    width: 100%;
    float: left;
    max-height: 100%;
    min-height: 100%;
	}
	li.video-upload video {
    min-height: 100%;
    max-width: none;
    height: 116%;
    width: auto;
    max-height: none;
    margin-top: -42px;
    display: none !important;
	}
	.top-nav-wrap {
    display: none;
	}

	.happening-box {
    width: 235px;
	}
	div#social {
    border-top: none;
	}
	.fpSocialMedia {
    height: 600px;
    overflow-y: scroll;
	}

	div#county {
    border-top: 10px solid #8ec875;
	}
	#social ul li {
    padding: 0!important;
	}
	div#agriculture {
    border-top: 10px solid #66c4dd;
	}
	div#county {
    padding: 0 0 20px 0!important;
	}
	section.tabs-content div#agriculture {
    padding: 0;
	}
	h3.tabs-mobile {
    display: block;
	}
	div#news.mobile {
    border-top: 10px solid #3b6186;
	}
	#slider2 ol.flex-control-nav.flex-control-paging {
    width: 100%;
    text-align: right!important;
    position: absolute;
    left: 0!important;
	}
	#slider2 .flex-control-paging li a {
    background-color: #3062a2!important;
	}
	.header-right {
    display: none;
	}
	.header-buttons {
    	display: none;
	}
	.header-buttons.mobile {
    display: block;
    width: 100%;
	}
	.header-buttons a {
    float: none!important;
    margin: 0 0 10px 0!important;
    line-height: 1!important;
    height: 100%;
    padding: 0!important;
    min-width: 0!important;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    width: 42.1%;
    padding: 10px 0!important;
    font-size: 15px;
	}
	div#navbar {
    width: 100%;
    height: auto;
    padding: 0;
    position: absolute;
    top: 5px;
	}
	.mobile-nav-menu {
    width: 104vw;
    text-align: right;
    float: right;
    background: none;
    z-index: 999;
    margin-top: 2px;
	}
	a.home-link {
    	left: 0!important;
	}
	div#slider3 {
    display: block;
	}
	.mobile-menu label {
    float: right;
    padding-right: 0;
    padding-left: 4px;
    position: absolute;
    left: 13px;
    top: 0;
    left: auto;
    float: left;
    left: auto;
    right: 14px;
    font-size: 24px;
	}
	.mobile-menu .mobile-nav-menu ul li {
    padding: 10px 0;
    border-top: 0;
    font-family: 'Merriweather Sans', sans-serif;
    text-align: left;
    max-width: 95%;
    margin: 0 auto;
    position: relative;
	}
	.home div#header-image {
    margin-top: 0;
    height: 632px!important;
    height: 86vh!important;
	}
	.embed-play-paused::after {
    content: 'Play Video';
    font-size: 15.54px;
    font-size: 16px;
    border: 1px solid;
    padding: 10px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    width: 25vw;
    text-align: center;
	}
	div#slider2 {
    display: none;
	}
	div#slider2-mobile {
    display: block;
	}
	#slider3 .flex-direction-nav .flex-prev {
    left: 0!important;
    opacity: 1!important;
    color: #000!important;
}
#slider3 .flex-direction-nav .flex-prev {
    right: 0!important;
    opacity: 1!important;
    color: #000!important;
    left: 15px!important;
}
#slider3 .flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}
.latestNews-mobile a.read-more {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
	}
	.advocacy-wrapper {
    max-width: 90%;
    margin: 0 auto;
	}
	ul.advocacy-links {
    float: right;
    margin: 0;
    padding: 19px 0 0 0;
    list-style: none;
    width: 100%;
    border-top: 2px solid #fff;
    border-left: 0;
	}
	h3.tabs-mobile {
    /* display: none; */
    font-size: ;
    font-size: 28px!important;
    font-weight: 600!important;
    line-height: 1;
    text-align: center;
    margin-top: 45px!important;
    margin-bottom: 17px!important;
	}
	.ff-filter-holder {
    text-align: center;
    padding: 0 10px;
    margin: 30px 0 20px;
    box-sizing: border-box;
    height: 30px;
    position: relative;
    width: 100%;
    margin: 0 auto!important;
    zoom: .8;
	}
	.ff-stream-wrapper {
    box-sizing: border-box !important;
    position: relative;
    padding: 0;
    margin: 20px 5px 0!important;
    z-index: 10;
	}
	.advocacy-content {
    width: 100%;
    float: left;
    color: #fff;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
	}
#slider3 .flex-direction-nav a:before {
    font-size: 15px;
    display: inline-block;
    content: '<'!important;
    color: #000;
    font-family: 'Merriweather Sans', sans-serif!important;
	}
	#slider3 .flex-direction-nav a.flex-next:before {
    font-size: 15px;
    display: inline-block;
    content: '>'!important;
    color: #000;
    font-family: 'Merriweather Sans', sans-serif!important;
	}
	div#slider3 {
    width: 92%;
    margin: 14vw auto 10vw;
	}
	#slider3 .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -21px 0 0;
    }
	#slider3 ul.flex-direction-nav {
    position: absolute;
    width: 60px;
    height: 40px;
    right: 0;
    bottom: 0;
	}
li.LatestNewsBucket.fauxlink {
    height: auto;
}

#slider3 .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 33px;
    height: 40px;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
	.header-top {
    height: 12vw;
    top: 16px;
	}
	.mobile-menu label {
    float: right;
    padding-right: 0;
    padding-left: 4px;
    position: absolute;
    left: 13px;
    top: 0;
    left: auto;
    float: left;
    left: auto;
    right: 5vw;
    font-size: 24px;
    padding-top: 0;
	}
	#slider2-mobile .flex-direction-nav a:before {
    font-size: 15px;
    display: inline-block;
    content: '<'!important;
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif!important;
	}
	#slider2-mobile .flex-direction-nav a.flex-next:before {
    font-size: 15px;
    display: inline-block;
    content: '>'!important;
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif!important;
	}
	#slider2-mobile .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -21px 0 0;
    }
	#slider2-mobile ul.flex-direction-nav {
    position: absolute;
    width: 60px;
    height: 40px;
    right: 0;
    bottom: 0;
	}
	.latestNews {
    overflow: hidden;
    margin: 30px 0 0;
	}
	.latestNews {
    display: none;
	}
	.latestNews.mobile {
    display: block;
	}
	div#slider2-mobile .slides li {
    height: 98vw;
    width: 100vw!important;
    position: relative;
    }
    div#slider2-mobile .slides li:nth-of-type(4n+1)::after {
    border-right: 20px solid #5db6d5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
	}
	div#slider2-mobile .slides li:nth-of-type(4n+3)::after {
    border-right: 20px solid #068b49;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
	}
	div#slider2-mobile {
    position: relative;
	}
	.video-embed .slide-header.green-right .content-wrap {
    float: left;
    display: block;
    width: 70%;
	}
	li.membershipBenefits.fauxlink .membershipBenefits-content {
    background: #5dbed8;
	}
	li.membershipBenefits.fauxlink:nth-of-type(n+2) .membershipBenefits-content {
    background: #008b52;
	}
	.membershipBenefits-content {
    width: 100%;
    }
	.home #slider .slides li {
    height: 632px!important;
    height: 93vh!important;
    overflow: hidden;
	-webkit-backface-visibility: hidden;
	}
	div#slider {
    display: none;
	}
	div#mobile-slider {
    display: block;
    height: 86vh;
    width: 100%;
    overflow: hidden
	}
	.fauxlink {
    cursor: pointer;
    list-style: none;
    width: 90%;
    margin: 0 auto;
	}
	.QuickLinksBucket-content p {
    font-size: 12.7px;
    }
	.quickLinks {
    overflow: hidden;
    margin: 45px 0 0px;
	}
	.slide-header p {
    margin: 0;
    font-size: 35px!important;
	}
	div#mobile-slider .slides li {
    height: 100vh;
    /* overflow: hidden; */
    float: left;
    display: block;
}

div#mobile-slider .slides li img {
    height: 100%;
    width: auto;
}
	.video-play.mobile {
    font-size: 15.54px;
    font-size: 16px;
    border: 1px solid;
    padding: 10px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
	}
	.video-play.mobile::after {
    display: none;
	}


	div#news.desktop {
    display: none!important;
}
#slider2 ul.slides {
    width: 1200%!important;
}
	.site-header .search-form {
    width: 100%;
    color: #c6c6c6;
    z-index: 999;
    float: left;
    height: 39px;
	}
	.menu-menu-1-container {
    	margin-top: 30px;
	}
	form#searchform input {
    text-align: right;
    font-size: 20px;
    color: #c6c6c6!important;
    font-size: 19px!important;
	}
	.white-section {
    	margin-top: 30px!important;
	}
	.flexslider .slides > li {
    	background-size: contain;
	}
    div#header-image {
    	height: 195px;
    	overflow: hidden;
    	margin-top: 0;
	}
	.slide-header {
    width: 68%;
    background-size: contain!important;
    font-size: 100%;
    top: auto;
    right: auto;
    background-position: center 26px!important;
    height: auto;
    bottom: 151px!important;
    left: 0;
	}
	#navbar label:after {
    	font-size: 25px;
	}
	ol.flex-control-nav.flex-control-paging {
    height: 20px;
    position: absolute;
    text-align: right!important;
    bottom: 44px!important;
    right: 0;
    left: 0;
    padding: 0 17px 0 0;
	}
	.home div#side-nav {
    	width: 100%;
    	border: 0;
	}
	.home ul.side-navigation {
    	display: none;
	}
	.home section.tabs-content {
    	height: auto;
	}
	.home section.tabs-content div {
    	display: block!important;
	}
	.tabs-content #news ul li {
    width: 100%;
    padding: 0;
    height: 315px!Important;
	}
	.flex-control-paging li a {
    width: 11px!important;
    height: 11px!important;
	}
	li.video-embed img {
    height: 123%!important;
    margin-top: -23vw!important;
	}
	.home #news ul li img {
    	width: 100%;
	}
	.more-information-left div {
    	width: 100%;
    	padding: 0 20px;
	}
	.more-information-left {
		width: 100%
	}
	.benefit-title {
    	padding: 0!important;
	}
	.more-information-right {
    	width: 100%;
    	margin: 0;
	}
	.quick-links li {
    	padding: 0;
    	border: 0;
	}
	footer .info-left {
    display: block;
    margin-right: 5px;
    width: 16vw;
	}
	.more-information {
    	margin-bottom: 0px;
	}
	.footer-social {
    	display: none;
	}
	.menu-footer-menu-container {
    	width: 100%;
    	float: none;
    	text-align: center;
	}
	ul#footer-menu li {
    	font-size: 10px;
    	display: inline-block;
    	text-align: center;
	}
	ul#footer-menu {
    display: inherit;
    text-align: left;
    margin-bottom: 3px;
    line-height: 1;
	}
	.site-info {
    padding: 7px;
	}
	span.made-by {
    float: left;
    margin-top: 3px;
	}


	footer .info-right {
    	float: right;
    	text-align: center;
    	width: 100%;
	}
	.copyright, .copyright a {
    color: #000;
	}
	.information-box {
    position: relative;
    right: 17px;
    float: left;
    width: 241px;
    margin: 10px 20px;
	}
	.quick-links h5 {
    letter-spacing: 1px;
    font-size: 25px;
	}
	.sidebar-right {
    width: 100%;
    margin-top: 10px;
    order: 2;
	}
	.content-left {
    width: 100%;
    order: 1;
	}
	ul.interior-tabs {
    float: left;
    padding-left: 0;
    display: flex;
    flex-direction: column;
	}
	.advocacy-tabs {
    width: 100%!important;
    order: 1;
	}
	section.tabs-content #social li {
    	width: 100%;
    	float: left;
    	text-align: left;
    	height: auto;
	}
	section.tabs-content #social li img {
    	width: 40px;
    	float: left;
	}
	section.tabs-content img {
    width: 100%;
	}
	.home .tabs a {
    	margin: 0;
    	padding: 0;
	}
	.site-header .home-link {
    width: 21%;
    padding-top: 15px;
    z-index: 9999;
	}
	.desktop {
    	display: none;
	}
	map#floridamap {
    display: none;
	}
	.map-mobile img {
    	max-width: 100%;
	}
	.county-links {
    	float: left;
    	position: relative;
    	top: 0;
	}
	.map-mobile {
    	display: block;
	}
	.map-mobile img#floridamap {
    	margin: 20px 0;
	}
	.header-image img {
    position: relative;
    max-width: 100%;
    width: 100%;
}
	.blue-section-wrapper {
    	padding: 0 20px;
	}
	.member-info {
    	float: left;
    	width: 40%;
	}
	.member {
    	width: 100%;
	}
	.content-left {
    	width: 100%;
	}
	.sidebar-right {
    	width: 100%;
    	margin-top: 10px;
	}
	.single-board_members .sidebar-right img {
    	width: 100%;
	}
	.interior-tabs ul.tab-nav {
    	width: 100%;
	}
	section.interior-tabs-content {
    	width: 100%;
    	order: 2;
	}
	ul.interior-tabs {
    	float: left;
    	padding-left: 0;
	}
	.news-left, .news-right {
    	width: 100%;
    	padding: 0;
	}
	.publication-left, .publication-right {
    	width: 100%;
    	padding: 0;
	}
	.header-top {
		position: relative;
	}
	.header-image {
    	padding-top: 42px;
	}
	ul#primary-menu {
    border: 1px solid #000;
    display: none!important;
	}
	.top-section {
    	padding: 40px 20px 20px!important;
	}
	.second-section {
    	float: left;
    	padding: 0 20px;
	}
	.benefit-image {
    	margin: 0!important;
    	width: 100%;
	}
	.benefit-image img {
    	margin: 0!important;
    	width: 100%;
	}
	.benefit-excerpt {
    	width: 100%!important;
	}
	.get-involved-tabs {
    	width: 100%;
	}
	.single-programs .get-involved-tabs {
    margin: 0 20px;
    width: 88%;
    float: left;
    position: relative;
	}
	.single-programs .second-section .content-left {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    height: auto!important;
    margin: 0 0 20px 0;
	}
	.single-programs .second-section .content-left div {
    display: block;
    height: auto!important;
    padding: 20px!important;
	}
	.single-programs section.interior-tabs-content div div {
    padding: 10px 20px;
	}
	.additional-sidebar {
    	display: none;
	}
	.advocacy-tabs {
    	width: 100%!important;
	}
	.latestNews ul {
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	}
	.quickLinks ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    text-align: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	}
	.header-top {
	height: 12vw;
	top: 16px;
	}

}


/* ----------- iphone 6+ Landscape - iPad Portrait ----------- */


@media only screen
    and (min-device-width : 320px)
    and (max-device-width : 738px)
    and (orientation : landscape)
    and (-webkit-min-device-pixel-ratio : 3) {
    .header-top {
    	position: static;
	}

	li.menu-item-has-children::after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    content: '';
    top: 0;
    left: 0;
	}
	li.menu-item-has-children.show-sub::after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
	}
	li.video-upload video {
    min-height: 100%;
    max-width: none;
    height: 116%;
    width: auto;
    max-height: none;
    margin-top: -42px;
	}
	ul.interior-tabs {
    	float: left;
    	padding: 0;
	}
	.interior-tabs ul.tab-nav ul.tab-nav {
    	width: 20%;
    	margin: 0;
	}
	section.interior-tabs-content {
    float: right;
    width: 100%;
    margin-right: 0;
	}
	.interior-tabs ul.tab-nav {
    	    width: 100%;
    	margin-right: 0;
	}
	.header-right {
    display: none;
	}
	div#interior-side-nav {
    	float: left;
    	width: 100%;
    	margin: 0;
	}
	.advocacy-tabs {
    width: 100%;
	}
	.map {
    	display: none;
	}
	.map-mobile img {
    	max-width: 100%;
	}
	.county-links {
    	float: left;
    	position: relative;
    	top: 0;
	}
	.map-mobile {
    	display: block;
	}
	.map-mobile img#floridamap {
    	margin: 20px 0;
	}
	div#content {
    margin: 0;
    width: 100%;
	}
	.top-section {
    	padding: 40px 20px 20px!important;
	}
	.header-top {
    	position: static;
	}


}

/* ----------- iPad ----------- */
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {



}

/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
  .ff-filter:nth-of-type(n+2) {
    /* border: 3px solid #5DB6D5!important; */
    line-height: 41px!important;
    height: 5vw!important;
    width: 5vw!important;
	}
	.ff-filter-holder {
	width: 65%!important;
	}
  	.content-left {
    	float: left;
    	width: 100%;
    	margin-right: 20px;
	}
	.advocacy-tabs {
    width: 29%;
	}
	#slider img {
    max-height: 100%;
	}
	.single-programs .fourth-section #wrapper div {
    width: 30%;
    float: left;
    margin-right: 20px;
    padding: 10px 0;
	}
	.headerTopNav {
    height: 26px;
	}
	.header-top {
    height: 45px;
    top: 26px;
	}
	.top-nav-wrap {
    overflow: hidden;
    max-width: 95%;
    }
    .site-header .search-form {
    position: relative;
    width: 112px;
    background: #707070;
    height: 15px;
	}
	.button-wrap {
    width: 292px;
    float: right;
    }
	.header-buttons a {
    font-size: 9px;
	}
	.get-involved-tabs {
    float: right;
    width: 27%;
    margin-right: 20px;
	}
	.single-programs .second-section .content-left {
    width: 66%;
    display: table;
	}
	.single-programs .second-section .content-left .content-left {
    width: 100%!important;
    height: auto!important;
	}
	.top-section #wrapper {
    padding: 0 20px;
    width: 100%;
	}
	.single-programs .second-section div#wrapper {
    height: 100%;
    overflow: hidden;
    max-width: 95%;
    margin: 0 auto;
	}
	.single-programs .third-section #wrapper,
	.single-programs .fourth-section #wrapper {
    margin: 0 20px;
	}
	.blue-section {
    max-width: 100%;
    margin: 40px;
    overflow: hidden;
	}
	input#s:focus {
    width: 200px;
	}
	input#s {
    float: right;
    width: 100%;
    text-align: left!important;
	direction: ltr!important;
    }


	.news-right {
    width: 62%;
    float: left;
    padding-left: 20px;
	}
	.news-post {
    margin-bottom: 20px;
    border-bottom: 1px solid #959595;
    float: left;
    width: 100%;
	}
	.content-left {
    float: left;
    width: 61%;
    margin-right: 20px;
	}
	.news-left {
    width: 38%;
    float: left;
	}
	.publication-right {
    width: 34%;
    float: right;
    padding-left: 20px;
	}
	.publication-left {
    float: left;
    width: 65%;
	}
	.social-media {
    position: absolute;
    right: 325px;
    top: 20px;
	}
	a.button.green {
    margin-right: 5px;
	}

	div#navbar {
    margin-right: 20px;
    max-width: 98%;
    width: 100%;
    position: absolute;
	}
	.mobile-menu label {
    padding-right: 0;
    top: 8px;
    position: relative;
    right: 20px;
    padding-top: 0;
	}
	.close-video {
    z-index: 9999999;
    position: absolute;
    right: 4vw;
    top: 11vw;
    cursor: pointer;
    font-size: 6vw;
    color: #fff;
	}
	.embed-video.playing iframe {
    position: fixed;
    top: 20%;
    bottom: 20%;
    left: 4%;
    right: 4%;
    width: 92%;
    height: 38vh;
	}
	ul.mobile-nav-menu {
    width: 100%;
    text-align: right;
    float: right;
    background: rgba(62, 57, 57, .87);
    z-index: 999;
    margin-top: 0;
    top: 16px;
    position: relative;
    padding: 0;
	}
	.mobile-nav-menu {
    width: 100%;
    text-align: right;
    float: right;
    background: none;
    }
	ul.mobile-nav-menu {
    width: 101vw;
    text-align: right;
    float: right;
    background: rgba(62, 57, 57, .87);
    z-index: 999;
    margin-top: 0;
    top: 16px;
    position: relative;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 20px 65px;
	}
	ul.sub-list {
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
    width: 30%;
	}
	ul.sub-menu {
	margin-left: 10px;
	}
	ul.sub-menu li a {
    margin: 0 10px;
    border-bottom: 0;
    margin: 0;
    font-size: 12px;
	}
	ul.sub-list:nth-of-type(3) {
    margin: 0;
    padding: 0;
    border-right: none;
	}
	.mobile-menu .mobile-nav-menu ul li {
    padding: 10px 25px 10px 0;
    font-family: 'Merriweather Sans', sans-serif;
    display: block;
    width: 100%;
    text-align: left;
    border-top: 0;
    position: relative;
	}

	.mobile-menu .mobile-nav-menu ul li:nth-last-of-type(1) {
	border-right: 0;
	}
	.mobile-menu .mobile-nav-menu ul li:nth-of-type(3) {
	border-right: 0;
	}
	.home div#header-image {
    margin-top: 0;
    height: 632px!important;
    height: 62.375vw!important;
	}
	#slider .slides li {
    height: 632px!important;
    height: 62.375vw!important;
        overflow: hidden;
	}

	li.video-upload video {
    height: 110%;
    max-width: none;
    width: auto;
	}
	#header-image img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    float: left;
    min-height: 100%;
    width: auto;
    min-width: 100%;
	}
	.slide-header {
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 5vw;
    line-height: 1.4;
	}
	.navigation a {
    color: #fff;
    font-size: 14px;
	}
	.open-menu {
    position: absolute;
    right: 2vw;
    top: 2vw;
    line-height: 1;
    margin: auto;
    color: #fff;
	}
	ul.sub-menu {
    display: none;
    padding: 0;
    width: 100%!important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	}
	.open-menu.show-sub {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	}
	div#content {
    	margin: 20px;
    	width: 95%;
	}
	ul.interior-tabs {
    	float: left;
    	width: 100%;
    	margin: 0;
    	padding: 0;
	}
	section.interior-tabs-content {
    	width: 460px;
    	float: left;
	}
	.second-section {
    	float: left;
    	width: 95%;
    	margin: 0 20px;
	}
	.benefit-info:nth-of-type(odd) .benefit-excerpt {
    	float: right;
    	width: 64%;
	}
	.benefit-info .benefit-excerpt {
    	width: 62%!important;
	}
	.site-header .home-link {
    left: 0;
    z-index: 9999999;
	}
	p.content {
    margin: 0;
	}
	.flex-control-paging li a {
    width: 10px!important;
    height: 10px!important;
	}
	.flex-control-paging li a {
    background: none!important;
    color: transparent!important;
    border: 1px solid #fff;
	}
	.flex-control-nav {
    bottom: -12px!important;
    }
	ul.slides li {
    	height: 368px!important;
	}
	.quickLinks {
    overflow: hidden;
    margin: 33px 0 -20px;
	}
	li.membershipBenefits.fauxlink {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    width: 133.34vw!important;
    height: 34vw!important;
	}
	.member-side {
    width: 50%;
    float: left;
    position: relative;
    height: 100%;
	}
	.QuickLinksBucket.fauxlink img {
    width: 32%;
	}
	.membershipBenefits-content p {
    font-size: 10px;
    line-height: 1.8;
	}
	p.membershipBenefits-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
	}
	a.read-more {
    padding: 0;
    margin: 0 0 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    font-size: 10px;
    text-align: left;
	}
	p.latestNewsTitle {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin: 0;
	}
	p.specialLN {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #2a639d;
    margin-top: 9px;
    margin-bottom: 37px;
	}
	h3.tabs-mobile {
    font-size: 21px!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
    line-height: 1;
    text-align: center;
    color: #2a639d!important;
    margin-top: 25px!important;
    margin-bottom: 12px!important;
    font-family: 'Merriweather Sans', sans-serif!important;
	}
	p.LatestNewsBucket-title {
    margin: 12px 0 0 0;
    font-size: 15.5px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
	}
	.LatestNewsBucket-content p {
    font-size: 10px;
    color: #000;
    font-weight: 400;
    margin-bottom: 11px;
    line-height: 1.8;
	}
	.latestNews {
    overflow: hidden;
    margin: 15px 0 -5px;
	}
	.QuickLinksBucket-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
	}
	.QuickLinksBucket-content p {
    font-size: 10px;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
	}
	.fauxlink {
    cursor: pointer;
    list-style: none;
    width: 31%;
	}
	.advocacy-content {
    width: 58%;
    float: left;
    color: #fff;
    padding: 0 20px 0 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
	}
	.advocacy-wrapper {
    max-width: 95%;
    margin: 0 auto;
	}
	ul.advocacy-links {
    float: right;
    margin: 0;
    padding: 0 0 0 24px;
    list-style: none;
    width: 42%;
    border-left: 2px solid #fff;
	}
	li.advocacyLinkList {
    padding: 0 0;
	}
	li.advocacyLinkList a {
    color: #fff;
    font-size: 12px;
	}
	.ff-filter-holder {
    zoom: .8;
	}
	.ff-stream-wrapper.ff-theme-flat.ff-mobile.ff-style-3.shuffle--container.shuffle--animateoff.ff-c-upic.ff-gallery-off.shuffle {
    height: 38vw!important;
    overflow-y: scroll;
	}
	.fpSocialMedia {
    height: 415px;
	}
	.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 10px 0;
    width: 95%;
    }
    .footer-social {
    float: right;
    margin-bottom: 5px;
    width: 34%;
	}
	footer .info-left {
    width: 9%;
	}
	footer #footer-menu li a {
    border-right: 1px solid;
    padding: 0 10px;
    font-size: 8px!important;
    font-weight: 400;
	}
	footer .copyright {
    float: left;
    font-size: 8px;
    font-weight: 400;
	}
	.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 10px 0;
    width: 95%;
    }
    .footer-social {
    float: right;
    margin-bottom: 5px;
    width: 20%;
	}
	.social img {
    height: 15px;
    width: 15px;
	}
	ul#footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex!important;
    display: flex!important;
	}

}

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
  .mobile-menu {
    	display: block;
	}
	#header-image img {
    text-align: center;
    margin: 0 auto;
    width: auto;
    float: left;
    margin-top: 0;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
	}
	div#slider2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    overflow: hidden;
    max-height: 36vw;
	}
	.video-embed .slide-header .content-wrap {
	}
	.slide-header {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 4vw;
	}
	.slide-header p.content {
    font-size: 3.5vw;
    line-height: 1.3;
    margin: 0;
	}

	li.video-upload video {
    min-height: 107%;
    max-width: none;
    width: auto;
    height: 107%;
	}
	.home div#header-image {
    margin-top: 0;
    height: 632px!important;
    height: 61.375vw!important;
	}
	ul.slides li {
    	height: 383px;
	}
	section.tabs-content {
    	width: 67%;
    	float: right;
    	height: 590px;
	}
	.header-right .search-form {
    display: none;
	}
	.menu-safari-menu-container {
    float: right;
    right: 315px;
    position: absolute;
	}

	.navbar {
    width: 85%;
    }
	.happening-box {
    	margin: 27px 0 10px;
	}
	#agriculture a {
    	max-width: 100%;
    	margin: 0;
    	padding: 0;
	}
	.home div#header-image {
    margin-top: 0;
    height: 632px!important;
    height: 61.375vw!important;
	}

	.content-left {
    float: left;
    width: 500px;
    margin-right: 20px;
	}
	.mobile-menu {
    display: none;
	}
	.news-left {
    	width: 221px;
    	float: left;
	}
	.news-right {
    	width: 278px;
    	float: left;
    	padding-left: 20px;
	}
	.publication-left {
    	float: left;
    	width: 297px;
	}
	.social-media {
    	position: absolute;
    right: 225px;
    top: 18px;
    width: 90px;
	}
	#slider .slides li {
    height: 632px!important;
    height: 61.375vw!important;
	}
	.video-play {
    margin-top: 5vw;
	}
	#slider2 ul.slides li {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    width: 133.34vw!important;
	}
	.ff-stream-wrapper.ff-theme-flat.ff-mobile.ff-style-3.shuffle--container.shuffle--animateoff.ff-c-upic.ff-gallery-off.shuffle {
    height: 38vw!important;
    overflow-y: scroll;
	}

}






/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}
