/*
	Theme Name: UMVRDC
	Description: This is the genesis child theme created by Vivid Image.
	Author: VI Team
	Author URI: http://www.vimm.com/
	Version: 1.3.4

	Template: genesis
	Template Version: 1.2

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

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

*/
/*
HTML5 Reset 
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v3.0.0 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

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

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 18px;
}

body {
  background-color: #f5f5f5;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  font-size: 19px;
  font-size: 1.05556rem;
  margin: 0;
}

body#tinymce.mce-content-body {
  float: none !important;
}

img,
img:hover,
a,
a:hover {
  transition: opacity .5s ease, background-color .5s ease, color .5s ease;
}

a {
  font-weight: 700;
  color: #07436b;
  text-decoration: none;
}

a:hover {
  font-weight: 700;
  color: #07436b;
}

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

p, ul, ol {
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  text-transform: none;
  padding: 0;
  margin: 0 0 20px  0;
  color: #3d3319;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

p {
  line-height: 27px;
}

ul, ol {
  line-height: 24px;
}

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  background: #a08439;
  border-radius: 3px;
  margin: 40px 0;
  padding: 40px;
  display: inline-block;
}

blockquote::before {
  content: "";
  display: block;
  font-size: 30px;
  font-size: 30px;
  font-size: 1.66667rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

blockquote {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-size: 25px;
  font-size: 1.38889rem;
  line-height: 30px;
  color: #ffffff;
}

blockquote p {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-size: 25px;
  font-size: 1.38889rem;
  line-height: 30px;
  font-style: italic;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

pre {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 14px;
  font-size: 0.77778rem;
  padding: 24px;
}

.clearfix {
  clear: both;
}

hr {
  border: 1px solid #a08439;
  margin: 38px 0 38px 0;
}

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 40px;
  font-size: 39px;
  font-size: 2.22222rem;
  line-height: 40px;
  margin: 0px 0 10px 0;
  color: #6d520d;
  text-transform: uppercase;
}

h2 {
  font-size: 25px;
  font-size: 25px;
  font-size: 1.38889rem;
  line-height: 30px;
  text-transform: none;
  margin: 10px 0 10px 0;
  color: #3d3319;
}

h3 {
  font-size: 24px;
  font-size: 23px;
  font-size: 1.33333rem;
  line-height: 30px;
  margin: 15px 0 10px 0;
  color: #6d520d;
  font-style: italic;
}

h4 {
  font-size: 22px;
  font-size: 21px;
  font-size: 1.22222rem;
  line-height: 28px;
  margin: 10px 0 5px 0;
  color: #3d3319;
}

h5 {
  font-size: 22px;
  font-size: 21px;
  font-size: 1.22222rem;
  line-height: 28px;
  text-transform: none;
  margin: 10px 0 5px 0;
  color: #07436b;
}

h6 {
  font-size: 20px;
  font-size: 19px;
  font-size: 1.11111rem;
  line-height: 26px;
  text-transform: none;
  margin: 10px 0 5px 0;
  color: #3d3319;
}

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

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  font-size: 18px;
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  padding: 16px;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  border: none;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #000;
  font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.vivid-button,
div.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  width: auto;
  background: #a08439;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-size: 16px;
  font-size: 0.94444rem;
  font-weight: bold;
  padding: 15px 31px;
  margin-bottom: 15px;
  margin-right: 15px;
  text-transform: uppercase;
}

.gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 5px 24px;
}

a.vivid-button.altcolorone {
  background: #3d3319;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
a.vivid-button:hover,
div.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #3d3319;
  color: #fff;
}

a.vivid-button.altcolorone:hover {
  background: #6d520d;
}

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

.button {
  display: inline-block;
}

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

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

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

td,
th {
  text-align: left;
}

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

th {
  font-weight: 400;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1280px;
}

.home .site-inner {
  max-width: 100%;
  padding: 0;
}

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

.full-width-content .site-inner {
  max-width: inherit;
  background: url("images/subpage-top-img.jpg") #fff;
  background-repeat: repeat-x;
  background-position: top left;
}

.full-width-content .site-inner .content-sidebar-wrap {
  margin: 0 auto;
  max-width: 1280px;
}

.full-width-content .site-inner .content-sidebar-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px;
}

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

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

/* Content */
.content {
  float: right;
  width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
  width: calc( 100% - 360px );
}

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

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

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}

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

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

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

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-fifth {
  width: 17.9487179487179488%;
}

.two-fifths {
  width: 38.4615384615384616%;
}

.three-fifths {
  width: 58.9743589743589744%;
}

.four-fifths {
  width: 79.4871794871794872%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

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

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

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

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

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}

.archive-description,
.author-box {
  padding: 0px 60px;
  margin-bottom: 0px;
}

