@charset "UTF-8";
/*
    Theme Name: Custom
	Description: Custom theme built on the Genesis Framework.
    Author: Matt Spaeth 


    Version: 1.0

    Template: genesis
    Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Table of Contents

	- HTML5 Reset - 				reset.scss
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults - defaults.scss
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Message Boxes
		- Circles
		- Pricing Plans
	- Structure and Layout - 		structure.scss
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes - 				common-classes.scss
		- WordPress
		- Genesis
		- Titles
	- Widgets - 					widgets.scss
		- Slider Wide
		- Slider
		- Slider Misc
		- Welcome
		- Welcome Feature 1-3
		- Home Feature BG
		- Home Feature BG Alt
		- Home Feature BG Dark
		- Home Features
			- Home Feature (1-14)
		- Home Bottom Message
		- Featured Page and Featured Post
	- Plugins - 					plugins.scss
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header - 				header.scss
		- Title Area
		- Widget Area
	- Site Navigation - 			navigation.scss
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area - 				content.scss
		- Entries
		- Pagination
		- Comments
	- Sidebars - 					sidebars.scss
	- Portfolio - 					portfolio.scss
	- Miscellaneous - 				misc.scss
	- Footer Widgets - 				footer-widgets.scss
	- Site Footer - 				footer.scss
	- Theme Colors - 				theme-colors.scss
	- Media Queries - 				media-queries.scss
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 960px
		- max-width: 767px
		- max-width: 580px
		- max-width: 480px
*/
/*
Mixins
---------------------------------------------------------------------------------------------------- */
/* 
Variables
---------------------------------------------------------------------------------------------------- */
/*
Imports
---------------------------------------------------------------------------------------------------- */
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

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

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

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: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

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;
}

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

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

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary: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: 10px;
  font-size: 1rem;
  /* 16px browser default */
}

body {
  background: #fff;
  color: #09455a;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11.25px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625;
}

a,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background: #09455a;
  color: #fff;
}

::selection {
  background: #09455a;
  color: #fff;
}

a {
  color: #fe7c00;
  font-weight: 400;
  text-decoration: none;
}

a img {
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
}

a:hover {
  color: #733889;
  text-decoration: underline;
}

p {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  padding: 0;
}

strong {
  font-weight: 700;
}

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

blockquote,
blockquote::before {
  color: #09455a;
}

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

pre {
  background: #252525;
  color: #ccc;
  overflow: scroll;
  padding: 0 1.25rem;
  padding: 0 20px;
  white-space: pre;
}

cite {
  font-style: normal;
}

.quote {
  background: #fff;
  border: 1px solid #ddd;
  color: #252525;
  padding: 20px;
}

.quote-arrow {
  background-image: url(images/quote-arrow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 1px;
  display: block;
  margin: 0 0 10px;
  padding: 14px 0 0;
  position: relative;
}

.quote-gray {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  padding: 20px;
}

.quote strong {
  color: #252525;
  padding: 10px 0 0;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #09455a;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0;
}

h1 {
  font-size: 22.5px;
  font-size: 2.25rem;
}

h2 {
  font-size: 18.75px;
  font-size: 1.875rem;
}

h3 {
  font-size: 15px;
  font-size: 1.5rem;
}

h4 {
  font-size: 12.5px;
  font-size: 1.25rem;
}

h5 {
  font-size: 11.25px;
  font-size: 1.125rem;
}

h6 {
  font-size: 10px;
  font-size: 1rem;
}

h1 a,
h2 a {
  color: #09455a;
}

h1 a:hover,
h2 a:hover {
  text-decoration: none;
}

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

img {
  height: auto;
  width: auto;
  /* IE8 */
}

img:is([sizes="auto" i],
[sizes^="auto," i]) {
  width: revert-layer;
}

.format-gallery #gallery-1 img {
  border: none;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background: #fff;
  border: 1px solid #09455a;
  border-radius: 3px;
  color: #09455a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px;
  padding: 0.75rem;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #aaa;
  outline: none;
}

::-moz-placeholder {
  color: #09455a;
}

::-webkit-input-placeholder {
  color: #09455a;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #fe7c00;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  padding: 16px 32px;
  padding: 1rem 2rem;
  width: auto;
}

