/*

	Theme Name: GMT Theme
	Theme URI: http://my.studiopress.com/themes/eleven40/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.0
	Template: genesis
	Template Version: 2.0
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 

*/
/*

HTML5 Reset

---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize

	normalize.css v2.1.2 | 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] {
    display: none
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
/*
a:focus {
    outline: thin dotted
}
*/
a:active,
a:hover {
    outline: 0
}
h1 {
    margin: .67em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #222;
}
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: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .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
}
body input[type="checkbox"],
body input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/* Box Sizing

--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Float Clearing

--------------------------------------------- */

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

/* ------------------------------ WP BLOCK OVERRIDES ------------------------------ */
body .wp-block-button__link {
	color: #fff;
	background-color: #568bb7;
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
}
body .wp-block-button__link:hover {
	background-color: #222;
	color: #fff;
}



body .wp-block-table td,
body .wp-block-table th {
	border: 0;
	padding: .5em;
	border-top: 1px solid #ccc;
}


/* ------------------------------ STRIDE STYLES ------------------------------ */

._mi._before.foundation-icons.fi-alert {
	color: #cc0000;
}

/* New Board Document page styes 6/2020 */

.board-document-archives-list {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: stretch;
}
.board-document-archives-list,
.entry-content ul.board-document-archives-list li {
	list-style-type: none !important;
	margin: 0 3px 3px;
}
.board-document-archives-list li {
	margin: 5px 10px 18px 0;
}
.board-document-archives-list li a {
	background: #77a542;
	padding: 10px;
	color: #fff;
}
.board-document-archives-list li a:hover {
	background: #568bb7;
}
.board-meeting-container {
	background: #f8f8f8;
	padding: 1px 10px 15px 20px;
	margin: 0 0 15px 0;
}


.home .entry-header .entry-title {
	text-align: center;
	margin: 0 0 30px;
	font-size: 3.6rem;
}
/* Modify WP Posts Carousel for Homepage display */
body #wppsac-post-slider-1 {
	background: #ffffff;
	padding: 20px 40px !important;
	border: 0px solid #cc0000;
	width: auto;
}
body .wppsac-post-carousel h2.wppsac-post-title {
	margin: 0 0 !important;
	line-height: 26px;
	text-align: center;
}
body .wppsac-post-carousel.design-1 .wppsac-post-title a:hover {
	color: #80b5ec;
}
body .wppsac-post-carousel.design-1 .wppsac-post-image-bg {
	margin-bottom: 0;
}
body .wppsac-readmorebtn {
	display: none;
	
	background: #568bb7;
	color: #fff !important;
	border-radius: 0;
	/* border: 0px; */
	padding: 7px 15px !important;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05rem;
}
#wppsac-post-slider-1.wppsac-post-slider.design-4 .slick-dots {
	left: 0;
	right: 0;
	bottom: 0;
}
#wppsac-post-slider-1.wppsac-post-slider .wppsac-post-categories ul.wppsac-post-categories-list li a {
	background: #b13634 ;
}
#wppsac-post-slider-1 .wppsac-sub-content,
#wppsac-post-slider-1 .wppsac-post-categories-list  {
	display: block;
}
#wppsac-post-slider-1.wppsac-post-slider h2.wppsac-post-title {
	margin: 5px 0 !important;
	line-height: 26px;
	padding: 0;
}
body .wppsac-post-categories-list {
  display: none;
}

#wppsac-post-carousel-2 {
	background: #fff;
	padding: 15px 10px 30px;
}

body .wppsac-post-date {
  display: none;
}

body .wppsac-sub-content {
  display: none;
}

.primary-system-map.widget-area {
	border-bottom: 12px solid #fff;
	max-width: none;
	margin: 30px auto -20px;
	padding: 0 6% 30px;
}
.page-title-header {
	padding: 40px 0 0 0;
	margin: 0 0 -20px;
}
.logo-holder {
	display: none;
}

#zeno_fr_widget-4 h4.widgettitle {
	padding: 0;
	margin: 0;
}

/* prevents 100% wide inputs in trip planner  */
input#fdate, input#ftime {
	width: auto;
}
.eg-content-trip-planner {
	padding: 2px 0 5px;
	display: block;
	font-size: .9em;
}
input#leave, input#arrive {
	margin: 0 5px;
}

.zeno_font_resizer p {
	margin: 0;
}
#zeno_fr_widget-4 p.zeno_font_resizer {
	margin: 0;
	padding: 0;
}
.zeno_font_resizer a {
	color: #fff;
}

/* Stylize GMT Home link in Next Gen sidebar */
#menu-item-3146 > a {
  background: #527f1a none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  width: 150px;
}
#menu-item-3146 > a:hover {
	background: #333;
}
#menu-item-3146 {
	border-bottom: 0;
}

/* Hide Next Gen page title when page title question is checked */
.hide-page-title header.entry-header {
  display: none;
}

.gmt-next-gen .site-inner {
  border-radius: 10px;
}

/* NEXT GEN NAV STYLES */
/* Hides top nav on Next Gen template */
.gmt-next-gen #menu-main-nav {
  display: none;
}
/* remove default sidebar from Next Gen pages */
.gmt-next-gen .widget.widget_recent_entries {
  display: none;
}

/* #menu-next-gen .menu-item {
  display: inline-block;
  padding: 100px 0 0;
} */
.next-gen-menu-container {
  background: #fff none repeat scroll 0 0;
}
.next-gen-menu-container li {
  display: inline;
}
/* #menu-next-gen {
  text-align: center;
} */
/* #menu-next-gen a {
  font-size: 19px;
  font-weight: 600;
  padding: 10px;
} */


/* Hides archived board documents on board document main page */
.archive-board-document .document_status-archive,
.archive-board-document .document_status-draft {
  display: inline-block;
}

.board-document-document-status-archive .featured-image {
  float: right;
  margin: 0;
}

.sidebar a.button, .sidebar .button a, .sidebar .tribe-events-widget-link a {
  background: #568bb7 none repeat scroll 0 0;
  border-radius: 3px;
  clear: both;
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  margin-top: 10px;
  padding: 10px 25px;
  text-align: center;
  width: 100%;
}

.archive h1.entry-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.after-content h2.entry-title {
  font-size: 18px;
    font-size: 1.2em;
    text-align: center;
}

/* Styles InTransit Header */
.home #featured-content-29 .widget-title.widgettitle {
  /* font-size: 34px;
  font-size: 3.4em; */
  margin: 20px 0 5px;
  padding: 0;
  text-transform: none;
}

.page-id-123 table td {
  padding: 10px 20px;
}
.page-id-123 table {
	background: #fff;
}

body .wp_cart_button_wrapper input {
  margin: 10px 0;
  padding: 5px 20px;
}

.archive .sidebar .entry-title a {
  font-size: 18px;
    font-size: 1.8rem;
}
.sidebar .widget-wrap,
.homepage-sidebar {
  background: #fff none repeat scroll 0 0;
  padding: 10px 4%;
}
.homepage-sidebar {
	margin-bottom: 40px;
}

/* Shopping Cart Styles */
body .shopping_cart img {
  border: medium none;
  box-shadow: none;
  float: right;
}
body .wp_cart_item_name {
  font-size: 18px;
    font-size: 1.8em;
}
body .wspsc_cart_total {
  font-size: 18px;
    font-size: 1.8em;
}
body .wp_cart_checkout_button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  padding: 10px 0;
}
body .shopping_cart h2 {
  float: left;
  font-size: 24px;
    font-size: 2.4rem;
}
body .shopping_cart {
  font-size: 14px;
    font-size: 1.4rem;
}
body tr:nth-child(2n) {
	background: transparent;
}
body tr:nth-child(2n+1) {
	background: transparent;
}
body .wspsc_cart_item_row th {
  padding: 8px;
  background: #222;
  color: #fff;
}
body #tribe-bar-form, body #tribe-bar-collapse-toggle {
	background: #fff;
}

.rfp-details {
  background: #fff none repeat scroll 0 0;
  float: right;
  margin-left: 15px;
  padding: 20px;
  text-align: left;
  width: 33%;
}
.download-rfp {
  font-weight: 600;
  padding: 10px 0 0;
  text-align: center;
}
/* Event Calendar styles */
body #tribe-events-pg-template {
  padding: 0;
}
/* .tribe-events-widget-link a,
.sidebar .more-from-category a {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  padding: 10px 15px;
} */
.tribe-events-widget-link a:hover,
.sidebar .more-from-category a:hover {
	background: #568bb7;
	color: #fff !important;
}
body .tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin {
	color: #568bb7 !important;
}
body .tribe-events-schedule h2 {
	color: #333;
	font-size: 20px;
	font-size: 2em;
	font-style: normal;
	font-weight: 600;
	font-family: "century-gothic";
}
body .tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
	color: var(--tec-color-text-primary);
	font-family: "century-gothic";
	font-weight: var(--tec-font-weight-bold);
	line-height: 1.3;
}

