/*
	Theme Name: Focus Child Theme - Shared Hope
	Theme URI: http://www.studiopress.com/themes/focus
	Description: Focus is a two or three column child theme created for the Genesis Framework. This is a modified version of Focus that is customized for Shared Hope.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.0.1

	Template: genesis
	Template Version: 1.8

	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/*

THIS IS FOR SHARED HOPE.

 Table of Contents

* Imports / Variables / Mixins
* Defaults
* Layout / Grid / Columns
* Colors
* Icons
* Headlines / Typography
* Tab Headings for Tab Heading Page Template
* Header / Primary Navigation
* Image Header - Partial Width
* Image Header - Full Width
* Breadcrumb
* Taxonomy Description
* Home
* Content
* Featured Post Grid
* Post Info / Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Images
* Tables
* Post Navigation
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons / Forms
* Search Form
* Widgets
* Footer
* Event Organiser Formatting
* Gravity Forms
* Timeline Slider
* Defenders
* Responsive Design

*/
/* Imports / Variables / Mixins
------------------------------------------------------------ */
/* Matt's Favorite Mixins */
.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.homewidgetwrapping {
  padding: 5px;
  border: 2px solid #fff;
}
.homewidgetwrappingfull {
  border: 2px solid #fff;
}
.shadow-top {
  background-image: url("{@legacy-images}/shadow.png");
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  z-index: 1;
}
.hide {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
/* Defaults
------------------------------------------------------------ */
body {
  background: #f1f0f0;
  color: #092733;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5625;
  margin: 0;
  padding: 0;
}
a {
  color: #b5121b;
  text-decoration: none;
  transition: all 200ms;
}
a:hover {
  color: #e51721;
  text-decoration: underline;
}
a img {
  border: none;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child {
  margin-top: 0px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0px;
}
.landingh1 {
  font-size: 22px;
  font-size: 2.2rem;
}
.landingh2 {
  font-size: 32px;
  font-size: 3.2rem;
}
blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
  background-color: #818285;
  border: 1px solid #ddd;
}
input,
select,
textarea {
  color: #092733;
  font-family: Lato, Helvetica, Arial, sans-serif;
  background-color: #dedddd;
  border: 0;
  font-size: 14px;
  padding: 2px;
}
input,
textarea,
.genesis-feature a.more-link,
.reply a {
  background-color: #dedddd;
  border: 0;
  font-size: 14px;
}
.enews #subbox {
  color: #FFF;
  font-size: 12px;
}
::-moz-selection {
  background-color: #b5121b;
  color: #fff;
}
::selection {
  background-color: #b5121b;
  color: #fff;
}
/* Layout / Grid / Columns
------------------------------------------------------------ */
/* clears and floats */
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0px;
  visibility: hidden;
  width: 100%;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