.footer-widgets button,
.footer-widgets input[type=button],
.footer-widgets input[type=reset],
.footer-widgets input[type=submit] {
  background: #111;
}

button:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit] {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}

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

/* Buttons
--------------------------------------------- */
a.button {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  margin: 0 0 10px;
  padding: 8px 20px;
  text-decoration: none;
}

a.button:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  color: #fff !important;
  opacity: 0.7;
  transition: all 0.5s ease;
}

a.button.small {
  background-color: #303236;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 8px 20px;
}

a.button.medium {
  background-color: #303236;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 8px 20px;
}

a.button.large {
  background-color: #303236;
  color: #fff;
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 24px;
  padding: 16px 32px;
  padding: 1rem 2rem;
}
a.button.large.gray {
  background-color: #666 !important;
}

a.button.slim {
  background-color: #303236;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 4px 40px;
  text-transform: uppercase;
}

.footer-widgets button,
.footer-widgets input[type=button],
.footer-widgets input[type=reset],
.footer-widgets a.button.small,
.footer-widgets a.button.medium,
.footer-widgets a.button.large,
.footer-widgets .circle {
  background: #111;
}

a.button {
  background-color: #fe7c00 !important;
  border: none !important;
  color: #fff !important;
}

/* Message Boxes
--------------------------------------------- */
.download-box {
  box-shadow: 0 2px 2px 0 #ddd;
  -moz-box-shadow: 0 2px 2px 0 #ddd;
  -webkit-box-shadow: 0 2px 2px 0 #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #d2eac2 url(images/download-arrow.png) no-repeat 10px 15px;
  border: 1px solid #a7d28a;
  color: #689c2a;
  margin: 0 2px 20px;
  padding: 14px 15px 20px 55px;
}

.info-box {
  box-shadow: 0 2px 2px 0 #ddd;
  -moz-box-shadow: 0 2px 2px 0 #ddd;
  -webkit-box-shadow: 0 2px 2px 0 #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
  border: 1px solid #aec3ce;
  color: #08557e;
  margin: 0 2px 20px;
  padding: 17px 15px 20px 55px;
}

.alert-box {
  box-shadow: 0 2px 2px 0 #ddd;
  -moz-box-shadow: 0 2px 2px 0 #ddd;
  -webkit-box-shadow: 0 2px 2px 0 #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f2dbdb url(images/alert-button.png) no-repeat 10px 15px;
  border: 1px solid #eab4b4;
  color: #c8001c;
  margin: 0 2px 20px;
  padding: 17px 15px 20px 55px;
}

.note-box {
  box-shadow: 0 2px 2px 0 #ddd;
  -moz-box-shadow: 0 2px 2px 0 #ddd;
  -webkit-box-shadow: 0 2px 2px 0 #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
  border: 1px solid #ded5af;
  color: #ac670e;
  margin: 0 2px 20px;
  padding: 17px 15px 20px 55px;
}

.gray-box {
  box-shadow: 0 2px 2px 0 #ddd;
  -moz-box-shadow: 0 2px 2px 0 #ddd;
  -webkit-box-shadow: 0 2px 2px 0 #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  color: #888;
  margin: 0 2px 20px;
  padding: 20px 15px 20px;
}

/* Circles */
span.circle {
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  background: #000;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em;
}

/* 
20 Pricing Plans 
---------------------------------------------------------------------------------------------------- */
.plans {
  clear: both;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}

.plan-col {
  background: #eee;
  float: left;
  font-weight: 300;
  padding: 0;
  text-align: center;
  vertical-align: top;
}

.plan-col-popular {
  background: #fff;
  float: left;
  font-weight: 300;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.plan-col,
.plan-col-popular {
  width: 25%;
}

.plan-col-wrap,
.plan-col-popular-wrap {
  border: 1px solid #d3d3d3;
  margin: 0 auto;
  padding: 40px 10px;
}

.plans .plan-head h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}

.plan-head em {
  font-size: 14px;
}

.plan-pricing {
  background: url(images/border-img-x.png) repeat-x scroll center bottom;
  clear: both;
  margin: 0 0 20px;
  padding: 0 0 20px;
  text-align: center;
}