body.single-tribe_events .tribe-events-event-meta {
  font-size: 16px;
    font-size: 1.6rem;
	font-family: "century-gothic";
}
body.single-tribe_events .tribe-events-single-event-title {
	font-family: "century-gothic";
	font-size: 4rem;
}
a.tribe-events-read-more {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  padding: 10px 15px;
}
a.tribe-events-read-more:hover {
  background: #568bb7 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  padding: 10px 15px;
}
.tribe-events-page-template .site-inner {
  padding: 30px;
}
body .tribe-events-calendar tr:nth-child(2n) {
  background-color: #fff;
}
h4.tribe-event-title {
  padding: 0 !important;
  margin: 0 !important;
}
.tribe-events-start-time-label,
.tribe-events-event-categories-label,
.tribe-events-start-date-label {
	font-weight: 700;
}
body body .tribe-events-schedule h2,
body .tribe-common .tribe-common-h2,
body .single-tribe_events .tribe-events-single-event-title,
body .tribe-events-content,
body .tribe-events-meta,
body .tribe-common .tribe-common-b2,
body .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
	font-family: "century-gothic" , sans-serif;
}
.sidebar li.tribe-events-list-widget-events {
	padding-bottom: 10px !important;
}
.tribe-events-widget-link,
.more-from-category {
  margin: 0 !important;
  padding: 0 0 5px;
}
.rfp-details {
  background: #fff none repeat scroll 0 0;
  float: right;
  margin-left: 15px;
  padding: 20px;
  width: 33%;
}

.archive-board-document .entry-title {
  font-family: century-gothic;
  font-weight: 600;
  margin: 0 0 10px;
}
.post-type-archive-board-document article:nth-child(2n) {
	clear: left;
}
.board-document-document-status-archive .entry-title a,
.archive-board-document .entry-title a {
  color: #77a542;
}
.archive-board-document .entry-title a:hover,
.board-document-document-status-archive .entry-title a:hover {
  color: #568bb7;
}
.archive-board-document .entry,
.board-document-document-status-archive .entry {
  background: #f8f8f8 none repeat scroll 0 0;
  border-bottom: 10px solid #cdd8c0;
  border-right: 10px solid #cdd8c0;
  display: inline-block;
/*   float: left; */
  height: auto;
  margin: 15px 2%;
  padding: 15px 3%;
  vertical-align: top;
  width: 46%;
}
.archive-board-document .featured-image {
  display: none;
}
.home .metaslider {
  border-bottom: 20px solid #fff;
}
.homepage-icon-nav {
  background: #e3ecd9 none repeat scroll 0 0;
  clear: both;
  position: relative;
  text-align: center;
}
.homepage-icon-nav h4 {
  color: #fff;
  font-size: 20px;
    font-size: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 5px #000, 0 0 1px #000, 0 0 1px #000;
  top: -137px;
  width: 100%;
  z-index: 999;
}
.homepage-icon-nav .homepage-icon {
  display: inline-block;
    font-size: 1em;
  font-weight: 600;
  margin: -72px auto 0;
  position: relative;
  text-align: center;
  width: 165px;
}

.circle-link a {
  /* background: #808080 none repeat scroll 0 0; */
  background: #222 none repeat scroll 0 0;
  border: 14px solid #fff;
  border-radius: 100px;
  color: #fff !important;
  display: block;
  font-size: 50px;
   /*  font-size: 5em; */
  font-weight: 600;
  height: 120px;
  line-height: 1.75;
  margin: 0 auto 10px;
  text-align: center;
  width: 120px;
}
.circle-link a:hover {
	background: #568bb7;
	box-shadow: 0 0 3px #568bb7, 0 0 2px #568bb7, 0 0 1px #568bb7;
}
/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.homepage-slider {
  clear: both;
}

.homepage-slider .textwidget {
  clear: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 20%;
}
.featured-content-in-transit .widget-title {
  font-size: 28px;
    font-size: 2.8em;
}

.pre-header #black-studio-tinymce-17 {
  color: #e0f0cd;
  float: left;
  font-size: 14px;
    font-size: .9em;
  margin: 9px 0 0;
}
.pre-header {
  padding: 10px 0 0;
  background-color: #77a542;
}
.pre-header a {
	color: #e0f0cd;
	text-decoration: underline;
}
.pre-header a:hover {
	color: #fff;
}

.pre-header .widget {
  float: right;
  padding: 0 1%;
  width: auto;
}

.pre-header .search-form {
  float: right;
  margin: 0 0 10px;
}
.pre-header .search-form > input {
  background: #99cc5f url("images/search-icon-white.png") no-repeat scroll center right;
  border: 0 none;
  border-radius: 5px;
  box-shadow: none;
  color: #fff !important;
  float: right;
  opacity: 1;
  width: 160px;
}

body.page-id-267 .theme-light.slider-wrapper {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 12px #eee;
    margin: 0 0 17px 20px;
    padding: 10px;
}
body .theme-light.slider-wrapper {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 12px #eee;
    margin: 0 0 15px;
    padding: 10px;
}

/* Contact Map box styles */

.contact-map-box {
    background: #e1ecf2 none repeat scroll 0 0;
    line-height: 0;
    margin: 0;
}
/* Homepage slide overlay styles */

.homepage-slider-overlay {
 /* background-color: rgba(255, 255, 255, 0.7); */
    border-radius: 0;
    margin: 20px;
    opacity: 0.9;
    padding: 0 20px 13px;
    position: absolute;
    right: 0;
    width: 33%;
    z-index: 99;
}
.homepage-slider-overlay .button,
.homepage-sidebar .button {
	margin-top: 0;
	width: 100%;
}
.homepage-slider-overlay-wrap {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
}

/* Boxed Layout Styles */

.site-container {
    margin: 0 auto;
/*     max-width: 1400px; */
}
.site-inner {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
}
.home .site-inner,
.page-id-13996 .site-inner {
    background: #eee;
}
/* .home .sidebar h4.widgettitle {
  margin: 0;
  padding: 10px 4.5%;
} */

/* END Boxed layout */

.full-width-content .entry-title {
    font-size: 48px;
        font-size: 4.8rem;
    font-weight: 700;
}
.entry-content h2 {
    clear: left;
    padding: 10px 0 5px;
}

.full-width-content .entry-header,
.full-width-content .entry-content h3 {
/*     text-align: left; */
}
.full-width-content .entry-content h3 {
/*     text-align: center; */
    margin: 10px 0;
}

body .omsc-infobox {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    box-shadow: none;
    color: #222;
    float: right;
    margin: 0 0 10px 2%;
    padding: 0.7em 1em;
    position: relative;
    width: 40%;
}
body .omsc-tabs {
	background: #fff;
}
body .omsc-tabs-control li a {
	background: #eee;
	display: block;
	font-size: 90%;
	font-weight: 800;
	padding: 0.6em 1em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border-bottom: 4px solid #eee;
}
body .omsc-tabs-control li a:hover {
	background-color: none;
	color: #000;
	color: inherit;
	border-bottom: 4px solid #77a542;
}
body .omsc-tabs-control li.omsc-active a {
	border-bottom: 4px solid #77a542;
}

.site-header ._mi._before {
  /* background: #99cc5f none repeat scroll 0 0; */
  color: #568bb7;
  display: block;
  font-size: 3em !important;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
}
.site-header ._mi:hover._before,
.site-header .current-menu-item ._mi._before {
 /* background: #568bb7 none repeat scroll 0 0;*/
    color: #77a542;
}
.sidebar ._mi._before {
    color: #222;
    line-height: 18px !important;
    text-align: center;
    width: 40px !important;
}
/* ALERT BAR STYLES */

.alert-bar .category-universal-alert {
    background: #e11e25 url("images/alert-icon-small.png") no-repeat scroll 15px center;
    margin-bottom: 0 !important;
    padding: 0 10px 10px 80px !important;
}
.category-universal-alert .entry-title > a {
    color: #ffcc10;
}
.alert-bar .category-universal-alert p {
    margin: 20px 0 0;
}
.alert-bar .more-link,
.category-universal-alert .more-link,
.category-burlington-port-kent-alert .more-link,
.category-burlington-port-kent-alert .more-link,
.category-charlotte-essex-alert .more-link,
.category-charlotte-essex-update .more-link {
    clear: none;
    color: #ffcc10;
    display: inline;
}
.alert-bar a.more-link:hover,
.category-universal-alert a.more-link:hover,
.category-burlington-port-kent-alert a.more-link:hover,
.category-charlotte-essex-update a.more-link:hover,
.category-charlotte-essex-alert a.more-link:hover,
.category-grand-isle-plattsburgh-update a.more-link:hover,
.category-grand-isle-plattsburgh-alert a.more-link:hover {
    color: #fff;
}
.alert-bar.widget-area {
    background: #e11e25 none repeat scroll 0 0;
    position: relative;
    z-index: 99;
}
.alert-bar .wrap {
    text-align: left;
    max-width: 960px;
}
.alert-bar h2.entry-title {
    float: left;
    font-size: 18px;
        font-size: 1.8em;
    line-height: 1em;
    margin: 10px 0 0 !important;
    padding: 0 7px 0 0;
    width: auto;
}