#wrap {
  width: 100%;
}
.wrap {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  padding: 0px 15px;
  width: 990px;
}
.wrap:after {
  clear: both;
  content: '';
  display: block;
  height: 0px;
  visibility: hidden;
  width: 100%;
}
.v-center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* genesis content/sidebar layouts */
#content-sidebar-wrap:after {
  clear: both;
  content: '';
  display: block;
  height: 0px;
  visibility: hidden;
  width: 100%;
}
.full-width-content #content {
  width: 100%;
}
.sidebar-content #content,
.content-sidebar #content {
  max-width: 60%;
  width: 620px;
}
#sidebar {
  background: #fff;
  font-size: 14px;
  margin: 40px 0px 0px 0px;
  padding: 0px 20px;
  width: 280px;
}
.content-sidebar #content {
  float: left;
}
.content-sidebar #sidebar {
  float: right;
}
.sidebar-content #sidebar {
  float: left;
}
.sidebar-content #content {
  float: right;
}
/* grid and columns */
.grid {
  margin-left: -15px;
  margin-right: -15px;
}
.grid:after {
  clear: both;
  content: '';
  display: block;
  height: 0px;
  visibility: hidden;
  width: 100%;
}
.grid .col,
.grid .col-1,
.grid .col-2,
.grid .col-3,
.grid .col-4,
.grid .col-2-3,
.grid .col-3-4 {
  margin: 15px 0px;
  padding: 0px 15px;
}
.grid-gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.grid-gutter-20 .col,
.grid-gutter-20 .col-1,
.grid-gutter-20 .col-2,
.grid-gutter-20 .col-3,
.grid-gutter-20 .col-4,
.grid-gutter-20 .col-2-3,
.grid-gutter-20 .col-3-4 {
  margin: 10px 0px;
  padding: 0px 10px;
}
.grid-gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.grid-gutter-10 .col,
.grid-gutter-10 .col-1,
.grid-gutter-10 .col-2,
.grid-gutter-10 .col-3,
.grid-gutter-10 .col-4,
.grid-gutter-10 .col-2-3,
.grid-gutter-10 .col-3-4 {
  margin: 5px 0px;
  padding: 0px 5px;
}
.grid-gutter-0 {
  margin: 0px;
}
.grid-gutter-0 .col,
.grid-gutter-0 .col-1,
.grid-gutter-0 .col-2,
.grid-gutter-0 .col-3,
.grid-gutter-0 .col-4,
.grid-gutter-0 .col-2-3,
.grid-gutter-0 .col-3-4 {
  margin: 0px;
  padding: 0px;
}
.grid-height-100 .box,
.grid-height-200 .box,
.grid-height-300 .box,
.grid-height-400 .box,
.grid-height-500 .box {
  height: 100%;
}
.grid-height-100 .col,
.grid-height-100 .col-1,
.grid-height-100 .col-2,
.grid-height-100 .col-3,
.grid-height-100 .col-4,
.grid-height-100 .col-2-3,
.grid-height-100 .col-3-4 {
  height: 100px;
}
.grid-height-200 .col,
.grid-height-200 .col-1,
.grid-height-200 .col-2,
.grid-height-200 .col-3,
.grid-height-200 .col-4,
.grid-height-200 .col-2-3,
.grid-height-200 .col-3-4 {
  height: 200px;
}
.grid-height-300 .col,
.grid-height-300 .col-1,
.grid-height-300 .col-2,
.grid-height-300 .col-3,
.grid-height-300 .col-4,
.grid-height-300 .col-2-3,
.grid-height-300 .col-3-4 {
  height: 300px;
}
.grid-height-400 .col,
.grid-height-400 .col-1,
.grid-height-400 .col-2,
.grid-height-400 .col-3,
.grid-height-400 .col-4,
.grid-height-400 .col-2-3,
.grid-height-400 .col-3-4 {
  height: 400px;
}
.grid-height-500 .col,
.grid-height-500 .col-1,
.grid-height-500 .col-2,
.grid-height-500 .col-3,
.grid-height-500 .col-4,
.grid-height-500 .col-2-3,
.grid-height-500 .col-3-4 {
  height: 500px;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-2-3,
.col-3-4 {
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 0px 15px;
}
.col.f-right,
.col-1.f-right,
.col-2.f-right,
.col-3.f-right,
.col-4.f-right,
.col-2-3.f-right,
.col-3-4.f-right {
  float: right;
}
.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.333333%;
}
.col-4 {
  width: 25%;
}
.col-2-3 {
  width: 66.666666%;
}
.col-3-4 {
  width: 75%;
}
/* sections */
.section:after,
.section-big:after,
.section-med:after,
.section-small:after,
.section-box:after,
.section-box-big:after {
  clear: both;
  content: '';
  display: block;
  height: 0px;
  visibility: hidden;
  width: 100%;
}
.section {
  margin: 40px 0px;
}
.section-big {
  margin: 120px 0px;
}
.section-med {
  margin: 80px 0px;
}
.section-sm {
  margin: 20px 0px;
}
.section-box {
  padding: 40px 0px;
}
.section-box-big {
  padding: 80px 0px;
}
/* boxes */
.box {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 20px;
}
.box .grid .col,
.box .grid .col-1,
.box .grid .col-2,
.box .grid .col-3,
.box .grid .col-4,
.box .grid .col-2-3,
.box .grid .col-3-4 {
  margin: 0px;
}
.box-button,
.box-button-small {
  position: relative;
  transition: all 200ms;
}
.box-button:hover,
.box-button-small:hover {
  text-decoration: none;
}
.box-button:hover .icon,
.box-button-small:hover .icon {
  opacity: 1.0;
}
.box-button.blue:hover,
.box-button-small.blue:hover {
  background: #7ac2cb;
}
.box-button.blue-light:hover,
.box-button-small.blue-light:hover {
  background: #98d0d7;
}
.box-button.blue-grey:hover,
.box-button-small.blue-grey:hover {
  background: #8db4b9;
}
.box-button.blue-grey-light:hover,
.box-button-small.blue-grey-light:hover {
  background: #a6c5c8;
}
.box-button .icon,
.box-button-small .icon {
  margin: 15px 0px;
  opacity: 0.7;
  transition: opacity 200ms;
}
.box-button .v-center,
.box-button-small .v-center {
  padding: 0px 20px 0px 140px;
}
.box-button .title,
.box-button-small .title {
  color: #3c4e5b;
  font-size: 24px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.box-button .subtitle,
.box-button-small .subtitle {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0px;
  text-shadow: 0px 1px 2px rgba(100, 184, 195, 0.5);
}
.box-button .subtitle:after,
.box-button-small .subtitle:after {
  content: '\00a0\003E';
}
.box-button-small .icon {
  height: 100px;
  margin: 25px 0px;
  width: 100px;
}
.box-button-small .v-center {
  padding-left: 120px;
}
.title-box-top,
.title-box-top:first-child {
  margin: -20px -20px 20px -20px;
  padding: 10px 20px;
}
.img-box-top {
  display: block;
  margin: -20px -20px 20px -20px;
}
.img-box-top img {
  width: 100%;
}
.img-box-left {
  display: block;
  float: left;
  margin: -20px 20px -20px -20px;
}
.img-box-left img {
  height: 100%;
}
.list-plain {
  list-style-type: none;
  padding-left: 0px;
}
/* legacy column classes */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin: 0 0 20px;
  padding-left: 1%;
  padding-right: 1%;
}
.one-half,
.three-sixths,
.two-fourths {
  width: 48%;
}
.one-third,
.two-sixths {
  width: 31%;
}
.four-sixths,
.two-thirds {
  width: 65%;
}
.one-fourth {
  width: 22.5%;
}
.three-fourths {
  width: 73.5%;
}
.one-fifth {
  width: 17.4%;
}
.two-fifths {
  width: 37.8%;
}
.three-fifths {
  width: 58.2%;
}
.four-fifths {
  width: 78.6%;
}
.one-sixth {
  width: 14%;
}
.five-sixths {
  width: 82%;
}
.first {
  clear: both;
  padding-left: 0;
}
/* Colors
------------------------------------------------------------ */
.light,
.grey-light,
.grey-eggshell,
.white {
  color: #092733;
}
.dark,
.red,
.red-bright,
.blue,
.blue-dark,
.blue-light,
.blue-eggshell,
.blue-grey,
.blue-grey-light,
.grey,
.grey-dark,
.blue-dark,
.content-box-red,
.content-box-grey {
  color: #fff;
}
.dark a,
.dark a:hover,
.red a,
.red a:hover,
.red-bright a,
.red-bright a:hover,
.blue a,
.blue a:hover,
.blue-dark a,
.blue-dark a:hover,
.blue-light a,
.blue-light a:hover,
.blue-eggshell a,
.blue-eggshell a:hover,
.blue-grey a,
.blue-grey a:hover,
.blue-grey-light a,
.blue-grey-light a:hover,
.grey a,
.grey a:hover,
.grey-dark a,
.grey-dark a:hover,
.blue-dark a,
.blue-dark a:hover {
  color: #fff;
}
a.light,
a.grey-light,
a.grey-eggshell,
a.white {
  color: #b5121b;
}
.red {
  background: #b5121b;
}
.red-bright {
  background: #e51721;
}
.blue {
  background: #89c9d1;
}
.blue-dark {
  background: #3c4e5b;
}
.blue-light {
  background: #a6d6dc;
}
.blue-eggshell {
  background: #c4e4e8;
}
.blue-grey {
  background: #99bcc1;
}
.blue-grey-light {
  background: #b3cdd0;
}
.grey {
  background: #818285;
}
.grey-dark {
  background: #092733;
}
.grey-light {
  background: #dedddd;
}
.grey-eggshell {
  background: #f1f0f0;
}
.white {
  background: #fff;
}
/* Icons
------------------------------------------------------------ */
.icon {
  background: transparent url("/wp-content/themes/focus-sharedhope/assets/img/icons.png") no-repeat;
  background-size: auto 200%;
  content: "";
  display: block;
  height: 120px;
  width: 120px;
}
.icon.equal {
  background-position: 0% 0;
}
.icon.plus {
  background-position: 5.55555556% 0;
}
.icon.no {
  background-position: 11.11111111% 0;
}
.icon.x {
  background-position: 16.66666667% 0;
}
.icon.handshake {
  background-position: 22.22222222% 0;
}
.icon.shield {
  background-position: 27.77777778% 0;
}
.icon.microphone {
  background-position: 33.33333333% 0;
}
.icon.stop {
  background-position: 38.88888889% 0;
}
.icon.plus-box {
  background-position: 44.44444444% 0;
}
.icon.alert {
  background-position: 50% 0;
}
.icon.list {
  background-position: 55.55555556% 0;
}
.icon.megaphone {
  background-position: 61.11111111% 0;
}
.icon.search-box {
  background-position: 66.66666667% 0;
}
.icon.building {
  background-position: 72.22222222% 0;
}
.icon.person-plus {
  background-position: 77.77777778% 0;
}
.icon.people {
  background-position: 83.33333333% 0;
}
.icon.search {
  background-position: 88.88888889% 0;
}
.icon.check-circle {
  background-position: 94.44444444% 0;
}
.icon.calendar {
  background-position: 100% 0;
}
.light .icon.equal,
.grey-light .icon.equal,
.grey-eggshell .icon.equal,
.white .icon.equal {
  background-position: 0% 100%;
}
.light .icon.plus,
.grey-light .icon.plus,
.grey-eggshell .icon.plus,
.white .icon.plus {
  background-position: 5.55555556% 100%;
}
.light .icon.no,
.grey-light .icon.no,
.grey-eggshell .icon.no,
.white .icon.no {
  background-position: 11.11111111% 100%;
}
.light .icon.x,
.grey-light .icon.x,
.grey-eggshell .icon.x,
.white .icon.x {
  background-position: 16.66666667% 100%;
}
.light .icon.handshake,
.grey-light .icon.handshake,
.grey-eggshell .icon.handshake,
.white .icon.handshake {
  background-position: 22.22222222% 100%;
}
.light .icon.shield,
.grey-light .icon.shield,
.grey-eggshell .icon.shield,
.white .icon.shield {
  background-position: 27.77777778% 100%;
}
.light .icon.microphone,
.grey-light .icon.microphone,
.grey-eggshell .icon.microphone,
.white .icon.microphone {
  background-position: 33.33333333% 100%;
}
.light .icon.stop,
.grey-light .icon.stop,
.grey-eggshell .icon.stop,
.white .icon.stop {
  background-position: 38.88888889% 100%;
}
.light .icon.plus-box,
.grey-light .icon.plus-box,
.grey-eggshell .icon.plus-box,
.white .icon.plus-box {
  background-position: 44.44444444% 100%;
}
.light .icon.alert,
.grey-light .icon.alert,
.grey-eggshell .icon.alert,
.white .icon.alert {
  background-position: 50% 100%;
}
.light .icon.list,
.grey-light .icon.list,
.grey-eggshell .icon.list,
.white .icon.list {
  background-position: 55.55555556% 100%;
}
.light .icon.megaphone,
.grey-light .icon.megaphone,
.grey-eggshell .icon.megaphone,
.white .icon.megaphone {
  background-position: 61.11111111% 100%;
}
.light .icon.search-box,
.grey-light .icon.search-box,
.grey-eggshell .icon.search-box,
.white .icon.search-box {
  background-position: 66.66666667% 100%;
}
.light .icon.building,
.grey-light .icon.building,
.grey-eggshell .icon.building,
.white .icon.building {
  background-position: 72.22222222% 100%;
}
.light .icon.person-plus,
.grey-light .icon.person-plus,
.grey-eggshell .icon.person-plus,
.white .icon.person-plus {
  background-position: 77.77777778% 100%;
}
.light .icon.people,
.grey-light .icon.people,
.grey-eggshell .icon.people,
.white .icon.people {
  background-position: 83.33333333% 100%;
}
.light .icon.search,
.grey-light .icon.search,
.grey-eggshell .icon.search,
.white .icon.search {
  background-position: 88.88888889% 100%;
}
.light .icon.check-circle,
.grey-light .icon.check-circle,
.grey-eggshell .icon.check-circle,
.white .icon.check-circle {
  background-position: 94.44444444% 100%;
}
.light .icon.calendar,
.grey-light .icon.calendar,
.grey-eggshell .icon.calendar,
.white .icon.calendar {
  background-position: 100% 100%;
}
/* social and utility icons */
.icon-social,
.icon-social-before:before,
.icon-social-red,
.icon-social-red-before:before {
  background: transparent url("/wp-content/themes/focus-sharedhope/assets/img/icons-social.png") no-repeat;
  background-size: auto 200%;
  display: inline-block;
  height: 30px;
  overflow: hidden;
  text-indent: -999px;
  vertical-align: bottom;
  width: 30px;
}