.plan-price {
  font-size: 60px;
}

.plan-price sup {
  font-size: 24px;
}

.plan-pricing .monthly {
  font-size: 14px;
}

.plan-list {
  margin: 0 0 20px;
  overflow: hidden;
}

.plan-list li {
  list-style: none;
  margin: 0 0 20px;
}

.plan-list li a {
  font-weight: bold;
}

.plan-button {
  clear: both;
}

.plan-button a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #303236;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 6px 25px 8px;
}

.plan-button a:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
  text-decoration: underline;
}

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

.site-inner {
  clear: both;
  padding: 32px 0px;
  padding: 2rem 0rem;
}

.home .site-inner {
  padding-top: 0;
}

/* 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;
}

.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,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.5641025641%;
}

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

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

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

.one-fourth {
  width: 23.0769230769%;
}

.three-fourths {
  width: 74.358974359%;
}

.one-sixth {
  width: 14.5299145299%;
}

.five-sixths {
  width: 82.905982906%;
}

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

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

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 1.5rem;
}

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

.search-form {
  width: 50%;
}

.search-form input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

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

.alignleft {
  float: left;
  text-align: left;
}

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

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

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

.wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td {
  text-align: center;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.archive-description,
.author-box {
  background: #fff;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.archive-description,
.author-box {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding: 40px 40px 24px;
  padding: 2.5rem 2.5rem 1.5rem;
}

.author-box-title {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.author-box p {
  margin: 0;
}

.author-box .avatar {
  margin-right: 24px;
  margin-right: 1.5rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 20px;
}

.entry-title a {
  color: #09455a;
  font-weight: 400;
}

.sidebar .widgettitle a {
  color: #09455a;
}

.widgettitle {
  color: #09455a;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.sidebar .widgettitle {
  border: none;
  font-size: 17.5px;
  font-size: 1.75rem;
  color: #fff;
}

.sidebar .widgettitle a {
  border: none;
}

.archive-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Slider Wide
--------------------------------------------- */
.slider-wide {
  clear: both;
  width: 100%;
}
.slider-wide .wrap {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
.slider-wide .widget {
  margin: 0;
}

/* Slider
--------------------------------------------- */
.slider {
  clear: both;
}
.slider .wrap {
  margin: 0 auto 20px;
  padding: 0;
  width: 1140px;
}
.slider .widget {
  margin: 0 0 20px;
}

/* Slider Misc
--------------------------------------------- */
#genesis-responsive-slider {
  background: none !important;
  border: none !important;
  margin: 0 auto;
  padding: 0 !important;
  position: relative;
}

.flexslider {
  background: none !important;
}

.flex-direction-nav li .prev {
  left: 0 !important;
}

.flex-direction-nav li .next {
  right: 0 !important;
}

.flex-control-nav {
  margin: 12px 0 0 !important;
}

#genesis-responsive-slider li a {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

#genesis-slider {
  background-color: #fff !important;
  border: medium none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.slider-previous, .slider-previous:hover {
  margin-left: 10px !important;
}

.slider-next, .slider-next:hover {
  margin-right: 10px !important;
}

/* 
Welcome
---------------------------------------------------------------------------------------------------- */
.feature {
  background: #007499;
  clear: both;
  color: #fff;
  text-align: center;
  margin: 0px 0px 40px;
  margin: 0rem 0rem 2.5rem;
}
.feature .wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 24px 0px 0px;
  padding: 1.5rem 0rem 0rem;
  width: 1140px;
}
.feature .widget {
  margin: 0;
  overflow: hidden;
}
.feature .widgettitle {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 46px;
}
.feature h4 {
  color: #fff;
}
.feature p {
  margin: 0 0 20px;
}
.feature a {
  color: #fff;
}

.welcome-wide {
  clear: both;
}