.author-box-title {
  font-size: 16px;
  font-size: 16px;
  font-size: 0.88889rem;
  margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.search-form {
  position: relative;
  border-radius: 8px;
  border: solid 1px #a08439;
  width: 450px;
}

.search-form input[type="search"] {
  border: none;
  padding: 16px;
}

.search-form input[type="submit"] {
  background: url("images/search-icon.png") no-repeat;
  background-position: center center;
  border: 0;
  height: 54px;
  width: 54px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

/* Titles
--------------------------------------------- */
.archive-title {
  font-size: 32px;
  font-size: 32px;
  font-size: 1.77778rem;
  line-height: 40px;
  font-weight: bold;
  margin: 0;
  color: #6d520d;
}

.entry-title {
  font-size: 32px;
  font-size: 32px;
  font-size: 1.77778rem;
  line-height: 40px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #3d3319;
}

.entry-title a,
.sidebar .widget-title a {
  color: #3d3319;
}

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

.widget-title {
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */
.alignleft {
  float: left;
  text-align: left;
}

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

a.alignleft,
a.alignright {
  max-width: 100%;
}

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

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

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

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

.wp-caption-text,
.wp-caption-dd {
  text-align: center;
  color: #3d3319;
  font-size: 16px;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 27px;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper select {
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  background: #e5dfcf;
  border: none;
  border-radius: 8px;
  padding: 13px !important;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 13px;
}

div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label,
div.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  color: #3d3319;
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  line-height: 27px;
  font-weight: normal;
  margin-top: 5px;
}

div.gform_wrapper .gfield_label,
div.gform_wrapper .ginput_complex label {
  padding: 0;
  text-transform: none;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-size: 19px;
  font-size: 1.11111rem;
  font-weight: bold;
  color: #3d3319;
}

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

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
}

.site-header .wrap {
  padding: 18px 5px;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 0;
  width: 507px;
}

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

.site-title {
  font-size: 32px;
  font-size: 32px;
  font-size: 1.77778rem;
  line-height: 1.2;
}

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

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 80px;
  width: 100%;
}

.site-description {
  font-size: 16px;
  font-size: 16px;
  font-size: 0.88889rem;
  font-size: 16px;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

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

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 700px;
  margin-top: 34px;
  position: relative;
}

.site-header .widget-area .widget_search {
  display: none;
  position: absolute;
  right: 0;
  bottom: -40px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 0px;
  line-height: 1;
  width: 100%;
}

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

.genesis-nav-menu a {
  color: #41403c;
  display: block;
  padding: 0px 12px 20px 12px;
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
  color: #07436b;
  text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease-in-out;
  width: 208px;
  z-index: 99;
  border-radius: 3px;
  background-color: #6d520d;
  padding: 16px 0px;
  margin: 0;
}

.genesis-nav-menu .sub-menu a {
  border: none;
  border-top: 0;
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  line-height: 22px;
  padding: 10px 20px 10px 30px;
  position: relative;
  width: 208px;
  color: #fff;
}

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

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

.genesis-nav-menu > li > .sub-menu:before {
  content: '';
  position: absolute;
  top: -18px;
  left: 35px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-bottom: 10px solid #6d520d;
}

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

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

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

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

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

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

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

.genesis-nav-menu > .search {
  text-indent: -99999px;
}

.genesis-nav-menu > .search > a {
  background: url("images/search-icon.png") no-repeat;
  width: 30px;
  height: 18px;
  background-position: center right;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #333;
}

.nav-primary a {
  color: #fff;
}

.nav-primary .sub-menu a {
  color: #333;
}

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

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  padding: 50px 60px;
}

.entry-content code, #tinymce code {
  background-color: #000;
  color: #ddd;
}

.entry-content ol, .entry-content ul, #tinymce ol, #tinymce ul {
  margin: 5px 0 25px 0;
}

.entry-content ol li, #tinymce ol li {
  margin: 12px 0 0 20px;
  list-style-type: decimal;
}

.entry-content ul li, #tinymce ul li {
  list-style-type: none;
  list-style-image: url("images/bullet.png");
  margin: 12px 0 0 17px;
}

.entry-content ol ol, #tinymce ol ol {
  margin: 0 0 0 10px;
}

.entry-content ul ul, #tinymce ul ul {
  margin: 0 0 0px 20px;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 16px;
  font-size: 0.88889rem;
  margin-bottom: 0;
}

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

.entry-header .entry-meta a:hover {
  text-decoration: underline;
}

.entry-footer .entry-meta {
  border-top: 1px solid #a08439;
  padding-top: 15px;
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  line-height: 27px;
}

.entry-footer .entry-meta a:hover {
  text-decoration: underline;
}

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

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

/* Pagination
--------------------------------------------- */
.pagination {
  margin: 40px 0;
  padding: 0px 60px;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: transparent;
  color: #a08439;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 16px;
  font-size: 0.88889rem;
  padding: 4px 12px;
  font-weight: bold;
  border-radius: 3px;
}

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

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

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

.entry-comments {
  padding: 40px;
}

.comment-header {
  font-size: 16px;
  font-size: 16px;
  font-size: 0.88889rem;
}

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

