/* #
	Theme Name: Utility Pro
	Description: No-nonsense, functional child theme created for the Genesis Framework.
	Author: Carrie Dils
	Author URI: http://www.carriedils.com/
	Version: 1.3.1
	Tags: black, purple, green, blue, red, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, rtl-language-support, translation-ready
	Template: genesis
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
	Text Domain: utility-pro
*/
/* # Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Theme Colors
		- Purple
		- Green
		- Red
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Sidebar
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Media Gallery
		- Genesis
	- Widgets
		- Utility Bar
		- Home Welcome
		- Home Gallery
		- Call to Action
		- Featured Page and Featured Post
		- Footer Widgets
	- Plugins
		- Better Font Awesome
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Mobile Menu Toggle
		- Header Navigation
		- Primary & Secondary Navigation
	- Content Area
		- Titles
		- Entries
		- Featured Image
		- Pagination
		- Comments
	- Sidebars
	- Site Footer
	- Accessibility Extras
	- Print Media Query
*/
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* Resets
---------------------------------------------------------------------------------------------------- */
/*
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;
  font-size: 14px;
}

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

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

[hidden], template {
  display: none;
}

html {
  font-family: 'Montserrat', 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-footer: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-footer:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # Variables
---------------------------------------------------------------------------------------------------- */
/* # Theme Colors
---------------------------------------------------------------------------------------------------- */
/* ##
Color Options
If you've chosen your favorite color scheme, you can delete the others
---------------------------------------------------------------------------------------------------- */
/* ## Purple
--------------------------------------------- */
.utility-pro-purple .home-gallery .fa,
.utility-pro-purple a,
.utility-pro-purple .entry-content a {
  color: #339;
}

.utility-pro-purple .sticky.entry {
  border-top-color: #339;
}

.utility-pro-purple .call-to-action-bar .button,
.utility-pro-purple .button,
.utility-pro-purple .entry-content .button,
.utility-pro-purple input[type="submit"] {
  background: #339;
  border: 1px solid #fff;
  color: #fff;
}

.utility-pro-purple .call-to-action-bar .button:hover,
.utility-pro-purple .button:hover,
.utility-pro-purple .entry-content .button:hover,
.utility-pro-purple input[type="submit"]:hover {
  background: #fff;
  border: 1px solid #339;
  color: #339;
}

.utility-pro-purple .utility-bar,
.utility-pro-purple .site-footer {
  background-color: rgba(51, 51, 153, 0.8);
}

/* ## Green
--------------------------------------------- */
.utility-pro-green .home-gallery .fa,
.utility-pro-green a,
.utility-pro-green .entry-content a {
  color: #107952;
}

.utility-pro-green .sticky.entry {
  border-top-color: #107952;
}

.utility-pro-green .call-to-action-bar .button,
.utility-pro-green .button,
.utility-pro-green .entry-content .button,
.utility-pro-green input[type="submit"] {
  background: #107952;
  border: 1px solid #fff;
  color: #fff;
}

.utility-pro-green .call-to-action-bar .button:hover,
.utility-pro-green .button:hover,
.utility-pro-green .entry-content .button:hover,
.utility-pro-green input[type="submit"]:hover {
  background: #fff;
  border: 1px solid #107952;
  color: #107952;
}

.utility-pro-green .utility-bar,
.utility-pro-green .site-footer {
  background-color: rgba(16, 121, 82, 0.9);
}

/* ## Red
--------------------------------------------- */
.utility-pro-red .home-gallery .fa,
.utility-pro-red a,
.utility-pro-red .entry-content a {
  color: #d3131b;
}

.utility-pro-red .sticky.entry {
  border-top-color: #d3131b;
}

.utility-pro-red .call-to-action-bar .button,
.utility-pro-red .button,
.utility-pro-red .entry-content .button,
.utility-pro-red input[type="submit"] {
  background: #d3131b;
  border: 1px solid #fff;
  color: #fff;
}

.utility-pro-red .call-to-action-bar .button:hover,
.utility-pro-red .button:hover,
.utility-pro-red .entry-content .button:hover,
.utility-pro-red input[type="submit"]:hover {
  background: #fff;
  border: 1px solid #d3131b;
  color: #d3131b;
}

.utility-pro-red .utility-bar,
.utility-pro-red .site-footer {
  background-color: rgba(211, 19, 27, 0.9);
}

/* Defaults
---------------------------------------------------------------------------------------------------- */
/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  background: #fff;
  color: #545454;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  overflow-x: hidden;
}

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

::selection {
  background: #000;
  color: #fff;
}

a {
  color: #0964dd;
  border-bottom: 1px dotted;
  font-weight: 700;
  text-decoration: none;
  word-wrap: break-word;
}

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

a:hover {
  color: #545454;
}

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

strong {
  font-weight: 700;
}

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

blockquote {
  color: #000;
  margin: 0;
  padding: 24px 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 120px;
  height: 0;
  left: -55px;
  position: relative;
  top: -55px;
}

pre {
  background: #1c1c1c;
  color: #c9c9c9;
  overflow: scroll;
  padding: 0 20px;
  white-space: pre;
}

cite {
  font-style: italic;
  font-weight: 700;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c1c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}

h1 {
  font-size: 32px;
  text-transform: uppercase;
}

h2 {
  font-size: 28px;
  text-transform: uppercase;
}

h3 {
  font-size: 25px;
  text-transform: uppercase;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}
.clear{
  clear: both;
}
/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

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

/* Forms
--------------------------------------------- */
input,
textarea {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #545454;
  font-size: 14px;
  padding: 16px;
  width: 100%;
}

::-moz-placeholder {
  color: #545454;
}

::-webkit-input-placeholder {
  color: #545454;
}