/* Welcome Feature 1-3 */
.welcome-features {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.welcome-features h4 {
  font-size: 20px;
  line-height: 26px;
}

.welcome-feature-1,
.welcome-feature-2 {
  float: left;
  margin: 0 5% 0 0;
  width: 30%;
}

.welcome-feature-3 {
  float: right;
  width: 30%;
}

.welcome-feature-1 .widgettitle,
.welcome-feature-2 .widgettitle,
.welcome-feature-3 .widgettitle {
  color: #fff;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.welcome-feature-1 h4,
.welcome-feature-2 h4,
.welcome-feature-3 h4 {
  color: #fff;
  font-weight: 400;
  line-height: 26px;
  margin: 10px 0;
  padding: 0;
}
.welcome-feature-1 p,
.welcome-feature-2 p,
.welcome-feature-3 p {
  margin: 0 0 20px;
}

/*
Home Features
---------------------------------------------------------------------------------------------------- */
/* Home Support */
.home-support-text {
  float: left;
  margin: 0 5% 0 0;
  width: 65%;
}
.home-support-text .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
.home-support-text .widgettitle {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
}
.home-support-text .top-supporters {
  overflow: hidden;
  font-size: 10px;
  font-size: 1rem;
  margin: 32px 0px 32px 0px;
  margin: 2rem 0rem 2rem 0rem;
}
.home-support-text a.button {
  margin: 0px 16px 16px 0px;
  margin: 0rem 1rem 1rem 0rem;
}

/* Home Feature 2 */
.home-support-image {
  float: right;
  margin: 0;
  width: 30%;
}
.home-support-image .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
.home-support-image .widgettitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

/* Featured Page and Featured Post
--------------------------------------------- */
.featured-content .entry {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
}
.featured-content .entry-title {
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 10px 0;
  margin: 0.625rem 0;
}
.featured-content .entry-title a {
  border: none;
}

/* Footer About */
.footer-about {
  background-color: #007499;
  color: #fff;
  padding: 32px 0px 0px;
  padding: 2rem 0rem 0rem;
}

.footer-about-image {
  float: left;
  margin: 0;
  width: 50%;
  padding: 8px 0px 0px;
  padding: 0.5rem 0rem 0rem;
}
.footer-about-image .widget {
  margin: 0 0 40px;
  overflow: hidden;
}

.footer-about-text {
  float: right;
  margin: 0;
  width: 45%;
}
.footer-about-text .widget {
  margin: 0;
  overflow: hidden;
}
.footer-about-text .widgettitle {
  color: #fff;
  font-weight: 400;
  line-height: 1;
}

/* Sidebar Boxes */
.sidebar-box {
  text-align: center;
  color: #fff;
  margin: 32px 0px;
  margin: 2rem 0rem;
}
.sidebar-box .newsletter {
  background: #007499;
  padding: 28px;
  padding: 1.75rem;
}
.sidebar-box .donate {
  background: #733889;
  padding: 28px;
  padding: 1.75rem;
}
.sidebar-box .shop {
  background: #007499;
  padding: 28px;
  padding: 1.75rem;
}

.optin-popup {
  position: relative;
  background: #007499;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.optin-popup h3 {
  text-align: center;
  color: #fff;
}

#optin-popup .gfield_label {
  display: none;
}
#optin-popup .gform_wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
#optin-popup .gform_wrapper .top_label input.medium {
  width: 100%;
}
#optin-popup .gform_wrapper .gform_footer.top_label {
  text-align: center;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget .widgettitle {
  color: #333;
}
.enews-widget input {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.enews-widget input:focus {
  border: 1px solid #ddd;
}
.enews-widget input[type=submit] {
  background: #2a2a2a;
  border: none;
  color: #fff;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  width: auto;
}
.enews-widget input:hover[type=submit] {
  opacity: 0.7;
  transition: all 0.5s ease;
}

.sidebar .enews-widget .widgettitle {
  color: #fff;
}
.sidebar .enews-widget input[type=submit] {
  background: #aaa;
  border: none;
  box-shadow: none;
  width: 100%;
}
.sidebar .enews-widget input:hover[type=submit] {
  background: #ccc;
  box-shadow: none;
  opacity: 10;
  transition: 0;
}

.footer-widgets .enews-widget input[type=submit] {
  background: #111;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=text],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1rem;
  padding: 8px;
  padding: 0.5rem;
}
div.gform_wrapper .ginput_complex label {
  padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1rem 0 0;
}
div.gform_wrapper .gform_footer input[type=submit] {
  font-size: 18px;
  font-size: 1.125rem;
}

/* Jetpack
--------------------------------------------- */
img#wpstats {
  display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.head-wrap {
  margin: 0;
}

.site-header {
  margin: 10px auto;
  max-width: 1140px;
}
.site-header .wrap {
  padding: 16px 0;
  padding: 1rem 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  float: left;
  padding: 0;
  margin: 11.2px 0px 0px;
  margin: 0.7rem 0rem 0rem;
  width: 447px;
}

.header-image .title-area {
  padding: 0;
}

.site-title {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
}
.site-title a:hover {
  color: #aaa;
  text-decoration: none;
}

.site-header .site-title a {
  color: #fff;
  font-weight: 300;
}

.site-description {
  color: #999;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 10px;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%;
}

.header-image {
  /* Logo, hide text */
}
.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px;
}
.header-image .site-header .wrap {
  padding: 0;
}
.header-image .site-title a {
  display: block;
  background: url(images/logo_pace.png) no-repeat left;
  float: left;
  min-height: 102px;
  width: 447px;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: auto;
}