.comment-content {
  clear: both;
  word-wrap: break-word;
}

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

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

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

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 16px;
  font-size: 0.88889rem;
  padding: 24px;
  display: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar-primary p:last-child,
.sidebar-primary ul > li:last-child {
  margin-bottom: 0;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  clear: both;
  background: url("images/bkg-texture-1.jpg") repeat #fbfbfb;
  padding: 50px 0 40px 0;
  overflow: hidden;
}

.footer-widgets p:last-child,
.footer-widgets ul > li:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.footer-widgets .wrap {
  padding: 0 25px;
}

.footer-widgets-1 {
  display: inline-block;
  vertical-align: top;
  width: 225px;
  margin: 0 50px 0 0;
}

.footer-widgets-2 {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: calc(100% - 275px);
  position: relative;
}

.footer-widgets-2 .widget {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  position: relative;
}

.footer-widgets-2 .widget .widget-wrap {
  padding: 0 0 0 30px;
}

.footer-widgets-2 .widget p {
  padding: 0;
  margin: 0;
  color: #3d3319;
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  line-height: 25px;
}

.footer-widgets-2 .widget a {
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  color: #3d3319;
  font-weight: normal;
}

.footer-widgets-2 .widget a:hover {
  color: #3d3319;
  text-decoration: underline;
}

.footer-widgets-2 .widget-1 {
  width: 28%;
}

.footer-widgets-2 .widget-2 {
  width: 22%;
}

.footer-widgets-2 .widget-last {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: block;
}

.footer-widgets-2 .widget-last .widget-wrap {
  padding: 0;
}

.footer-widgets-2 .widget-1:before {
  content: "\f041";
  font-family: FontAwesome;
  color: #a08439;
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  position: absolute;
  left: 10px;
  top: 4px;
}

.footer-widgets-2 .widget-2:before {
  content: "\f095";
  font-family: FontAwesome;
  color: #a08439;
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  position: absolute;
  left: 10px;
  top: 4px;
}

.footer-widgets-2 .widget-3:before {
  content: "\f0e0";
  font-family: FontAwesome;
  color: #a08439;
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  position: absolute;
  left: 6px;
  top: 3px;
}

.footer-widgets-2 .widget-4:before {
  content: "\f09a";
  font-family: FontAwesome;
  color: #a08439;
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  position: absolute;
  left: 10px;
  top: 4px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: url("images/bkg-texture-1.jpg") repeat #fbfbfb;
  font-size: 16px;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1;
  padding: 0 0 44px 0;
  text-align: center;
}

.site-footer .wrap {
  border-top: solid 1px #a08439;
  padding: 25px 0 0 0;
  max-width: 1230px;
}

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

/*
Accessibility Styling
---------------------------------------------------------------------------------------------------- */
/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
  color: #a08439;
  font-size: 17px;
  font-size: 16px;
  font-size: 0.94444rem;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
  padding: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

/*
Flexible Widgets Styling
---------------------------------------------------------------------------------------------------- */
/*
Flexible Widgets
---------------------------------------------------------------------------------------------------- */
.flexible-widgets .wrap {
  max-width: 1280px;
  padding: 80px 0 40px;
}

.flexible-widgets.widget-area .widget {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
  float: none;
  width: 100%;
}

.flexible-widgets.widget-fourths .widget {
  width: 25%;
}

.flexible-widgets.widget-halves .widget {
  width: 50%;
}

.flexible-widgets.widget-thirds .widget {
  width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(odd),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
  clear: left;
}

@media only screen and (max-width: 1340px) {
  .flexible-widgets .wrap {
    max-width: 1220px;
  }
}

@media only screen and (max-width: 1200px) {
  .flexible-widgets .wrap {
    max-width: 1040px;
  }
}

@media only screen and (max-width: 1023px) {
  .flexible-widgets.widget-fourths .widget,
  .flexible-widgets.widget-halves .widget,
  .flexible-widgets.widget-thirds .widget {
    float: none;
    width: 100%;
  }
  .flexible-widgets .widget {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
VIMM Styling
---------------------------------------------------------------------------------------------------- */
/** Responsive Alerts **/
#wp-admin-bar-responsive_check * {
  background: yellow;
  color: #000;
  text-shadow: none;
  padding: 0px 60px !important;
}

#wp-admin-bar-responsive_check .ab-item:hover {
  background: red !important;
  color: #000 !important;
}

/** basic accordion styling **/
.accordion-wrap .accordion {
  width: 100%;
  margin-bottom: 15px;
  background: #e5dfcf;
  border-radius: 8px;
}

.accordion-wrap .accordion .accordion-title {
  width: 100%;
  padding: 15px 30px;
  font-size: 22px;
  font-size: 21px;
  font-size: 1.22222rem;
  line-height: 28px;
  font-weight: bold;
  color: #3d3319;
  cursor: pointer;
}

.accordion-wrap {
margin: 15px 0 30px 0px;
}