.button,
.entry-content a.button,
input[type="submit"] {
  background: #0964dd;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}

button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.entry-content a.button:focus {
  background-color: #fff;
  color: #0964dd;
}

.button {
  display: inline-block;
}

.button:hover,
.entry-content a.button:hover,
input:hover[type="submit"] {
  background-color: #fff;
  border: 1px solid #0964dd;
  color: #0964dd;
}

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

.search-form {
  position: relative;
}

.search-form [type="submit"] {
  background-color: transparent;
  background: url(images/icon-search-ltr.png) no-repeat 75% 53% #fff;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  height: 53px;
  margin: 0;
  overflow: hidden;
  padding: 0 42px 0 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  vertical-align: top;
  width: 53px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.search-form input[type="submit"]:focus,
.search-form input[type="submit"]:hover {
  background-color: #8f8f8f;
  background-position: 20% 53%;
  text-indent: -9999px;
}

/* Tables
--------------------------------------------- */
table {
  margin-bottom: 40px;
  max-width: 100%;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 40px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #d9d9d9;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #d9d9d9;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #d9d9d9;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #d9d9d9;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d9d9d9;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ebebeb;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #ebebeb;
}


/* # Structure & Layout
---------------------------------------------------------------------------------------------------- */
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.wrap {
  margin: 0 auto;
  padding: 0 5%;
  max-width: 100%;
  word-wrap: break-word;
}
@media screen and (min-width: 1023px) {
  .wrap {
    max-width: 960px;
  }
  .info-callouts .wrap {
    max-width: 1000px;
    padding: 0;
  }
  .info-callouts .wrap .info-box {
    width: 22%;
  }
  .info-callouts.three-cols .wrap {
    max-width: 960px;
  }
  .info-callouts.three-cols .wrap .info-box {
    width: 31%;
  }
}
@media screen and (min-width: 1180px) {
  .wrap {
    max-width: 1140px;
    padding: 0;
  }
  .info-callouts .wrap {
    max-width: 1140px;
    padding: 0;
  }
  .info-callouts.three-cols .wrap {
    max-width: 1140px;
    padding: 0;
  }
}

.site-inner {
  /*background: whitesmoke;*/
  background: white;
  /*padding-top: 40px;*/
}

.utility-landing .site-container {
  margin: 40px auto;
  max-width: 960px;
}

/* Content & Primary Sidebar
--------------------------------------------- */
@media screen and (min-width: 1023px) {
  .content {
    float: right;
    display: block;
    margin-left: 2.35765%;
    width: 65.88078%;
    margin-left: 0;
  }
  .content:last-child {
    margin-left: 0;
  }

  .sidebar-primary {
    float: right;
    display: block;
    margin-left: 2.35765%;
    width: 31.76157%;
  }
  .sidebar-primary:last-child {
    margin-left: 0;
  }
}
/*
Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
}

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

.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  padding: 0;
}

.sidebar .widget {
  background: #fff;
  border-top: 1px solid #1c1c1c;
  margin-bottom: 40px;
  padding: 40px;
}

.sidebar .widget-wrap {
  border-top: 5px solid #1c1c1c;
  margin-left: 4px;
}

.sidebar .search-form input[type="search"] {
  width: 100%;
}

/* Column Widths and Positions
--------------------------------------------- */
.full-width-content .content {
  float: none;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1023px) {
  .content-sidebar .content,
  .sidebar-content .sidebar-primary {
    float: left;
  }
}
/* Column Classes
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
@media screen and (min-width: 810px) {
  .one-half,
  .three-sixths,
  .two-fourths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .one-half:last-child,
  .three-sixths:last-child,
  .two-fourths:last-child {
    margin-right: 0;
  }

  .one-third,
  .two-sixths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .one-third:last-child,
  .two-sixths:last-child {
    margin-right: 0;
  }

  .four-sixths,
  .two-thirds {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .four-sixths:last-child,
  .two-thirds:last-child {
    margin-right: 0;
  }

  .one-fourth {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .one-fourth:last-child {
    margin-right: 0;
  }

  .three-fourths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
  }
  .three-fourths:last-child {
    margin-right: 0;
  }

  .one-sixth {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  .one-sixth:last-child {
    margin-right: 0;
  }

  .five-sixths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
  }
  .five-sixths:last-child {
    margin-right: 0;
  }

  .last {
    margin-right: 0;
  }

  .last + * {
    clear: both;
  }
}
/* # Common
---------------------------------------------------------------------------------------------------- */
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  float: left;
}

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

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

/* WordPress
--------------------------------------------- */
address {
  margin-bottom: 24px;
}

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

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

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

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

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

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

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

.wp-caption {
  max-width: 100%;
}

.widget_calendar table td {
  padding: 5px;
}

/* Media Gallery
--------------------------------------------- */
.gallery {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.gallery::after {
  clear: both;
  content: "";
  display: table;
}

.gallery-item {
  display: inline-block;
  line-height: 0;
  list-style: none;
  margin: 0 0 2.35765%;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 810px) {
  .gallery-columns-0 .gallery-item, .gallery-columns-1 .gallery-item, .gallery-col-0 .gallery-item, .gallery-col-1 .gallery-item {
    width: 100%;
  }
  .gallery-columns-2 .gallery-item, .gallery-col-2 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .gallery-columns-2 .gallery-item:last-child, .gallery-col-2 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n), .gallery-col-2 .gallery-item:nth-child(2n) {
    margin-right: 0;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-col-2 .gallery-item:nth-child(2n+1) {
    clear: left;
  }
  .gallery-columns-3 .gallery-item, .gallery-col-3 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .gallery-columns-3 .gallery-item:last-child, .gallery-col-3 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery-columns-3 .gallery-item:nth-child(3n), .gallery-col-3 .gallery-item:nth-child(3n) {
    margin-right: 0;
  }
  .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-col-3 .gallery-item:nth-child(3n+1) {
    clear: left;
  }
  .gallery-columns-4 .gallery-item, .gallery-col-4 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .gallery-columns-4 .gallery-item:last-child, .gallery-col-4 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery-columns-4 .gallery-item:nth-child(4n), .gallery-col-4 .gallery-item:nth-child(4n) {
    margin-right: 0;
  }
  .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-col-4 .gallery-item:nth-child(4n+1) {
    clear: left;
  }
  .gallery-columns-5 .gallery-item, .gallery-col-5 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 18.11388%;
  }
  .gallery-columns-5 .gallery-item:last-child, .gallery-col-5 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery-columns-5 .gallery-item:nth-child(5n), .gallery-col-5 .gallery-item:nth-child(5n) {
    margin-right: 0;
  }
  .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-col-5 .gallery-item:nth-child(5n+1) {
    clear: left;
  }
  .gallery-columns-6 .gallery-item, .gallery-col-6 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  .gallery-columns-6 .gallery-item:last-child, .gallery-col-6 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery-columns-6 .gallery-item:nth-child(6n), .gallery-col-6 .gallery-item:nth-child(6n) {
    margin-right: 0;
  }
  .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-col-6 .gallery-item:nth-child(6n+1) {
    clear: left;
  }
  .gallery-columns-7 .gallery-item, .gallery-col-7 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 12.22831%;
  }
  .gallery-columns-7 .gallery-item:last-child, .gallery-col-7 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery-columns-7 .gallery-item:nth-child(7n), .gallery-col-7 .gallery-item:nth-child(7n) {
    margin-right: 0;
  }
  .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-col-7 .gallery-item:nth-child(7n+1) {
    clear: left;
  }
  .gallery-columns-8 .gallery-item, .gallery-col-8 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 10.43705%;
  }
  .gallery-columns-8 .gallery-item:last-child, .gallery-col-8 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery-columns-8 .gallery-item:nth-child(8n), .gallery-col-8 .gallery-item:nth-child(8n) {
    margin-right: 0;
  }
  .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-col-8 .gallery-item:nth-child(8n+1) {
    clear: left;
  }
  .gallery-columns-9 .gallery-item, .gallery-col-9 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 8.98699%;
  }
  .gallery-columns-9 .gallery-item:last-child, .gallery-col-9 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n), .gallery-col-9 .gallery-item:nth-child(9n) {
    margin-right: 0;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n+1), .gallery-col-9 .gallery-item:nth-child(9n+1) {
    clear: left;
  }
}
.gallery-item .gallery-caption {
  -webkit-transition: all, 0.2s ease-in-out;
  -moz-transition: all, 0.2s ease-in-out;
  transition: all, 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  line-height: 1.65;
  max-height: 50%;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  visibility: visible;
  opacity: 1;
}

.gallery img {
  width: 100%;
  margin: 0 auto;
}

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

.author-box,
.archive-description {
  background-color: #ebebeb;
  color: #1c1c1c;
  margin-bottom: 40px;
  padding: 40px;
}

.author-box-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.author-box a {
  border-bottom: 1px solid #d9d9d9;
}

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

/* # Widgets
---------------------------------------------------------------------------------------------------- */
/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Utility Bar
--------------------------------------------- */
.utility-bar {
  background-color: rgba(9, 100, 221, 0.9);
  border-bottom: 1px solid #d9d9d9;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.utility-bar a {
  color: #fff;
}

.utility-bar a:hover {
  border-bottom: 0;
}

.utility-bar p,
.utility-bar .widgettitle {
  color: #fff;
  margin: 0;
}

.utility-bar .search-form input[type="search"] {
  margin: 0;
  padding: 10px 0;
}

/* Home Welcome
--------------------------------------------- */
.home-welcome {
  background-color: rgba(51, 51, 51, 0.8);
  padding: 40px 0;
  text-align: center;
}

.home-welcome .widgettitle {
  color: #fff;
  text-transform: none;
}
@media screen and (min-width: 480px) {
  .home-welcome .widgettitle {
    font-size: 80px;
  }
}