/* Removes default padding and bg color for alert and update widgets - all IDs must be added :( fix? */

#featured-content-4,
#featured-content-6,
#featured-content-12,
#featured-content-11,
#featured-content-14,
#featured-content-13,
#featured-content-30  {
    padding: 0 !important;
    /*  background: transparent !important; */
}
.featured-content-service-alerts.featuredpost.widget-wrap {
	background: #cdddba;
}
.home #featured-content-29 .entry-title {
	margin: 0;
}
/* Adds padding for alerts with image */

.sidebar .category-universal-alert.entry,
.sidebar .category-grand-isle-plattsburgh-alert.entry,
.sidebar .category-burlington-port-kent-alert.entry,
.sidebar .category-charlotte-essex-alert.entry {
    padding: 10px 10px 20px 100px;
}
/* Adds padding for updates - all crossings */

.sidebar .category-update.entry,
.category-burlington-port-kent-update.entry,
.category-grand-isle-plattsburgh-update.entry,
.category-charlotte-essex-update.entry,
.category-burlington-port-kent-alert.entry,
.category-grand-isle-plattsburgh-alert.entry,
.category-charlotte-essex-alert.entry {
    padding: 10px 15px 15px;
}
/* Changes bg on sidebar updates */

.sidebar .category-update.entry {
    background: #0b80c4;
    border-radius: 10px;
    color: #fff;
}
/* Styles category updates on CHARLOTTE crossing (green) */

.category-charlotte-essex-alert.entry,
.parent-pageid-276 .sidebar .category-update.entry,
.page-id-276 .sidebar .category-update.entry {
    background-color: #008800;
}
.parent-pageid-276 .sidebar .category-update.entry h2 a,
.page-id-276 .sidebar .category-update.entry h2 a {
    color: #fff;
}
.parent-pageid-276 .sidebar .category-update.entry h2 a:hover,
.page-id-276 .sidebar .category-update.entry h2 a:hover,
.page-id-276 .sidebar .category-update a.more-link,
.parent-pageid-276 .sidebar .category-update a.more-link {
    color: #ffcc00;
}
/* Styles ROUTE UPDATES on BURLINGTON crossing (yellow) */

.sidebar .category-burlington-port-kent-update {
    background-color: #ffcc10;
    border-radius: 10px;
    color: #222;
}
.parent-pageid-18 .sidebar .category-update.entry h2 a,
.page-id-18 .sidebar .category-update.entry h2 a {
    color: #004875;
}
.parent-pageid-18 .sidebar .category-update.entry h2 a:hover,
.page-id-18 .sidebar .category-update.entry h2 a:hover,
.page-id-18 .sidebar .category-update a.more-link,
.parent-pageid-18 .sidebar .category-update a.more-link {
    color: #004875;
}
.sidebar .category-update.entry h2 a {
    color: #a7dbf9;
}
.sidebar .category-update a.more-link {
    color: #a7dbf9;
}
.sidebar .category-update a:hover.more-link {
    color: #fff;
}
.sidebar .category-update h2.entry-title {
    padding: 0;
}
.sidebar .category-universal-alert h2.entry-title a,
.sidebar .category-grand-isle-plattsburgh-alert h2.entry-title a,
.sidebar .category-burlington-port-kent-alert h2.entry-title a,
.sidebar .category-charlotte-essex-alert h2.entry-title a,
.sidebar .category-grand-isle-plattsburgh-update h2.entry-title a,
.sidebar .category-charlotte-essex-update h2.entry-title a {
    color: #ffcc10;
}
.category-universal-alert h2.entry-title a:hover,
.category-grand-isle-plattsburgh-alert h2.entry-title a:hover,
.category-grand-isle-plattsburgh-update h2.entry-title a:hover,
.category-burlington-port-kent-alert h2.entry-title a:hover,
.category-burlington-port-kent-update h2.entry-title a:hover {
    color: #fff !important;
}
.category-universal-alert h2.entry-title,
.category-grand-isle-plattsburgh-alert h2.entry-title,
.category-burlington-port-kent-alert h2.entry-title,
.category-charlotte-essex-alert h2.entry-title,
.category-universal-update h2.entry-title,
.category-grand-isle-plattsburgh-update h2.entry-title,
.category-burlington-port-kent-update h2.entry-title,
.category-charlotte-essex-update h2.entry-title,
.category-update h2.entry-title {
    margin: 0;
}
.category-universal-alert h2.entry-title a:hover,
.category-grand-isle-plattsburgh-alert h2.entry-title a:hover,
.category-burlington-port-kent-alert h2.entry-title a:hover,
.category-update h2.entry-title a:hover {
    color: #fff;
}
.category-universal-alert,
.sidebar .category-grand-isle-plattsburgh-alert,
.sidebar .category-burlington-port-kent-alert,
.sidebar .category-charlotte-essex-alert {
    background: #e11e25 url("images/alert-icon.png") no-repeat scroll left center;
    color: #eee;
    border-radius: 10px;
}
/* .sidebar .category-update.entry.alert-red,

.sidebar .category-charlotte-essex-alert {

  background: #e11e25 none repeat scroll 0 0;

} */

.category-update {
    background: transparent url("none") no-repeat scroll left center;
    color: #222;
}
.content .category-universal-alert,
.content .category-grand-isle-plattsburgh-alert {
    background: transparent;
    padding: 0;
    color: #222;
}
/* END Alert styles */
/* .seasonal-box {

  border-left: 1px solid #ccc;

  float: right;

  margin: -100px 0 5px 3%;

  padding: 9px 0 0 20px;

  width: 26%;

} */

.seasonal-box img.alignright {
    margin-top: 8px;
    width: 100%;
}
/* Default table styles */
table {
  background: #fff none repeat scroll 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100% !important;
}

table td {
    padding: 8px;
}
tr:nth-child(odd) {
    background-color: #fff;
}
tr:nth-child(even) {
    background-color: #def0fc;
}
tr:hover {
    background-color: #eee;
}
/* Tablepress table styles */

.two-column-table .column-1,
.three-column-table .column-1 {
    font-weight: 700;
}
.two-column-table td {
    width: 50% !important;
}
.tablepress {
    margin-bottom: 0;
}
.sidebar .tablepress .column-1 {
    font-weight: 700;
}
body .tablepress tfoot th,
body .tablepress thead th {
    background-color: #ddd;
    font-weight: 700;
    vertical-align: middle;
}
body .sidebar th {
    background: #e1ecf2 none repeat scroll 0 0;
}
body .sidebar .tablepress .odd td {
    background-color: #f2f7f9;
}
body .sidebar .tablepress tbody td,
body .sidebar .tablepress tfoot th,
body .tablepress thead th {
    border: 0px solid #ddd;
}
body .tablepress td,
body .tablepress th {
    padding: 8px 5px;
}
.tablepress-table-description {
    color: #eb312e;
    padding: 0 0 10px;
}
.tablepress-table-name {
    width: 100% !important;
}
body .tablepress .odd td {
    background-color: #f8f8f8;
}
body .tablepress .even td {
    background-color: #fff;
}
/* Accordion Style Overrides */

body .omsc-accordion {
    clear: both;
    margin: 0;
}
body .omsc-accordion h2 {
    font-size: 20px;
        font-size: 2rem;
    margin: 0;
    padding: 0;
}

.omsc-toggle-title h2 {
	color: #fff;
}
body .omsc-toggle-title {
    background: #568bb7 none repeat scroll 0 0;
    color: #fff;
    -moz-user-select: none;
    border-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 18px;
        font-size: 1.8rem;
    margin-bottom: -1px;
    padding: 10px 20px 10px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
body .omsc-toggle-title:hover {
	background:  #568bb7 none repeat scroll 0 0 !important;
}
body .omsc-toggle.omsc-expanded .omsc-toggle-title {
	background:  #77a542 none repeat scroll 0 0 !important;
}
body .omsc-accordion .omsc-toggle {
	background: #fff;
}
/* Table styles */

body .omsc-toggle-inner {
	overflow: scroll; 
    padding: 20px 4%;
}
.theme-default .nivo-controlNav {
    margin-top: -110px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9999999;
}
/* Hides Featured Project category from News/Blog sidebar */

.sidebar #categories-3 .cat-item.cat-item-20 {
    display: none;
}
#black-studio-tinymce-9,
.page-id-7 #metaslider_widget-9,
.page-id-70 #metaslider_widget-9 {
    display: none;
}
.page-id-7 #black-studio-tinymce-9 {
    display: block;
}
#black-studio-tinymce-9 {
    display: none;
}
.sidebar #featured-post-2 a {
    font-weight: 500;
}
.home .pre-footer .entry-title > a {
    color: #666;
    font-size: 23px;
        font-size: 2.3em;
    font-weight: 300;
    line-height: 1.2;
}
.home .pre-footer .entry-title > a:hover {
    color: #eb312e;
}
body .wc-gallery .gallery-caption p {
    text-align: center;
}
.page-id-7 #featured-page-6 {
    display: none;
}
.sidebar input,
.sidebar select,
.sidebar textarea {
    background: #fff none repeat scroll 0 0;
    color: #222;
    font-weight: 600;
}
.wc-gallery-captions-show .gallery-caption {
    background: #fff none repeat scroll 0 0 !important;
}
/* Fix Flex Slider arrows */