.header-image .site-header .widget-area {
  padding: 0 40px 0 0;
}

.site-header .search-form {
  float: right;
}

.header-phone {
  float: left;
  margin: 12.8px 16px;
  margin: 0.8rem 1rem;
}

#text-2 {
  overflow: hidden;
}

#search-3 {
  clear: both;
  margin: 16px 0px 0px;
  margin: 1rem 0rem 0rem;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  float: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.genesis-nav-menu a {
  border: none;
  color: #fff;
  display: block;
  font-weight: 400;
  padding: 13px;
  position: relative;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  text-decoration: none;
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #aaa;
}
.genesis-nav-menu .sub-menu {
  left: -9999px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 202px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background: #007499;
  color: #fff;
  letter-spacing: 0;
  padding: 13px;
  position: relative;
  width: 200px;
  border-radius: 0 !important;
  margin: 0 !important;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -45px 0 0 201px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .right {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 13px 0 13px 20px;
}
.genesis-nav-menu > .right > a {
  background: none;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
  margin-left: 4.8rem;
}
.genesis-nav-menu > .search {
  padding: 0;
}
.genesis-nav-menu > .search input {
  padding: 6px;
}
.genesis-nav-menu .search-form {
  width: 100%;
}

.nav-primary .genesis-nav-menu a {
  color: #fff;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  margin: 8px;
  margin: 0.5rem;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu a {
  color: #fff;
}
.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
  color: #aaa;
}
.site-header .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #aaa;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  clear: both;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  width: auto;
  background: #007499;
}
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
  color: #007499;
  background: #fff;
}
.nav-primary .genesis-nav-menu > .right > a {
  background: none;
}
.nav-primary .sub-menu a:hover {
  color: #aaa;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background: #007499;
  clear: both;
  /* .genesis-nav-menu a {
  	font-size: 12px;
  	padding: 8px 13px;
  }

  .genesis-nav-menu > .right {
  	padding: 8px 0 8px 20px;
  }

  a:hover,
  .current-menu-item > a {
  	color: #aaa;
  }

  .genesis-nav-menu > .right > a,
  .genesis-nav-menu > .right > a:hover {
      background: none;
      padding: 0;
  }

  .sub-menu a:hover {
  	color: #aaa;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
  	margin: -34px 0 0 201px;
  }*/
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  background: #fff;
  margin: 0 3px 40px;
  padding: 20px 0 0;
}

.entry-content {
  padding: 0 20px 20px;
}
.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content .quote-caption {
  margin-bottom: 25px;
  margin-bottom: 1.563rem;
}
.entry-content ol li,
.entry-content ul li {
  margin-left: 40px;
  margin-left: 2.5rem;
}
.entry-content ol li {
  list-style-type: decimal;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
  margin-bottom: 0;
}

.entry-meta {
  clear: both;
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
}
.entry-meta a {
  font-weight: 700;
}

.entry-header .entry-meta {
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0 0 10px;
  margin: 0 0 1.25rem;
  padding: 20px;
  text-transform: uppercase;
}

.entry-footer {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  margin: 0;
  overflow: hidden;
  padding: 16px 0;
  padding: 1rem 0;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
  margin: 0 0.6rem 0 0.2rem;
}