.home-welcome p,
.home-welcome .textwidget {
  color: #ebebeb;
}
@media screen and (min-width: 480px) {
  .home-welcome p,
  .home-welcome .textwidget {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 34px;
  }
}

/* Home Gallery
--------------------------------------------- */
.home-gallery {
  background: #fff;
  padding: 40px 0 20px;
}

.home-gallery .fa {
  color: #0964dd;
}

.home-gallery .widget {
  padding: 0 20px;
}

.home-gallery-1,
.home-gallery-2,
.home-gallery-3,
.home-gallery-4 {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 810px) {
  .home-gallery-1,
  .home-gallery-2,
  .home-gallery-3,
  .home-gallery-4 {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1023px) {
  .home-gallery-1,
  .home-gallery-2,
  .home-gallery-3,
  .home-gallery-4 {
    float: left;
    width: 25%;
  }
}

/* Call to Action
--------------------------------------------- */
.call-to-action-bar {
  background: #333333;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  padding: 40px 0;
  text-align: center;
}
@media screen and (min-width: 1023px) {
  .call-to-action-bar {
    text-align: left;
  }
}

.call-to-action-bar .enews p {
  margin: 12px 0;
  width: 100%;
}
@media screen and (min-width: 1023px) {
  .call-to-action-bar .enews p {
    clear: left;
    float: left;
    margin-bottom: 0;
    width: 35%;
  }
}

@media screen and (min-width: 1023px) {
  .call-to-action-bar .enews-widget input[type="submit"] {
    float: right;
    margin: -2px 0 0;
    width: 35%;
  }

  .call-to-action-bar .enews form {
    float: right;
    text-align: right;
    width: 60%;
  }

  .call-to-action-bar .enews input[type="email"] {
    height: 57px;
    margin-right: 3px;
    position: relative;
    top: -2px;
    width: 60%;
  }
}
/* Featured Page and Featured Post
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #ebebeb;
  padding: 10px 0;
}

.sidebar .featured-content .entry {
  border-bottom: 0;
  margin-bottom: 10px;
}

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

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: #1c1c1c;
  color: #fff;
  padding: 40px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  float: left;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 810px) {
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 30%;
  }
}

@media screen and (min-width: 810px) {
  .footer-widgets-1,
  .footer-widgets-2 {
    margin-right: 5%;
  }
}

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

.footer-widgets a:hover {
  color: #c9c9c9;
}

.footer-widgets .widget {
  margin-bottom: 24px;
}

.footer-widgets .widgettitle {
  color: #fff;
  font-size: 20px;
}

.footer-widgets .entry {
  background: transparent;
}

.footer-widgets li {
  list-style-type: none;
  margin-bottom: 6px;
  word-wrap: break-word;
}

.footer-widgets .search-form input[type="search"] {
  width: 100%;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ##
Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Better Font Awesome
--------------------------------------------- */
a > .fa {
  display: block;
}

li a .fa {
  display: inline-block;
}

/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
  color: #c9c9c9;
}

.enews-widget a {
  color: #fff;
}

.enews-widget a:hover {
  color: #c9c9c9;
}

.enews-widget .widgettitle {
  color: #fff;
  margin: 0;
}

.enews-widget input {
  margin-bottom: 16px;
}

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

.sidebar .enews-widget .widgettitle {
  margin: 10px 0 24px;
}

.sidebar .widget.enews-widget {
  background-color: #1c1c1c;
  border-top: 1px solid #fff;
}

.sidebar .enews-widget .widget-wrap {
  border-top: 5px solid #fff;
}

/* ## Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  padding: 16px;
}

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

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

.sidebar .gform_wrapper .top_label input.medium,
.sidebar .gform_wrapper .top_label select.medium,
.site-inner .gform_wrapper .gform_footer input.button,
.site-inner .gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
}

div.gform_wrapper input:focus,
div.gform_wrapper textarea:focus {
  outline: 1px dotted #a1a1a1;
}

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

/* # Site Header
---------------------------------------------------------------------------------------------------- */
/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}

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

.pub-location p {
  margin: 0;
  clear: both;
  font-size: 25px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1023px) {
  .title-area {
    text-align: left;
    width: 50%;
  }
}

.site-title {
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
  border: 0;
  color: #1c1c1c;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
}

.site-description {
  color: #545454;
  font-size: 16px;
  line-height: 1;
  margin: 0;
}

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