body .flex-direction-nav .flex-next:hover,
body .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 10px !important;
}
body .flex-direction-nav .flex-prev:hover,
body .flex-direction-nav .flex-prev {
    left: 10px !important;
}
.flex-direction-nav a {
    opacity: 1 !important;
}
.footer-widgets h3 {
    color: #fff;
    font-weight: 600;
}
.home .sidebar-primary .widget-title.widgettitle {
    color: #666;
    font-size: 24px;
        font-size: 2.4em;
    letter-spacing: 1px;
    margin: 5px 0 10px;
    padding: 0;
    text-transform: uppercase;
}
/* .homepage-sidebar {
    background: #eee;
	border-radius: 10px;
    float: left;
    margin: 20px 0 0;
    width: 100%;
    padding: 0 0 10px 0;
} */
.home .post-date {
    display: block;
    font-size: 12px;
        font-size: 1.2em;
}
.sidebar-primary.widget-area {
  border-left: 1px solid #ccc;
  margin: 0;
  padding: 60px 0 20px 2.5%;
}

.has-featured-image .site-inner {
    margin-top: -8px;
    position: relative;
}
.sidebar .current-menu-item a {
    font-weight: 700;
}
.metaslider .caption > h4 {
    color: #eb312e;
    font-size: 12px;
    	font-size: 1.2em;
    font-weight: 900;
    margin: 0;
    text-align: center;
}


.site-footer .dashicons.dashicons-heart {
    font-size: 14px;
    	font-size: 1.4em;
    margin-top: 2px;
}
/* Featured image on pages */

.featured-image {
  float: none;
  margin: 0;
}
.featured-image img {
	margin-bottom: 15px;
}
.search .featured-image {
  float: right;
  margin: 0;
  width: 50%;
}
.hide-featured-image .featured-image {
    display: none;
}
.featured-image .wrap {
    line-height: 0;
    margin: 0;
}
.full-width-featured-image .featured-image {
    float: none;
    margin: 0 0 15px;
    max-width: 100%;
    width: 100%;
}
/* Homepage Metaslider styles */

.home .metaslider .caption-wrap {
    background: transparent none repeat scroll 0 0;
    color: white;
    display: block;
    line-height: 1.4em;
    margin: 0 auto;
    max-width: 1160px;
    opacity: 0.95;
    position: absolute;
    right: 0;
    top: 4%;
}
.home .metaslider .caption {
    float: right;
    font-size: 52px;
        font-size: 5.2em;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 auto;
    max-width: 600px;
    padding: 20px 10px;
    text-align: center;
    text-shadow: 2px 2px 1px #004875, 2px 2px 14px #004875, 2px 2px 1px #004875, 2px 2px 1px #004875;
    word-wrap: break-word;
}
.caption > span {
    clear: both;
    display: block;
    font-size: 60%;
}

.genesis-grid .entry-time {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 12px;
        font-size: 1.2em;
    font-weight: 400;
    left: 0;
    margin: 5px 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
#full-image {
    text-align: center;
}
.widget-area .page-list-ext .page-list-ext-image {
    display: inline;
    float: left;
    margin: 20px 15px 15px 0;
}
.widget-wrap .page-list-ext,
.widget-wrap .page-list-ext-image {
    display: inline;
    margin: 0;
}
.clear-line {
    clear: both;
}
.wp-caption.alignright {
    background: none repeat scroll 0 0 transparent;
    padding: 10px 1.5%;
}
.more-link {
    clear: none;
    display: block;
    margin-top: 5px;
    word-wrap: none;
}
a.button,
.button a,
.tribe-events-widget-link a {
    background: #568bb7 none repeat scroll 0 0;
    border-radius: 3px;
    clear: both;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 25px;
}
a.button:hover,
.tribe-events-widget-link a:hover {
    background: none repeat scroll 0 0 #004875;
    color: #fff;
}
.homepage-slider-overlay a.button,
.homepage-slider-overlay .button a {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  color: #222;
  padding: 15px 25px;
}

.homepage-slider-overlay a.button:hover,
.homepage-slider-overlay .button a:hover {
	background: #eee;
	color: #222;
}

.page-list-ext .page-list-ext-image {
    display: inline;
    float: left;
    margin: 5px 15px 5px 5px;
}
.page-list-ext .page-list-ext-image {
    max-width: 40% !important;
}
body .page-list-ext .page-list-ext-item {
    clear: none;
    float: left;
    margin: 5px 5% 0px 0;
    width: 100%;
}
.widget-wrap .page-list-ext-item {
    width: 100% !important;
}
/* SIDEBAR TYPOGRAPHY STYLES */

.sidebar p {
	font-size: .9em;
    margin: 0 0 5px;
}
.sidebar h4,
.sidebar h2 a {
    font-size: 20px;
        font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 13px 0 0;
}
h2.tribe-events-widget-events-list__header-title.tribe-common-h6.tribe-common-h--alt,
.sidebar h4.widgettitle,
h4.content-title {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  font-family: "century-gothic";
  font-size: 16px;
    font-size: 1em; 
  font-weight: 600;
  margin: -10px -4% 10px;
  padding: 10px 4%;
  text-transform: uppercase;
}
h4.content-title {
	text-align: center;
	 margin: 0;
}
.entry-content > h3 {
    clear: left;
    margin: 15px 0 0;
    padding: 0 0 10px;
}
.footer-widgets p {
    color: #eee;
}

.footer-widgets a:hover {
    color: #fff;
}
.footer-widgets .entry-title {
    font-size: 16px;
        font-size: 1.6em;
    line-height: 1.2em;
}
.footer-widgets .event-date {
    color: #222;
    margin-bottom: 5px !important;
}
.site-header .title-area {
    float: left;
    width: 24%;
}
.flexslider {
    margin: 0 !important;
}
.flex-control-nav {
    bottom: 20px !important;
    z-index: 9999;
}
.blog .entry-title > a {
    font-size: 32px;
        font-size: 3.2em;
    font-weight: 300;
}
.entry-content .event-list ul li {
    list-style-type: none;
}
input#intextbox,
select,
textarea {
    background-color: #fff;
    border: 0 solid #eaf4f8;
    padding: .8rem !important;
    width: 250px;
    margin-right: 1%;
}
.widget.widget_metaslider_widget {
    margin: 0;
    width: 100%;
}
body .home .metaslider .caption-wrap {
    background: transparent none repeat scroll 0 0;
    position: absolute;
}
body .metaslider .caption-wrap {
    background: transparent none repeat scroll 0 0;
    position: relative;
}
/*



Defaults



---------------------------------------------------------------------------------------------------- */
/* Typographical Elements



--------------------------------------------- */

html {
    font-size: 62.5%;
    /* 10px browser default */
}
body {
/*     background: #77a542 url("images/bg-mountains.png") repeat-x fixed center bottom; */
	background: #fff;
    color: #222;
    font-family: "century-gothic" , sans-serif;
    font-size: 16px;
        font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.625;
	padding: 0;

}
body.eleven40-landing {
    background: url(images/texture.png);
}
a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
::-moz-selection {
    background-color: #3C4442;
    color: #fff;
}
::selection {
    background-color: #3C4442;
    color: #fff;
}
a {
    color: #568bb7;
    text-decoration: none;
}
a:hover, .sidebar a:hover {
    color: #538521;
}
p {
    clear: left;
    margin: 0 0 12px;
    padding: 0;
}
strong {
    font-weight: 700;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
blockquote,
blockquote::before {
    color: #999;
}
blockquote {
    margin: 40px 40px 24px;
    margin: 4rem 4rem 2.4rem;
}
blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}
.entry-content code {
    background-color: #3C4442;
    color: #ddd;
}
cite {
    font-style: normal;
}
/* Headings

--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
/*     color: #77a542; */
    font-family: "century-gothic" , sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 30px 0 10px;
    padding: 0;
    clear: both;
}
h1 {
    font-family: "century-gothic" , sans-serif;
    font-size: 36px;
        font-size: 2.4em;
    margin-top: 0;
}
h2 {
    font-size: 28px;
        font-size: 2.8rem;
}
h3 {
    font-size: 24px;
        font-size: 2.4rem;

}
h4 {
    font-size: 20px;
    font-size: 2rem;
    margin: 35px 0 15px;
}
h5 {
    font-size: 16px;
        font-size: 1.6rem;

}
h6 {
    font-size: 16px;
        font-size: 1.6rem;
}

h2.tribe-events-widget-events-list__header-title.tribe-common-h6.tribe-common-h--alt {
	font-weight: 700 !important;
	font-family: inherit;
	font-size: 20px;
	text-align: center;
	margin: -10px -4% 10px;
	padding: 10px 4% !important;
	width: 100%;
	margin: 0 auto -22px;
	font-size: 1.6rem;
	font-size: 16px;
}
.tribe-events-widget-events-list__event-title-link.tribe-common-anchor-thin {
	font-size: 2rem;
}