.accordion-wrap .accordion .accordion-title:before {
  content: "\f063";
  font-family: FontAwesome;
  color: #a08439;
  font-size: 18px;
  float: right;
}

.accordion-wrap .accordion.open .accordion-title:before {
  content: "\f062";
}

.accordion-wrap .accordion .accordion-content {
  padding: 0px 30px 20px 30px;
  margin: 0 0 20px 0;
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  text-transform: none;
  color: #3d3319;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.accordion-wrap .accordion .accordion-content p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.vivid-callout {
  margin: 30px 0;
  border-radius: 3px;
  background: url(images/bkg-texture-1.jpg) repeat;
  padding: 20px;
  color: #3d3319;
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
  line-height: 27px;
  font-weight: normal;
}

.vivid-callout p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Resposnive Table Code */
table.vimmResponsive td:before {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Parallax Background */
.vi-parallax-background {
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------- */
.home a.vivid-button {
  margin-right: 0px;
}

#home-top-container {
  width: 100%;
  background: url("images/main-img.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 119px 0px 135px 0px;
}

#home-top-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#home-top-container #home-top {
  max-width: 1280px;
  padding: 0 25px;
  margin: 0 auto;
  text-align: center;
}

#home-top-container #home-top:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#home-top-container #home-top .widget {
  max-width: 600px;
  margin: 0 auto;
}

#home-top-container #home-top .widget_media_image {
  margin-bottom: 20px;
}

#home-top-container #home-top .widget_custom_html h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-size: 50px;
  font-size: 2.77778rem;
  line-height: 55px;
}

#home-top-container #home-top .widget_custom_html p {
  color: #fff;
  line-height: 29px;
}

#home-highlights-container {
  width: 100%;
  padding: 33px 0px;
  background: url("images/bkg-texture-1.jpg") repeat #fbfbfb;
}

#home-highlights-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#home-highlights-container #home-highlights {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
  text-align: center;
  font-size: 0;
}

#home-highlights-container #home-highlights:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#home-highlights-container #home-highlights .widget_custom_html {
  margin-bottom: 35px;
}

#home-highlights-container #home-highlights .widget_custom_html .widget-title {
  color: #6d520d;
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
  font-size: 21px;
  font-size: 1.22222rem;
  margin: 0;
  margin-bottom: 5px;
}

#home-highlights-container #home-highlights .widget_custom_html h2 {
  color: #3d3319;
  font-weight: bold;
  font-size: 34px;
  font-size: 34px;
  font-size: 1.88889rem;
  line-height: 39px;
  margin: 0;
}

#home-highlights-container #home-highlights .widget_sp_image {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

#home-highlights-container #home-highlights .widget_sp_image .widget-wrap {
  max-width: 270px;
  margin: 0 auto;
}

#home-highlights-container #home-highlights .widget_sp_image .widget-title {
  color: #3d3319;
  font-size: 24px;
  font-size: 23px;
  font-size: 1.33333rem;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}

#home-highlights-container #home-highlights .widget_sp_image .widget_sp_image-description p {
  color: #41403c;
  font-size: 17px;
  font-size: 16px;
  font-size: 0.94444rem;
  line-height: 24px;
  margin: 0;
}

#home-highlights-container #home-highlights .widget-2 img {
  margin-bottom: 28px;
}

#home-highlights-container #home-highlights .widget-3 img {
  margin-bottom: 34px;
}

#home-highlights-container #home-highlights .widget-5 img {
  margin-bottom: 28px;
}

#home-cta-container {
  width: 100%;
  padding: 51px 0px;
  background: #ab8f46;
}

#home-cta-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#home-cta-container #home-cta {
  max-width: 1280px;
  padding: 0 25px;
  margin: 0 auto;
  font-size: 0;
}

#home-cta-container #home-cta:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#home-cta-container #home-cta .widget img {
  margin-bottom: 0;
}

#home-cta-container #home-cta .widget p {
  color: #fff;
  font-size: 25px;
  font-size: 25px;
  font-size: 1.38889rem;
  line-height: 27px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 70%;
}

#home-cta-container #home-cta .widget p span {
  font-size: 25px;
  font-size: 25px;
  font-size: 1.38889rem;
  display: block;
  font-weight: normal;
  margin-top: 5px;
}

#home-cta-container #home-cta .widget a.vivid-button {
  width: 30%;
  max-width: 280px;
  text-align: center;
  float: right;
  margin: 0;
}

#home-news-container {
  width: 100%;
  padding: 47px 0px;
}

#home-news-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#home-news-container #home-news {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}

#home-news-container #home-news:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#home-news-container #home-news .featured-content .widget-title {
  text-align: center;
  color: #6d520d;
  font-size: 34px;
  font-size: 34px;
  font-size: 1.88889rem;
  font-weight: bold;
  line-height: 39px;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}

#home-news-container #home-news .featured-content article {
  width: 46%;
  float: left;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

#home-news-container #home-news .featured-content article header .entry-title {
  margin: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-size: 25px;
  font-size: 1.38889rem;
  line-height: 27px;
}