.header-image .site-description,
.header-image .site-title {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* Logo, hide text */
.header-image .site-title > a {
  background-image: url("images/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  min-height: 60px;
  width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .header-image .site-title > a {
    background-image: url("images/logo@2x.png");
    background-size: 260px auto;
  }
}
@media screen and (min-width: 1023px) {
  .header-image .site-title > a {
    background-position: left;
  }
}

/* Header Right Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1023px) {
  .site-header .widget-area {
    text-align: right;
    width: 50%;
  }
}

.header-widget-area .search-form {
  height: 53px;
  margin: 20px auto 0;
  width: 300px;
}
@media screen and (min-width: 1023px) {
  .header-widget-area .search-form {
    float: right;
    margin-top: 0;
  }
}

.header-widget-area .genesis-nav-menu a {
  color: #000;
}

.header-widget-area .genesis-nav-menu a:hover,
.header-widget-area .genesis-nav-menu .current-menu-item > a,
.header-widget-area .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #545454;
}

.header-widget-area .genesis-nav-menu .sub-menu a {
  background-color: #ebebeb;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu > .first > a {
  padding-left: 0;
}

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

.genesis-nav-menu .menu-item {
  display: block;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 1023px) {
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }
}

.genesis-nav-menu li {
  font-size: 14px;
}

.genesis-nav-menu a {
  color: #fff;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px 20px;
  position: relative;
  width: 100%;
}

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

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
  outline: #a1a1a1 dotted thin;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #8f8f8f;
}

.genesis-nav-menu > .menu-item > a {
  text-transform: uppercase;
}
@media screen and (min-width: 1023px) {
  .genesis-nav-menu > .menu-item > a {
    border-bottom: 0;
  }
}

.genesis-nav-menu .sub-menu {
  background-color: #121212;
  clear: both;
  display: none;
  opacity: 1;
  position: static;
}
@media screen and (min-width: 1023px) {
  .genesis-nav-menu .sub-menu {
    display: block;
    left: -9999px;
    margin: 0;
    opacity: 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: 200px;
    z-index: 99;
  }
}

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

.genesis-nav-menu .sub-menu a {
  border: 0;
}
@media screen and (min-width: 1023px) {
  .genesis-nav-menu .sub-menu a {
    letter-spacing: 0;
    width: 200px;
  }
}

.genesis-nav-menu .sub-menu .sub-menu a {
  padding-left: 20px;
}

@media screen and (min-width: 1023px) {
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 199px;
  }

  .genesis-nav-menu .menu-item-hover,
  .genesis-nav-menu .menu-item:hover {
    position: static;
  }
}
/* Mobile Menu Toggle
--------------------------------------------- */
.nav-primary,
.nav-footer {
  display: none;
  position: relative;
}
@media screen and (min-width: 1023px) {
  .nav-primary,
  .nav-footer {
    display: inline-block;
  }
}

.menu-toggle,
.footer-menu-toggle {
  background-color: transparent;
  border: 0;
  color: #fff;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  overflow: hidden;
  padding: 9px;
  position: relative;
  text-transform: uppercase;
  visibility: visible;
}
@media screen and (min-width: 1023px) {
  .menu-toggle,
  .footer-menu-toggle {
    display: block;
    visibility: hidden;
  }
}

.sub-menu-toggle {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible;
}
@media screen and (min-width: 1023px) {
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
}

.menu-toggle:before,
.footer-menu-toggle:before {
  content: "\2261";
  display: inline-block;
  padding-right: 8px;
}

.menu-toggle.menu-toggle-activated:before,
.footer-menu-toggle.menu-toggle-activated:before {
  content: "x";
}

.sub-menu-toggle:before {
  content: "+";
}

.sub-menu-toggle.menu-toggle-activated:before {
  content: "-";
}

@media screen and (min-width: 1023px) {
  button.menu-toggle,
  button.sub-menu-toggle,
  button.footer-menu-toggle {
    display: none;
  }
}
/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #ebebeb;
}

.site-header .sub-menu .sub-menu {
  margin-top: -53px;
}

/* Primary & Footer Navigation
--------------------------------------------- */
.nav-primary,
.nav-footer {
  background-color: #121212;
  text-align: center;
  width: 100%;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-footer a:hover,
.nav-footer .current-menu-item > a {
  color: #8f8f8f;
}

.nav-primary .sub-menu a:hover {
  color: #8f8f8f;
}

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

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

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Titles
--------------------------------------------- */
.entry-title {
  margin-bottom: 40px;
}

.entry-title a {
  border: 0;
  color: #1c1c1c;
}

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

.widgettitle {
  font-size: 22px;
  letter-spacing: 1px;
  margin: 10px 0 24px;
  text-transform: uppercase;
}

.sidebar .widgettitle a {
  border: 0;
  color: #1c1c1c;
}

.archive-title {
  color: #1c1c1c;
  margin-bottom: 24px;
}

/* Entries
--------------------------------------------- */
.sticky.entry {
  border-top: 1px solid #0964dd;
}

.entry {
  background: #fff;
  border-top: 1px solid #1c1c1c;
  margin-bottom: 40px;
  padding: 40px 40px 24px;
  word-wrap: break-word;
}

.entry-content a {
  color: #0964dd;
}

.entry-content a:hover {
  color: #1c1c1c;
}

.entry-content .attachment a,
.entry-content .gallery a {
  border: 0;
}

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

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

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

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

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

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

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

.entry-content code {
  background-color: #1c1c1c;
  color: #d9d9d9;
}

/* ## Entry Meta
--------------------------------------------- */
.entry-meta {
  color: #545454;
  font-size: 14px;
}

.entry-header .entry-meta {
  background-color: #ebebeb;
  margin: 0 -40px 24px;
  padding: 10px;
  text-align: right;
}

.entry-footer .entry-meta {
  border-top: 2px solid #ebebeb;
  margin: 0 -40px;
  padding: 32px 40px 8px;
}

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

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

/* Featured Image
--------------------------------------------- */
.featured-image {
  margin: 20px 0;
}

/* Pagination
--------------------------------------------- */
.pagination,
.posts-navigation {
  margin-bottom: 30px;
}

.pagination .nav-links {
  display: inline;
}

.pagination .nav-links a,
.pagination .nav-links .current {
  background: #1c1c1c;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
}

.pagination .nav-links a:hover {
  background: #fff;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
}

.pagination .nav-links .current {
  background: #545454;
  border: 1px solid #fff;
  color: #fff;
  cursor: none;
}

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

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

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

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

.entry-comments ul.children {
  margin-left: 40px;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin-top: 24px;
}

.comment-meta,
.entry-comments
.comment,
.entry-comments .comment-reply {
  margin-bottom: 40px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
  margin-bottom: 0;
}

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

.form-allowed-tags {
  font-size: 14px;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: rgba(9, 100, 221, 0.9);
  color: #fff;
  font-size: 14px;
  padding: 40px 0;
  text-align: center;
}

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

.site-footer a:hover {
  border-bottom: 0;
}

.site-footer p {
  margin: 0;
}

/* # Accessibility Extras
---------------------------------------------------------------------------------------------------- */
/*
Accessibility Extras - Taken from the Leiden theme & Genesis Accessible plugin (genesis-accessible.org)
---------------------------------------------------------------------------------------------------- */
/*
* Skiplinks
* Hide visually but not from screen readers
* and keyboard users
--------------------------------------------- */
.more-link {
  position: relative;
}

.screen-reader-text,
.screen-reader-text span,
.search-form label {
  clip: rect(0, 0, 0, 0);
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.screen-reader-shortcut {
  clip: rect(0, 0, 0, 0);
  left: 10px;
  position: absolute;
  top: 10px;
}

.screen-reader-shortcut:focus {
  background: #fff;
  clip: auto;
  display: block;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

#publoc-button:focus, .button.dblue:focus, .jquery-background-video-pauseplay.play:focus,
.jquery-background-video-pauseplay.pause:focus, .dark-wrap .blog-dark-right a:focus,
.button.dark:focus, #event-spaces ul.tabs-list li a:focus, .location-box .location-content .button:focus {
  background-color: white;
  color: #2f4770;
}

.page-id-1808 .wpb_wrapper p a {
    font-size: 105%;
    font-style: italic;
    color: black;
}
.page-id-1808 .wpb_wrapper p a:focus, .page-id-1808 .wpb_wrapper p a:hover {
  text-decoration: underline;
}

.genesis-skip-link {
  margin: 0;
}

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

/* Display outline on focus */
:focus {
  color: #1c1c1c;
  outline: #a1a1a1 dotted thin;
}

/* # Print Media Query
---------------------------------------------------------------------------------------------------- */
/*
Print Media Query
---------------------------------------------------------------------------------------------------- */
@media print {
  * {
    color: #000;
    background: transparent;
    box-shadow: none;
    text-shadow: none;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #8f8f8f;
    page-break-inside: avoid;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  nav,
  select,
  textarea,
  .pagination,
  .backstretch,
  .breadcrumb,
  .call-to-action-bar,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-respond,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .home-top,
  .home-welcome,
  .footer-widgets,
  .nav-primary,
  .nav-footer,
  .post-edit-link,
  .sidebar,
  .site-footer,
  .site-header,
  .utility-bar {
    display: none;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-indent: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }

  thead {
    display: table-header-group;
  }

  .table td,
  .table th {
    background-color: #fff;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d9d9d9;
  }
}


/*-----------Eyesore Dev Edits-----------*/
a img, a{
  border: 0;
  margin: 0;
  padding: 0;
}
/*header*/
html{
  border-top: 10px solid #252525;
}



/*home corporate page*/
.home h1 {
    visibility: hidden;
    text-indent: -9999px;
    overflow: hidden;
    height: 1px;
}
.corporate .site-header .wrap {
    padding: 20px 0 10px;
}
.home .title-area, .corporate .title-area {
    width: auto;
}
.home .site-header .widget-area, .corporate .site-header .widget-area {
    text-align: right;
    float: right;
    width: auto;
    margin-top: -10px;
}

.home .title-area ul.menu, .corporate .title-area ul.menu{
  list-style-type: none;
  margin: 0;
}
.home .title-area ul.menu li, .corporate .title-area ul.menu li{
  display: inline-block;
  margin: 0;
}
.home .title-area ul.menu li a, .corporate .title-area ul.menu li a{
  border: 0;
  color: black;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.home-welcome{
  height: 475px;
  border-bottom: 5px solid white;
  text-align: center;
  position: relative;
}
.hero-center {
    margin-top: 60px;
}
.home .button{
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
  background: #252525;
  color: white;
}
.button.dblue{
  background: #2f4770;
  border: 2px solid white;
}


.call-to-action-bar{
  border-bottom: 3px solid white;
  padding: 0;
  background: white;
}
.call-to-action-bar .callout-box {
   width: 33.33%;
  display: inline-block;
  text-align: center;
  height: 350px;
  float: left;
  position: relative;
}
.call-to-action-bar .callout-box:nth-child(2){
  border-left: 5px solid white;
    border-right: 5px solid white;
}
.call-to-action-bar .callout-box h3{
  margin-top: 80px;
}

.callout-content{
  z-index: 33;
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
}
.callout-content p{
  color: #1c1c1c;
}

.callout-content p span {
    padding: 0px 4px;
}
.callout-content li span {
    padding-left: 4px;
}
.callout-content li {
    display: inline-block;
    color: black;
}

.home .site-inner{
  clear: both;
  padding: 0;
}

.dark-wrap{
  background: #252525;
  color: white;
  padding: 40px 0;
  clear: both;
}
.dark-wrap p{
  color: white;
  margin: 0;
}
.dark-wrap h2{
  color: white;
  font-size: 26px;
  margin: 0 0 10px;
}
.dark-wrap .newsletter-left{
  float: left;
  width: 50%;
}
.dark-wrap .newsletter-right{
  float: left;
  width: 50%;
      margin-top: -20px;
}
.newsletter-right .hbspt-form {
  margin-top: 40px;
}
.dark-wrap input{
  width: 75%;
  float: left;
  display: inline-block;
  background: transparent;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
}
.dark-wrap input[type="submit"]{
  width: 25%;
  float: left;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 0 16px;
  background: #ebebeb;
  color: black;
  text-align: center;
}
ul.hs-error-msgs.inputs-list {
    float: left;
    clear: both;
    margin-top: -80px;
    list-style: none;
}
ul.hs-error-msgs.inputs-list label{
  display: block;
}
.hs-error-msgs.inputs-list li {
  display: inline-block;
  padding-left: 0.5rem;
}
.hs-error-msgs.inputs-list li:first-child {
  padding-left: 0;
}
.hs-error-msgs.inputs-list li a {
  color: white;
  text-decoration: underline;
}
.hs-error-msgs.inputs-list li a:hover, .hs-error-msgs.inputs-list li a:focus {
  color: #a1a1a1;
}

  .dark-wrap ::-webkit-input-placeholder {
     color: white;
  }
  .dark-wrap :-moz-placeholder { /* Firefox 18- */
     color: white;  
  }
  .dark-wrap ::-moz-placeholder {  /* Firefox 19+ */
     color: white;  
  }
  .dark-wrap :-ms-input-placeholder {  
     color: white;  
  }
.history .wrap{
  position: relative;  
  height: 500px;
}
.history .wrap h2.history-box{
  position: absolute;
  top: 60%;
  background: white;
  border: 0;
  color: black;
  text-align: center;
  z-index: 3;
  padding: 20px 40px;
  font-size: 36px;
}
.history .wrap .button{
  position: absolute;
  top: 74%;
  left: 25px;
  z-index: 4;
}


/*sub page*/
.header-logo{
  padding-right: 20px;
  float: left;
      padding-top: 10px;
}
.header-middle{
  float: left;
  width: 61%;
  padding-top: 10px;
}
.header-top-right{
  float: right;
  width: 100%;
  max-width: 350px;
}
.header-top-right img{
  margin-bottom: -5px;
}
.subpage-title-area ul.menu{
  list-style-type: none;
  margin: 10px 0 0;
}
.subpage-title-area ul.menu li{
  display: inline-block;
  margin: 0;
}
.subpage-title-area ul.menu li:first-child a{
  padding-left: 0;
}
.subpage-title-area ul.menu li a{
  border: 0;
  color: black;
  padding: 5px 6px;
  text-transform: uppercase;
  font-size: 14px;
}

.site-header .subpage .widget-area {
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 1px;
    clear: both;
}
.subpage-title-area {
    float: left;
    text-align: left;
}
.site-header{
  border: 0;
}
.site-header .wrap{
  padding: 0;
}


.info-banner .blog-dark-left h3 {
    font-size: 20px;
    font-style: normal;
}
.dark-wrap .blog-dark-left{
  float: left;
  width: 70%;
}
.dark-wrap .blog-dark-right{
  float: right;
  width: 30%;
  margin-top: 20px;
}


/*pubinfo template*/
.page-template-template-pub-info .site-inner{
  padding-top: 0;
}
.page-template-template-pub-info .home-welcome {
    height: 400px;
}
.info-callouts{
  width: 100%;
  margin: 40px 0;
  background: white;
}
.info-box{
  width: 21%;
  text-align: center;
  display: inline-block;
  float: left;
  margin: 0 1%;
}
.three-cols .info-box {
    width: 30%;
}
.three-cols {
  text-align: center;
}
.info-box p{
  margin: 0;
}
.info-box h2{
  font-size: 22px;
}
.info-box h2 a{
  color: inherit;
}
.info-box li {
    list-style: none;
}

.blog-dark-left h2{
  font-size: 28px;
}
.blog-dark-left p{
  font-size: 30px;
  text-transform: capitalize;
  color: white;
  font-style: italic;
  font-weight: 400;
}
.button.transparent{
  background: transparent;
  color: white;
}

.middle-three{
  width: 100%;
  border-top: 5px solid white;
  padding: 0;
  clear: both;
}

.middle-three .middle-box {
   width: 33.33%;
  display: inline-block;
  text-align: center;
  height: 500px;
  float: left;
  position: relative;
}
.middle-three .middle-box p{
  margin: 0 0 15px;
  color: #363636;
      padding: 0 10px;
}
.middle-three .middle-box:nth-child(2){
  border-left: 5px solid white;
    border-right: 5px solid white;
}
.middle-three .middle-box h2{
  margin: 30px 0 5px;
}

.sports-info{
  text-align: center;
  padding: 50px 0;
  clear: both;
}
.sports-info h3{
  font-size: 20px;
  text-transform: initial;
  color: #023158;
}

.full-width-slider{
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 0;
  border-bottom: 1px solid white;
}
.full-width-slider .slick-center img{
  border-left: 2px solid white;
  border-right: 2px solid white;
}
.full-width-slider .slick-slide img {
  object-fit: cover;
  height: 325px;
  width: 100%;
  overflow: hidden;
}
.pub-info-slider button.slick-prev.slick-arrow, .pub-info-slider button.slick-next.slick-arrow{
  display: none;
}
ul.slick-dots{
  margin: 0;
  list-style-type: none;
  width: 100%;
  text-align: center;
  margin-top: -30px;
}
ul.slick-dots li{
  display: inline-block;
  margin: 10px 3px 5px; 
}
ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 3px solid #272727;
    outline: #272727;
    background: #272727;
    border-radius: 50%;
    z-index: 99;
    position: relative;
}
.pub-info-slider ul.slick-dots li button{
  border: 3px solid white;
  outline: white;
  background: white;
}
ul.slick-dots li.slick-active button{
  background: transparent;
}
ul.slick-dots li button:focus {
    border-radius: 20% !important;
}

.middle-three ul.slick-dots{
  margin-top: -5px;
}
.button.dark{
  background: #252525;
  color: white;
  padding: 8px 25px;
}


.happy-hour-slider, .happenings-slider {
    max-width: 325px;
    margin: 0 auto;
    font-size: 14px;
}
.happy-hour-slider h3{
  font-size: 18px;
  margin-bottom: 5px;
}
.happy-hour-slider p{
  font-size: 14px;
}
.middlebox-slide.slick-slide {
    background: white;
    border: 1px solid #2a2a2a;
    padding: 10px 20px;
    text-align: center;
    height: 350px;
}
.middlebox-slide img {
    max-width: 225px;
    height: auto;
    margin: 0 auto 20px;
}
.middlebox-slide ul{
  list-style-type: none;
  margin: 0;
}
.middlebox-slide ul li{
  margin: 5px 0;
}

/*subpage standard template*/
.wrap.minimized {
  max-width: 850px;
}
.subpage-hero{
  height: 350px;
  border-bottom: 5px solid white;
  text-align: center;
  position: relative;
}
.subpage-hero .hero-center, .subpage-hero-empty .hero-center{
  margin: 0;
  padding-top: 40px;
}
.subpage-hero h1, .subpage-hero-empty h1{
  color: white;
  margin-top: 15px;
  text-shadow: 2px 2px 2px black;
}
.subpage-hero-empty{
  background: #ebebeb;
  height: 300px;
  border-bottom: 5px solid white;
  text-align: center;
  position: relative;
}
.entry {
    background: #fff;
    border: 0;
    margin: 0;
    padding: 40px 0;
    word-wrap: break-word;
}

.locations-wrap{
  text-align: center;
}
.overlay.white{
  background: rgba(255,255,255,.75);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.overlay.dark{
  background: rgba(0,0,0,.55);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.location-box{
  width: 40%;
  margin: 10px;
  padding: 40px 0 20px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.location-box h2 a{
  color: #000000;
  margin-bottom: 5px;
  font-size: 20px;
}
.location-content{
  position: relative;
  z-index: 3;
}
.location-box p{
  margin: 0;
  color: #1c1c1c;
  font-size: 18px;
  height: 100px;
}
.button.sm-blue{
  margin-top: 20px;
  background: #2f4770;
  padding: 7px 15px;
}
a.button.dblue:hover, a.button.sm-blue:hover{
  color: white;
  background: #496ca9;
}

#menu-social-menu a:focus {
  outline: 0;
  border: 1px dotted black;
  height: 35px;
}
.sponsor-logos a:focus {
  outline: 0;
  border: 1px dotted black;
}

/*private events template*/
.accordion-bg {
  height: 275px;
  text-align: center;
  padding-top: 60px;
}
.accordion-bg h2{
  color: white;
  font-size: 40px;
}
.entry h1 {
    font-size: 30px;
    text-transform: initial;
    text-align: center;
}
.content-left {
    width: 50%;
    float: left;
}
.content-right {
    width: 50%;
    float: left;
    padding-left: 40px;
}
.content-left h3, .content-left h4, .content-right h3 {
    color: #2f4770;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
}
.content-right iframe {
  padding-top: 1rem;
}
.tell-us {
    padding: 40px 0;
    text-align: center;
}
.se-space {
    padding: 60px 0;
}
#event-spaces ul.tabs-list{
  text-align: center;
  margin-bottom: 30px;
}
#event-spaces ul.tabs-list li {
  display: inline-block;
  margin: 10px 5px;
}
#event-spaces ul.tabs-list li a{
  color: white;
  background: #2f4770;
  border: 1px solid white;
  padding: 8px 15px;
  font-size: 14px;
}
#event-spaces ul.tabs-list li.current a {
  background: white;
  color: black;
  border: 1px solid black;
}
#event-spaces span.current-info {
    display: none;
}
#event-spaces h3.tabhead {
    display: none;
}