.entry-categories {
  display: block;
  float: left;
  font-size: 12px;
}

.entry-tags {
  float: right;
  font-size: 12px;
}

/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
  clear: both;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 40px 0;
  margin: 2.5rem 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background: #444;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background: #1e1e1e;
}

/* Comments
--------------------------------------------- */
.entry-comments,
.ping-list,
#respond {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

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

#respond input[type=email],
#respond input[type=text],
#respond input[type=url] {
  width: 50%;
}

#respond label {
  display: block;
  margin-right: 12px;
  margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 32px;
  padding: 3.2rem;
}

li.comment {
  border-radius: 10px;
  padding: 30px;
}

li.comment ul li {
  border-radius: 0;
  border-left: 1px solid #ddd;
}

.thread-alt li.comment {
  border-radius: 0;
  border-left: 1px solid #aaa;
}

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

.thread-alt {
  background-color: #ddd;
}

.thread-even {
  background-color: #fff;
}

.form-allowed-tags {
  background: #dedede;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 24px;
  padding: 1.5rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  color: #666;
  font-size: 16px;
  font-size: 1rem;
}
.sidebar p:last-child,
.sidebar ul {
  margin: 0;
}
.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  padding: 0;
  word-wrap: break-word;
}
.sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .search-form {
  width: 100%;
}
.sidebar .enews-widget {
  background: #2a2a2a;
  color: #aaa;
  padding: 30px;
  padding: 1.875rem;
}

/*
Portfolio
---------------------------------------------------------------------------------------------------- */
.entry-portfolio {
  margin: 0 0 40px;
  padding: 0;
}

.content .portfolio {
  background: #fff;
  float: left;
  margin: 0 2% 40px 0 !important;
  overflow: hidden;
  padding: 0;
  width: 23%;
}

.portfolio .post-image {
  margin: 0;
}
.portfolio .post-image:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.6;
}
.portfolio .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  margin: 0;
  padding: 15px 0;
}
.portfolio .entry-title a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
}
.portfolio p {
  font-size: 16px;
  font-size: 1rem;
}
.portfolio .more-link {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #2a2a2a;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 12px;
  margin: 20px 0 0;
  text-align: center;
  text-decoration: none;
  width: 110px;
}
.portfolio .entry-content {
  padding: 0 20px 0;
}
.portfolio .entry-footer {
  background: none;
  padding: 0;
}

.page-template-page_portfolio-php h1 {
  padding: 0;
}

.content .portfolio .more-link:hover {
  background: #555;
  color: #fff;
}

/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */
/* Embedded Gists */
.line-pre::before,
.line-pre::after,
.line::before,
.line::after {
  content: "";
}

.line-number,
.gist .line-data > .line-pre {
  line-height: 1.2;
}

.tagcloud a {
  background: #eee;
  float: left;
  padding: 3px 10px;
  margin: 0 2px 5px;
}

.tagcloud a:hover {
  background: #f5f5f5;
}

/* Content Align (Left & Right) */
.feature-left {
  float: left;
  margin: 0 2% 0 0;
  width: 48%;
}

.feature-right {
  float: right;
  width: 48%;
}

.feature-margin {
  margin-top: 80px;
}

/* Check List */
.check-list {
  list-style: none;
  margin: 0 0 30px;
}

.check-list li {
  background-image: url(images/checkmark.png);
  background-position: left;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
}

/* Responsive Videos */
.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-container iframe,
.video-container object,
.video-container embed {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Simple Social Icons */
.simple-social-icons {
  display: inline-block;
  float: right;
  margin: 9.6px 0px 0px;
  margin: 0.6rem 0rem 0rem;
}

.wpTextResize {
  display: inline-block;
  margin: 16px 16px 0px;
  margin: 1rem 1rem 0rem;
}
.wpTextResize .widgettitle {
  font-weight: 400;
  float: left;
  margin: 9.6px 8px 0px 0px;
  margin: 0.6rem 0.5rem 0rem 0rem;
  font-size: 10px;
  font-size: 1rem;
}
.wpTextResize .wpTextResizeControls {
  float: right;
  background: #007499 !important;
  height: 44px;
  line-height: 36px;
}
.wpTextResize .wpTextResizeControls a {
  color: #fff;
}

/* Genesis Slider
------------------------------------------------------------ */
#genesis-responsive-slider {
  background: none;
  border: none;
}
#genesis-responsive-slider .slide-excerpt {
  background: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