/* Objects
--------------------------------------------- */

embed,
img,
object,
video,
.wp-caption {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
    border: 0;
}
.featured-content img,
.gallery img {
    width: auto;
    /* IE8 */
}
/* Forms

--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
  /*  box-shadow: 1px 1px 3px #eee inset; */
    border: 1px solid #ccc;
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px;
    padding: .8rem;
    width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #568bb7;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: "century-gothic" , sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    padding: 13px 25px;
    text-transform: uppercase;
    width: auto;
    margin: 0 1% 1% 0;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
    background-color: #222;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}
/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
}
th,
td {
    text-align: left;
}
th {
	font-weight: bold;
	line-height: 1.2;
	vertical-align: top;
	padding: 0 5px 10px;
}
td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
    padding: 0.6rem 0;
}
/*

Structure and Layout

---------------------------------------------------------------------------------------------------- */
/* Site Containers

--------------------------------------------- */

.wrap {
    margin: 0 auto;
    max-width: 1360px;
}
.eleven40-landing .wrap {
    max-width: 800px;
}
.site-inner {
    clear: both;
    margin: 0 auto;
}
.site-inner .wrap {
    border-bottom: 0;
	margin: 0 auto;
	max-width: 1360px;
	
}
.eleven40-landing .site-inner {
    margin: 0;
    padding: 0;
}
.eleven40-landing .site-inner .wrap {
    border: none;
}
/* 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: 70%;
}
.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}
.sidebar-sidebar-content .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap {
    float: right;
}
/* Content */

.content {
    border-right: 0 solid #ddd;
    padding: 60px 3% 35px;
    width: 64%;
}
.sidebar .entry-title {
    font-size: 16px;
        font-size: 1.6rem;
	margin: 0;
	padding: 0;
}
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
    width: 72%;
}
.content-sidebar .content {
    border-left: none;
    border-right: 1px solid #ccc;
    float: left;
    margin-right: -1px;

}
.content-sidebar-sidebar .content {
    border-left: none;
    float: left;
    padding-left: 0;
}
.sidebar-content-sidebar .content {
    float: left;
}
.sidebar-content .content {
    border-right: none;
    float: left;
    padding-right: 0;
}
.sidebar-sidebar-content .content {
    border-right: none;
    padding-right: 0;
}
.full-width-content .content {
    border: medium none;
    padding: 20px 4.5% 0;
    width: 100%;
}
/* Primary Sidebar */

.sidebar.widget-area {
    background: transparent;
}
.sidebar-primary {
    background: #efefef;
    float: left;
    width: 35%;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}
/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 25%;
}
.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}
/* Genesis Grid Loop

--------------------------------------------- */

.genesis-grid-even,
.genesis-grid-odd {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    width: 48%;
}
.genesis-grid-even {
    float: right;
}
.genesis-grid-odd {
    clear: both;
    float: left;
}
.genesis-grid .entry-title,
.genesis-grid .entry-title a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
}
/* 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;
}
/*

Common Classes

---------------------------------------------------------------------------------------------------- */
/* WordPress

--------------------------------------------- */

.avatar {
    float: left;
}
.alignleft .avatar {
    margin-right: 24px;
    margin-right: 2.4rem;
}
.alignright .avatar {
    margin-left: 24px;
    margin-left: 2.4rem;
}
.search-form {
    width: 50%;
}
.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}
img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 10px;
}
img.alignnone {
    margin-bottom: 0;
}
.alignleft {
    float: left;
    text-align: left;
}
.alignright {
    float: right;
    text-align: right;
}
img.alignleft,
.featured-content .alignleft img,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}
img.alignright,
.featured-content .alignright img,
.wp-caption.alignright {
    margin: 0 0 5px 10px;
}
.wp-caption-text {
    font-size: 14px;
        font-size: 1.4em;
    font-weight: 400;
    margin: 0;
    text-align: left;
    color: #999;
}
.widget_calendar table {
    width: 100%;
}
.widget_calendar td {
    text-align: center;
}

/* Plugins */

/* Shortcodes Ultimate - Accordions */
/* su_spoiler */
body .su-spoiler-style-default > .su-spoiler-title {
	background: #568bb7;
	color: #fff;
	font-size: 2rem;	padding-left: 15px;
	padding-right: 15px;
	padding: 15px 15px 15px 15px;
}
body .su-spoiler-icon {
	right: 20px !important;
	left: auto !important;
	top: 16px;
}
body .su-spoiler {
	margin-bottom: .5em;
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
}




/* Greenshift Accordions  */ 
body .gs-accordion-item .gs-accordion-item__title,
body .gs-accordion-item .gs-accordion-item__title {
	background-color: #568bb7 !important;
}
body .gs-accordion-item.gsopen .gs-accordion-item__title, 
body .gs-accordion-item.gsopen .gs-accordion-item__title {
	background-color: #77a542 !important;
}



body .gs-accordion-item__title > * {
	color: #ffffff !important;
}
body .gs-accordion .gs-accordion-item {
	margin: 0;
}

body .gs-accordion .gs-accordion-item__title span.iconfortoggle .gs-iconafter,
body .gs-accordion .gs-accordion-item__title span.iconfortoggle .gs-iconbefore {
	background-color: #fff;
}
body .gs-accordion .gs-accordion-item__heading {
	outline: 0;
	text-decoration: none;
	font-weight: 700;
	font-size: 2rem;
	line-height: 21px;
	margin: 0 !important;
	padding: 15px 40px 15px 15px;
}




body .wppsac-post-content {
	padding-bottom: 10px;
	text-align: center;
}

/* Event Calendar */
.tribe-common-g-row.tribe-events-widget-events-list__event-row {
	background: #fff;
	padding: 2rem;
}
.tribe-events-widget-events-list__event-datetime-wrapper.tribe-common-b2.tribe-common-b3--min-medium {
	font-size: 16px !important;
	font-weight: 900;
	color: #568bb7;
}
body .tribe-events-widget-events-list__event-date-tag-month {
	font-weight: 900 !important;
	font-size: 16px !important;
	color: #000 !important;
}

/* Inline #52 | https://ridegmt.com/ */

body .tribe-events-widget-events-list__event-date-tag-month {
  background: #eee;
}

body .tribe-events-widget-events-list__event-date-tag-daynum.tribe-common-h2.tribe-common-h4--min-medium {
  background: #eee;
}
body .tribe-events-widget-events-list__event-date-tag.tribe-common-g-col {
	padding: 0 1%;
}
body .tribe-events-widget-events-list__event-details {
	padding: 0 2% !important;
}

/* Genesis

--------------------------------------------- */

.breadcrumb {
    background-color: #eaf4f8;
    font-size: 14px;
        font-size: 1.4em;
    margin-bottom: 32px;
    padding: 12px 16px;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
    margin: 0 -40px 40px;
}
.archive-description h1, .author-box h1 {
  border-radius: 5px;
  color: #222;
  font-family: "century-gothic",sans-serif;
  font-size: 16px;
      font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 4px;
  padding: 10px 0;
  text-transform: uppercase;
}
.archive-description p,
.author-box p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 0;
}
.author-box .avatar {
    margin-right: 24px;
}
/* Headings



--------------------------------------------- */

.entry-title {
    color: #222;
    padding: 0;
    margin: 10px 0;
}
.home h1.entry-title {
    color: #222;
   /* font-size: 42px;
        font-size: 4.2em; */
}
.sidebar .widgettitle {
    font-size: 16px;
        font-size: 1.6em;
}

.entry-title a:hover {
    color: #222;
    text-decoration: none;
}
.widgettitle {
    clear: left;
    color: #77a542;
    font-family: "century-gothic";
   /* font-size: 16px;*/
        font-size: 1.2em; 
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}
.site-header .widget-area .widgettitle {
    color: #fff;
    margin-bottom: 4px;
}
.site-header .wrap {
    max-width: 1330px;
}
.sidebar .widgettitle a {
    border: none;
}
.archive-title {
    font-size: 20px;
        font-size: 2.0em;
    margin-bottom: 24px;
}
/* Widgets */
/* Featured Page and Featured Post */

.featured-content .entry {
    margin-bottom: 10px;
    /* padding: 0; */
}
/* SITE HEADER */

.site-header {
    background: #f1f1f1;
    /* box-shadow:0 0 40px #ccc; */
    border-radius: 5px 5px 0 0;
    position: relative;
    width: 100%;
    z-index: 999;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
.header-image .site-header {
    padding: 0;
}
/* Title Area */

.title-area {
    float: left;
    width: 320px;
}
.site-title {
    font-family: "jaf-bernina-sans-comp", sans-serif;
    font-size: 20px;
        font-size: 2.0em;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
}
.site-title img {
    padding: 20px 2%;
    text-align: center;
    width: 250px;
}
.header-image .site-title {
    padding: 0;
}
.site-title a,
.site-title a:hover {
    color: #fff;
    text-decoration: none;
	padding: 0 20px;
}
.site-description {
    border-bottom: double #ddd;
    border-top: double #ddd;
    font-size: 30px;
        font-size: 3em;
    overflow: hidden;
    margin: 40px 0 0;
    padding: 24px 0;
    text-align: center;
    display: none;
}
/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
}
.header-image .site-title a {
    display: block;
}
/* Logo, hide text */