/* social and utility icons */
.icon-social2,
.icon-social2-before:before,
.icon-social2-red,
.icon-social2-red-before:before {
  background: transparent url("/wp-content/themes/focus-sharedhope/assets/img/icons-social2.png") no-repeat;
  background-size: auto 200%;
  display: inline-block;
  height: 30px;
  overflow: hidden;
  text-indent: -999px;
  vertical-align: bottom;
  width: 30px;

}
.icon-social-before,
.icon-social-red-before {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.icon-social-before:before,
.icon-social-red-before:before {
  content: '';
  float: left;
  margin-right: 10px;
}

.icon-social2.instagram,
.icon-social-before.instagram:before {
  background-position: 0% 0;
}

.icon-social.facebook,
.icon-social-before.facebook:before {
  background-position: 0% 0;
}
.icon-social.twitter,
.icon-social-before.twitter:before {
  background-position: 25% 0;
}
.icon-social.vimeo,
.icon-social-before.vimeo:before {
  background-position: 50% 0;
}
.icon-social.search,
.icon-social-before.search:before {
  background-position: 75% 0;
}
.icon-social.download,
.icon-social-before.download:before {
  background-position: 100% 0;
}
.icon-social-red.facebook,
.icon-social-red-before.facebook:before {
  background-position: 0% 100%;
}
.icon-social-red.twitter,
.icon-social-red-before.twitter:before {
  background-position: 25% 100%;
}
.icon-social-red.vimeo,
.icon-social-red-before.vimeo:before {
  background-position: 50% 100%;
}
.icon-social-red.search,
.icon-social-red-before.search:before {
  background-position: 75% 100%;
}
.icon-social-red.download,
.icon-social-red-before.download:before {
  background-position: 100% 100%;
}
/* Headlines / Typography
------------------------------------------------------------ */
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1,
h2,
h2 a,
h3 {
  line-height: 1.25;
  margin: 0 0 10px;
}
h4,
h5,
h6 {
  text-transform: none;
  line-height: 1.25;
  margin: 0 0 10px;
}
h1 {
  font-size: 36px;
  margin: 20px 0px;
}
.taxonomy-description h1 {
  margin: 0;
}
h2 {
  border-bottom: 1px solid #818285;
  font-size: 28px;
  margin: 20px 0px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.between-lines {
  border: 0px;
  padding: 0px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.between-lines:before,
.between-lines:after {
  background-color: #818285;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.between-lines:before {
  right: 1em;
  margin-left: -50%;
}
.between-lines:after {
  left: 1em;
  margin-right: -50%;
}
.genesis-grid h2 {
  font-size: 26px;
}
.widget-area h2 {
  font-size: 15px;
  margin: 2px 0 5px;
}
h3 {
  font-size: 22px;
}
.taxonomy-description h1,
h4 {
  font-size: 18px;
}
.widget-area h4 {
  font-size: 22px;
  padding-top: 5px;
  margin: 0 0 15px;
}
.widget-area h4 a {
  text-decoration: none;
}
.widget-area .enews h4 {
  font-size: 24px;
  line-height: 1.0;
  margin: 0 0 15px;
  text-transform: uppercase;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-big,
.text-huge {
  letter-spacing: 1px;
}
.text-big {
  font-size: 24px;
}
.text-huge {
  font-size: 42px;
}
.more:after {
  content: '\00a0\003E';
}
/*
Media Page Titles
***************************************************/
.display-posts-listing {
  list-style-type: none;
  padding: 0px;
}
.listing-item {
  margin: 20px 0px;
}
.listing-item a.title {
  display: block;
  font-weight: bold;
}
.listing-item img {
  padding: 0 20px 20px 0;
  float: left;
}
/* Header / Primary Navigation
------------------------------------------------------------ */
.header-main {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-size: cover;
  height: 123px;
  position: relative;
}
.header-main .logo {
  padding: 10px 0px;
}
.header-main .header-right {
  padding-top: 30px;
}
.header-main .icons {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.header-hero,
.header-home-hero {
  height: 440px;
}
.header-hero .nav-main,
.header-home-hero .nav-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-home-hero {
  height: 660px;
}
.header-home-hero .hero {
  height: 540px;
}
.header-home-hero .hero-content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
}
.hero {
  height: 320px;
  position: relative;
}
.hero h1 {
  font-size: 42px;
  font-weight: 900;
  margin-top: 0px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.hero-content {
  bottom: 60px;
  position: absolute;
  width: 100%;
}
.nav-main {
  display: block;
  font-size: 14px;
  width: 100%;
}
.nav-main ul {
  list-style-type: none;
  padding: 0px;
}
.nav-main a {
  display: block;
  height: 20px;
  padding: 10px 0px;
  text-transform: uppercase;
}
.nav-main a:hover {
  text-decoration: none;
}
.nav-main > .menu {
  margin: 0px;
}
.nav-main > .menu > .menu-item {
  box-sizing: border-box;
  float: left;
  margin-right: 20px;
  position: relative;
}
.nav-main > .menu > .menu-item > a {
  border-bottom: 3px solid transparent;
  color: #f1f0f0;
}
.nav-main > .menu > .menu-item:hover > a {
  color: #fff;
  color: #89c9d1;
}
.nav-main > .menu > .menu-item:hover > .sub-menu {
  opacity: 1;
  top: 43px;
  transition: opacity 200ms;
}
.nav-main > .menu > .current-menu-item > a,
.nav-main > .menu > .current-menu-ancestor > a {
  border-bottom: 3px solid #89c9d1;
  color: #fff;
}
.nav-main .sub-menu {
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: absolute;
  top: -9999px;
  left: 0px;
  transition: opacity 200ms, top 0ms 200ms;
  width: 200px;
  z-index: 999;
}
.nav-main .sub-menu a {
  color: #b5121b;
  color: #3c4e5b;
  height: auto;
  padding: 10px;
}
.nav-main .sub-menu a:hover {
  background: #c4e4e8;
}
.nav-main .sub-menu .sub-menu {
  box-shadow: none;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
}
.nav-main .sub-menu .sub-menu .menu-item a {
  padding-left: 30px;
}
/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title-area,
.header-image #title,
.header-image #title a {
  display: block;
  float: left;
  height: 120px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 300px;
}
.header-image #description {
  display: block;
  overflow: hidden;
}
/* Image Header - Full Width
------------------------------------------------------------ */
.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
  width: 100%;
}
/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
  color: #818285;
  font-size: 11px;
  margin: 10px 0px 30px 0px;
}
.breadcrumb .sep {
  padding: 0px 10px;
}
/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
  background-color: #fff;
  margin: -10px 0 30px;
  padding: 0 0 15px;
}
.taxonomy-description p {
  font-size: 14px;
  padding: 15px 15px 0;
}
/* Home
------------------------------------------------------------ */
/* mission */
.mission {
  text-transform: uppercase;
}
.mission a {
  display: block;
}
.mission a:hover {
  text-decoration: none;
}
.mission .icon {
  margin: 0px auto;
}
.mission .text-huge {
  text-transform: none;
}
/* prevent restore justice */
.prevent-restore-justice {
  color: #3c4e5b;
  height: 300px;
}
.prevent-restore-justice .wrap {
  position: relative;
  width: 760px;
}
.prevent-restore-justice .prevent,
.prevent-restore-justice .restore,
.prevent-restore-justice .justice {
  color: #3c4e5b;
  height: 160px;
  height: 300px;
  opacity: 0.3;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 200ms;
}
.prevent-restore-justice .prevent:hover,
.prevent-restore-justice .restore:hover,
.prevent-restore-justice .justice:hover {
  opacity: 1;
}
.prevent-restore-justice .prevent:hover .reveal,
.prevent-restore-justice .restore:hover .reveal,
.prevent-restore-justice .justice:hover .reveal {
  opacity: 1;
}
.prevent-restore-justice .icon {
  margin: 0px auto;
}
.prevent-restore-justice .reveal {
  background: #dedddd;
  height: 100px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-transform: none;
  top: 200px;
  transition: all 200ms;
  width: 100%;
  z-index: 10;
}
.prevent-restore-justice .visible {
  opacity: 0.5;
  height: 100px;
  position: absolute;
  top: 200px;
  z-index: 5;
}
/* stories of hope */
.story {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.story:hover .story-reveal {
  opacity: 1;
}
.story:hover .story-visible {
  opacity: 0;
}
.story-visible {
  bottom: 20px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 1;
  padding: 20px;
  position: absolute;
  text-align: center;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  transition: opacity 200ms;
  width: 100%;
}
.story-reveal {
  background: rgba(100, 184, 195, 0.8);
  color: #fff;
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  position: relative;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  transition: opacity 200ms;
  width: 100%;
}
.story-content {
  bottom: 0px;
  padding: 20px;
  position: absolute;
}
/* news & events */
.featured-post {
  height: 200px;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.featured-post .post-info {
  margin-bottom: 8px;
}
.featured-post p {
  margin: 8px 0px;
}
.featured-post-categories {
  margin-bottom: 8px;
}
.featured-post-categories a {
  background: #89c9d1;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-right: 4px;
  padding: 0px 4px;
  text-transform: uppercase;
}
.featured-post-categories a:hover {
  background: #3c4e5b;
  text-decoration: none;
}
.featured-post-image {
  display: block;
  float: left;
  margin: -20px 20px -20px -20px;
  background: #818285;
  height: 200px;
  overflow: hidden;
  width: 360px;
}
.featured-post-image img {
  height: 100%;
}
.featured-post-content {
  height: 160px;
  overflow: hidden;
}
.featured-post-more {
  bottom: 0px;
  display: block;
  font-size: 24px;
  height: 20px;
  line-height: 20px;
  padding: 10px;
  position: absolute;
  right: 0px;
  text-align: center;
  width: 20px;
}
.featured-post-more:hover {
  text-decoration: none;
}
/* Content
------------------------------------------------------------ */
.post {
  margin: 0 0 40px;
}
.single .post {
  margin: 0 0 20px;
}
.entry-header {
  margin-top: 20px;
}
.entry-content {
  margin: 20px 0px;
  overflow: hidden;
}
blockquote {
  background: url("../images/blockquote.png") no-repeat;
  border: none;
  font-size:24px;
  margin: 5px 5px 20px;
  padding: 25px 30px 5px 70px;
}
blockquote p {
  color: #777;
  font-style: italic;
}
p.subscribe-to-comments {
  padding: 20px 0 10px;
}
.clear {
  clear: both;
}
.clear-line {
  border-bottom: 1px solid #dedddd;
  clear: both;
  margin: 0 0 25px;
}
ul.video {
  display: inline;
}
ul.video li {
  background: none !important;
  list-style-type: none;
  display: inline;
  margin: 0 15px 15px 0px !important;
  padding: 0 0px 0 0px !important;
  overflow: hidden;
}
ul.video a img {
  width: 125px;
  height: 80px;
}
.resource .img-box-left {
  height: 200px;
}
/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even,
.genesis-grid-odd {
  margin: 0 0 25px;
  padding: 0;
  width: 48%;
}
.genesis-feature,
.genesis-grid {
  border-bottom: 1px solid #ddd;
}
.genesis-grid-even {
  float: right;
}
.genesis-grid-odd {
  clear: both;
  float: left;
}
/* Post Info / Post Meta
------------------------------------------------------------ */
.post-info,
.post-meta {
  color: #818285;
  font-size: 12px;
  font-style: italic;
}
.post-info {
  margin: 5px 0 20px;
}
.categories a,
.post-info .author,
.post-info .date,
.post-comments,
.tags a {
  font-style: normal;
  font-weight: bold;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
.categories a,
.tags a {
  margin: 0 0 0 5px;
}
.post-info .date {
  color: #617984;
}
.post-comments {
  background: url("/wp-content/themes/focus-sharedhope/assets/images/icon-comments.png") no-repeat left;
  margin: 0 0 0 3px;
  padding: 0 0 0 16px;
}
.genesis-feature .post-meta,
.genesis-grid .post-meta {
  display: none;
}
.categories,
.tags {
  display: block;
  padding: 0 0 5px;
}
.content-box-red,
.content-box-grey,
.content-box-aqua,
.content-box-light {
  margin: 0 0 25px;
  overflow: hidden;
  padding: 20px;
}
.content-box-red {
  background-color: #b5121b;
  border: 1px solid #870d14;
}
.content-box-grey {
  background-color: #818285;
  border: 1px solid #68696b;
}
.content-box-aqua {
  background-color: #89c9d1;
  border: 1px solid #64b8c3;
}
.content-box-light {
  background-color: #f1f0f0;
  border: 1px solid #89c9d1;
}
.content-box-aqua a {
  color: #b5121b;
  font-weight: bold;
}
.content-box-red a {
  color: #89c9d1;
  font-weight: bold;
}
/* Author Box
------------------------------------------------------------ */
.author-box {
  background: none;
  border: none;
  border-bottom: 1px solid #e3eaee;
  border-top: 5px solid #dedddd;
  margin: 0 0 40px;
  overflow: hidden;
}
.author-box div {
  border-bottom: 5px solid #dedddd;
  border-top: 1px solid #e3eaee;
  overflow: hidden;
  padding: 30px 0;
}
.author-box p {
  font-size: 14px;
}
#author-description {
  padding: 0 0 25px;
}
/* After Post
------------------------------------------------------------ */
.after-post {
  background-color: #dedddd;
  clear: both;
  margin: 20px 0 0;
  overflow: hidden;
  padding: 20px;
}
/* Sticky Posts
------------------------------------------------------------ */
.sticky {
  background-color: #dedddd;
  margin: -10px 0 40px;
  padding: 20px;
}
/* Archive Page
------------------------------------------------------------ */
.archive-page {
  float: left;
  padding: 20px 0 0;
  width: 48%;
}
/* Images
------------------------------------------------------------ */
.postimageheader {
  width: 700px;
  height: 254px;
  margin: 0 0 0 -40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #092733;
  background-image: -webkit-linear-gradient(left, #092733, #818285);
  background-image: -moz-linear-gradient(left, #092733, #818285);
  background-image: -o-linear-gradient(left, #092733, #818285);
  background-image: -ms-linear-gradient(left, #092733, #818285);
  background-image: linear-gradient(left, #092733, #818285);
  clear: both;
  overflow: hidden;
}
.postimageheader img {
  float: left;
}
.postimageheader .social {
  float: right;
  padding: 20px;
  width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.postimageheader .social .socialchildleft {
  padding: 10px;
  margin: 10px;
  width: 40%;
  background-color: #dedddd;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.postimageheader .social .socialchildright {
  padding: 10px;
  margin: 10px;
  width: 40%;
  background-color: #dedddd;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  height: auto;
  max-width: 100%;
}
img.frame {
  background-color: #fff;
  border: 9px solid #f1f0f0;
  padding: 1px;
}
.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
  background-color: #fff;
  padding: 1px 1px 1px 1px;
  margin-top: 4px;
}
.avatar {
  float: left;
  margin: 0 30px 0 0;
}
.post-image {
  margin: 0 10px 10px 0;
}
.comment-list li .avatar {
  float: left;
  height: 33px;
  margin: 0 10px 10px 0;
  width: 33px;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 20px;
}
img.alignnone {
  display: inline;
  margin: 0 0 20px;
}
img.alignleft {
  display: inline;
  margin: 0 20px 10px 0;
}
img.alignright {
  display: inline;
  margin: 0 0 10px 20px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.alignleft,
.alignright,
.alignleft img,
.alignright img,
img.alignleft,
img.alignright {
  max-width: none;
}
.wp-caption {
  background-color: #dedddd;
  border: 5px solid #f1f0f0;
  padding: 10px;
  text-align: center;
}
.wp-caption.alignleft {
  margin: 0 20px 10px 0;
}
.wp-caption.alignright {
  margin: 0 0 10px 20px;
}
p.wp-caption-text {
  font-size: 14px;
  margin: 5px 0;
}
.wp-smiley,
.wp-wink {
  border: none;
  float: none;
}
/*Tables
--------------------------------------------------------------*/
.chosentable {
  width: 100%;
  background-color: white;
}
.chosentable tr td {
  	border: 1px solid #f1f1f1;
  	padding-top:10px;
	padding-bottom: 10px;
}

.chosentable th.prods{
	width:18%;
	font-size:20px;
}

.chosentable th.prods div{
	font-size:14px;
	font-weight:400;}

/* Post Navigation
------------------------------------------------------------ */
.navigation {
  font-size: 14px;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
}
.navigation li {
  display: inline;
}
.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
  -moz-box-shadow: 0 0 5px #ccc inset;
  -webkit-box-shadow: 0 0 5px #ccc inset;
  background: url("/wp-content/themes/focus-sharedhope/assets/images/button.png") 0 0;
  border: 1px solid #859449;
  box-shadow: 0 0 5px #ccc inset;
  color: #fff !important;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.navigation li a:hover,
.navigation li.active a {
  background: url("/wp-content/themes/focus-sharedhope/assets/images/button.png") 0 -40px;
}
/* Dropdowns
------------------------------------------------------------ */
.widget_archive select,
#cat {
  display: inline;
  padding: 3px;
  width: 100%;
}
/* Featured Page / Post
------------------------------------------------------------ */
.featuredpage,
.featuredpost {
  clear: both;
  margin: 0 0 15px;
  overflow: hidden;
}
.featuredpage .page,
.featuredpost .post {
  border-bottom: 0px solid #ddd;
  margin: 0 0 5px;
  overflow: hidden;
}
/* User Profile
------------------------------------------------------------ */
.user-profile {
  overflow: hidden;
}

/* WooCommerce Specific
------------------------------------------------------------ */
#place_order, .woocommerce  .single_add_to_cart_button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color:#b5121b !important;
}

.sku_wrapper{display:block;}

.woocommerce div.product form.cart div.quantity {
     	margin: 6px 4px 0 0 !important;
	}

.payment_method_AuthorizeNet input,.payment_method_AuthorizeNet select{
	background-color:#fafafa;
} 

.payment_method_AuthorizeNet {
	background-color:#ccc;
} 

p.price span.amount::before {
	content:"Suggested Donation"}


/* Buttons / Forms
------------------------------------------------------------ */



.button,
.button-alt {
  background: #b5121b;
  border: 1px solid #b5121b;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  min-width: 60px;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  transition: all 200ms;
}
.button:hover,
.button-alt:hover {
  background: #e51721;
  border: 1px solid #e51721;
  text-decoration: none;
}
.button-alt {
  background: transparent;
  border: 1px solid #89c9d1;
}
.button-alt:hover {
  background: #89c9d1;
  border: 1px solid #89c9d1;
}
.red .button,
.red .button-alt {
  border: 1px solid #fff;
}
.red .button:hover,
.red .button-alt:hover {
  border: 1px solid #e51721;
}
.button-big {
  font-size: 32px;
  padding: 12px 60px;
}
button,
input[type=submit],
input[type=button] {
  background: #b5121b;
  border: 1px solid #b5121b;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  min-width: 60px;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  transition: all 200ms;
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background: #e51721;
  border: 1px solid #e51721;
  text-decoration: none;
}
/* Search Form
------------------------------------------------------------ */
.search-form {
  margin: 20px 0px;
}
.search-input {
  border: 1px solid #dedddd;
  padding: 10px;
  width: 320px;
}
/* Widgets
------------------------------------------------------------ */
.widget {
  margin: 20px 0px;
}
.enews-widget {
  background-color: #dedddd;
  border: 10px solid #dedddd;
}
.enews-widget .widget-wrap {
  border: 1px solid #fff;
}
.enews {
  background: url("/wp-content/themes/focus-sharedhope/assets/images/enews-ribbon.png") no-repeat top left;
  margin: -17px -18px;
  overflow: hidden;
  padding: 45px 40px 40px;
  text-align: center;
  text-shadow: 1px 1px #fff;
}
.enews p {
  color: #617984;
}
.enews #subbox {
  background: #ffffff url("/wp-content/themes/focus-sharedhope/assets/images/enews-subbox.png") no-repeat center left;
  margin: 5px 0 20px;
  padding: 15px 0 13px 37px;
  width: 85%;
}
/* Footer
------------------------------------------------------------ */
.footer-main {
  margin-top: 40px;
}
.footer-main .phone-social {
  margin: 40px 0px;
}
.footer-main .phone {
  border-right: 2px solid #818285;
  line-height: 30px;
  margin-right: 10px;
  padding-right: 20px;
}
.footer-signup .button,
.footer-signup .button-alt {
  margin-left: 20px;
}
.copyright {
  color: #818285;
  font-size: 12px;
}
.copyright a {
  color: #dedddd;
}
/*Event Organiser Formatting
-------------------------------------------------------------*/
.datex {
  float: left;
  width: 60px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 50px;
  background: #fcfcfc;
  background: linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 50px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.datex p {
  font-size: 24px;
  text-align: center;
  color: #9e9e9e;
}
.datex p span {
  background: #d10000;
  background: linear-gradient(top, #d10000 0%, #7a0909 100%);
  background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
  background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block;
  border-top: 3px solid #a13838;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  padding: 6px 0 6px 0;
}
/* Cart 66 Forms
------------------------------------------------------------- */
#constantContact {
  width: 325px;
  float: right;
  background-color: #DDD;
}
#Cart66CheckoutButtonDiv .Cart66ButtonPrimary {
  float: right;
}
/* Gravity Forms
------------------------------------------------------------ */
.gform_body {
  border: 4px solid #dedddd;
  padding: 10px;
}
.gform_wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0px;
  visibility: hidden;
  width: 100%;
}
.gform_footer .gform_button {
  float: right;
  margin-top: 10px;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin-left: 2px !important;
}
div.gform_wrapper .ginput_complex label {
  font-size: 14px;
}
div.gform_wrapper li,
div.gform_wrapper form li {
  background: none !important;
  margin: 0 0 10px;
  padding: 0;
}
div.gform_wrapper .gform_footer {
  border: none;
  margin: 0;
  padding: 0;
}
.hideradio input[type="radio"] {
  display: none;
}
.hideradio input[type="radio"] + label img {
  border: 3px solid #FFF !important;
  display: inline-block;
}
.hideradio input[type="radio"]:checked + label img {
  border: 3px solid #000 !important;
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-size: 28px !important;
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-size: 1.3em;
  font-weight: normal !important;
}
.gform_wrapper .gform_footer.left_label,
.gform_wrapper .gform_footer.right_label {
  margin: 0px !important;
  padding: 10px 0px !important;
  width: 100% !important;
}
.gform_wrapper .gform_footer.left_label:after,
.gform_wrapper .gform_footer.right_label:after {
  clear: both;
  content: '';
  display: block;
  height: 0px;
  visibility: hidden;
  width: 100%;
}
/* Timeline Slider
------------------------------------------------------------ */
.vco-storyjs {
  font-family: Lato, Helvetica, Arial, sans-serif !important;
}
.vco-slider .icon {
  background-size: auto;
}
.vco-slider .slider-item .content .content-container .text .container p {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
  word-wrap: normal !important;
}
/* Defenders
------------------------------------------------------------ */
#menu-defenders {
  background-color: #f0f4f6;
  border-bottom: 1px solid #fff;
  clear: both;
  color: #758a94;
  font-size: 12px;
  margin: 0px auto 30px auto;
  overflow: hidden;
  width: auto;
}
#menu-defenders li {
  float: left;
  list-style-type: none;
}
#menu-defenders a {
  color: #758a94;
  display: block;
  font-weight: bold;
  padding: 8px 15px;
  position: relative;
  text-decoration: none;
  border-left: 1px solid #fff;
}
#menu-defenders a:hover {
  background: #fff;
  color: #244c5e;
}
#menu-defenders li:first-child a {
  border-left: 0px;
}
#menu-defenders .current_page_item a,
#menu-defenders .current-cat a,
#menu-defenders .current_menu_item a {
  background: #fff;
  color: #244c5e;
}
/* Responsive Design
------------------------------------------------------------ */
@media only screen and (max-width: 900px) {
  body {
    width: 100%;
    margin: 0 auto;
  }
  .archive-page,
  .content-sidebar #content,
  .content-sidebar-sidebar #content,
  .focus-landing #inner,
  .focus-landing #wrap,
  .full-width-content #content,
  .full-width-content.focus-landing #content,
  .menu-primary,
  .menu-secondary,
  .sidebar,
  .sidebar-content #content,
  .sidebar-content-sidebar #content,
  .sidebar-sidebar-content #content,
  #content,
  #content-sidebar-wrap,
  #header ul.menu,
  #sidebar,
  #sidebar-alt,
  #title-area,
  #wrap {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  #sidebar {
    box-sizing: border-box;
    float: none;
  }
  .menu-primary,
  .menu-secondary,
  #description,
  #title {
    padding: 0;
  }
  .menu-primary,
  .menu-secondary,
  #header ul.menu,
  #description,
  #title,
  #title-area {
    float: none;
    text-align: center;
  }
  #title-area {
    padding: 10px 0;
  }
  #description,
  #title a,
  #title a:hover {
    padding: 0;
  }
  .menu-primary li,
  .menu-secondary li,
  #header ul.menu li {
    display: inline-block;
    float: none;
  }
  .menu li.right {
    display: none;
  }
  .menu-primary li li,
  .menu-secondary li li,
  #header ul.menu li li {
    text-align: left;
  }
  .full-width-content.focus-landing #inner {
    margin: 0 auto;
    padding: 0;
  }
  .focus-landing #wrap {
    width: 100%;
  }
  .page .page,
  .post,
  #comments,
  #content,
  #respond {
    padding: 0;
  }
  .full-width-content.focus-landing .page {
    padding: 20px 30px;
  }
  #content {
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .menu-primary a,
  .menu-secondary a,
  #header .menu a {
    padding: 6px 5px 5px;
  }
  h1,
  h2 {
    font-size: 30px;
  }
  h3,
  h4 {
    font-size: 24px;
  }
  h5,
  h6 {
    font-size: 20px;
  }
  .genesis-grid-even,
  .genesis-grid-odd {
    float: left;
    width: 100%;
  }
  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    padding: 0;
    width: 100%;
  }
}