/*menus subpage template*/
.su-spoiler.menu-grey {
    color: black;
    text-align: center;
}
.su-accordion .su-spoiler.menu-grey{
  margin: 0 0 2px;
}
.su-spoiler.menu-grey .su-spoiler-title {
    font-size: 24px;
    background: #ebebeb;
    padding: 40px 0;
}
.su-spoiler.menu-grey span.su-spoiler-icon {
    display: none;
}
.su-spoiler.menu-grey .su-spoiler-content {
    background: #f7f7f7;
    padding: 40px 0;
}


/*blog archive*/
.ba-height {
  padding: 30px 0;
  border-top: 2px dashed #73a7ff;
}
.ba-height:first-child {
    border: 0;
}
.blog-archive div.ba-height:last-child{
  border-bottom: 0;
}
.ba-post{
    text-align: left;
}
.ba-post, .ba-image{
  width: 48%;
  float: left;
}
.ba-post.whole-excerpt{
  width: 60%;
  float: none;
}
.ba-image{
  padding-left: 20px;
}
.ba-post h2{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
}
.centered-top .ba-social{
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
.centered-top .ba-social a{
    display: inline-block;
    margin-left: 10px;
}
.bs-social{
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
.addtoany_shortcode {
    display: inline-block;
    vertical-align: middle;
    height: 23px;
}
.ba-image img {
    max-height: 400px;
    width: auto;
}
.ba-excerpt{
    padding: 15px 8px;
    font-size: 16px;
    line-height: 26px;
}
.ba-meta{
    border-top: 1px solid #a1a3a4;
    border-bottom: 1px solid #a1a3a4;
    padding: 11px 0;
    font-size: 16px;
}
.read-more a {
    display: block;
    padding: 10px 0;
}
.meta-whole.single-post {
    height: 19px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #a1a3a4;
    border-bottom: 1px solid #a1a3a4;
    padding: 11px 0;
    font-size: 12px;  
}
.meta-left{
    float: left;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.meta-right{
    float: right;
    font-style: italic;
}
.single-meta-right{
    font-style: normal;
    float: right;
}
.meta-top {
    text-align: center;
    color: #777777;
    font-size: 18px;
}
.bs-social{
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
.bs-social a{
    display: inline-block;
    margin-left: 10px;
}
.page-navigation {
  width: 100%;
  padding: 20px 0;
  border-top: 3px dashed #2f4770;
  display: block;
}


/*blog single none*/
footer p.entry-meta {
  display: none;
}
.single-post .entry{
  padding: 0 0 40px;
}
.single-post h1 {
    margin-top: 10px;
}

/*footer*/
.footer-widgets {
    background: #2f4770;
    padding: 30px 0 20px;
}
.footer-widgets .widget {
    margin-bottom: 24px;
    display: inline-block;
}
.footer-widgets .widgettitle{
  font-size: 24px;
}
.footer-widgets a{
  border: 0;
  font-weight: normal;
}
#nav_menu-2, #nav_menu-3, #nav_menu-5, #nav_menu-5 {
  display: inline-block;
  float: left;
}
#nav_menu-2, #nav_menu-5{
    margin-right: 50px;
}
section#nav_menu-4 li {
    width: 50%;
    float: left;
    padding-left: 45px;
    height: 34px;
    margin-bottom: 15px;
}

header #nav_menu-7 a{
  text-indent: -9999px;
}
header #nav_menu-7 li{
  overflow: hidden;
  height: 35px;  
}
header .facebook-icon{
  background: url(images/facebook-icon-blue.png) left center no-repeat;
}
header .instagram-icon{
  background: url(images/instagram-icon-blue.png) left center no-repeat;
}
header .gplus-icon{
  background: url(images/google-plus-icon-blue.png) left center no-repeat;
}
header .twitter-icon{
  background: url(images/twitter-icon-blue.png) left center no-repeat;
}
header .snapchat-icon{
  background: url(images/snapchat-icon-blue.png) left center no-repeat;
}
header #nav_menu-7 li.blog-icon{
  background: url(images/blog-icon-blue.png) left center no-repeat;
  display: none;
}