.header-image .title-area {
    padding: 0;
}
.header-image .site-title a {
    float: left;
    width: 100%;
}
/* Widget Area

--------------------------------------------- */

.site-header .widget-area {
    color: #777;
    float: right;
    text-align: right;
    font-size: 12px;
        font-size: 1.2em;
    margin: 0;
    overflow: hidden;
    width: 76%;
}
.site-header .search-form {
    float: right;
    margin-top: 6px;
    margin-top: 0.6rem;
}
.site-header .widget_text {
    margin-top: 7px;
    margin-top: .7rem;
}
/*



Site Navigation



---------------------------------------------------------------------------------------------------- */

#menu-secondary-navigation {
    margin: 0 2%;
}
.genesis-nav-menu {
    clear: both;
    color: #fff;
    font-family: "century-gothic" , sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}
.genesis-nav-menu .sub-menu {
    font-family: "century-gothic" , arial, sans-serif;
    color: #fff;
}
.genesis-nav-menu .sub-menu li.menu-item-has-children > a {
    background: #568bb7 url("images/arrow.png") no-repeat scroll right center;
}
.genesis-nav-menu .sub-menu li.menu-item-has-children > a:hover {
    background: #004875 url("images/arrow.png") no-repeat scroll right center;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}
.genesis-nav-menu a {
  border: medium none;
  display: block;
  padding: 10px 20px;
  position: relative;
}
.genesis-nav-menu > a:hover,
.genesis-nav-menu > .current-menu-item > a {
    color: #EB312E;
    text-decoration: none;
}
/* Universal styles for TOP NAV ICONS */

.genesis-nav-menu > .menu-item > a,
.menu-next-gen-container > .menu-item > a {
  color: #222;
  font-family: "century-gothic";
  font-size: 16px;
      /* font-size: 1.6em; */
  font-weight: 600;
  padding: 37px 20px;
  text-align: center;
  text-transform: uppercase;
}

.genesis-nav-menu > .menu-item > a:hover,
.genesis-nav-menu > .menu-item > a:hover i {
    color: #77a542 !important;
    border: 0;
}
#menu-main-nav > .current-page-ancestor > a,
#menu-main-nav > .current-menu-item > a,
#menu-main-nav > li > a:hover {
    color: #568bb7;
    /*  border: 0; */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,ffffff+100&0.25+0,0+100 */
background: -moz-linear-gradient(top,  rgba(204,204,204,0.25) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(204,204,204,0.25) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(204,204,204,0.25) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40cccccc', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#menu-main-nav > .current-page-ancestor ._mi._before,
#menu-main-nav > .current-menu-item ._mi._before {
  color: #568bb7;
}


/* NAV OFF STATES */

.menu-item-998 a {
    background-image: url("images/home-nav-off.png");
}
.menu-item-14 a {
    background-image: url("images/contact-nav-off.png");
}
.menu-item-536 a {
    background-image: url("images/about-nav-off.png");
}
.menu-item-16 a {
    background-image: url("images/visit-nav-off.png");
}
.menu-item-17 a {
    background-image: url("images/info-nav-off.png");
}
.menu-item-20 a {
    background-image: url("images/routes-nav-off.png");
}
/* NAV ON STATES */

.menu-item-998 a:hover,
.current-page-ancestor.menu-item-998 a,
.current-menu-item.menu-item-998 a {
    background-image: url("images/home-nav-on.png");
}
.menu-item-14 a:hover,
.current-page-ancestor.menu-item-14 a,
.current-menu-item.menu-item-14 a {
    background-image: url("images/contact-nav-on.png");
}
.menu-item-536 a:hover,
.current-page-ancestor.menu-item-536 a,
.current-menu-item.menu-item-536 a {
    background-image: url("images/about-nav-on.png");
}
.menu-item-16 a:hover,
.current-page-ancestor.menu-item-16 a,
.current-menu-item.menu-item-16 a {
    background-image: url("images/visit-nav-on.png");
}
.menu-item-17 a:hover,
.current-page-ancestor.menu-item-17 a,
.current-menu-item.menu-item-17 a {
    background-image: url("images/info-nav-on.png");
}
.menu-item-20 a:hover,
.current-page-ancestor.menu-item-20 a,
.current-menu-item.menu-item-20 a {
    background-image: url("images/routes-nav-on.png");
}
li#menu-item-20:hover > li a {
    background-image: url("images/routes-nav-on.png");
}
#menu-secondary-navigation a {
    border: 0 none;
    padding: 10px;
}
#menu-main-navigation > .menu-item.current-menu-item > a {
    color: #EB312E;
    font-weight: 400;
    /* margin: 37px 0 20px;

  padding: 0 10px; */
    
    text-align: center;
    text-transform: uppercase;
}
#menu-main-navigation > .menu-item > a:hover {
    background: #fff;
    color: #eb312e;
}
.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: 190px;
    z-index: 99;
}
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    color: #fff;
    font-size: 16px;
        font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1em;
    padding: 15px 10px;
    position: relative;
    width: 284px;
}
.genesis-nav-menu .sub-menu .sub-menu a {
    /* border-top: 1px solid #004875; */
}
.genesis-nav-menu .sub-menu .sub-menu a:hover {
    background: #003354;
}
.genesis-nav-menu .sub-menu a:hover {
    color: #fff !important;
    background: #004875;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 283px;
    background: #D81313;
}
.genesis-nav-menu .menu-item:hover {
    position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu > .first > a {
    padding-left: 0;
}
.genesis-nav-menu > .last > a {
    padding-right: 0;
}
.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 22px 18px;
    padding: 2.2rem 1.8rem;
    text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}
.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}
.genesis-nav-menu > .search {
    padding: 8px 12px 0 0;
}
.genesis-nav-menu .search-form {
    width: 100%;
}
/* Site Header Navigation

--------------------------------------------- */

.site-header .sub-menu a {
    background: #38403E;
}
.site-header .current-menu-item > a,
.site-header .genesis-nav-menu a:hover,
.site-header .sub-menu a:hover {
    color: #333;
}
/* Primary Navigation



--------------------------------------------- */

.nav-primary .sub-menu a {
    background: #568bb7 none repeat scroll 0 0;
    border-bottom: 1px solid #0064a3;
   /* border-top: 1px solid #7ea7d3; */
}
.nav-primary a:hover {
    color: #EB312E;
    border-bottom: 1px solid #7ea7d3;
   /* border-top: 1px solid #0064a3; */
}
.nav-primary > .current-menu-item > a {
    color: #EB312E;
    border-bottom: 0;
    border-top: 0;
}
.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a:hover {
    color: #fff;
}
.nav-primary .sub-menu .current-menu-item > a {
    color: #fff;
}
/* Testimonial Widget Styles */

.testimonial_rotator_widget blockquote cite,
.testimonial_rotator_slide_title {
    background: url("images/speech-arrow.png") no-repeat scroll -23px top rgba(0, 0, 0, 0);
    bottom: -35px;
    color: #ccc;
    display: block;
    font-size: 14px !important;
        font-size: 1.4em !important;
    font-style: normal;
    font-weight: 400;
    margin-top: 3.5em !important;
    padding-top: 14px !important;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
}
.widget.TestimonialRotatorWidget {
    margin-bottom: 35px;
}
.testimonial_rotator_widget_wrap {
    margin-bottom: 44px;
    position: relative;
}
#testimonialrotatorwidget-3 blockquote,
.testimonial_rotator_quote {
    background: url("images/quote.png") no-repeat scroll 5px 5px #2a2a2a;
    color: #eee;
    content: "“";
    font-size: 16px;
        font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    padding: 20px 6% 30px 11% !important;
}
/* Secondary Navigation

--------------------------------------------- */

.nav-secondary,
.nav-secondary .sub-menu a {} .nav-secondary {
    background: #eee url("images/graylines.jpg") repeat scroll 0 0;
}
.nav-secondary .wrap {
    border: none;
}
.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .sub-menu a:hover,
.nav-secondary .sub-menu .current-menu-item > a:hover {
    color: #222;
}
.nav-secondary .sub-menu .current-menu-item > a {
    color: #EB312E;
}
/*

Content Area

---------------------------------------------------------------------------------------------------- */
/* Entries

--------------------------------------------- */