#genesis-responsive-slider .slide-excerpt-border {
  background: none;
  border: none;
}
#genesis-responsive-slider h4 {
  font-size: 35px;
  font-size: 3.5rem;
  color: #fff;
}

.woocommerce .sidebar, .woocommere-cart .sidebar, .woocommerce-page .sidebar, .woocommerce .woocommerce-tabs {
  display: none;
}

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: none !important;
  background-color: #fe7c00 !important;
  color: #fff !important;
  font-size: 11.25px !important;
  font-size: 1.125rem !important;
  line-height: 24px !important;
  padding: 16px 32px !important;
  padding: 1rem 2rem !important;
  font-weight: 400 !important;
  border: none !important;
  text-shadow: none !important;
}

.woocommerce-page .content {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-page ul li {
  list-style-type: none;
}

/** Memorial Search **/
.memorial-search-results-page .site-inner, .custom-memorial-directory .site-inner {
  background: url("images/aspen-branch.jpg") no-repeat;
  background-position: bottom right;
  background-size: 900px 641px;
}
.memorial-search-results-page .site-inner .entry, .custom-memorial-directory .site-inner .entry {
  background: none;
}

.memorial-search-results-page .archive-description {
  padding: 1rem 1.5rem 0;
}
.memorial-search-results-page .entry-title a, .memorial-search-results-page a {
  color: #09455a;
  font-size: 11.25px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625;
}
.memorial-search-results-page .entry-content {
  padding: 0;
}
.memorial-search-results-page .entry {
  margin: 0;
  padding: 0;
}
.memorial-search-results-page .memorial-search-form {
  padding: 0 1.5rem 2.5rem;
}
.memorial-search-results-page .archive-title {
  font-size: 2.25rem;
  font-weight: 400;
}

.custom-memorial-directory .memorial-search-form {
  padding: 0 0 2.5rem;
}
.custom-memorial-directory a {
  color: #09455a;
  font-weight: 300;
}

.memorial-search-form .button {
  margin: 0.5rem 0;
}
.memorial-search-form a {
  color: #fe7c00;
  font-weight: 500;
}

.custom-memorial-listing .prehead {
  padding: 0 20px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  clear: both;
  line-height: 1.4;
  text-align: center;
}
.footer-widgets .wrap {
  padding: 32px 0px 0px;
  padding: 2rem 0rem 0rem;
}
.footer-widgets .footer-widgets-1,
.footer-widgets .footer-widgets-2 {
  float: left;
  margin: 0 4.166666666% 0 0;
  width: 30.555555555%;
}
.footer-widgets .footer-widgets-3 {
  float: right;
  width: 30.555555555%;
}
.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
  color: #fff;
}
.footer-widgets .widget {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.footer-widgets .widgettitle {
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.footer-widgets li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}
.footer-widgets .search-form {
  width: 100%;
}
.footer-widgets .entry {
  background: none;
}
.footer-widgets .featured-content .entry-title {
  margin: 0 0 10px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  color: #09455a;
  text-align: center;
}
.site-footer .wrap {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
.site-footer a {
  color: #fe7c00;
  font-weight: 400;
}
.site-footer p {
  margin: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */
@media only screen and (max-width: 1139px) {
  .wrap,
.site-header {
    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,
.title-area {
    width: 300px;
  }
}
/* iPads (portrait)
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .content,
.content-sidebar-sidebar .content,
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-primary,
.sidebar-secondary,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.wrap {
    width: 100%;
  }

  .site-header,
.nav-primary .wrap,
.nav-secondary .wrap,
.slider .wrap,
.footer-widgets .wrap,
.feature .wrap,
.welcome-features .wrap,
.home-support .wrap,
.footer-about .wrap {
    width: 90%;
  }

  .title-area {
    padding: 16px 0;
    padding: 1rem 0;
  }

  .site-inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .site-inner {
    background: none;
  }

  .nav-primary {
    background-repeat: repeat-y;
  }

  .genesis-nav-menu .menu-item {
    display: inline-block;
    float: none;
  }

  .sidebar .widget.enews-widget {
    padding: 40px;
    padding: 2.5rem;
  }

  .wp-caption {
    width: 100% !important;
  }

  .footer-widgets .widget {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }

  #genesis-responsive-slider h4 {
    font-size: 30px;
    font-size: 3rem;
  }
}
/* iPad/Tablets (portrait and landscape)
--------------------------------------------- */
@media only screen and (max-width: 960px) {
  .feature-margin {
    margin: 0;
  }

  .title-area {
    width: 100%;
  }

  .site-header .widget-area {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    overflow: hidden;
  }

  .header-image .site-header .widget-area {
    padding: 0;
  }

  .header-image .site-title a {
    width: 100%;
    background-position: center !important;
  }

  .site-header .search-form {
    float: none;
    text-align: center;
    width: 80%;
  }

  .site-header .widget-area {
    text-align: center;
  }

  .site-header .search-form {
    margin: 16px auto;
    margin: 1rem auto;
  }

  .wpTextResize {
    display: none;
  }

  #genesis-responsive-slider h4 {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .home-support-image {
    display: none;
  }

  .home-support-text {
    width: 100%;
    text-align: center;
  }

  .footer-about-image {
    display: none;
  }

  .footer-about-text {
    width: 100%;
    text-align: center;
  }
}
/* iPhones (portrait and landscape)
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .site-header {
    margin: 0;
  }

  .title-area {
    margin: 0;
  }

  .site-header .widget-area {
    width: 100%;
  }

  .simple-social-icons {
    margin: 0 auto;
  }

  .header-phone {
    float: none;
    margin: 0 auto;
  }
  .header-phone .divider {
    display: none;
  }
  .header-phone .number {
    display: block;
  }

  .header-image .site-title a {
    background-size: 280px 64px;
  }

  .home-bottom-sidebar-1,
.home-bottom-sidebar-2,
.home-bottom-sidebar-3,
.home-bottom-sidebar-4,
.footer-widgets .footer-widgets-1,
.footer-widgets .footer-widgets-2,
.footer-widgets .footer-widgets-3,
.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 {
    margin: 0;
    width: 100%;
  }

  .feature-left,
.feature-right {
    width: 45%;
  }

  .home-feature-10,
.home-feature-12 {
    width: 48%;
  }

  .home-feature-11,
.home-feature-13 {
    float: right;
    margin: 0;
    width: 48%;
  }

  .home-feature-12 {
    clear: left;
  }

  .search-form {
    width: 80%;
  }

  .content .portfolio {
    width: 48%;
  }

  .content .portfolio .post-image {
    width: 100%;
  }

  .home-feature-10 img,
.home-feature-11 img,
.home-feature-12 img,
.home-feature-13 img {
    width: 100%;
  }

  .plan-col,
.plan-col-popular {
    float: none;
    margin: 0 auto 40px;
    width: 80%;
  }

  .simple-social-icons {
    float: none;
  }

  #genesis-responsive-slider h4 {
    font-size: 20px;
    font-size: 2rem;
  }

  #genesis-responsive-slider .slide-excerpt {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  .home .wrap {
    text-align: center;
  }

  .site-header .wrap {
    width: 90%;
  }

  .welcome-feature-1,
.welcome-feature-2,
.welcome-feature-3,
.home-feature-1,
.home-feature-2,
.home-feature-3,
.home-feature-4,
.home-feature-1,
.home-feature-2,
.home-feature-3,
.home-feature-4,
.home-feature-5,
.home-feature-6,
.home-feature-7,
.home-feature-8,
.home-feature-9,
.home-feature-10,
.home-feature-11,
.home-feature-12,
.home-feature-13,
.home-feature-14 {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .feature-left {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .feature-right {
    float: none;
    margin: 40px auto 0;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .site-header {
    width: 100%;
  }

  .content .portfolio {
    text-align: center;
    width: 100%;
  }

  .content .portfolio .post-image {
    width: 100%;
  }

  .content .portfolio .more-link {
    margin: 20px auto 0;
    padding: 6px;
    width: 60%;
  }
}