#nav_menu-4 .facebook-icon{
  background: url(images/facebook-icon.png) left center no-repeat;
}
#nav_menu-4 .instagram-icon{
  background: url(images/instagram-icon.png) left center no-repeat;
}
#nav_menu-4 .gplus-icon{
  background: url(images/google-plus-icon.png) left center no-repeat;
}
#nav_menu-4 .blog-icon{
  background: url(images/blog-icon.png) left center no-repeat;
}
#nav_menu-4 .twitter-icon{
  background: url(images/twitter-icon.png) left center no-repeat;
}
#nav_menu-4 .snapchat-icon{
  background: url(images/snapchat-icon.png) left center no-repeat;
}

.footer-second{
  background: white;
  padding: 10px 0 3px;
}
.footer-second input{
  float: right;
  max-width: 400px;
  width: 100%;
}
.footer-bottest{
  text-align: center;
  background: #252525;
}
.footer-bottest p {
    color: white;
    margin: 0;
    font-size: 13px;
    padding: 10px 0;
}

.visually-hidden{
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.headerJumpMenu2 {
  float: right;
  margin-top: 25px;
}

html .ui-selectmenu-button.ui-button {
  text-align: right;
  background: transparent;
  border: 1px solid black;
  border-radius: 0;
  padding: 10px 15px 8px;
}
html .ui-selectmenu-text {
  margin-right: 0;
  text-overflow: initial;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}
html .ui-button .ui-icon {
  background-image: url(images/map-marker-icon.png);
  float: left;
  background-position: initial;
  height: 16px;
  background-size: contain;
}
html .ui-state-hover .ui-icon, html .ui-state-focus .ui-icon, html .ui-button:hover .ui-icon, html .ui-button:focus .ui-icon{
  background-image: url(images/map-marker-icon.png);
}
.ui-menu .ui-menu-item-wrapper {
    font-size: 13px;
}
html .ui-state-active, html .ui-widget-content .ui-state-active, html .ui-widget-header .ui-state-active, html a.ui-button:active, html .ui-button:active, html .ui-button.ui-state-active:hover {
    background: #2f4770;
    border: 1px solid white;
}

.page-id-2027 .entry{
  padding: 0 0 40px;
}
.main-content{
  width: 100%;
  clear: both;
  padding: 40px 0 20px;
}

.team-nav {
  text-align: center;
}
.team-nav:nth-child(3) {
    margin-bottom: 1rem;
}

.team-nav a{
	display: inline-block;
	margin: 0 10px 20px;
	text-align: center;
}
.team-nav li {
    list-style: none;
    display: inline-block;
}
html .ppt {
    display: none !important;
}
.corporate-logo{
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}
.corporate .site-header .wrap {
    padding: 0;
}
.corporate .title-area .menu-main-menu-container {
    margin-top: 40px;
}
.corporate .site-header .widget-area {
    margin-top: 30px;
}
a.corporate-logo img {
    max-height: 80px;
}
.footer-bottest p a{
  color: white;
  text-decoration: underline;
}

.footer-bottest ul {
    padding-left: 0px;
}

.footer-bottest a {
    text-decoration: underline;
}
.footer-bottest p, .footer-bottest ul, .footer-bottest li, .footer-bottest a {
    display: inline-block;
    font-size: 13px;
    color: white;
}

main.single-post {
    padding-top: 20px;
}

.slick-initialized .slick-slide{
  position: relative;
}
.custom-previous-arrow{
  background: rgba(0,0,0,.6);
  height: 75px;
  text-align: center;
  float: left;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 333;
  transition: all 0.3s ease;
}
.custom-previous-arrow.slick-arrow:hover, .custom-previous-arrow.slick-arrow:focus {
    background: rgba(0,0,0,.9);
    top: 44%;
    cursor: pointer;
}
i.slider-arrow-left {
  font-size: 16px;
  color: white;
  background: url(images/arrow-previous.png) center center no-repeat;
  padding: 0 8px;
}
.custom-next-arrow{
  background: rgba(0,0,0,.6);
  height: 75px;
  text-align: center;
  float: right;
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 333;
  transition: all 0.3s ease;
}
.custom-next-arrow.slick-arrow:hover, .custom-next-arrow.slick-arrow:focus {
    background: rgba(0,0,0,.9);
    top: 44%;
    cursor: pointer;
}
i.slider-arrow-right {
  font-size: 16px;
  color: white;
  background: url(images/arrow-next.png) center center no-repeat;
  padding: 0 8px;
}

html .ba-image {
    width: 40%;
    float: right; 
    text-align:center; 
}
html .ba-post {
    width: 60%;
    float: left;
}
html .read-more {
    padding: 5px 50px;
    background: #FFF;
    display: inline-block;
    color: #000;
    border: 1px solid;
}

html .read-more a {
    color: #000;
}

.wpacc-hover ul {
    position: absolute;
}

.menu-item {
    position: relative;
}


.menu-item .sub-menu {
    position: absolute;
    top: 25px;
    left: -99999px;
    z-index: 999;
}
.menu-item.wpacc-hover .sub-menu {
    position: absolute;
    left:1px;
}
.sub-menu li {
    width: 200px;
    background: #fff;
    padding: 9px 10px;
    border-top: 1px solid #000;
}
.sub-menu li.wpacc-hover {
    background: #ccc;
}

.hs_email label {
    display: none;
}
/**/
.eye-date table{
  text-transform: uppercase;
  margin: 0 auto;
}
.eye-date table tr td{
  border: 1px solid black;
  padding: 10px 14px 5px;
  text-align: left;
}
.eye-date table img{
  max-width: 30px;
  width: 100%;
}
.eye-date th {
    text-align: center;
}
.lowercase{
  text-transform: capitalize;
}

.page-id-2027 .entry {
    padding: 20px 0 40px;
}
/**/
html .vc_gitem-zone, html .vc_gitem_row html .vc_gitem-col{
  background-size: contain;
}
.sponsor-logos img{
	max-width: 300px;
	height: auto;
	object-fit:contain;
}
.sponsor-logos .wpb_single_image {
    float: left;
    margin: 10px 15px;
}
html .dark-wrap .newsletter-right .ui-selectmenu-button.ui-button {
    text-align: right;
    background: white;
    border: 1px solid white;
    border-radius: 0;
    padding: 10px 15px 8px;
    margin-top: 20px;
    width: 100%;
}
.hidden{
  display: none;
}
.visually-hidden{
  position: absolute;
  clip: rect(1px 1px 1px 1px);  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/**/
.formBox .row{
  width: 100%;
  margin-bottom: 10px;
  clear: both;
}
.formBox .row.single{
  width: 100%;
}
.formBox .column{
  width: 49.97%;
  display: inline-block;
}
.formBox .column.second {
    width: 49.55%;
}
html .formBox .ui-selectmenu-text {
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
    color: #545454;
    font-family: 'Montserrat', sans-serif;
    background: url(images/black-arrow-down.png) right center no-repeat;
}
html .formBox .ui-button .ui-icon{
    display: none;
}
html .formBox .ui-selectmenu-button.ui-button {
    background: none;
    text-align: left;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    color: #545454;
    font-size: 14px;
    padding: 16px;
    width: 100%;
}
html .formBox .ui-selectmenu-button.ui-button:hover{
  background: none;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    color: #545454;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}


.video-masthead.home-welcome {
  height: 600px;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.video-masthead .hero-center {
  margin-top: 0;
  position: absolute;
  z-index: 33;
  top: initial;
  bottom: 15px;
  left: 0;
  right: 0;
}
.video-masthead.after-video .hero-center {
  margin-top: 160px;
  position: initial;
}
.video-masthead video.fullscreen-bg__video {
    width: 100% !important;
    position: relative;
    z-index: 1;
    object-fit: cover;
    height: 100% !important;
}
.video-masthead h1{
  color: white;
  margin-top: 15px;
  text-shadow: 2px 2px 2px black;
  font-size: 40px;
}
button.jquery-background-video-pauseplay.play  {
    z-index: 333;
    position: absolute;
    background-color: #fff;
    color: #545454;
    border: 0;
    padding: 10px 30px;
    font-size: 20px;
    border: 2px solid #545454;
}
button.jquery-background-video-pauseplay.pause {
    z-index: 333;
    position: absolute;
    background-color: #2f4770;
    color: white;
    border: 0;
    padding: 10px 30px;
    font-size: 20px;
    border: 2px solid white;
}


.opentable-insert{
  width: 100%;
  clear: both;
  text-align: center;
}
.opentable-insert .sidebar-primary {
    float: none;
    display: inline-block;
    margin-left: 2.35765%;
    width: 25.76157%;
}
.opentable-insert .sidebar .widget {
    background: #fff;
    border-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
}
.opentable-insert .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    color: white;
    text-align: center;
    font: 0/0 a;
}
.opentable-insert input{
  text-align: center;
}
html .picker__close {
    background: #545454;
    color: white;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}
html .ot-dtp-picker-selector:active {
    border: 2px solid #c5c5ff !important;
}

.row.formBox{
  width: 100%;
  clear: both;
}
.formBox .col-6{
  float: left;
    width: 49%;
    margin-right: 3px;
        margin-top: 10px;
}
.formBox .col-12{
  float: left;
  width: 98.5%;
  clear: both;
      margin-top: 10px;
}
.newsletter-right form {
    margin-top: 40px;
}

.mobile-menu{
  display: none;
}

.info-box.opentable-insert{
    width: 21%;
    clear: none;
    text-align: center;
}
.info-box.opentable-insert .sidebar-primary {
    margin-left: 0;
    width: auto;
}
.info-box.opentable-insert .sidebar .widget {
    border-top: 0;
    padding: 0;
}
.info-box .sidebar .widget-wrap {
    border-top: 0;
    margin-left: 0;
    padding: 0;
}
.info-box.opentable-insert .widgettitle {
    margin: 0 0 10px;
}
/*--*/
.info-box.opentable-insert .widgettitle.widget-title button{
    color: black;
    padding-top: 0;
}

/* ---------------------------------------------------- */
/* ------------------ Fado Footer Menu ---------------- */
/* ---------------------------------------------------- */

/* Footer Button Fixes */
.widgettitle.widget-title button {
  text-transform: uppercase;
  background-color: rgba(0,0,0,0);
  border: none;
  font-weight: bold;
  color: white;
  width: 100%;
  text-align: left;
  padding: 10px;
}

@media only screen and (max-width: 650px) {
  .widget-area {
    width: 100%;
  }
  .widgettitle.widget-title {
    margin: 0;
    padding: 0;
  }
  [id^="nav_menu-"] {
    width: 100%;
    margin-bottom: 0 !important;
    border-bottom: 2px solid rgba(255,255,255,0.2);
  }
  #nav_menu-2 {
    border-top: 2px solid rgba(255,255,255,0.2);
  }
  section#nav_menu-4 li {
    width: 15%;
    float: none;
  }
  .footer-menu-display {
    display: block;
    padding: 5px 0 10px;
  }
  .footer-menu-hide {
    display: none;
  }
  footer .widget-wrap li {
    display: block !important;
    padding-left: 25px !important;
  }
  #menu-social-menu-1 li {
    padding-left: 45px !important;
    margin-left: 25px;
  }
}



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