#home-news-container #home-news .featured-content article header .entry-title a {
  color: #3d3319;
}

#home-news-container #home-news .featured-content article header .entry-meta {
  margin: 0;
  margin-bottom: 5px;
  color: #504218;
  font-size: 15px;
  font-size: 14px;
  font-size: 0.83333rem;
  line-height: 20px;
  margin-bottom: 10px;
}

#home-news-container #home-news .featured-content article .more-link {
  display: block;
  background: none;
  color: #a08439;
  padding: 0;
  font-size: 17px;
  font-size: 16px;
  font-size: 0.94444rem;
  margin-top: 10px;
}

#home-news-container #home-news .featured-content article .more-link:hover {
  text-decoration: underline;
}

#home-news-container #home-news .featured-content article:nth-of-type(even) {
  padding-left: 2%;
}

#home-news-container #home-news .featured-content article:nth-of-type(odd) {
  padding-right: 2%;
  clear: left;
}

#home-regional-examples-container {
  width: 100%;
  padding: 47px 0px;
  background: url("images/bkg-texture-1.jpg") repeat #fbfbfb;
}

#home-regional-examples-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#home-regional-examples-container #home-regional-examples {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}

#home-regional-examples-container #home-regional-examples:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#home-regional-examples-container #home-regional-examples .widget-title {
  color: #3d3319;
  font-size: 34px;
  font-size: 34px;
  font-size: 1.88889rem;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 65px;
}

#home-regional-examples-container #home-regional-examples .vivid-post-carousel-class .owl-carousel {
  position: relative;
}

#home-regional-examples-container #home-regional-examples .vivid-post-carousel-class .owl-theme .owl-controls .owl-nav .owl-prev,
#home-regional-examples-container #home-regional-examples .vivid-post-carousel-class .owl-theme .owl-controls .owl-nav .owl-next {
  background: none;
  color: #a08439;
  font-size: 24px;
}

#home-regional-examples-container #home-regional-examples .vivid-post-carousel-class .owl-carousel .owl-item {
  border: none;
  padding: 0 20px;
}

#home-regional-examples-container #home-regional-examples .vivid-post-carousel-class .owl-carousel .owl-item p {
  margin: 0;
}

#home-regional-examples-container #home-regional-examples .vivid-post-carousel-class .owl-carousel .owl-item .item-title {
  text-align: center;
  color: #3d3319;
  font-size: 30px;
  font-size: 30px;
  font-size: 1.66667rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}

#home-regional-examples-container #home-regional-examples .vivid-post-carousel-class .owl-carousel .owl-item .item-location {
  text-align: center;
}

#home-social-container {
  width: 100%;
  padding: 47px 0px;
  background-color: #e5dfcf;
}

#home-social-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#home-social-container #home-social {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}

#home-social-container #home-social:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#home-social-container #home-social .widget .widget-title {
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 34px;
  font-size: 34px;
  font-size: 1.88889rem;
  line-height: 39px;
}

#home-social-container #home-social #ff-stream-1  .ff-loadmore-wrapper .ff-btn {
  background-color: #a08439;
}


#home-social-container #home-social #ff-stream-1 {
  background-color: transparent;
}

#before-footer-container {
  width: 100%;
  padding: 87px 0px;
  background: url("images/footer-img.jpg") no-repeat;
  background-size: cover;
  background-position: top left;
}

#before-footer-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#before-footer-container #before-footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}

#before-footer-container #before-footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#before-footer-container #before-footer .widget_custom_html .widget-title {
  color: #a08439;
  font-size: 35px;
  font-size: 34px;
  font-size: 1.94444rem;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#before-footer-container #before-footer .widget_custom_html .textwidget p {
  color: #fff;
  font-style: italic;
  font-size: 22px;
  font-size: 21px;
  font-size: 1.22222rem;
  line-height: 27px;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1295px) {
  #home-regional-examples-container .vivid-post-carousel-class .owl-carousel .owl-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 104%;
    margin-left: -2%;
    margin-top: -3%;
  }
  #home-regional-examples-container .vivid-post-carousel-class .owl-theme .owl-controls .owl-nav .owl-prev {
    float: left;
    color: #939b70;
    font-size: 24px;
    background: none;
  }
  #home-regional-examples-container .vivid-post-carousel-class .owl-theme .owl-controls .owl-nav .owl-next {
    float: right;
    color: #939b70;
    font-size: 24px;
    background: none;
  }
}

.addtoany_content {
  margin: 50px 0;
}

.search-results article,
.archive article {
  padding: 20px 60px 30px 60px;
}

.search-results article .entry-content,
.archive article .entry-content {
  border-bottom: solid 1px #a08439;
  padding-bottom: 30px;
}

.search-results article .entry-content p:last-of-type,
.archive article .entry-content p:last-of-type {
  margin-bottom: 0;
}

.search-results article:last-of-type .entry-content,
.archive article:last-of-type .entry-content {
  border-bottom: none;
}