.entry {
    margin-bottom: 15px;
    position: relative;
}
.single .entry {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}
.eleven40-landing .entry {
    background-color: #fff;
    padding: 40px 40px 16px;
    padding: 4rem 4rem 1.6rem;
}
.entry-content ol,
.entry-content p,
.entry-content ul {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}
.entry-content ol,
.entry-content ul {
    margin: 0 30px;
}
.entry-content ol li {
    list-style-type: decimal;
}
.entry-content ul li {
    list-style-type: disc;
    margin: 0 0 3px;
}
.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
    margin-bottom: 0;
}
.entry-meta {
    clear: both;
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
}
.entry-header .entry-meta {
    margin-bottom: 10px;
}
.entry-footer .entry-meta {
    padding-top: 12px;
    padding-top: 1.2rem;
}
.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
    margin: 0 0.6rem 0 0.2rem;
}
.entry-categories,
.entry-tags {
    display: block;
}
/* Pagination

--------------------------------------------- */

.archive-pagination,
.entry-pagination {
    clear: both;
    font-family: "century-gothic" , sans-serif;
    font-size: 14px;
        font-size: 1.4rem;
    margin: 40px 0;
}
.archive-pagination li {
    display: inline;
}
.archive-pagination a {
    background-color: #3C4442;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
}
.archive-pagination a:hover,
.archive-pagination li.active a {
  background-color: #568bb7;
  text-decoration: none;
}
/* Comments

--------------------------------------------- */

.entry-comments,
.ping-list {
    margin-bottom: 40px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
}
.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;
}
.comment-list li,
.ping-list li {
    list-style-type: none;
    margin-top: 24px;
    padding: 32px;
}
.comment-list li li {
    margin-right: -32px;
}
.comment {
    background-color: #eaf4f8;
    border: 2px solid #fff;
    border-right: none;
}
.comment .avatar {
    margin: 0 16px 24px 0;
}
.form-allowed-tags {
    background-color: #eaf4f8;
    font-size: 14px;
      font-size: 1.4em;
    padding: 24px;
}
/*

Sidebars

---------------------------------------------------------------------------------------------------- */

.sidebar {
    display: inline;
    font-weight: 400;
    padding-top: 20px;
}
.sidebar p:last-child {
    margin-bottom: 0;
}
.sidebar li {
    border-bottom: 1px solid #ddd;
    list-style-type: none;
    margin: 10px 0;
    padding-bottom: 3px;
    word-wrap: break-word;
}
.sidebar .menu li {
    border-bottom: 1px solid #ddd;
    list-style-type: none;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
.sidebar .menu li a {
    padding: 10px;
    display: block;
}
.sidebar .menu li a:hover {
    background: #f8f8f8 none repeat scroll 0 0;
	color: #004785;
}
.sidebar ul {
    margin-bottom: 10px;
}
.sidebar ul ul {
    margin: 0 0 0 4%;
    border: 0px solid #ccc !important;
    padding: 0;
}
.sidebar ul ul li {
    border: 0px;
    list-style-type: disc;
    margin-left: 4%;
}
.sidebar .widget {
    margin-bottom: 20px;
    padding: 0;
}

.sidebar .featured-content-service-alerts.widget {
  background: transparent none repeat scroll 0 0;
}
.sidebar .category-service-alert {
  background: #fff none repeat scroll 0 0;
  border-left: 8px solid #cc0000;
  font-size: 14px;
     font-size: 1.1em;
  padding-bottom: 10px;
}
.sidebar .category-service-alert .entry-title {
  padding: 10px 15px 0 15px;
}
.sidebar .category-service-alert p {
  padding: 0 15px;
}
.category-service-alert a.more-link {
	padding: 0 0 10px;
}
.sidebar .category-service-alert h2 a,
.sidebar .category-service-alert a {
	color: #cc0000;
}
.sidebar .category-service-alert h2 a:hover,
.sidebar .category-service-alert a:hover {
	color: #333;
}
.sidebar .search-form {
    width: 100%;
}
/*

Footer Widgets

---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #222;
	color: #eee;
	clear: both;
	margin-top: 20px;
	padding: 40px 2% 60px;
}
.footer-widgets a {
	color: #80b5ec;
}
.footer-widgets .widgettitle {
	color: #fff;
	text-align: left;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    padding: 15px 2.5%;
    width: 25%;
}
.footer-widgets-4 {
    border-right: 0;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    float: left;
}
.footer-widgets .widget {
    margin-bottom: 0;
}
.footer-widgets .entry-title a {
    color: #568bb7;
    font-size: 16px;
	    font-size: 1.6em;
    font-weight: 600;
}
.footer-widgets li {
    /* border-bottom: 1px solid #555; */
    
    list-style-type: none;
    margin-bottom: 4px;
    padding-bottom: 4px;
    word-wrap: break-word;
}
.footer-widgets .search-form {
    width: 100%;
}
.footer-widgets .latest-tweets li span a {
    color: #ccc;
}
/*



Site Footer

---------------------------------------------------------------------------------------------------- */

.site-footer {
    font-size: 14px;
        font-size: .8em;
    padding: 24px 0 190px;
    text-align: center;
}
.site-footer .wrap {
    margin: 0 auto;
    width: 90%;
}
.site-footer,
.site-footer a {
    color: #fff;
}
.site-footer a:hover {
    color: #eee;
}
.site-footer a.button {
    background: #222 none repeat scroll 0 0;
    float: right;
}
.site-footer a.button:hover {
    background: #fff none repeat scroll 0 0;
    color: #eb312e;
}
.site-footer p {
	color: #222;
    font-size: 13px;
        font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 15px;
}
.clearfix {
    clear: both;
}
/*

Media Queries

---------------------------------------------------------------------------------------------------- */
/* Desktops, laptops and iPads (landscape)

--------------------------------------------- */

@media only screen and (max-width: 1139px) {
    .widget.widget_metaslider_widget {
        background: none repeat scroll 0 0 #eaf4f8;
    }
    .site-container {
        margin: 0;
	padding: 0;
    }
}
/* iPads (portrait) 

--------------------------------------------- */

@media only screen and (max-width: 960px) {

	.genesis-nav-menu > .menu-item > a {
	  font-family: "century-gothic";
	  font-weight: 600;
	  padding: 17px 10px;
	}
	
	.pre-header .widget {
	  padding: 0 1%;
	  width: auto;
	}
	
	.pre-header #black-studio-tinymce-17 {
	  float: none;
	  margin: 0;
	  text-align: center;
	}
	
	.circle-link a {
	  border: 14px solid #fff;
	    font-size: 1.6em;
	  height: 100px;
	  line-height: 1.75;
	  width: 100px;
	}
	.content-sidebar .content {
		border: 0;
		margin-right: 0;
	}
    /* Crossings Overview styles */
    
    .homepage-sidebar {
        float: none;
        margin: 20px 0 10px;
        width: 100%;
    }
    .homepage-slider-overlay {
	width: 100%;
        border-radius: 0;
        position: relative;
        margin: 0;
        opacity: 1;
        padding: 20px;
    }
    .nav-primary {
        margin-top: 0;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4 {
        border: 0;
        padding: 0 2.5%;
        width: 50%;
    }
    .sidebar .widget {
        padding: 0 5% 20px !important;
    }
    .entry-time {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        font-size: 14px;
            font-size: 1.4em;
        left: 0;
        margin: 10px 0;
        padding: 0;
        position: relative;
        text-align: left;
        text-transform: none;
        width: 100%;
    }
    .simple-social-icons ul.alignright {
        display: block;
        float: none !important;
        margin: 0 auto;
        text-align: center !important;
        width: 300px;
    }
    .contact-footer {
        padding: 23px 0 10px;
    }
    .site-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .services-template #full-image .wp-post-image {
        margin-left: -4%;
        max-width: 108%;
    }
    .services-template .site-inner {
        margin-top: 0 !important;
    }
    body.services-template .sidebar-primary {
        padding-bottom: 20px;
    }
    body.services-template .sidebar-primary {
        width: 100% !important;
    }
    .site-inner {
        margin: 0 !important;
    }
    /* Centers nav on smaller screens */
    
    .genesis-nav-menu .menu-item {
        float: none;
    }
    .title-area {
        float: none;
        margin: 0 auto !important;
    }
    .services-template .sidebar-primary {
        width: 100% !important;
    }
    .home .site-inner {
        clear: right;
        margin: 0 auto 0;
        position: relative;
    }
    .header-image .site-header .title-area {
        background-position: center center !important;
    }
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .wrap {
        width: 100%;
    }
    .home .site-inner .wrap {
        margin: 0;
    }
    .site-header {
        position: relative;
    }
    .site-inner {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-footer .entry-meta,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }
    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }
    .genesis-nav-menu,
    .site-header .title-area,
    .site-header .search-form,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }
    .site-header .search-form {
        margin: 16px auto;
        margin: 1.6rem auto;
    }
    .genesis-nav-menu li.right {
        display: none;
    }
    .content {
        border: none;
    }
    .entry-footer .entry-meta {
        margin: 0;
        padding-top: 12px;
        padding-top: 1.2rem;
    }
    .author-box {
        padding: 20px;
        padding: 2rem;
    }
    .sidebar-content-sidebar .author-box {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-widgets {
        padding: 40px 5% 16px;
    }
}
/* -------------------- iPhones (portrait and landscape) --------------------------------------------- */