@media screen and (max-width: 1180px) {
  .header-top-right {
    max-width: 215px;
  }
  .footer-widgets-3.widget-area {
    clear: both;
    width: 100%;
  }
  .footer-widgets-3 ul li {
    display: inline-block;
    padding: 0 2.5rem 0 0;
  }
  .footer-widgets-3 h3 {
    margin-bottom: 0.5rem;
  }
  .footer-widgets-1, .footer-widgets-2 {
    width: 45%;
  }
  .hs_submit .actions, .hs_email .input {
  position: relative;
  top: 1rem;
}
}
@media screen and (max-width: 1023px) {
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }
  .info-callouts .info-box {
    float: none;
    margin-top: 3rem;
    width: 47%;
    vertical-align: top;
  }
  .info-box iframe {
    padding-left: 10px;
  }
}
@media screen and (max-width: 980px) {
  .dark-wrap .newsletter-left {
    width: 48%; 
    margin-right: 2%; 
  }
}
@media screen and (max-width: 950px) {
  .blog-dark-left p {
    font-size: 26px;
  }
}
@media screen and (max-width: 920px) {
  .middle-three .middle-box {
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 500px;
    float: left;
    position: relative;
    margin-bottom: 5px;
  }
  .middle-three .middle-box:nth-child(2) {
     border-left: 0px solid white; 
     border-right: 0px solid white; 
  }
  .home .title-area ul.menu li a, .corporate .title-area ul.menu li a {
    padding: 5px 4px; 
  }
}
@media screen and (max-width: 915px) {
  .subpage-title-area ul.menu li a {
    font-size: 13px;
  }
}
@media screen and (max-width:865px) {
  .header-logo {
    float: none; 
    text-align: center; 
  }
  .header-middle {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .subpage-title-area {
    text-align: center; 
    float: none; 
  }
  .header-middle .widget-wrap ul {
    text-align: center;
  }
  .header-top-right {
    margin: 15px auto;
    float: none; 
  }
  .pub-location p {
    text-align: center;
  }
}
@media screen and (max-width: 815px) {
  header {
    text-align: center;
  }
  header img {
    margin: 0 auto;
    float: none;
  }
  .corporate-logo {
    float: none;
  }
  .title-area {
    float: none; 
  }
  .home .site-header .widget-area, .corporate .site-header .widget-area {
    float:none; 
    text-align: center;
  }
  a.corporate-logo img {
    max-height: auto; 
  }
  .callout-content h2 {
    font-size: 20px;
  }

  .home .button {
      font-size: 12px;
  }
  .info-callouts .info-box {
    width: 100%;
  }
  .dark-wrap .blog-dark-left {
    width: 100%;
  }
  .dark-wrap .blog-dark-right {
    width: 200px;
  }
}
@media screen and (max-width: 720px) {
  .mobile-menu{
    display: block;
  }
  .subpage .subpage-title-area, .home .title-area, .corporate .title-area{
    display: none;
  }
  .subpage {
    padding-bottom: 40px;
    position: relative;
  }
  .corporate .site-header .wrap {
      padding: 0 0 55px;
      position: relative;
  }
  .corporate .site-header .widget-area {
    margin-top: 5px;
  }
  .mobile-menu button#responsive-menu-button {
    position: absolute;
    bottom: 0;
    top: initial;
    right: 0;
    width: 100%;
    text-align: right;
    padding-right: 20px;
    z-index: 0;
    background: #2f4770;
  }
  .mobile-menu button#responsive-menu-button:hover{
    background: #4b70b1;
  }

  .dark-wrap .newsletter-left,
  .dark-wrap .newsletter-right {
    width: 80%;
    margin: 10px auto;
    float: none; 
  }
  .call-to-action-bar .callout-box {
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 245px;
    float: left;
    position: relative;
    margin-bottom: 5px;
  }
  .call-to-action-bar .callout-content {
    top: 10%;
  }
  .call-to-action-bar .callout-box:nth-child(2) {
    border-left: 0px solid white;
    border-right: 0px solid white;
  }
  .footer-widgets-1 , .footer-widgets-2 {
    width: 100%;
  }
  .footer-widgets-1 ul li {
    display: inline-block;
    padding: 0 2.5rem 0 0;
  }
  .menu-social-menu-container ul li {
    display: inline-block;
    width: auto !important;
    padding: 0 2.5rem 0 0;
  }
  .footer-widgets-1 h3, .footer-widgets-2 h3 {
    margin-bottom: 0.5rem;
  }
  .ba-image img {
    float: none;
    margin-bottom: 1rem;
  }
  html .ba-image {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  html .ba-post {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
  }
  .ba-social .a2a_label {
    display: none !important;
  }
  .content-left {
    width: 100%;
  }
  .content-right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .content-right iframe {
    max-width: 500px;
  }
}
@media screen and (max-width: 710px) {
  #accordion_0 .item, #menu-drop #accordion_0 .item {
    width: 100%;
  }
  .call-to-action-bar .callout-content {
    top: 15%;
  }
}
@media screen and (max-width: 575px) {
  .history .wrap h2.history-box {
    font-size: 6.2vw;
  }
  .locations-wrap .location-box {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .dark-wrap input[type="submit"] {
    width: 100px;
  }
  .eye-date table {
    font-size: 80%;
  }
  button.jquery-background-video-pauseplay.pause, 
  button.jquery-background-video-pauseplay.play, 
  .video-masthead video.fullscreen-bg__video{
    display: none;
  }
}