.page-template-page_blog .archive-description {
  padding: 0;
  margin: 40px 0 40px;
}

.page-template-page_blog .image-container {
  max-width: 377px;
  margin: 0 auto 50px;
}

.page-template-page_blog .image-container img {
  width: 100%;
}

.page-template-page_blog .image-container p {
  display: block;
  background: #a08439;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-size: 25px;
  font-size: 1.44444rem;
  line-height: 30px;
  font-weight: bold;
  padding: 14px 20px;
  margin: -45px 30px 0 30px;
  position: relative;
  z-index: 999;
}

.page-template-page_blog article {
  padding: 0;
  margin-bottom: 50px;
}

.page-template-page_blog article .entry-title {
  font-size: 25px;
  font-size: 25px;
  font-size: 1.38889rem;
  line-height: 30px;
  margin: 0 0 10px 0;
}

.page-template-page_blog article .entry-content {
  padding: 0;
}

.page-template-page_blog article .entry-content p {
  margin-bottom: 10px;
}


.page-template-page_blog a.vivid-button.footer {
  display: block;
  width: 100%;
  margin-right: 0;
  text-align: center;
}

.full-width-content.single-program .site-inner {
  padding: 0;
}

.full-width-content.single-program .site-inner .content-sidebar-wrap {
  max-width: inherit;
}

.full-width-content.single-program section .section-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 25px 25px 25px;
  overflow: hidden;
}

.full-width-content.single-program section .section-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.full-width-content.single-program section .section-wrap .entry-title {
  margin-bottom: 20px;
  font-size: 40px;
  font-size: 39px;
  font-size: 2.22222rem;
  line-height: 45px;
}

.full-width-content.single-program section .section-wrap .two-thirds p:last-of-type {
  margin-bottom: 0;
}

.full-width-content.single-program section .section-wrap .two-thirds p:last-of-type a.vivid-button {
  margin-bottom: 0;
}

.full-width-content.single-program section .section-wrap .contact-info {
  margin-top: 10px;
  text-align: left;
}

.full-width-content.single-program section .section-wrap .contact-info p {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 18px;
  font-size: 1rem;
}

.full-width-content.single-program section .section-wrap .contact-info .name {
  font-weight: bold;
}

.full-width-content.single-program section .section-wrap .contact-info .name span {
  font-weight: normal;
}

.full-width-content.single-program section .section-wrap .contact-info .phone a {
  font-weight: normal;
}

.full-width-content.single-program section .section-wrap .contact-info .email a {
  color: #07436b;
}

.full-width-content.single-program section .section-wrap .contact-info .email a:hover {
  text-decoration: underline;
}

.full-width-content.single-program .section-one {
  background: url("images/img-texture-3.jpg") repeat;
}

.full-width-content.single-program .section-two {
  background: url("images/bkg-texture-1.jpg") repeat #fbfbfb;
}

.full-width-content.single-program .section-two .section-wrap {
  padding: 45px 25px;
}

.full-width-content.single-program .section-two .section-title {
  color: #6d520d;
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
  font-size: 21px;
  font-size: 1.22222rem;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
}