@media only screen and (max-width: 767px) {
	
	.homepage-icon a.text-link {
		font-size: .6em !important;
	}

.archive-board-document .entry {
  width: 96%;
}

.homepage-icon-nav h4 {
  background: transparent;
  color: #222;
  display: block;
  font-size: 20px;
      font-size: 2em;
  font-weight: 600;
  margin: 0;
  padding: 15px 0 15px;
  position: relative;
  text-align: center;
  text-shadow: 0 0 #000;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* Resizes icons in mobile nav */
#menu-main-nav i {
  float: left;
  font-size: 22px !important;
      font-size: 1.5em !important;
  margin: 0 15px 0 0;
  width: 20px;
}
body .genesis-nav-menu > .menu-item > a {
  color: #004875;
  padding-left: 15px;
  padding: 5px 5px 5px 15px;
  text-align: left;
}
#search-3.widget.widget_search,
#simple-social-icons-2 .widget.simple-social-icons {
  width: 48%;
  float: left;
}

.homepage-icon-nav .homepage-icon {
  display: inline-block;
  font-size: 16px;
      font-size: 1.6em;
  font-weight: 600;
  margin: 0 auto 0;
  position: relative;
  text-align: center;
  width: 131px;
}

    .min-height-box {
        min-height: 0;
    }
    .page-id-18 .one-third.first > h3,
    .page-id-18 .one-third > h3,
    .page-id-271 .one-third.first > h3,
    .page-id-271 .one-third > h3 {
        margin-top: 20px;
    }
    .genesis-nav-menu .sub-menu li.menu-item-has-children > a {
        background-image: none !important;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4 {
        height: none;
    }
    .full-width-content .entry-title {
        font-size: 32px;
            font-size: 3.2rem;
    }
    .site-header .widget-area {
        width: 100%;
    }
    .genesis-nav-menu a {
        background-image: none;
        padding: 0 14px 10px;
    }
    .site-title img {
        max-width: 100%;
        padding: 0;
    }
    /* Restyle header for mobile */
    
    .site-header .title-area {
        float: left;
        margin: 0;
        padding: 7px 14px;
        width: 180px;
    }
    button.menu-toggle {
        float: right;
        /* font-size: 45px;
            font-size: 4.5em; */
        padding: 0;
        position: absolute;
        right: 25px;
        top: 10px;
    }
    .sub-menu .sub-menu-toggle {
        padding: 2px 15px;
        color: #fff;
    }
    /* END Restyle header for mobile */
    
    #gallery-1 {
        height: auto !important;
    }
    #gallery-1 .gallery-item {
        left: 0 !important;
        margin: 0 auto !important;
        position: relative !important;
        text-align: center;
        top: 0 !important;
        width: 50% !important;
    }
    #gallery-1 .gallery-caption {
        display: block;
    }
    body .omsc-toggle-title {
        font-size: 18px;
            font-size: 1.8rem;
        padding-left: 40px;
    }
    body .site-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .genesis-nav-menu > .menu-item {
        border-bottom: 1px solid #eee;
    }
    .genesis-nav-menu a {
        padding: 20px 12px;
    }
    h1 {
        font-size: 24px;
            font-size: .8em;
    }
    h2 {
        font-size: 20px;
            font-size: 2.0rem;
    }
    h3 {
        font-size: 18px;
            font-size: 1.8rem;
    }
    h4 {
        font-size: 16px;
            font-size: 1.6em;
    }
    h5 {
        font-size: 14px;
            font-size: 1.4rem;
    }
    h6 {
        font-size: 14px;
            font-size: 1.4em;
    }
    #menu-secondary-navigation li {
        display: inline-block;
        width: auto;
    }
    .site-inner {
        padding-left: 2%;
        padding-right: 2%;
    }
    .genesis-nav-menu .menu-item {
        width: 100%;
    }
    .home .metaslider .caption {
        float: none;
        font-size: 24px;
            font-size: 2.4em;
        letter-spacing: 0;
        line-height: 1.3;
        margin: 0;
        padding: 12px 10px;
        text-align: center;
        width: 100%;
        word-wrap: break-word;
    }
    .home .site-inner {
        margin: 0;
    }
    .home .metaslider .caption-wrap {
        display: block;
        line-height: 1.4em;
        margin: 0 auto 0;
        max-width: 1160px;
        opacity: 0.95;
        position: relative;
        right: auto;
    }
    .home .content,
    .home .sidebar-primary {
        width: 96%;
    }
    .sidebar.widget-area {
        padding: 10px 2% 20px;
    }
    /* .content {

  padding: 10px 4% !important;

} */
    
    .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%;
    }
    .genesis-grid-even,
    .genesis-grid-odd {
        width: 100%;
    }
    /* MOBILE NAV ICONS */
    
    .menu-item-14 a {
        background-image: url("images/contact-nav-on.png");
    }
    .menu-item-536 a {
        background-image: url("images/about-nav-on.png");
    }
    .menu-item-16 a {
        background-image: url("images/visit-nav-on.png");
    }
    .menu-item-17 a {
        background-image: url("images/info-nav-on.png");
    }
    .menu-item-20 a {
        background-image: url("images/routes-nav-on.png");
    }
    /* Background images icons on mobile */
    
    .genesis-nav-menu > .menu-item > a {
        background-position: 14px center !important;
        background-size: 31px auto !important;
    }
    .genesis-nav-menu > .menu-item > a {
        color: #004875;
        padding-left: 55px;
    }
    .genesis-nav-menu > .menu-item > a:hover {
        color: #568bb7;
	/* color: #e11e25 !important; */
        border: 0 !important;
    }
}
@media only screen and (max-width: 580px) {

body .simple-social-icons ul li {
  margin: 0 2px 12px !important;
}
body .simple-social-icons ul li a,
body .simple-social-icons ul li a:hover {
 padding: 6px;
}
#search-3.widget.widget_search {
  float: left;
  width: 60%;
}

#simple-social-icons-2 .widget.simple-social-icons {
  float: left;
  width: 40%;
}



    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4 {
        height: auto;
    }
    .content {
        padding: 10px 4%;
    }
    
    .entry-content h2 {
        clear: left !important;
        float: left;
        width: 100%;
    }

    .entry-title {
        font-size: 30px;
            font-size: 1.75em;
    }
    /* Responsive table style overrides */
    
    .omsc-custom-table {
        font-size: 16px;
            font-size: 1.6em;
    }
    table,
    table td {
        /* font-size: 14px;
            font-size: 1.4em; */
    }
    #gallery-1 .gallery-item {
        clear: both;
        left: 0 !important;
        margin: 0 auto !important;
        position: relative !important;
        text-align: center;
        top: 0 !important;
        width: 100% !important;
        float: left;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4 {
        border: 0;
        margin: 0 1%;
        width: 98% !important;
    }
}
/* Responsive Navigation

---------------------------------------------------------------------------------------------------- */
/* Standard Navigation

--------------------------------------------- */

.nav-primary {
    clear: both;
}
/* Navigation toggles

--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}
/* Navigation toggles - Ensure Menu Displays when Scaled Up

--------------------------------------------- */

@media only screen and (min-width: 768px) {
    .nav-primary {
        display: block !important;
    }
}
/* Navigation toggles - Mobile (Change max width as you see fit)

--------------------------------------------- */

@media only screen and (max-width: 767px) {
    .genesis-nav-menu a {
        padding: 10px 12px;
    }
    .menu-toggle,
    .sub-menu-toggle {
        background: transparent;
        border-radius: 0;
        display: block;
        font-size: 24px;
            font-size: 2.4em;
        font-weight: 400;
        margin: 0 auto;
        overflow: hidden;
        padding: 0 20px;
        text-align: center;
        visibility: visible;
    }
    button.menu-toggle {
        color: #222;
    }
    button.sub-menu-toggle {
        color: #222;
    }
    button.menu-toggle:hover,
    button.sub-menu-toggle:hover {
        background: transparent;
        color: #77a542;
    }
    button.sub-menu-toggle:hover {
        color: #222;
    }
    .sub-menu-toggle {
        position: absolute;
        right: 0;
        top: 0;
    }
    .menu-toggle:before {
        content: "\2261";
        content: "\2630";
    }
    .menu-toggle.activated:before {
        content: "\2715";
    }
    .sub-menu-toggle:before {
        content: "+";
    }
    .sub-menu-toggle.activated:before {
        content: "-";
    }
    .sub-menu-toggle:hover {
        background: #eee;
        color #fff;
    }
    .nav-primary {
        display: none;
        position: relative;
    }
    .genesis-nav-menu .menu-item {
        display: block;
        position: relative;
        text-align: left;
    }
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
    }
    .genesis-nav-menu .sub-menu a {
        border-left: 0;
        position: relative;
        width: auto;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }
    .genesis-nav-menu .sub-menu .sub-menu a {
        background-color: #004785;
        border-top: 1px solid #004875;
    }
    .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
        background-color: #fff;
        padding-left: 40px;
    }
    .nav-primary a:hover,
    .nav-primary .current-menu-item > a {
        color: #222;
    }
}