/*
	Theme Name: Enterprise Pro Theme
	Theme URI: http://my.studiopress.com/themes/enterprise/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.1.1

	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

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

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Enterprise Pro Black
		- Enterprise Pro Green
		- Enterprise Pro Orange
		- Enterprise Pro Red
		- Enterprise Pro Teal
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/
/*
Imports
---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Icon';
  src: url("fonts/Icon.eot");
  src: url("fonts/Icon.eot?#iefix") format("embedded-opentype"), url("fonts/Icon.woff") format("woff"), url("fonts/Icon.ttf") format("truetype"), url("fonts/Icon.svg#Icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
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], template {
  display: none; }

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

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

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

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

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

b, strong {
  font-weight: 700; }

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: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .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
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table; }

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

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  background-color: #fff;
  color: #444444;
  font-family: "raleway", sans-serif;
  font-weight: 300;
  line-height: 1.625; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -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; }

input::-webkit-input-placeholder {
  color: #54616b; }

input:focus::-webkit-input-placeholder {
  color: #878787; }

/* Firefox < 19 */
input:-moz-placeholder {
  color: #54616b; }

input:focus:-moz-placeholder {
  color: #878787; }

/* Firefox > 19 */
input::-moz-placeholder {
  color: #54616b; }

input:focus::-moz-placeholder {
  color: #878787; }

/* Internet Explorer 10 */
input:-ms-input-placeholder {
  color: #54616b; }

input:focus:-ms-input-placeholder {
  color: #878787; }

::-moz-selection {
  background-color: #333;
  color: #fff; }

::selection {
  background-color: #333;
  color: #fff; }

a {
  color: #444444;
  text-decoration: none; }

.content a {
  color: #444444;
  text-decoration: underline; }

.home .content a,
.archive .content a {
  text-decoration: none; }

a:hover {
  color: #31b2ed; }

p {
  margin: 0 0 24px;
  padding: 0; }

strong {
  font-weight: 700; }

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

li {
  list-style-type: none; }

blockquote,
blockquote::before {
  color: #999; }

blockquote {
  margin: 40px; }

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

cite {
  font-style: normal; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a71b0;
  font-family: "raleway", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* Container
--------------------------------------------- */
.site-container {
  background-color: #f5f5f5; }

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

img {
  height: auto; }

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

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
  margin-bottom: 28px; }

.gallery-item {
  float: left;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.gallery .gallery-item img {
  border: none;
  height: auto; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 3px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  padding: 16px;
  width: 100%; }

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

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

::-moz-placeholder {
  color: #666;
  opacity: 1;
  font-weight: 400; }

::-webkit-input-placeholder {
  color: #666;
  font-weight: 400; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  padding: 16px 24px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center; }

button .button-orange,
input[type="button"] .button-orange,
input[type="reset"] .button-orange,
input[type="submit"] .button-orange,
input[type="submit"].wpcf7-form-control,
.form-submit input[type="submit"],
#subbutton input[type="submit"],
.button .button-orange,
.more-link .button-orange,
.home-main-feature-col3 .more-link,
.featured-background-1 .more-link,
.entry-content .more-link {
  background-color: #e5b14c;
  color: #fff; }

.home-bottom section:nth-child(1) .more-link {
  color: #1a71b0; }

.home-bottom section:nth-child(2) .more-link {
  color: #a89e90; }

.home-bottom section:nth-child(3) .more-link {
  color: #e5b14c; }

.home-bottom section:nth-child(1) .more-link,
.home-bottom section:nth-child(2) .more-link,
.home-bottom section:nth-child(3) .more-link {
  background-color: #fff; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.more-link:hover,
.home-top .more-link:hover,
.gfpe-more-link a:hover,
#subbutton input:hover[type="submit"],
.home-bottom section:nth-child(1) .more-link:hover,
.home-bottom section:nth-child(2) .more-link:hover,
.home-bottom section:nth-child(3) .more-link:hover {
  background-color: #a89e90 !important;
  color: #fff !important; }

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

.button {
  display: inline-block; }

.button-blue {
  color: #1a71b0;
  background-color: #fff;
  position: absolute;
  padding-left: 40px;
  padding-right: 40px;
  right: 0;
  bottom: 0; }

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

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

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

td,
th {
  text-align: left; }

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

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

@media (max-width: 980px) {
  table.committee {
    width: 100%; } }

@media (max-width: 980px) {
  table.committee thead {
    display: none; } }

@media (max-width: 980px) {
  table.rememberance tbody td,
  table.committee tbody td {
    display: block;
    text-align: center; } }

@media (max-width: 980px) {
  table.committee tr td:first-child {
    background: #f0f0f0;
    font-weight: bold;
    font-size: 1.3em; } }

@media (max-width: 980px) {
  table.committee td {
    border-top: none; } }

table.rememberance td {
  padding: 8px; }

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1140px; }
  @media (max-width: 1139px) {
    .wrap {
      max-width: 1010px; } }
  @media (max-width: 1023px) {
    .wrap {
      max-width: 960px; } }
  @media (max-width: 980px) {
    .wrap {
      padding-left: 5%;
      padding-right: 5%; } }

.enterprise-pro-landing .wrap {
  max-width: 800px; }

.site-inner {
  background-color: #f5f5f5;
  clear: both;
  padding-top: 40px; }

/* 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; }
  @media (max-width: 1139px) {
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
      width: 740px; } }

.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; }
  @media (max-width: 1139px) {
    .content {
      width: 620px; } }

.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; }
  @media (max-width: 1139px) {
    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
      width: 400px; } }

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

.home .content {
  margin-bottom: 80px; }

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

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

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

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

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

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

@media (max-width: 980px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%; } }
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  float: left; }

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

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

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

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin-top: 30px; }

.archive-description,
.author-box {
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 1px #ececec;
  margin-bottom: 40px;
  padding: 40px; }

.author-box-title {
  color: #333;
  font-family: "raleway", sans-serif;
  font-size: 16px;
  margin-bottom: 4px; }

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

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

.site-header .search-form {
  float: right;
  margin-top: 8px; }

.entry-content .search-form,
.site-header .search-form {
  width: 35%; }
  @media (max-width: 1139px) {
    .entry-content .search-form,
    .site-header .search-form {
      width: 50%; } }

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

/* Titles
--------------------------------------------- */
.archive-title {
  font-size: 20px; }

.entry-title {
  font-size: 30px;
  margin: 0; }

.entry-title a,
.sidebar .widget-title a {
  color: #1a71b0; }

.entry-title a:hover,
.sidebar .widget-title a:hover {
  color: #31b2ed; }

.widget-title,
.footer-widgets .featured-content .widget-title,
.home-bottom .focus {
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  text-align: center;
  text-transform: uppercase; }

.home-bottom .focus {
  color: #a89e90; }

.home-bottom .widget-title,
.home-under-bottom .widget-title,
.sidebar .widget-title {
  margin: -40px -40px 0;
  padding: 30px 40px; }

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

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

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

a.alignnone {
  display: inline-block; }

a.aligncenter img {
  display: block;
  margin: 0 auto; }

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

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

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

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

.wp-caption-text {
  font-weight: 700;
  text-align: center; }

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

.gallery-caption {
  margin: 0 0 10px; }

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
  margin-bottom: 40px; }
  .widget li {
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px; }
  .widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0; }
  .widget ul > li:last-child,
  .widget p:last-child {
    margin-bottom: 0; }

.home .content .widget li {
  border-bottom: 1px solid #f3f3f3; }

.widget_calendar table {
  width: 100%; }

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

/* Featured Content
--------------------------------------------- */
.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.home-under-bottom .widget.featured-content,
.sidebar .widget.featured-content {
  border-bottom-width: 0;
  padding: 0; }

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
  margin: 0;
  padding: 30px 0 20px 0; }

.featured-content .entry {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0; }

.home-main-feature-col3.featured-content .entry {
  border-bottom: none; }

.featured-content .entry-header {
  border-bottom: 1px solid #ececec;
  margin: 0;
  padding: 8px 0; }

.home-bottom .featured-content .entry-header {
  border-bottom: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px; }

.home-bottom .wrap section:nth-child(1),
.home-bottom .wrap section:nth-child(2),
.home-bottom .wrap section:nth-child(3) {
  padding-bottom: 40px; }

.home-bottom .wrap section:nth-child(2) {
  min-height: 394px; }
  @media (max-width: 1139px) {
    .home-bottom .wrap section:nth-child(2) {
      min-height: 420px; } }
  @media (max-width: 980px) {
    .home-bottom .wrap section:nth-child(2) {
      min-height: 0; } }

@media (max-width: 980px) {
  .home-bottom .wrap section:nth-child(2) li {
    text-align: center; } }

.home-bottom section:nth-child(3) {
  font: 4em; }

.featured-background-1 section.featured-content .entry-header,
.featured-background-1 section.featured-content .entry {
  border-bottom: none;
  padding-bottom: 0; }

.featured-background-1 section.featured-content .entry-title a {
  font-size: 2.5em;
  color: #fff;
  text-transform: uppercase; }
  @media (max-width: 980px) {
    .featured-background-1 section.featured-content .entry-title a {
      font-size: 1.7em; } }

.featured-background-1 section.featured-content .entry-content {
  font-size: 20px;
  color: #fff;
  padding-top: 0; }

.featured-background-1 section {
  position: absolute;
  top: 40%; }
  @media (max-width: 980px) {
    .featured-background-1 section {
      padding-left: 40px;
      padding-right: 40px; } }

.featured-background-1 section .gfpe-more-link {
  text-align: right; }

.featured-content .entry-title {
  font-size: 16px;
  margin: 0; }

.home-main-feature-col3 section.featured-content .entry-header {
  border-bottom: none;
  padding: 10px 0 0 0; }

.home-main-feature-col3 section.featured-content .entry-title {
  font-size: 16px;
  margin: 0;
  padding-top: 9px; }

.home-main-feature-col3 section.featured-content .entry-title a {
  color: #444444; }

.home-main-feature-col3 section.featured-content .entry-content {
  padding: 10px 0 0 0; }

.home-main-feature-col3 section .widget-title {
  margin-top: 10px;
  color: #e5b14c; }

.home-main-feature-col3 section.featured-content .more-link-container,
.home-bottom section:nth-child(1).featured-content .more-link-container,
.home-bottom section:nth-child(2).featured-content .more-link-container,
.home-bottom section:nth-child(3).featured-content .more-link-container {
  text-align: center; }

.home-bottom section:nth-child(1).featured-content .entry-content,
.home-bottom section:nth-child(2).featured-content .entry-content,
.home-bottom section:nth-child(3).featured-content .entry-content {
  padding: 10px 0 0 0; }

.home-main-feature-col1 .widget-title,
.home-main-feature-col2 .widget-title,
.home-main-feature-col3 .widget-title {
  border-bottom: 1px solid #ececec; }

.home-main-feature-col1 .widget-title {
  color: #1a71b0; }

.home-main-feature-col2 .widget-title {
  color: #a89e90; }

@media (max-width: 1139px) {
  .site-header .widget-title {
    margin: 0;
    padding: 0;
    text-align: right; } }
@media (max-width: 1023px) {
  .site-header .widget-title {
    text-align: center; } }

.featured-content .alignnone {
  background: #f8f8f8;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0; }

.featured-content img {
  margin-bottom: -7px; }

.featured-content .more-link {
  display: inline-block;
  margin-top: 20px; }

.featured-content .more-from-category,
.featured-content ul {
  border-bottom: 1px solid #ececec;
  margin: 0;
  padding: 40px; }

.home-under-bottom-full-width {
  background: #a89e90;
  padding: 40px;
  margin-bottom: 80px; }

.home-under-bottom-full-width h4 {
  color: #fff;
  border: none; }

.home-bottom h4,
.home-bottom h2 a {
  color: #fff; }

.footer-widgets .featured-content .alignnone {
  margin-bottom: 24px; }

.footer-widgets .featured-content .entry {
  background: none;
  border: none;
  margin-bottom: 30px; }

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
  border: none;
  padding: 0 0 10px; }

.footer-widgets .featured-content .entry-content {
  padding: 0; }

.featured-background-1,
.featured-background-2 {
  position: relative;
  min-height: 493px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
  @media (max-width: 1023px) {
    .featured-background-1,
    .featured-background-2 {
      background-position: 65% 0; } }
  @media (max-width: 980px) {
    .featured-background-1,
    .featured-background-2 {
      background-position: 80% 0; } }

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Event List
--------------------------------------------- */
.event-list .start-date, .event-list .end-date {
  font-size: 13px; }

.event-title h3 {
  font-size: 1em; }

.page-id-601 .entry-content .event-title h3 {
  font-size: 1.5em; }

.page-id-601 .entry-content .event-title a {
  color: #1a71b0; }

.page-id-601 .entry-content .event-title a:hover {
  color: #31b2ed; }

.event-location {
  font-size: .85em; }

.event-list .event-details {
  font-size: 1em; }

.page-id-601 .entry-content .event {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 80px !important; }

.page-id-601 .entry-content .event:last-child {
  margin-bottom: 0 !important; }

.page-id-601 .entry-content .event-list .event-date {
  float: none !important;
  margin: 0; }

.page-id-601 .entry-content .event-list .start-date {
  float: none !important;
  padding-top: 20px;
  padding-bottom: 20px; }

.page-id-601 .entry-content .event-list .single-day {
  margin-left: 0 !important;
  margin-top: 24px; }

.page-id-601 .entry-content .event-list .event .event-weekday,
.page-id-601 .entry-content .event-list .event .event-day,
.page-id-601 .entry-content .event-list .event .event-month,
.page-id-601 .entry-content .event-list .event .event-year {
  font-size: .85em;
  display: inline !important;
  padding-right: 6px;
  font-size: 1em; }

.page-id-601 .entry-content .event-list .event-details {
  padding-top: 20px !important; }

.page-id-601 .entry-content .event-list .event-location {
  font-size: 1em !important; }

.page-id-601 .entry-content .event-list .start-date, .event-list .end-date {
  width: 100% !important; }

.page-id-601 .entry-content .event-title,
.page-id-601 .entry-content .event-time,
.page-id-601 .entry-content .event-details {
  padding-left: 10px;
  padding-right: 10px; }

.page-id-601 .entry-content span {
  display: block;
  padding-left: 10px; }

.event-list h2 {
  display: none; }

.wp-admin #event-filer #the-list .details .column-details > img {
  max-width: 50px !important;
  max-height: 50px !important; }

li.event {
  margin: 0 !important; }

.entry-content .event-list ul > li {
  list-style-type: none; }

/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
  margin-bottom: 16px; }

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
  background-color: #e5b14c;
  color: #fff; }

.enews form + p {
  margin-top: 24px; }

/* Genesis Responsive Slider
--------------------------------------------- */
.home-top .genesis_responsive_slider {
  margin: 0; }

.site-container #genesis-responsive-slider {
  border-width: 0;
  padding: 0; }

.site-container #genesis-responsive-slider .flex-control-nav {
  margin-top: -40px; }

.site-container #genesis-responsive-slider .more-link {
  float: none;
  text-align: center; }

.site-container #genesis-responsive-slider li {
  border-width: 0;
  margin: 0;
  padding: 0;
  text-indent: 0; }

/* 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;
  padding: 16px; }

div.gform_wrapper .ginput_complex label {
  padding: 0; }

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

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

/* Meta Slider
--------------------------------------------- */
@media (max-width: 980px) {
  .metaslider {
    width: 80%;
    margin: 0 auto; } }

.metaslider .caption-wrap {
  position: absolute;
  top: 20% !important;
  left: 30% !important;
  background: none !important;
  opacity: 1 !important;
  text-align: right;
  background: none !important;
  opacity: 1 !important;
  text-align: right; }

#metaslider_widget-6 {
  position: relative; }

.metaslider .slides li,
.metaslider {
  position: static !important; }

/* Photo Gallery
--------------------------------------------- */
@media (max-width: 980px) {
  #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun2_0,
  #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0 {
    height: 100px !important;
    width: 100px !important; } }

@media (max-width: 980px) {
  .bwg_standart_thumb_spun2_0 .bwg_img_custom {
    margin-left: -50% !important;
    margin-top: -50% !important; } }

/* Simple Share Buttons Adder
--------------------------------------------- */
.ssba, .ssba a {
  margin-bottom: 20px; }

/* Name Directory
--------------------------------------------- */
.name_directory_total {
  display: none !important; }

#name-directory-search-input-box {
  margin-bottom: 10px; }

#name-directory-search-input-button {
  background: #7a96a7 !important;
  color: #fff;
  margin-bottom: 40px !important; }

@media (max-width: 980px) {
  .name_directory_column.name_directory_nr3,
  .name_directory_column.name_directory_nr2 {
    float: none !important;
    width: 100% !important; } }

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #1a71b0;
  min-height: 150px; }

.site-header .wrap {
  padding: 40px 0; }

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

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

.site-title {
  font-family: "raleway", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2; }

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

.header-image .site-title > a {
  background-position: top !important;
  float: left;
  min-height: 117px;
  width: 100%; }

.site-description {
  color: #aaa;
  font-family: "raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase; }

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

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

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 960px;
  color: #fff;
  margin-top: 26px; }
  @media (max-width: 1139px) {
    .site-header .widget-area {
      margin-top: 0;
      width: 600px; } }

.site-header .widget-area .widget {
  margin-bottom: 0; }

.site-header .genesis-nav-menu li {
  border: none;
  margin: 0;
  padding: 0; }

.site-header .widget-area #search-2 h4 {
  float: left;
  font-size: 40px;
  color: #fff;
  margin-top: 7px;
  margin-left: 24px;
  text-transform: none;
  border: none; }
  @media (max-width: 1139px) {
    .site-header .widget-area #search-2 h4 {
      float: none;
      font-size: 24px;
      margin-left: 0; } }

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-family: "raleway", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  text-transform: uppercase; }

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

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

.genesis-nav-menu a {
  display: block;
  padding: 20px 24px; }

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

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  background-color: #062945;
  font-size: 12px;
  padding: 16px 24px;
  position: relative;
  width: 240px; }

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

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

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

.genesis-nav-menu > .right {
  float: right;
  list-style-type: none;
  padding: 0; }

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
  display: inline-block;
  padding: 20px 24px; }

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

.genesis-nav-menu > .search input {
  font-size: 12px;
  padding: 12px 20px; }

/* Site Header Navigation
--------------------------------------------- */
.site-header .widget_nav_menu {
  color: #333; }

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

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

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

.nav-primary .sub-menu {
  border-color: #222; }

.nav-primary .sub-menu a {
  background-color: #062945;
  border-color: #222;
  color: #fff; }

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 20px; }

.nav-secondary .genesis-nav-menu a {
  padding: 6px 20px; }

.site-footer .nav-secondary .genesis-nav-menu a {
  color: #aaa; }

.nav-secondary .genesis-nav-menu a:hover {
  color: #31b2ed; }

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  cursor: pointer;
  display: none; }

.responsive-menu-icon::before {
  content: "\f333";
  display: block;
  font: normal 20px/1 'dashicons';
  margin: 0 auto;
  padding: 10px;
  text-align: center; }

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

@media (max-width: 1139px) {
  .genesis-nav-menu.responsive-menu,
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: none; }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block; }

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

  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover {
    background: none;
    border: none;
    display: block;
    line-height: 1;
    padding: 16px 20px;
    text-transform: none; }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer; }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px; }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 16px/1 'dashicons';
    height: 16px;
    padding: 15px 20px;
    right: 0;
    text-align: right;
    z-index: 9999; }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343"; }

  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99; }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    padding: 12px 20px;
    position: relative;
    text-transform: none;
    width: 100%; }

  .nav-primary .genesis-nav-menu.responsive-menu {
    padding-bottom: 16px; }

  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.07); }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 25px; } }
/* ## Top of Page Icon - jQuery
--------------------------------------------- */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(26, 113, 176, 0.8) url(./images/back-to-top.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Home Page
--------------------------------------------- */
.home-top {
  border-top: 1px solid #ececec; }

.home-top .widget:first-child h4 {
  padding-top: 20px; }

.home-top .entry {
  background: none; }

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
  margin-bottom: 0; }

.home-top a.alignleft,
.home-top a.alignright {
  width: 66%; }

.home-top .featured-content,
.home-top .featured-content .entry {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.home-top .featured-content .entry-header {
  border: none;
  padding: 10% 40px 0; }

.home-top .featured-content .entry-title {
  font-size: 30px; }

.home-top .featured-content .entry-content {
  padding: 0 40px; }

.home-top .more-link {
  display: table;
  text-align: center; }

.home-bottom .widget,
.home-under-bottom .widget,
.home-main-feature-col1,
.home-main-feature-col2,
.home-main-feature-col3 {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ececec;
  box-shadow: 0 1px #ececec;
  float: left;
  margin-left: 2.564102564102564%;
  padding-top: 40px;
  padding-bottom: 0;
  width: 31.623931623931625%; }
  @media (max-width: 980px) {
    .home-bottom .widget,
    .home-under-bottom .widget,
    .home-main-feature-col1,
    .home-main-feature-col2,
    .home-main-feature-col3 {
      margin: 0 0 40px;
      width: 100%; } }

.home-bottom .widget,
.home-under-bottom .widget {
  border: none;
  box-shadow: none; }

.home-bottom .widget:first-child {
  background-color: #1a71b0;
  color: #fff; }

.home-bottom .widget:nth-child(2) {
  background-color: #a89e90;
  color: #fff; }

.home-bottom .widget:nth-child(3) {
  background-color: #e5b14c;
  color: #fff; }

.home-main-feature-col1,
.home-main-feature-col2,
.home-main-feature-col3,
.home-bottom .wrap section:nth-child(1),
.home-bottom .wrap section:nth-child(2),
.home-bottom .wrap section:nth-child(3) {
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 980px) {
    .home-main-feature-col1,
    .home-main-feature-col2,
    .home-main-feature-col3,
    .home-bottom .wrap section:nth-child(1),
    .home-bottom .wrap section:nth-child(2),
    .home-bottom .wrap section:nth-child(3) {
      padding-left: 20px;
      padding-right: 20px; } }

.home-main-feature-col1,
.home-main-feature-col2,
.home-main-feature-col3 {
  padding-top: 100px; }

.home-bottom .widget:nth-child(3n+1),
.home-under-bottom .widget:nth-child(3n+1),
.home-main-feature-col1 {
  clear: both;
  margin-left: 0; }

.home-main-feature-col1,
.home-main-feature-col2,
.home-main-feature-col3 {
  position: relative; }

@media (max-width: 980px) {
  .home-main-feature-col2,
  .home-main-feature-col3 {
    margin-top: 60px; } }
@media (max-width: 980px) {
  .home-main-feature-col1 {
    margin-top: 40px; } }
.home-main-feature-col1 img,
.home-main-feature-col2 img,
.home-main-feature-col3 img {
  border-radius: 50%;
  position: absolute;
  margin-left: -110px;
  left: 50%;
  border: 10px solid;
  z-index: 1;
  top: -118px; }

.js .animate-circles {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  opacity: 0; }
  @media (max-width: 980px) {
    .js .animate-circles {
      opacity: 1; } }

.animate-circles-across {
  -webkit-animation-name: slide;
  -moz-animation-name: slide;
  animation-name: slide;
  opacity: 1 !important; }
  @media (max-width: 980px) {
    .animate-circles-across {
      -webkit-animation-name: none;
      -moz-animation-name: none;
      animation-name: none; } }

.home-main-feature-col3 img {
  top: -119px; }

.home-main-feature-col1 img {
  border-color: #1a71b0; }

.home-main-feature-col2 img {
  border-color: #a89e90; }

.home-main-feature-col3 img {
  border-color: #e5b14c; }

/*	Keyframes
------------------------------------------ */
@-webkit-keyframes slide {
  0% {
    margin-left: -800px;
    opacity: 0; }
  50% {
    margin-left: 80%;
    opacity: 0.5; }
  100% {
    margin-left: -70px;
    opacity: 1; } }
@-moz-keyframes slide {
  0% {
    margin-left: -800px;
    opacity: 0; }
  50% {
    margin-left: 80%;
    opacity: 0.5; }
  100% {
    margin-left: -70px;
    opacity: 1; } }
@keyframes slide {
  0% {
    margin-left: -800px;
    opacity: 0; }
  50% {
    margin-left: 80%;
    opacity: 0.5; }
  100% {
    margin-left: -70px;
    opacity: 1; } }
/* Fadeup Effect
---------------------------------------- */
.js .fadeup-effect {
  opacity: 0;
  overflow: hidden;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  box-shadow: 0 1px #ececec;
  padding: 40px;
  margin-bottom: 40px; }

@media (max-width: 980px) {
  .page-id-601 .entry {
    padding-left: 20px;
    padding-right: 20px; } }

.entry-header {
  border-bottom: 1px solid #ececec;
  margin: -40px -40px 40px;
  padding: 40px; }

.page-id-601 .entry-header {
  margin-bottom: 0; }

.entry-content ol,
.entry-content p,
.entry-content ul {
  margin-bottom: 26px; }

.entry-content ol,
.entry-content ul {
  margin-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 0; }

.entry-meta a {
  font-weight: 700; }

.entry-header .entry-meta {
  margin: 10px 0 0; }

.entry-footer {
  margin-top: 22px; }

.entry-footer .entry-meta {
  border-top: 1px solid #ececec;
  margin: 0 -40px;
  padding: 40px 40px 0; }

.entry-tags {
  float: right; }

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

/* After Entry
--------------------------------------------- */
.after-entry {
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 1px #ececec;
  margin-bottom: 40px; }

.after-entry .widget {
  margin: 0;
  padding: 40px; }

.after-entry .widget-title {
  border-top: 1px solid #ececec;
  margin: -40px -40px 30px;
  padding: 30px 40px; }

.after-entry .widget:first-child .widget-title {
  border-top: 0; }

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
  border-bottom: none; }

.after-entry .featured-content .more-from-category {
  padding: 20px 40px; }

.after-entry li {
  list-style-type: none; }

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

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

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 1px #ececec;
  color: #333;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px; }

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

.entry-pagination.pagination {
  margin: 0 0 10px; }

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 1px #ececec;
  margin-bottom: 40px; }

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

.comment-respond h3 {
  border-bottom: 1px solid #ececec;
  margin: -40px -40px 40px;
  padding: 30px 40px; }

.entry-comments {
  border-bottom-width: 0; }

.entry-comments h3,
.entry-pings h3 {
  border-bottom: 1px solid #ececec;
  margin: 0;
  padding: 30px 40px; }

.comment-list li.depth-1 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 40px; }

.comment-content {
  clear: both; }

.comment-list li {
  padding: 40px 40px 0; }

.comment-list li li {
  padding-right: 0; }

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

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

.entry-comments .comment-author,
.entry-comments .comment-author a {
  color: #333;
  font-family: "raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 0; }

.comment-meta,
.comment-meta a {
  color: #aaa;
  font-size: 14px; }

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
  color: #31b2ed; }

.ping-list li {
  padding: 40px 40px 16px; }

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

.comment-reply-link {
  font-family: "raleway", sans-serif;
  font-weight: 700; }

.form-allowed-tags {
  background-color: #f5f5f5;
  padding: 24px; }

/* About Page
--------------------------------------------- */
.objectives {
  padding: 30px;
  border-radius: 5px;
  color: white;
  margin-top: 40px;
  min-height: 197px; }
  @media (max-width: 980px) {
    .objectives {
      min-height: 0; } }

.objective-one {
  background-color: #e5b14c; }

.objective-two {
  background-color: #062945; }

.objective-three {
  background-color: #a89e90; }

.objective-four {
  background-color: #1a71b0; }

/* Featured Image
--------------------------------------------- */
.entry-image-link .size-full {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 23px; }

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar .widget {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  box-shadow: 0 1px #ececec;
  padding: 40px; }

.sidebar section:nth-child(1) {
  background-color: #1a71b0;
  border: none;
  box-shadow: none; }

.sidebar section:nth-child(1),
.sidebar section:nth-child(1) h4,
.sidebar section:nth-child(1) h3,
.sidebar section:nth-child(1) a,
.sidebar section:nth-child(2),
.sidebar section:nth-child(2) h4,
.sidebar section:nth-child(2) h3,
.sidebar section:nth-child(2) a {
  color: #fff; }

.sidebar section:nth-child(2) {
  background-color: #a89e90;
  border: none;
  box-shadow: none; }

.sidebar .event-list li {
  border-bottom: 1px solid #fff; }

.sidebar .event-list .start-date,
.sidebar .event-list .end-date {
  background-color: #fff;
  color: #444444; }

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #43697F;
  clear: both;
  padding-top: 40px; }

.footer-widgets,
.footer-widgets h4 {
  color: #fff; }

.footer-widgets li {
  border-bottom: 1px dotted #ececec;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 340px; }
  @media (max-width: 1139px) {
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
      width: 300px; } }
  @media (max-width: 980px) {
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
      width: 100%; } }

.footer-widgets-1 {
  margin-right: 60px; }
  @media (max-width: 1139px) {
    .footer-widgets-1 {
      margin-right: 30px; } }
  @media (max-width: 1023px) {
    .footer-widgets-1 {
      margin-right: 0; } }
  @media (max-width: 980px) {
    .footer-widgets-1 {
      text-align: center; } }

.footer-widgets-1,
.footer-widgets-2 {
  float: left; }

.footer-widgets-3 {
  float: right; }

.email-signup {
  width: 100%;
  background-color: #e5b14c;
  color: #fff; }

@media (max-width: 980px) {
  .footer-widgets-3 form {
    max-width: 300px;
    margin: 0px auto; } }
.footer-widgets a {
  color: #fff; }

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #43697F;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase; }

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

.site-footer a:hover {
  color: #31b2ed; }

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

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */
/* Enterprise Pro Black
--------------------------------------------- */
.enterprise-pro-black .comment-meta a,
.enterprise-pro-black .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-black .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-black .genesis-nav-menu a:hover,
.enterprise-pro-black .site-footer a,
.enterprise-pro-black a:hover {
  color: #aaa; }

.enterprise-pro-black .comment-meta a:hover,
.enterprise-pro-black .entry-comments .comment-author a,
.enterprise-pro-black .entry-title a,
.enterprise-pro-black .genesis-nav-menu a,
.enterprise-pro-black .sidebar .widget-title a,
.enterprise-pro-black .site-footer a:hover,
.enterprise-pro-black .site-title a,
.enterprise-pro-black .site-title a:hover,
.enterprise-pro-black a {
  color: #333; }

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

.enterprise-pro-black .archive-pagination .active a,
.enterprise-pro-black .archive-pagination li a:hover,
.enterprise-pro-black .button,
.enterprise-pro-black .home-top .more-link,
.enterprise-pro-black button,
.enterprise-pro-black input[type="button"],
.enterprise-pro-black input[type="reset"],
.enterprise-pro-black input[type="submit"] {
  background-color: #333;
  color: #fff; }

.enterprise-pro-black .button:hover,
.enterprise-pro-black .home-top .more-link:hover,
.enterprise-pro-black button:hover,
.enterprise-pro-black input:hover[type="button"],
.enterprise-pro-black input:hover[type="reset"],
.enterprise-pro-black input:hover[type="submit"] {
  background-color: #aaa;
  color: #fff; }

/* Enterprise Pro Green
--------------------------------------------- */
.enterprise-pro-green .comment-meta a:hover,
.enterprise-pro-green .entry-comments .comment-author a:hover,
.enterprise-pro-green .entry-title a:hover,
.enterprise-pro-green .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-green .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-green .genesis-nav-menu a:hover,
.enterprise-pro-green .site-footer a:hover,
.enterprise-pro-green .site-title a,
.enterprise-pro-green .site-title a:hover,
.enterprise-pro-green a {
  color: #2bc876; }

.enterprise-pro-green .comment-meta a,
.enterprise-pro-green .site-footer a {
  color: #aaa; }

.enterprise-pro-green .entry-comments .comment-author a,
.enterprise-pro-green .entry-title a,
.enterprise-pro-green .genesis-nav-menu a,
.enterprise-pro-green .sidebar .widget-title a,
.enterprise-pro-green a:hover {
  color: #333; }

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

.enterprise-pro-green .archive-pagination .active a,
.enterprise-pro-green .archive-pagination li a:hover,
.enterprise-pro-green .button,
.enterprise-pro-green .home-top .more-link,
.enterprise-pro-green button,
.enterprise-pro-green input[type="button"],
.enterprise-pro-green input[type="reset"],
.enterprise-pro-green input[type="submit"] {
  background-color: #2bc876;
  color: #fff; }

.enterprise-pro-green .button:hover,
.enterprise-pro-green .home-top .more-link:hover,
.enterprise-pro-green button:hover,
.enterprise-pro-green input:hover[type="button"],
.enterprise-pro-green input:hover[type="reset"],
.enterprise-pro-green input:hover[type="submit"] {
  background-color: #333;
  color: #fff; }

/* Enterprise Pro Orange
--------------------------------------------- */
.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .entry-title a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange a {
  color: #ff6f00; }

.enterprise-pro-orange .comment-meta a,
.enterprise-pro-orange .site-footer a {
  color: #aaa; }

.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .entry-title a,
.enterprise-pro-orange .genesis-nav-menu a,
.enterprise-pro-orange .sidebar .widget-title a,
.enterprise-pro-orange a:hover {
  color: #333; }

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

.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .button,
.enterprise-pro-orange .home-top .more-link,
.enterprise-pro-orange button,
.enterprise-pro-orange input[type="button"],
.enterprise-pro-orange input[type="reset"],
.enterprise-pro-orange input[type="submit"] {
  background-color: #ff6f00;
  color: #fff; }

.enterprise-pro-orange .button:hover,
.enterprise-pro-orange .home-top .more-link:hover,
.enterprise-pro-orange button:hover,
.enterprise-pro-orange input:hover[type="button"],
.enterprise-pro-orange input:hover[type="reset"],
.enterprise-pro-orange input:hover[type="submit"] {
  background-color: #333;
  color: #fff; }

/* Enterprise Pro Red
--------------------------------------------- */
.enterprise-pro-red .comment-meta a:hover,
.enterprise-pro-red .entry-comments .comment-author a:hover,
.enterprise-pro-red .entry-title a:hover,
.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-red .genesis-nav-menu a:hover,
.enterprise-pro-red .site-footer a:hover,
.enterprise-pro-red .site-title a,
.enterprise-pro-red .site-title a:hover,
.enterprise-pro-red a {
  color: #ff473a; }

.enterprise-pro-red .comment-meta a,
.enterprise-pro-red .site-footer a {
  color: #aaa; }

.enterprise-pro-red .entry-comments .comment-author a,
.enterprise-pro-red .entry-title a,
.enterprise-pro-red .genesis-nav-menu a,
.enterprise-pro-red .sidebar .widget-title a,
.enterprise-pro-red a:hover {
  color: #333; }

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

.enterprise-pro-red .archive-pagination .active a,
.enterprise-pro-red .archive-pagination li a:hover,
.enterprise-pro-red .button,
.enterprise-pro-red .home-top .more-link,
.enterprise-pro-red button,
.enterprise-pro-red input[type="button"],
.enterprise-pro-red input[type="reset"],
.enterprise-pro-red input[type="submit"] {
  background-color: #ff473a;
  color: #fff; }

.enterprise-pro-red .button:hover,
.enterprise-pro-red .home-top .more-link:hover,
.enterprise-pro-red button:hover,
.enterprise-pro-red input:hover[type="button"],
.enterprise-pro-red input:hover[type="reset"],
.enterprise-pro-red input:hover[type="submit"] {
  background-color: #333;
  color: #fff; }

/* Enterprise Pro Teal
--------------------------------------------- */
.enterprise-pro-teal .comment-meta a:hover,
.enterprise-pro-teal .entry-comments .comment-author a:hover,
.enterprise-pro-teal .entry-title a:hover,
.enterprise-pro-teal .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-teal .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-teal .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-teal .genesis-nav-menu a:hover,
.enterprise-pro-teal .site-footer a:hover,
.enterprise-pro-teal .site-title a,
.enterprise-pro-teal .site-title a:hover,
.enterprise-pro-teal a {
  color: #34bfba; }

.enterprise-pro-teal .comment-meta a,
.enterprise-pro-teal .site-footer a {
  color: #aaa; }

.enterprise-pro-teal .entry-comments .comment-author a,
.enterprise-pro-teal .entry-title a,
.enterprise-pro-teal .genesis-nav-menu a,
.enterprise-pro-teal .sidebar .widget-title a,
.enterprise-pro-teal a:hover {
  color: #333; }

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

.enterprise-pro-teal .archive-pagination .active a,
.enterprise-pro-teal .archive-pagination li a:hover,
.enterprise-pro-teal .button,
.enterprise-pro-teal .home-top .more-link,
.enterprise-pro-teal button,
.enterprise-pro-teal input[type="button"],
.enterprise-pro-teal input[type="reset"],
.enterprise-pro-teal input[type="submit"] {
  background-color: #34bfba;
  color: #fff; }

.enterprise-pro-teal .button:hover,
.enterprise-pro-teal .home-top .more-link:hover,
.enterprise-pro-teal button:hover,
.enterprise-pro-teal input:hover[type="button"],
.enterprise-pro-teal input:hover[type="reset"],
.enterprise-pro-teal input:hover[type="submit"] {
  background-color: #333;
  color: #fff; }

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .home-top .wrap {
    max-width: 750px; }

  .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,
  .site-header .widget-area,
  .title-area {
    width: 100%; }

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

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none; }

  .genesis-nav-menu,
  .site-description,
  .site-header .search-form,
  .site-header .title-area,
  .site-header .widget-area,
  .site-title {
    text-align: center; }

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

  .genesis-nav-menu li.right {
    display: none; }

  .featured-content .alignnone {
    display: block;
    text-align: center; }

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

  .home-top .featured-content .entry-header {
    clear: both;
    padding: 40px 40px 0; }

  .home-top .featured-content .entry-content {
    padding: 0 40px 40px; } }
@media only screen and (max-width: 980px) {
  .archive-pagination li a {
    margin-bottom: 4px; }

  .home-top .more-link {
    display: block; }

  .header-image .site-title a {
    background-size: contain !important; } }

/*# sourceMappingURL=style.css.map */