.full-width-content.single-program .section-two .section-subtitle {
  color: #3d3319;
  font-weight: bold;
  font-size: 34px;
  font-size: 34px;
  font-size: 1.88889rem;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.full-width-content.single-program .section-two .highlight {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.full-width-content.single-program .section-two .highlight .highlight-wrap {
  padding: 0 5%;
}

.full-width-content.single-program .section-two .highlight .highlight-wrap img {
  margin-bottom: 24px;
}

.full-width-content.single-program .section-two .highlight .highlight-wrap h3 {
     color: #3d3319;
    font-size: 24px;
    font-size: 23px;
    font-size: 1.33333rem;
    font-style: normal;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px; 
}

.full-width-content.single-program .section-two .highlight h2 {
  font-size: 24px;
  font-size: 23px;
  font-size: 1.33333rem;
  line-height: 30px;
  color: #3d3319;
}

.full-width-content.single-program .section-two .highlight p {
  margin: 0;
}

.full-width-content.single-program .section-two .highlight.four {
  width: 25%;
}

.full-width-content.single-program .section-two .highlight.three {
  width: 33.33333%;
}

.full-width-content.single-program .section-two .highlight.two {
  width: 50%;
}

.full-width-content.single-program .section-two .highlight.one {
  width: 100%;
}

.full-width-content.single-program .section-three {
  background: url("images/img-texture-4.png") repeat #fbfbfb;
}

.full-width-content.single-program .section-three.white {
  background: #fff;
}

.full-width-content.single-program .section-four .section-wrap {
  padding: 25px 25px;
}

.full-width-content.single-program .section-four .section-title {
  color: #3d3319;
  font-size: 34px;
  font-size: 34px;
  font-size: 1.88889rem;
  line-height: 37px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 35px 0;
}

.full-width-content.single-program .section-four article {
  width: 50%;
  float: left;
  margin-bottom: 40px;
}

.full-width-content.single-program .section-four article .entry-title {
  font-size: 25px;
  font-size: 25px;
  font-size: 1.38889rem;
  line-height: 27px;
  margin: 0 0 10px 0;
}

.full-width-content.single-program .section-four article p {
  margin-bottom: 10px;
}

.full-width-content.single-program .section-four article:nth-of-type(odd) {
  padding-right: 50px;
}

.full-width-content.single-program .section-four article:nth-of-type(even) {
  padding-left: 50px;
}

.full-width-content.single-program .section-four article:nth-of-type(3),
.full-width-content.single-program .section-four article:nth-of-type(4) {
  margin-bottom: 0;
}

.full-width-content.single-program .section-five {
  background: url("images/bkg-texture-1.jpg") repeat #fbfbfb;
}

.full-width-content.single-program .section-five .section-wrap {
  padding: 25px 25px;
}

.full-width-content.single-program .section-five .section-title {
  color: #3d3319;
  font-size: 34px;
  font-size: 34px;
  font-size: 1.88889rem;
  line-height: 37px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 75px 0;
}

.full-width-content.single-program .section-five .owl-carousel {
  position: relative;
}

.full-width-content.single-program .section-five .owl-theme .owl-controls .owl-nav .owl-prev,
.full-width-content.single-program .section-five .owl-theme .owl-controls .owl-nav .owl-next {
  background: none;
  color: #b09441;
  font-size: 24px;
}

.full-width-content.single-program .section-five .owl-carousel .owl-item {
  border: none;
  padding: 0 20px;
}

.full-width-content.single-program .section-five .owl-carousel .owl-item p {
  margin: 0;
}

.full-width-content.single-program .section-five .owl-carousel .owl-item .item-image {
  margin-bottom: 20px;
}

.full-width-content.single-program .section-five .owl-carousel .owl-item .item-title {
  text-align: center;
  color: #3d3319;
  font-size: 30px;
  font-size: 30px;
  font-size: 1.66667rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}

.full-width-content.single-program .section-five .owl-carousel .owl-item .item-location {
  text-align: center;
}

@media only screen and (min-width: 1295px) {
  .full-width-content.single-program .section-five .owl-carousel .owl-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 104%;
    margin-left: -2%;
    margin-top: -3%;
  }
  .full-width-content.single-program .section-five .owl-theme .owl-controls .owl-nav .owl-prev {
    float: left;
    color: #939b70;
    font-size: 24px;
    background: none;
  }
  .full-width-content.single-program .section-five .owl-theme .owl-controls .owl-nav .owl-next {
    float: right;
    color: #939b70;
    font-size: 24px;
    background: none;
  }
}

#message-bar {
  height: 36px;
}

#message-bar p {
  font-size: 17px;
  font-size: 16px;
  font-size: 0.94444rem;
  line-height: 29px;
}

#message-bar .button {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-size: 16px;
  font-size: 0.94444rem;
  line-height: 29px;
  font-weight: bold;
  text-transform: none;
  padding-left: 0px;
  background-color: transparent;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1310px) {
  .page-template-page_blog .archive-description,
  .page-template-page_blog article {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 1240px) {
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  .site-header .widget-area {
    text-align: center;
  }
  .header-image .site-title > a {
    background-position: top center;
  }
  .site-header .widget-area .widget_search {
    right: 25%;
    transform: translateX(25%);
    bottom: -50px;
  }
  .site-header .widget-area {
    margin-top: 20px;
  }
  .genesis-nav-menu {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1139px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content {
    width: 620px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }
  .sidebar-primary {
    width: 300px;
  }
}

@media only screen and (max-width: 1023px) {
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  .header-image .title-area {
    background-position: center top;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }
  #home-highlights-container #home-highlights .widget_sp_image {
    width: 50%;
    margin-top: 40px;
  }
  #home-highlights-container #home-highlights .widget_custom_html {
    margin-bottom: 0;
  }
  #home-cta-container #home-cta .widget img {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  #home-cta-container #home-cta .widget p,
  #home-cta-container #home-cta .widget a.vivid-button {
    float: none;
    width: 100%;
    text-align: center;
  }
  #home-cta-container #home-cta .widget a.vivid-button {
    margin: 30px auto 0;
    display: block;
  }
  .full-width-content.single-program .section-two .highlight.four {
    width: 50%;
    margin: 15px 0;
  }
  .footer-widgets-1,
  .footer-widgets-2 {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .footer-widgets-1 {
    margin-bottom: 30px;
  }
  .footer-widgets-2 .widget_custom_html {
    width: 50%;
    text-align: left;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  #home-highlights-container #home-highlights .widget_sp_image {
    width: 100%;
  }
  #home-news-container #home-news .featured-content article {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #home-news-container #home-news .featured-content article:nth-of-type(even) {
    padding-left: 0;
  }
  .site-header .widget-area .widget_search {
    width: 100%;
    bottom: -60px;
  }
  .full-width-content.single-program .section-one {
    text-align: center;
  }
  .full-width-content.single-program .section-two .highlight.two,
  .full-width-content.single-program .section-two .highlight.three,
  .full-width-content.single-program .section-two .highlight.four {
    width: 100%;
  }
  .full-width-content.single-program .section-three {
    text-align: center;
  }
  .full-width-content.single-program .section-four article:nth-of-type(even),
  .full-width-content.single-program .section-four article:nth-of-type(odd) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #before-footer-container #before-footer .widget_custom_html {
    text-align: center;
  }

  .header-image .site-title > a {
    background: url('/wp-content/uploads/2018/04/footer-logo.png');
    min-height: 93px;
    background-position: center;
    background-repeat: no-repeat;
  }


  .footer-widgets-2 .widget-last {
    top: inherit;
    bottom: 0;
  }

  .author-box,
  .comment-respond,
  .entry-comments,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }
  .site-inner {
    padding-top: 25px;
  }
  .entry {
    padding: 0px 25px 50px 25px;
  }
  .archive-description,
  .author-box,
  .comment-respond,
  .content .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget {
    box-shadow: none;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
  #home-news-container #home-news .featured-content article:nth-of-type(odd) {
    padding-left: 0;
  }
}

@media only screen and (max-width: 550px) {
  .footer-widgets-2 .widget_custom_html {
    width: 100%;
    text-align: center;
    margin: 20px 0 20px 0;
  }
  .footer-widgets-2 .widget:before {
    left: inherit;
    top: -20px;
  }
  .footer-widgets-2 .widget .widget-wrap {
    padding: 0;
  }
  .header-image .site-title > a {
    background-size: contain;
  }
  #home-top-container #home-top .widget_custom_html h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .site-footer .wrap {
    padding: 25px 10px 0px 10px;
  }
  .gca-column ul {
    margin-bottom: 0px;
  }
  .post-213 .gca-column,
  .post-248 .gca-column {
    margin-bottom: 20px;
    text-align: center;
  }

}

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: center;
  font-family: "Lato", sans-serif;
  color: #3d3319;
  font-size: 20px;
  font-size: 19px;
  font-size: 1.11111rem;
}

.responsive-menu-icon::before {
  color: #41403c;
  content: "\f0c9";
  display: inline-block;
  font: normal 20px/1 'FontAwesome';
  margin: 0 auto;
  padding: 10px;
}

.site-header .responsive-menu-icon::before {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .genesis-nav-menu.responsive-menu,
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: none;
  }
  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }
  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0;
  }
  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }
  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu > .first > a,
  .genesis-nav-menu.responsive-menu > .last > a,
  .genesis-nav-menu.responsive-menu a,
  .genesis-nav-menu.responsive-menu a:hover,
  .genesis-nav-menu.responsive-menu li:hover > a {
    color: #41403c;
    line-height: 1;
    padding: 18px 20px;
  }
  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }
  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }
  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f078";
    float: right;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 16px;
    font-size: 0.88889rem;
    height: 16px;
    padding: 16px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }
  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f078";
  }
  .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    color: #fff;
  }
  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
  }
  .genesis-nav-menu .sub-menu:before {
    border-bottom: none;
  }
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 25px;
  }
  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    color: #41403c;
    padding: 14px 20px;
    position: relative;
    width: 100%;
  }
  .page-template-page_blog a.vivid-button.footer {
    margin-bottom: 120px;
  }
}

/*
CSS3 Animations
---------------------------------------------------------------------------------------------------- */
/* Waypoint Animation Fade In */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translatey(-60%);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translatey(60%);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

/* Waypoint Animation Fade Out */

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-70%);
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    transform: translatey(-60%);
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    transform: translatey(60%);
  }
}

/* fade in */
.waypoint.fadein {
  opacity: 0;
}

.waypoint.fadeinright {
  opacity: 0;
}

.waypoint.fadeinleft {
  opacity: 0;
}

.waypoint.fadeintop {
  opacity: 0;
}

.waypoint.fadeinbottom {
  opacity: 0;
}

.waypoint.fadein.animate-fade-in {
  animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeinright.animate-fade-in-right {
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeinleft.animate-fade-in-left {
  animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeintop.animate-fade-in-top {
  animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeinbottom.animate-fade-in-bottom {
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/* fade out */
.waypoint.fadeout {
  opacity: 1;
}

.waypoint.fadeoutright {
  opacity: 1;
}

.waypoint.fadeoutleft {
  opacity: 1;
}

.waypoint.fadeouttop {
  opacity: 1;
}

.waypoint.fadeoutbottom {
  opacity: 1;
}

.waypoint.fadeout.animate-fade-out {
  animation: fadeOut 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeoutright.animate-fade-out-right {
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeoutleft.animate-fade-out-left {
  animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeouttop.animate-fade-out-top {
  animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeoutbottom.animate-fade-out-bottom {
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
