@charset "UTF-8";
/******************************************************************

Stylesheet: Main Child Theme Stylesheet

******************************************************************/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/******************************************************************

Stylesheet: Variables

******************************************************************/
/******************************************************************
Site Name: Asheville Music School
Author: Status Forward

Stylesheet: Typography

******************************************************************/
/* Import Fonts
----------------------------------------------------------------------------,------------------------ */
/* This site uses hosted fonts (Pluto) and typography.com fonts (Sentinel) */
@font-face {
  font-family: 'Canton';
  src: url("../fonts/Canton.eot") format("embedded-opentype"), url("../fonts/Canton.woff") format("woff"), url("../fonts/Canton.ttf") format("truetype"), url("../fonts/Canton.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* font stacks - this theme has fonts from typekit */
/******************************************************************
Mixins
******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* Extend */
.blockletters {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  letter-spacing: .05em;
}

/******************************************************************

  Defaults

******************************************************************/
/* ## Box Sizing
--------------------------------------------- */
*,
html,
input[type="search"] {
  box-sizing: border-box;
}

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

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

/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}

body {
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4286;
  font-weight: 400;
  margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #9b9b9b;
  color: #fff;
}

::selection {
  background-color: #9b9b9b;
  color: #fff;
}

a {
  color: #333;
  text-decoration: underline;
}
a:focus, a:visited {
  outline: none;
}

a:hover {
  color: #1c1c1c;
}

.text-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.text-link:hover {
  color: #888;
}

.text-link:active {
  color: #333;
}

.text-link.text-link-reversed {
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.text-link.text-link-block {
  display: block;
  margin-bottom: 20px;
}

.text-link.inline-tex-link {
  display: block;
  margin-bottom: 20px;
}

.text-link.text-link-pagination {
  margin-right: 10px;
  margin-left: 10px;
}

button a:hover,
a.button:hover {
  color: #fff;
}

p {
  margin: 0 0 20px;
  font-family: "Lato", sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 22px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

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

.content .entry ul li:before,
.content .flex-wrap ul li:before {
  color: #ba0e31;
  content: "• ";
  font-size: 20px;
  line-height: 20px;
}

li {
  list-style-type: none;
  font-size: 15px;
  line-height: 22px;
}

b,
strong {
  font-weight: 700;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 2px solid #d6d6d6;
  clear: left;
  margin: 40px 0;
  padding-top: 5px;
  background: none;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

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

blockquote {
  margin: 20px;
  color: #9b9b9b;
  font-style: normal;
  border-bottom: 2px solid #d6d6d6;
  border-top: 2px solid #border-color;
  padding-top: 25px;
}

blockquote p {
  font-size: 115%;
  line-height: 150%;
}

/* ## Global Theme Blocks
--------------------------------------------- */
.gear-dingbat {
  position: relative;
  top: 2px;
  font-family: Canton, sans-serif;
}

.orange {
  color: #e4782f;
}

.blue {
  color: #51a5bc;
}

.rough-edge {
  height: 12px;
  background-image: url("../images/Rough_Edge_dark-gray.png");
  background-position: 50% 100%;
  background-repeat: repeat-x;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2000;
}

.rough-edge-white-top {
  position: absolute;
  left: 0px;
  top: -3px;
  right: 0px;
  z-index: 1000;
  height: 12px;
  background-image: url("../images/Rough_Edge_white-bottom.png");
  background-position: 50% 50%;
  background-repeat: repeat-x;
}

.rough-edge-white-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  width: 100%;
  height: 12px;
  background-image: url("../images/Rough_Edge_white-top.png");
  background-position: 50% 100%;
  background-repeat: repeat-x;
}

/* ## Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

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

td,
th {
  text-align: left;
}

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

th {
  font-weight: 400;
}

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

.archive-description,
.author-box {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding: 40px;
}

.author-box-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
}

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

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

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

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}

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

/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 44px;
  font-size: 4.4rem;
}

.sidebar .widget-title a {
  color: #333;
}

.widget-title {
  margin: 0 0 10px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

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

img {
  height: auto;
}

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

/* ## Images
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
  border: 1px solid #9b9b9b;
  height: auto;
  padding: 4px;
}

.gallery img:hover {
  border: 1px solid #9b9b9b;
}

/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left;
}

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

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

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

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

  Headings

******************************************************************/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #333;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1, .h1,
.entry-title {
  margin: 0 0 5px;
  font-family: Oswald, sans-serif;
  color: #4d4d4d;
  font-size: 26px;
}

.entry-title,
.entry-title a,
.entry-title a:hover {
  margin: 0 0 5px;
  font-family: Oswald, sans-serif;
  color: #4d4d4d;
  font-size: 26px;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
}

h3, .h3 {
  margin-top: 10px;
  font-size: 24px;
  line-height: 27px;
}

.h2, h3.section-heading {
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  border-radius: 3px;
  background-color: #ba0e31;
  color: #fff;
  font-size: 29px;
  line-height: 28px;
  letter-spacing: 3px;
}

.h2:after, h3.section-heading:after {
  content: 'G';
  position: relative;
  top: 2px;
  font-family: Canton, sans-serif;
  margin-left: 10px;
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .035em;
}

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

h6, .h6 {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .075em;
}

.h2-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  padding: 7px;
  border-radius: 3px;
  background-color: #ba0e31;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}
/******************************************************************

  Structure

******************************************************************/
.site-container {
  position: relative;
  max-width: 100%;
}

.site-inner {
  clear: both;
  max-width: 100%;
}

.site-inner .wrap {
  padding: 50px 20px 60px;
}

.sf-home .site-inner .wrap {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.content,
.sidebar-primary,
.sidebar-secondary {
  width: 100%;
  display: block;
}

/* ### Column Classes */
.five-sixths,
.four-sixths,
.four-fifths,
.three-sixths,
.three-fifths,
.three-fourths,
.two-sixths,
.two-fifths,
.two-fourths,
.two-thirds,
.one-sixth,
.one-fifth,
.one-fourth,
.one-third,
.one-half {
  width: 100%;
  display: block;
  overflow: hidden;
  float: none;
  clear: both;
}

.div {
  padding-top: 34px;
  padding-bottom: 34px;
}
/******************************************************************

  Header

******************************************************************/
/* Alert
------------------------------*/
.alert-message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 86px 10px 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: red;
}

.alert-message-text {
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 10px;
}

.alert-message-title {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.alert-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.alert-more-link {
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.alert-more-link a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

/* Site Header
------------------------------*/
.site-header .wrap {
  padding: 0;
}

.site-header .header-top {
  /*display: none;*/
}

.site-header .title-area {
  width: 125px;
  position: relative;
  float: left;
  padding: 0 0 4px 20px;
}

.site-title {
  text-indent: -9999px;
  margin: 0;
}

.site-title a {
  background: url("../images/canton-logo.svg") no-repeat;
  background-size: contain;
  display: block;
  overflow: hidden;
  width: 125px;
  height: 49px;
  padding: 0;
  position: relative;
  margin-top: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.site-title a:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.site-title a:active {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

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

.header-wrap {
  position: relative;
  z-index: 1001;
  background-color: #fff;
  padding: 10px 0 0;
}

.header-top-container {
  display: none;
}

.search-top .search-form,
.search-top input[type="search"],
.search-top input[type="button"],
.search-top input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Search
----------------------------*/
.search-top .search-form {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  margin: 9px 10px;
}

.search-top input[type="search"] {
  width: 150px;
  height: 26px;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 13px;
  line-height: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #fff;
  color: #aaa;
  box-shadow: inset 0 0 8px 0 #8b8b8b;
}

.search-top input[type="button"],
.search-top input[type="submit"] {
  width: 30px;
  height: 26px;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6b6b6b;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  border-radius: 0 3px 3px 0;
}



/* Social Links
------------------------------------- */
.social-top {
  margin: 0;
  padding: 0;
  width: auto;
}

.social-top a {
  text-decoration: none;
}

.social-link {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  padding-top: 5px;
  font-family: Canton, sans-serif;
  color: #9b9b9b;
  font-size: 23px;
  line-height: 23px;
}

.social-link:hover {
  color: #1d1d1d;
}

.social-link:active {
  color: #000;
}
/******************************************************************

  Navigation

******************************************************************/
.menu-primary {
  clear: both;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  width: auto;
}

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

.menu-primary a,
.menu-secondary a {
  display: block;
  font-family: "Lato", sans-serif;
  padding: 15px 10px;
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-primary a:hover,
.menu-secondary a:hover {
  background-color: #1d1d1d;
  color: #ccc;
}

.menu-primary .current-menu-item > a,
.menu-primary .sub-menu .current-menu-item > a:hover {
  background-color: #000;
}

.menu-primary .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 230px;
  z-index: 99;
}

.menu-primary .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  padding: 20px;
  position: relative;
  width: 220px;
  text-transform: none;
}

.menu-primary .sub-menu .sub-menu {
  margin: -55px 0 0 259px;
}

.menu-primary .menu-item:hover {
  position: static;
}

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

.menu-primary > .first > a {
  padding-left: 0;
}

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

/* ## Primary Navigation */
.nav-primary {
  position: relative;
  float: right;
}
.nav-primary .menu-primary a {
  color: #1d1d1d;
  padding: 15px 18px;
  font-weight: 700;
  font-size: 14px;
}
.nav-primary .menu-primary a:hover,
.nav-primary .menu-primary .current-menu-item > a,
.nav-primary .menu-primary .sub-menu .current-menu-item > a:hover {
  background-color: #1d1d1d;
  color: #fff;
}
.nav-primary .menu-primary .sub-menu a {
  color: #1d1d1d;
}

/* Responsive Navigation */
.responsive-menu-icon {
  padding: 5px 0 0;
  text-align: center;
}

.responsive-menu-icon,
.responsive-menu .menu-item-has-children {
  cursor: pointer;
}

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

.responsive-menu,
.responsive-menu > .menu-item > .sub-menu {
  display: none;
}

.genesis-nav-menu.responsive-menu .menu-item {
  text-align: center;
}

.responsive-menu > .menu-item-has-children:before,
.responsive-menu-icon::before {
  color: #fff;
}

.responsive-menu-icon::before {
  content: "\f333";
  font: normal 48px/1 'dashicons';
  margin: 0 auto;
}

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

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

.responsive-menu .sub-menu {
  border-top-width: 0;
}

.responsive-menu .sub-menu .sub-menu {
  background-color: transparent;
  padding-left: 25px;
}

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

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

/* Primary Navigation
--------------------------------------------- */
.nav-primary .sub-menu {
  border-top: 1px solid #fff;
  z-index: 9999;
}

.nav-primary .genesis-nav-menu li li {
  margin: 0;
}

.nav-primary .genesis-nav-menu a {
  display: inline-block;
}

/* Responsive Navigation
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}
/******************************************************************

  Content

******************************************************************/
/* Flexbox */
.news-back-button,
.news-filter form,
.post-featured-image .entry-image-link,
.news-image-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* # Entries
/*------------------------------------------------------- */
.content .flex-wrap .image-grid .three-fourths,
.content .flex-wrap .image-grid .one-fourth {
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content .flex-wrap .image-grid .three-fourths {
  margin: 20px 0 10px;
}

.content .flex-wrap .image-grid .one-fourth {
  margin: 0 0 30px;
}

.accordion-toggle {
  cursor: pointer;
  margin-top: 20px;
  padding: 20px;
  background-color: #ececec;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: none;
}

.accordion-content {
  display: none;
  margin-bottom: 0px;
  padding: 30px;
  border: 3px solid #f1f1f1;
}

.accordion-content.default {
  display: block;
}

.accordion-content .answer-heading {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.news-filter {
  margin: 0 0 40px;
}

.news-filter form label {
  font-size: 12px;
}

.news-filter form {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #202020;
}

.news-filter form label {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news-filter form .cat-item input {
  margin: 0;
}

.news-filter form .cat-item {
  font-family: Lato, sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}

.news-filter form .cat-item {
  margin-right: 30px;
}

.news-filter form li:first-child {
  margin-left: 10px;
  margin-right: 30px;
}

.searchandfilter li.cat-item-1 {
  display: none;
}

.post-featured-image .entry-image-link {
  width: 100%;
  overflow: hidden;
  height: 350px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.post-featured-image img {
  width: 100%;
  margin-bottom: 10px;
}


.entry-meta {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  overflow: hidden;
  margin: 0 0 5px;
  font-family: Lato, sans-serif;
  color: #9e9e9e;
}

.entry-date .entry-time {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #9e9e9e;
  font-style: italic;
}

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

.entry-cat {
  display: block;
  margin: 0 0 5px;
}

.entry-date {
  display: block;
  padding: 5px 0 0;
}

.entry-categories a {
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #a2a2a2;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  margin-top: 10px;
}

.entry-categories:after {
  content: "\A";
  white-space: pre;
}

.entry.featured .entry-categories a {
  padding: 6px;
  background-color: #8b8b8b;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

.entry .entry-categories,
.entry-categories a {
  color: #fff;
  text-decoration: none;
}

.entry.category-community .entry-categories a {
  background-color: #888;
}

.entry.category-town-of-canton .entry-categories a {
  background-color: #a58f72;
}

.entry.category-user-submitted .entry-categories a {
  background-color: #b887ac;
}

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

.entry-content ol,
.entry-content ul {
  margin-bottom: 15px;
  margin-left: 20px;
}

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

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

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

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

.entry-header .entry-image {
  width: 172px;
}

/* ## Blog / Archives Entries
--------------------------------------------- */
.blog .entry,
.archive .entry,
.category .entry {
  padding: 0;
  margin: 0 0 50px;
}

.blog .entry-header,
.archive .entry-header,
.category .entry-header {
  text-align: left;
}

.blog .entry-header .entry-title,
.archive .entry-header .entry-title {
  font-size: 48px;
  font-size: 4.8rem;
  text-align: left;
}

/* ## Single Entries
--------------------------------------------- */
.news-image-div {
  overflow: hidden;
  height: 350px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 20px;
}

.single .entry-title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  line-height: 3rem;
}

/* ## Custom Post Type Entries
--------------------------------------------- */
.business-directory-post,
.archive.business-listings .entry {
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 5px;
  background-color: #e6e6e6;
}

.business-directory-titles {
  margin-top: 0px;
  font-weight: 400;
}

.business-directory-image-column {
  padding-right: 0px;
  background-color: transparent;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.business-directory-image-column .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 174px;
}

.business-directory-image-column img {
  max-width: 280px;
  max-height: 174px;
  width: auto;
  height: auto;
}

.business-directory-image {
  display: block;
}

.business-directory-div {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.business .widget_nav_menu {
  display: none;
}

.learn-more-button-div {
  margin-top: 10px;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/* # Page Content
/*------------------------------------------------------- */
.page-header {
  height: 200px;
  background-image: url("../images/page-header-alt.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header-overlay {
  position: relative;
  display: block;
  height: 200px;
  padding-top: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(32, 32, 32, 0.25), rgba(32, 32, 32, 0.25)), -webkit-linear-gradient(90deg, rgba(32, 32, 32, 0.7), rgba(36, 36, 36, 0.7) 25%, rgba(32, 32, 32, 0.25));
  background-image: -webkit-linear-gradient(top, rgba(32, 32, 32, 0.25), rgba(32, 32, 32, 0.25)), -webkit-linear-gradient(bottom, rgba(32, 32, 32, 0.7), rgba(36, 36, 36, 0.7) 25%, rgba(32, 32, 32, 0.25));
  background-image: linear-gradient(180deg, rgba(32, 32, 32, 0.25), rgba(32, 32, 32, 0.25)), linear-gradient(0deg, rgba(32, 32, 32, 0.7), rgba(36, 36, 36, 0.7) 25%, rgba(32, 32, 32, 0.25));
}

.page.residents .page-header-overlay {
  padding-top: 65px;
  background-image: -webkit-linear-gradient(270deg, rgba(81, 165, 188, 0.25), rgba(81, 165, 188, 0.25)), -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(36, 36, 36, 0.7) 25%, rgba(113, 148, 158, 0.8));
  background-image: -webkit-linear-gradient(top, rgba(81, 165, 188, 0.25), rgba(81, 165, 188, 0.25)), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(36, 36, 36, 0.7) 25%, rgba(113, 148, 158, 0.8));
  background-image: linear-gradient(180deg, rgba(81, 165, 188, 0.25), rgba(81, 165, 188, 0.25)), linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(36, 36, 36, 0.7) 25%, rgba(113, 148, 158, 0.8));
}

.business .page-header-overlay,
.businesses .page-header-overlay {
  background-image: -webkit-linear-gradient(270deg, rgba(99, 162, 123, 0.25), rgba(99, 162, 123, 0.25)), -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(36, 36, 36, 0.7) 25%, rgba(77, 109, 97, 0.8));
  background-image: -webkit-linear-gradient(top, rgba(99, 162, 123, 0.25), rgba(99, 162, 123, 0.25)), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(36, 36, 36, 0.7) 25%, rgba(77, 109, 97, 0.8));
  background-image: linear-gradient(180deg, rgba(99, 162, 123, 0.25), rgba(99, 162, 123, 0.25)), linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(36, 36, 36, 0.7) 25%, rgba(77, 109, 97, 0.8));
}

.visitors .page-header-overlay {
  background-image: -webkit-linear-gradient(270deg, rgba(228, 120, 47, 0.25), rgba(228, 120, 47, 0.25)), -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(98, 53, 23, 0.8) 25%, rgba(228, 120, 47, 0.8));
  background-image: -webkit-linear-gradient(top, rgba(228, 120, 47, 0.25), rgba(228, 120, 47, 0.25)), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(98, 53, 23, 0.8) 25%, rgba(228, 120, 47, 0.8));
  background-image: linear-gradient(180deg, rgba(228, 120, 47, 0.25), rgba(228, 120, 47, 0.25)), linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(98, 53, 23, 0.8) 25%, rgba(228, 120, 47, 0.8));
}

.government .page-header-overlay {
  background-image: -webkit-linear-gradient(270deg, rgba(124, 107, 176, 0.25), rgba(124, 107, 176, 0.25)), -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(36, 36, 36, 0.7) 25%, rgba(124, 107, 176, 0.8));
  background-image: -webkit-linear-gradient(top, rgba(124, 107, 176, 0.25), rgba(124, 107, 176, 0.25)), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(36, 36, 36, 0.7) 25%, rgba(124, 107, 176, 0.8));
  background-image: linear-gradient(180deg, rgba(124, 107, 176, 0.25), rgba(124, 107, 176, 0.25)), linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(36, 36, 36, 0.7) 25%, rgba(124, 107, 176, 0.8));
}

.page .page-header .entry-header .entry-title,
.page .page-header .page-title h2.page-category,
.blog .page-header .blog-header .archive-title,
.single-business .entry-header .entry-title,
.category .blog-header .archive-title,
.single .blog-header .archive-title,
.business-listings h2.page-category {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.page .entry-subtitle,
.page .page-subtitle .entry-title,
.business-listings .page-subtitle .entry-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 25px;
  background-color: #202020;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 25px;
  line-height: 27px;
  text-transform: none;
}

.residents .entry-subtitle,
.page.residents .page-subtitle .entry-title {
  background-color: #51a5bc;
}

.business .entry-subtitle,
.page.business .page-subtitle .entry-title,
.businesses .entry-subtitle,
.page.businesses .page-subtitle .entry-title,
.business-listings .page-subtitle .entry-title  {
  background-color: #63a27b;
}

.visitors .entry-subtitle,
.page.visitors .page-subtitle .entry-title {
  background-color: #e4782f;
}

.government .entry-subtitle,
.page.government .page-subtitle .entry-title {
  background-color: #7c6bb0;
}

.page-subtitle {
  position: relative;
  bottom: 50px;
  z-index: 1;
  height: 0px;
  text-align: center;
}

.page-subheading-container {
  display: inline-block;
}

.subheading-top-edge {
  position: relative;
  bottom: -1px;
  height: 10px;
  background-image: url("../images/Rough_Edge_Gray_Top.png");
  background-position: 50% 100%;
  background-size: 140px;
  background-repeat: repeat-x;
}

.green .subheading-top-edge,
.business .subheading-top-edge,
.businesses .subheading-top-edge {
  background-image: url("../images/Rough_Edge_Green_Top.png");
  background-size: 140px;
}

.visitors .subheading-top-edge {
  background-image: url("../images/Rough_Edge_Orange_Top.png");
  background-size: 140px;
}

.government .subheading-top-edge {
  background-image: url("../images/Rough_Edge_Purple_Top.png");
  background-size: 140px;
}

.residents .subheading-top-edge {
  background-image: url("../images/Rough_Edge_Blue_Top.png");
  background-size: 140px;
}

.subheading-bottom-edge {
  position: relative;
  top: -1px;
  height: 10px;
  background-image: url("../images/Rough_Edge_Gray_Bottom.png");
  background-position: 50% 0px;
  background-size: 140px;
  background-repeat: repeat-x;
}

.business .subheading-bottom-edge,
.businesses .subheading-bottom-edge {
  background-image: url("../images/Rough_Edge_Green_Bottom.png");
  background-size: 140px;
}

.visitors .subheading-bottom-edge {
  background-image: url("../images/Rough_Edge_Orange_Bottom.png");
  background-size: 140px;
}

.government .subheading-bottom-edge {
  background-image: url("../images/Rough_Edge_Purple_Bottom.png");
  background-size: 140px;
}

.residents .subheading-bottom-edge {
  background-image: url("../images/Rough_Edge_Blue_Bottom.png");
  background-size: 140px;
}

.news-back-button {
  width: 250px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.news-back-button:hover {
  -webkit-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

.news-back-button:active {
  -webkit-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

a .news-back-link {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

a .back-to-news-icon {
  display: inline-block;
  margin-right: 9px;
  font-family: Canton, sans-serif;
  color: #aaa;
  font-size: 20px;
}

.contetnt .event-data {
  padding: 4px 0;
}

.event-data .event-date {
  margin: 0 0 4px;
  font-family: Oswald, sans-serif;
  color: #949494;
  font-size: 20px;
  line-height: 36px;
  text-transform: uppercase;
}

.event-data .event-location {
  margin: 0 0 10px;
  font-family: Oswald, sans-serif;
  color: #333333;
  font-size: 18px;
  line-height: 20px;
}
/******************************************************************

  Footer

******************************************************************/
/* # Footer Info */
.home .footer-widgets-top {
  background-color: #939598;
}

.footer-widgets {
  font-family: Lato, sans-serif;
  color: #cacaca;
  font-size: 17px;
  background-color: #202020;
}

.footer-widgets .wrap {
  padding: 100px 20px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  text-align: center;
  margin: 0 0 30px;
  font-family: Lato, sans-serif;
  color: #cacaca;
  font-size: 17px;
}

.footer-widgets a {
  font-family: Lato, sans-serif;
  color: #d6d6d6;
  font-size: 14px;
  line-height: 17px;
}

.footer-widgets .menu .menu-item {
  display: block;
}

.footer-widgets .menu .menu-item a {
  padding-bottom: 11px;
}

.footer-widgets-1 #street,
.footer-widgets-1 #fax {
  margin: 0 0 10px;
}

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

.footer-widgets a:active {
  color: #d6d6d6;
}

.site-footer {
  background-color: #ba0e31;
  font-family: Lato, sans-serif;
  text-align: center;
}

.site-footer .copyright {
  margin: 6px 0;
  color: #fff;
  font-size: 12px;
}

.canton-logo {
  width: 100%;
  margin-bottom: 32px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.canton-logo:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.canton-logo:active {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.temperature-div {
  padding-left: 0px;
  text-align: center;
  max-width: 156px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -60px;
  z-index: 3000;
  position: relative;
}

.canton .awesome-weather-current-temp {
  font-size: 54px;
  padding: 6px;
}

.canton .widget_awesomeweatherwidget {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.canton .widget_awesomeweatherwidget:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.canton .widget_awesomeweatherwidget:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/******************************************************************

  Archives

******************************************************************/
.full-width-content.cpt-archive .content {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.archive-description {
  text-align: center;
  margin: 0 auto;
  max-width: 720px;
}

.cpt-archive .content {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cpt-archive .content .entry {
  padding: 0 5px;
  width: 220px;
  height: 220px;
  margin-bottom: 40px;
  text-align: center;
}

.cpt-archive .content .entry {
  padding: 0 5px;
  width: 220px;
  height: 280px;
  margin-bottom: 40px;
  text-align: center;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
}

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

.archive-pagination li {
  display: inline;
  margin: 0 8px 0 0;
}

.archive-pagination li a {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-size: 14px;
  line-height: 25px;
  vertical-align: middle;
  font-weight: 400;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  color: #9b9b9b;
}

.archive-pagination li.pagination-previous:before,
.archive-pagination li.pagination-next:after {
  content: "\00ab";
  position: relative;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  vertical-align: middle;
  padding: 0;
}

.archive-pagination li.pagination-next:after {
  content: "\00bb";
}

/******************************************************************

  Widgets

******************************************************************/
.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

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

/* # Sidebars */
.sidebar {
  font-size: 16px;
}

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

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 30px;
}

.sidebar li {
  list-style-type: none;
  margin: 0 0 15px;
}

.sidebar li a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

/******************************************************************

  Forms

******************************************************************/
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #9b9b9b;
  color: #9b9b9b;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 12px 16px;
  width: 100%;
  margin: 0;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #1d1d1d;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  width: auto;
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

button a {
  color: #fff;
  text-decoration: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.btn a:hover,
a.btn:hover {
  background-color: #1d1d1d;
  -webkit-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button,
button {
  display: inline-block;
}

.read-more-buttons {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  background-color: #1d1d1d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.read-more-buttons:hover {
  background-color: #1d1d1d;
  color: #fff;
  -webkit-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

button:active,
.button:active,
.read-more-buttons:active {
  background-color: #000;
  -webkit-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

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

label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #9b9b9b;
}

.canton .footer-widgets-4 .gform_wrapper form {
  text-align: center;
}

.canton .footer-widgets-4 .gform_wrapper .top_label .gfield_label {
  font-family: Lato, sans-serif;
  color: #cacaca;
  text-align: center;
  width: auto;
  margin: 0 auto;
}

.canton .footer-widgets-4 .gform_wrapper input[type="text"],
.canton .footer-widgets-4 .gform_wrapper input[type="email"],
.canton .footer-widgets-4 .gform_wrapper textarea {
  font-size: 14px;
  padding: 8px;
}

.canton .footer-widgets-4 .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  text-align: center;
}

.canton .footer-widgets-4 .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #5f5f5f;
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px auto;
}

.canton .footer-widgets-4 .gform_wrapper .gfield_required {
  color: #202020;
}

.content .gform_wrapper .ginput_complex .ginput_left,
.content .gform_wrapper .ginput_complex .ginput_right {
  width: 100%;
  float: none;
  display: block;
  padding: 0;
  margin: 0;
}

.content .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip,
.content .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left,
.content .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.gform_wrapper .boldsublabels .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .boldsublabels .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .boldsublabels .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .boldsublabels .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .boldsublabels .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.gform_wrapper .boldsublabels .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.gform_wrapper .boldsublabels .top_label .gfield_label.gfield_label_before_complex {
  display: none;
}

.gform_wrapper .boldsublabels .top_label li.gfield.gf_left_half textarea,
.gform_wrapper .boldsublabels .top_label li.gfield.gf_right_half textarea {
  width: 100%;
}

.gform_wrapper .boldsublabels textarea.large {
  height: 210px;
}

.gform_wrapper .business-submission .top_label li.gfield.gf_right_half textarea.medium {
  height: 54px;
  width: 100%;
}

.gform_wrapper .business-submission div.charleft {
  display: none;
}

.canton .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.canton .gform_wrapper ul.gfield_radio li input[type=radio] {
  margin: 0 5px 0 0;
}

.canton .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.canton .gform_wrapper li.gf_list_inline ul.gfield_radio li {
  margin: 0 15px 10px 0;
}
/******************************************************************

  Homepage

******************************************************************/
.front-page-row .wrapper {
  max-width: 87.5%;
  margin: 0 auto;
}

.front-page-row h2 {
  font-size: 44px;
  font-size: 4.4rem;
}

/* # Front-Page-Hero
/*------------------------------------ */
.rotating-gear-div {
  position: absolute;
  z-index: 1;
  right: -24px;
  bottom: -45px;
  width: 200px;
  height: 200px;
}

@-webkit-keyframes cog {
  0% {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-2160deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(-2160deg);
  }
}
@keyframes cog {
  0% {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-2160deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(-2160deg);
  }
}
@-webkit-keyframes cog2 {
  0% {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(2160deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(2160deg);
  }
}
@keyframes cog2 {
  0% {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(2160deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(2160deg);
  }
}
.rotating-gear-div .rotating-gear {
  -webkit-animation: cog 16s;
  animation: cog 16s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.rotating-gear-div-2 .rotating-gear-2 {
  -webkit-animation: cog2 16s;
  animation: cog2 16s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.rotating-gear {
  opacity: 0.35;
}

.slide-1 {
  /*height: 50vh;*/
}

.slider {
  /*height: 50vh;*/
  max-width: 100%;
}

.rotating-gear-div-2 {
  position: absolute;
  z-index: 0;
  right: -100px;
  bottom: 127px;
  width: 200px;
  height: 200px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.rotating-gear-2 {
  opacity: 0.35;
}

#front-page-hero #hero .linebreak:after {
  content: "\A";
  white-space: pre;
}

/* # Front-Page-1
/*------------------------------------ */
.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 70vh;
  background-image: url("../images/canton_Hero_night.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
}

.sf-slide-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

.sf-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.slide-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding-bottom: 75px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-headlines {
  margin: 0;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
}

.slider-headline.slider-headline-sign-off {
  margin-right: 15px;
  margin-left: 15px;
}

.hero-headline-sign-off {
  text-align: center;
  margin: 0;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-headline-sign-off a {
  color: #fff;
  text-decoration: none;
}

.hero-link {
  -webkit-transition: opacity 200ms ease, all 200ms ease;
  transition: opacity 200ms ease, all 200ms ease;
  text-decoration: none;
}

.hero-link:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.hero-link:active {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.slide-1 {
  height: 70vh;
}

.slider-headline {
  border-radius: 5px;
  background-color: #ba0e31;
  padding: 7px 10px 10px;
}

.slider-headline.slider-headline-sign-off {
  padding: 15px;
}

.homepage-help-user-links-section {
  position: relative;
  top: -104px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  margin-top: 25px;
  margin-bottom: 160px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homepage-callout-links:hover {
  background-color: #1d1d1d;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.homepage-callout-links:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.homepage-callout-links.callout-link-relocate {
  border-color: #e4782f;
}

.homepage-callout-links.callout-link-work-order {
  border-color: #8e6aeb;
  text-decoration: none;
}

.homepage-callout-links.callout-link-pay-bill {
  border-color: #51a5bc;
  text-decoration: none;
}

.homepage-callout-links.callout-link-business {
  border-color: #63a27b;
  text-decoration: none;
}

.homepage-callout-links {
  width: 42%;
  height: 110px;
  margin: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 4px solid #5a5a5a;
  border-radius: 3px;
  background-color: #313131;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.home-icons {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Canton, sans-serif;
  color: #888;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

.home-icons.home-icon-work-order {
  color: #8b6bdf;
}

.home-icons.home-icon-relocate {
  color: #e4782f;
}

.home-icons.home-icon-bill {
  color: #51a5bc;
}

.home-icons.home-icon-business {
  color: #63a27b;
}

.home-actions-title {
  font-family: Lato, sans-serif;
  color: #949494;
  font-size: 14px;
  line-height: 17px;
}

.home-actions-title.title-work-order {
  color: #8b6bdf;
}

.home-actions-title.title-relocate {
  color: #e4782f;
}

.home-actions-title.title-bill {
  color: #51a5bc;
}

.home-actions-title.home-actions-title-business {
  color: #63a27b;
}

.homepage-intro-section {
  position: relative;
  overflow: hidden;
  padding: 30px 20px;
}

.homepage-intro-section .three-fifths {
  padding-top: 30px;
}

.homepage-intro-section .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.homepage-intro-section .embed-container iframe,
.homepage-intro-section .embed-container object,
.homepage-intro-section .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-events-section {
  padding: 30px 20px;
  background-image: url("../images/canton-nc-Historic_Event-Background.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.events-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-column {
  width: 100%;
  margin: 15px 0;
  padding: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
}

.event-column:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.event-column:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.event-date {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #949494;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.event-title {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

.event-date-long-form {
  font-family: Lato, sans-serif;
}

/*default */
.homepage-news-section {
  padding: 20px;
}

.homepage-news-section .three-fifths {
  padding-bottom: 20px;
}

.homepage-news-secondary-stories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  float: none;
  max-width: 100%;
  clear: both;
}

.homepage-secondary-news-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homepage-secondary-news-columns {
  width: 100%;
}

.news-date {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #9e9e9e;
  font-style: italic;
}

.news-feature-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  color: #4d4d4d;
  font-size: 26px;
}

.news-sidebar-titles {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.news-sidebar-recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #ebebeb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  color: #333;
  text-decoration: none;
}

.news-sidebar-recent-post:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.news-sidebar-recent-post:active {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.news-sidebar-group {
  margin-bottom: 60px;
}

.recent-news-70 {
  width: 70%;
  padding-right: 10px;
}

.sidebar-images {
  overflow: hidden;
  width: 30%;
  height: 100px;
  background-image: url("../images/Placeholder_Image.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sidebar-images.recent-news-image-water {
  background-image: url("../images/canton_Hero.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.sidebar-images.recent-new-image-small-business {
  background-image: url("../images/Small-Business-Center.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.sidebar-images.recent-news-image-audit {
  background-image: url("../images/Audit.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.sidebar-images.recent-news-image-yoga {
  background-image: url("../images/Yoga.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.sidebar-titles {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #727272;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
}

.homepage-map-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: -60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #939598;
}

.map-image {
  width: 100%;
}

.map-link-block {
  width: 70%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.map-link-block:hover {
  opacity: 0.5;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.map-link-block:active {
  opacity: 0.75;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.map-facts-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-facts-column ul {
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
}

.map-facts-column li {
  margin: 0 0 10px;
}

.facts-heading {
  font-family: Oswald, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: none;
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

.list-item-reversed {
  margin-bottom: 10px;
}
/******************************************************************

  Custom Pages & Custom Post Types

******************************************************************/
.demographic-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.demographics-headings {
  display: inline-block;
  margin-top: 0px;
  padding: 15px;
  font-family: Oswald, sans-serif;
  color: #63a27b;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.callout-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #63a27b;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.callout-circle-copy {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.callout-circle-alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callout-circle-alignment.callout-circle-alignment-right {
  position: relative;
  bottom: 41px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.info-graphic-content-block {
  margin-top: 73px;
  margin-bottom: 73px;
  border: 1px solid #a7a7a7;
  background-color: #f2f8fa;
}

.info-graphic-content-block.info-graphic-content-block-no-top-population {
  margin-top: 40px;
  background-image: url("../images/Background_Image_Census.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info-graphic-content-block.info-graphic-content-block-age {
  background-image: url("../images/Background_Image_Age.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info-graphic-content-block.info-graphic-content-block-cost {
  background-image: url("../images/Background_Image_Cost.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info-graphic-content-block.info-graphic-content-block-tax {
  background-image: url("../images/Background_Image_Tax.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info-graphic-content-block.info-graphic-content-block-geographic {
  margin-top: 0px;
  background-image: url("../images/Background_Image_Geographic.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.demographics-subheadings {
  display: inline-block;
  padding: 10px;
  border: 1px solid #949494;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #7090a7;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.info-graphic-rule {
  display: inline-block;
  width: 70%;
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #949494;
}

.demogrphic-number {
  display: inline-block;
  padding: 10px;
  border: 1px solid #949494;
  background-color: #7090a7;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 17px;
}

.infographic-content-padding {
  padding: 15px;
}

.infographic-content-padding.flexbox-added {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}

.demographics-content-4-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.demographic-circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  padding: 30px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px -4px #002853;
}

.demographic-circles.demographic-circles-large {
  width: 180px;
  height: 180px;
}

.demographic-circle-2 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.demographic-circle-title {
  margin-bottom: 7px;
  font-family: Oswald, sans-serif;
  color: #7090a7;
  font-size: 18px;
  line-height: 18px;
  text-decoration: underline;
}

.demographic-content-3-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.demographic-city {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #7090a7;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.geographic-distances {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.geographic-names-text {
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #7090a7;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.line-div {
  display: none;
}

.leader-text {
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px dashed #979797;
}

.distance-text {
  margin-left: 5px;
  font-family: Lato, sans-serif;
  color: #7090a7;
  font-size: 16px;
}

.proximity-text {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  font-weight: 400;
}

.relocation-faq-div {
  margin-bottom: 60px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-info-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-info-columns {
  width: 33.33%;
  font-family: Lato, sans-serif;
  text-align: center;
}

.contact-info-headings {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.contact-info-text {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.contact-link {
  color: #000;
  font-size: 16px;
}

.contact-social-icons {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Canton, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.form-column-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-column {
  display: inline-block;
  width: 50%;
}

.form-column.form-column-1 {
  padding-right: 10px;
}

.form-column.form-column-2 {
  padding-left: 10px;
}

.form-field-label {
  font-family: Lato, sans-serif;
}

.form-text-field {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.state-dropdown {
  font-family: Lato, sans-serif;
}

.contact-social-links {
  color: #333;
}

.contact-social-links:hover {
  color: #666565;
}

.contact-social-links:active {
  color: #333;
}

.non-active-footer-phone {
  color: #cacaca;
  text-decoration: none;
}

.non-active-contact-phone {
  color: #333;
  text-decoration: none;
}

.news-filtering-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #202020;
}

.news-filtering-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news-filtering-check-box {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.news-filtering-check-box-field {
  margin-right: 30px;
}

.social-sharing-placeholder {
  width: 100%;
}

.bulleted-list {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #ba0e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.contact-page-map {
  height: 250px;
}

.business-listings .entry .entry-image-link {
  display: none;
}

.individual-business-listing-title {
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

.individual-business-listing-map {
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-padding {
  margin-bottom: 125px;
}

.contact-social-links {
    text-decoration: none;
    display: inline;
    margin: 0 0 8px;
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}

@media screen and (min-width: 480px){
  /* Headings
  ------------------------------------- */
  h1{
    font-size: 5rem;
  }
  h3, .h3{
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3rem;
  }
  h4{
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  h5{
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .h2-block{
    letter-spacing: 2px;
  }
  .h3{
    line-height: 27px;
  }
  .site-header .title-area{
    width: 170px;
    padding: 0 0 4px 20px;
  }
  .site-title a{
    width: 150px;
    height: 54px;
  }
  /* # Front Page
  /*----------------------------------------- */
  .homepage-callout-links{
    width: 40%;
    margin: 0 10px 20px;
  }
  .homepage-intro-section{
    padding: 30px;
  }
  .homepage-events-section{
    padding: 30px;
  }
  .event-column{
    margin: 15px 0 5px 0;
    width: 47%;
  }
  .homepage-news-section{
    padding: 40px 20px;
  }

  /* Custom Posts/Pages
  ------------------------------------- */
  .demographics-content-4-columns{
    width: 50%;
  }

}

@media screen and (min-width: 568px){
  /* Content
  ------------------------------------- */
  .content .flex-wrap .image-grid .three-fourths{
    width: 73%;
    float: left;
    clear: left;
    margin: 20px 0 30px;
  }
  .content .flex-wrap .image-grid .one-fourth{
    width: 25%;
    float: right;
    clear: right;
    margin: 20px 0 30px;
  }
}




@media screen and (min-width: 768px){
  /* Defaults
  ------------------------------------- */
  .three-column{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  label{
    font-size: 1.6rem;
  }
  input, select, textarea{
    padding: 16px 24px;
  }
  blockquote{
    margin: 40px 20px;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .text-link.text-link-reversed{
    margin-left: 20px;
    font-size: 13px;
    display: inline-block;
  }

  .social-link {
      margin-top: 0;
  }

  /* Headings
  ------------------------------------- */
  h1{
    font-size: 7.5rem;
  }
  .h2-block{
    font-size: 22px;
  }
  /* Structure
  ------------------------------------- */
  .site-inner .wrap{
    padding: 50px 40px 20px;
  }
  /* ### Galleries */
  .gallery-item{
    float: left;
  }
  .gallery-columns-2 .gallery-item{
    width: 50%;
  }
  .gallery-columns-3 .gallery-item{
    width: 33%;
  }
  .gallery-columns-4 .gallery-item{
    width: 25%;
  }
  .gallery-columns-5 .gallery-item{
    width: 20%;
  }
  .gallery-columns-6 .gallery-item{
    width: 16.6666%;
  }
  .gallery-columns-7 .gallery-item{
    width: 14.2857%;
  }
  .gallery-columns-8 .gallery-item{
    width: 12.5%;
  }
  .gallery-columns-9 .gallery-item{
    width: 11.1111%;
  }
  /* Column Classes
   *
   * Width: 1170px
   * Gutter: 30px
   * Link: http://www.billerickson.net/column-class-generator/
  --------------------------------------------- */
  /* line 67, sass/partials/_media-queries.scss */
  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds,
  .search-results .entry {
    float: left;
    margin-left: 2.5641025641026%;
    clear: none;
  }
  .one-half,
  .three-sixths,
  .two-fourths{
    width: 48.717948717949%;
  }
  .one-third,
  .two-sixths,
  .search-results .entry {
    width: 31.623931623932%;
  }
  .four-sixths,
  .two-thirds{
    width: 65.811965811966%;
  }
  .one-fourth{
    width: 23.076923076923%;
  }
  .three-fourths{
    width: 74.358974358974%;
  }
  .one-fifth{
    width: 17.948717948718%;
  }
  .two-fifths{
    width: 38.461538461538%;
  }
  .three-fifths{
    width: 58.974358974359%;
  }
  .four-fifths{
    width: 79.487179487179%;
  }
  .one-sixth{
    width: 14.529914529915%;
  }
  .five-sixths{
    width: 82.905982905983%;
  }
  .first,
  .search-results .entry:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
  }
  /* Header
  ------------------------------------- */
  .header-wrap{
    padding: 10px 0 4px 0;
  }
  .alert-message{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .alert-message-text{
    margin-bottom: 0;
  }
  .alert-message-text{
    font-size: 15px;
    line-height: 18px;
  }
  .alert-message-title{
    margin-right: 23px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 22px;
  }
  /* Content
  ------------------------------------- */
  .content .flex-wrap .image-grid .three-fourths,
  .content .flex-wrap .image-grid .one-fourth{
    height: 300px;
    margin: 30px 0 40px;
  }
  /* Footer
  ------------------------------------- */
  .footer-widgets .wrap{
    padding: 75px 40px 0;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3{
    width: 33.33%;
    float: left;
    text-align: left;
  }
  .footer-widgets-1{
    width: 33.34%;
  }
  .footer-widgets-3{
    clear: right;
  }
  .footer-widgets-4{
    width: 100%;
    clear: both;
    text-align: left;
  }
  /* Forms
      ------------------------------------- */
  .canton .footer-widgets-4 .gform_wrapper form{
    text-align: left;
  }
  /* Front Page
  ----------------------------------------- */
  .hero,
  .slide-1{
    height: 50vh;
  }
  .hero-headlines{
    font-size: 80px;
    line-height: 80px;
  }
  .hero-headline-sign-off a {
    font-size: 38px;
    line-height: 44px;
    color: #ffffff;
    text-decoration: none;
  }
  .overlay{
    position: relative;
    z-index: 8;
  }
  .overlay:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.55);
  }
  .slider-headline{
    padding: 10px 15px 15px;
  }
  .homepage-help-user-links-section{
    top: -104px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0px;
  }
  .homepage-callout-links{
    width: 22%;
  }
  .homepage-callout-links.callout-link-relocate{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .homepage-callout-links.callout-link-work-order{
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .homepage-callout-links.callout-link-pay-bill{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .homepage-callout-links.callout-link-business{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .homepage-intro-section{
    padding: 60px 40px;
  }
  .homepage-intro-section .three-fifths{
    padding-top: 0;
  }
  .homepage-events-section{
    padding: 75px 40px;
  }
  .event-column{
    margin: 15px 15px 15px 0;
    padding: 20px;
  }
  .homepage-news-section{
    padding: 60px 40px;
  }
  .homepage-secondary-news-columns{
    width: 50%;
    padding-right: 10px;
  }
  .homepage-secondary-news-columns:nth-of-type(2n+2){
    width: 50%;
    padding-right: 0;
    padding-left: 10px;
  }

  /* Custom Posts/Pages
  ------------------------------------- */
  .demographic-container{
    margin-bottom: 20px;
  }
  .demographics-content-4-columns{
    width: 25%;
  }
  .demographic-content-3-columns{
    width: 33.33%;
  }
  .line-div{
    position: relative;
    display: block;
    bottom: 85px;
    height: 1px;
    margin-right: 80px;
    margin-left: 80px;
    border-bottom: 1px solid #d6d6d6;
  }

}

@media screen and (min-width: 992px){
  /* Defaults
  ------------------------------------- */
  .three-column{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .text-link.text-link-reversed{
    color: rgba(255, 255, 255, 0.7);
  }
  .text-link.text-link-reversed:hover{
    color: rgba(255, 255, 255, 0.9);
  }
  .text-link.text-link-reversed:active{
    color: #fff;
  }

  /* Headings
  ------------------------------------- */
  h1{
    font-size: 7.5rem;
  }
  .h2-block{
    padding: 10px;
    font-size: 29px;
    letter-spacing: 3px;
  }
  .h3{
    margin-bottom: 10px;
  }
  /* Structure
  ------------------------------------- */
  .site-inner .wrap{
    padding: 100px 100px 75px;
  }
  .content-sidebar .content,
  .sidebar-content .content{
    width: 70%;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #9b9b9b;
  }
  .single.content-sidebar .content,
  .single.sidebar-content .content{
    border-right: none;
  }
  .content-sidebar .content{
    float: left;
  }
  .full-width-content .content{
    width: 100%;
  }
  /* ### Primary Sidebar */
  .sidebar-primary,
  .content-sidebar .sidebar-primary,
  .sidebar-content .sidebar-primary{
    width: 30%;
    float: right;
    padding-left: 20px;
  }
  .sidebar-content .sidebar-primary{
    float: left;
  }
  .site-header .title-area{
    width: 250px;
  }
  .title-area .site-title a{
    width: 230px;
    height: 87px;
    margin-top: -41px;
  }
  .alert-message{
    padding-left: 0;
    padding-right: 0;
  }
  .alert-message-title{
    margin-right: 23px;
  }
  .header-top-container{
    display: block;
  }
  .site-header .header-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(0deg, #fff, #e6e6e6);
    background-image: -webkit-linear-gradient(left, #fff, #e6e6e6);
    background-image: linear-gradient(90deg, #fff, #e6e6e6);
  }
  .site-header .header-right-top{
    display: block;
  }
  /* Navigation
  ------------------------------------- */
  .genesis-nav-menu .menu-item-has-children .sub-menu a{
    background: none;
    padding: 20px;
  }
  .nav-primary .genesis-nav-menu{
    padding: 0;
    float: right;
    text-align: right;
  }
  .nav-primary .genesis-nav-menu a{
    line-height: 1;
  }
  .nav-primary .genesis-nav-menu .menu-item{
    display: inline-block;
  }
  .nav-primary .genesis-nav-menu .sub-menu{
    background-color: #fff;
    left: -9999px;
    opacity: 0;
    position: absolute;
    padding: 10px 0;
    text-align: left;
  }
  .nav-primary .genesis-nav-menu .sub-menu a{
    text-decoration: none;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: normal;
    color: #222222;
    white-space: nowrap;
    font-weight: 400;
  }

  .nav-primary .genesis-nav-menu .sub-menu li {
      width: 100%;
  }

  .nav-primary .genesis-nav-menu .sub-menu li:hover {
    background: #1d1d1d;
    color: #fff;
  }

  .nav-primary .genesis-nav-menu .sub-menu li:hover a {
    color: #fff;
  }

  .nav-primary .genesis-nav-menu .sub-menu .sub-menu{
    /* second sub-menu */
    margin: -60px 0 0 259px;
  }
  .nav-primary .genesis-nav-menu li.last .sub-menu{
    right: 0;
  }
  /* end .genesis-nav-menu */
  .nav-primary, .nav-secondary{
    padding: 0;
  }
  .nav-primary .sub-menu .menu-item{
    padding-left: 0;
  }
  /* end .nav-primary */
  .responsive-menu{
    display: block;
  }
  .responsive-menu .menu-item > .sub-menu{
    display: block;
  }
  .responsive-menu .menu-item-has-children:before, .responsive-menu .responsive-menu .menu-open.menu-item-has-children:before{
    display: none;
  }
  /* end .responsive-menu */
  .responsive-menu-icon{
    display: none;
  }
  /* Content
  ------------------------------------- */
  .content .flex-wrap .image-grid .three-fourths,
  .content .flex-wrap .image-grid .one-fourth{
    height: 400px;
    margin: 60px 0 70px;
  }
  .page .page-header .entry-header .entry-title,
  .page .page-header .page-title h2.page-category,
  .archive.business-listings .page-title h2.page-category,
  .blog .page-header .blog-header .archive-title,
  .single-business .entry-header .entry-title,
  .category .blog-header .archive-title,
  .single .blog-header .archive-title {
    font-size: 90px;
  }
  .page .page-header,
  .blog .page-header,
  .category .page-header,
  .single .page-header,
  .business-listings .page-header {
    height: 400px;
  }
  .page .page-header-overlay,
  .page.residents .page-header-overlay,
  .blog .page-header-overlay,
  .category .page-header-overlay,
  .single .page-header-overlay,
  .archive.business-listings .page-header-overlay {
    height: 400px;
    padding-top: 125px;
  }
  .page .entry-subtitle,
  .page .page-subtitle .entry-title,
  .business-listings .page-subtitle .entry-title {
    font-size: 39px;
    line-height: 39px;
  }
  .news-filter form{
    margin-bottom: 40px;
    padding: 10px 15px;
  }
  .news-filter form .cat-item{
    margin-bottom: 0;
  }
  .blog .entry,
  .archive .entry,
  .category .entry{
    margin: 0 0 100px;
  }

  .archive.business-listings .entry {
    margin: 0 0 30px;
  }
  /* Footer
  ------------------------------------- */
  .footer-widgets .wrap{
    padding: 100px;
  }
  .footer-widgets-1{
    width: 24%;
    float: left;
    clear: none;
  }
  .footer-widgets-2,
  .footer-widgets-3{
    width: 18%;
    float: left;
    clear: none;
  }
  .footer-widgets-4{
    width: 40%;
    margin-bottom: 0px;
    float: right;
    clear: right;
  }
  .temperature-div{
    text-align: center;
    margin-left: 58px;
    margin-right: 0;
    margin-bottom: -50px;
    z-index: 3000;
  }
  /* Front Page
  ----------------------------------------- */
  .hero,
  .slide-1{
    height: 70vh;
  }
  .rotating-gear-div{
    right: -48px;
    bottom: -66px;
    width: 300px;
    height: 300px;
  }
  .rotating-gear{
    opacity: 0.35;
  }
  .rotating-gear-div-2{
    width: 300px;
    height: 300px;
    right: -164px;
    bottom: 192px;
  }
  .slide-1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    padding-bottom: 75px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider{
    height: 70vh;
    background-color: transparent;
  }
  .rotating-gear-div-2{
    position: absolute;
    right: -164px;
    bottom: 192px;
    z-index: 0;
    width: 300px;
    height: 300px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .rotating-gear-2{
    opacity: 0.35;
  }
  .hero-headlines{
    font-size: 125px;
    line-height: 125px;
  }
  .slider-headline{
    padding: 23px 30px 30px;
  }
  .homepage-help-user-links-section{
    padding-right: 30px;
    padding-left: 30px;
  }
  .homepage-callout-links{
    width: 22%;
    height: 155px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-icons{
    margin-bottom: 13px;
    font-size: 54px;
    line-height: 54px;
  }
  .homepage-callout-links.callout-link-relocate{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .homepage-callout-links.callout-link-work-order{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .homepage-callout-links.callout-link-pay-bill{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .homepage-callout-links.callout-link-business{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .homepage-intro-section{
    padding: 150px 85px 120px;
  }
  .homepage-events-section{
    padding: 120px 85px 150px;
  }
  .event-column{
    width: 23%;
    margin: 15px 15px 15px 0px;
  }
  .homepage-news-section{
    padding: 100px 85px;
  }
  .homepage-news-section .three-fifths{
    padding-right: 50px;
  }
  .homepage-news-secondary-stories{
    padding-top: 70px;
  }
  .homepage-secondary-news-columns:nth-of-type(1){
    width: 25%;
    padding-right: 10px;
    padding-left: 0;
  }
  .homepage-secondary-news-columns:nth-of-type(2),
  .homepage-secondary-news-columns:nth-of-type(3){
    padding-right: 10px;
    padding-left: 10px;
    width: 25%;
  }
  .homepage-secondary-news-columns:nth-of-type(4){
    padding-left: 10px;
    padding-right: 0;
    width: 25%;
  }
  .map-facts-column{
    width: 30%;
  }

  /* Custom Posts/Pages
  ------------------------------------- */
  .callout-circle{
    width: 100px;
    height: 100px;
  }
  .callout-circle-copy{
    font-size: 15px;
    line-height: 18px;
  }
  .infographic-content-padding{
    padding: 30px;
  }
  .infographic-content-padding.flexbox-added{
    padding-right: 0px;
    padding-left: 0px;
  }
  .demographic-container{
    padding-right: 100px;
    padding-left: 100px;
  }
  .demographic-circles.demographic-circles-large{
    width: 200px;
    height: 200px;
  }
  .geographic-distances{
    padding-right: 100px;
    padding-left: 100px;
  }
  .line-div{
    bottom: 103px;
  }
  .proximity-text{
    padding-left: 100px;
  }

}

@media screen and (min-width: 1200px){
  /* Front Page
  ----------------------------------------- */
  .homepage-intro-section{
    padding: 170px 100px 120px;
  }
  .homepage-events-section{
    padding: 120px 100px 150px;
  }
  .homepage-news-section{
    padding: 100px;
  }
}

@media screen and (max-width: 991px){
  /* Navigation
  ------------------------------------- */
  .site-header{
    position: relative;
  }
  .responsive-menu-icon{
    text-align: right;
  }
  .js .nav-primary{
    min-width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    text-align: center;
    z-index: 1100;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
  }
  .js .nav-primary .menu-primary{
    -webkit-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    background-color: #c8c8c8;
  }
  .js .nav-primary .menu-primary a{
    color: #1d1d1d;
    text-align: left;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding: 10px 15px;
  }
  .js .nav-primary .menu-primary a:hover,
  .js .nav-primary .menu-primary a:activated{
    color: #fff;
  }
  .js .nav-primary .menu-primary a:hover,
  .js .nav-primary .menu-primary current-menu-item > a,
  .js .nav-primary .menu-primary .sub-menu .current-menu-item > a:hover{
    background-color: transparent;
    color: #1d1d1d;
  }
  .js .nav-primary .sub-menu a{
    border: none;
  }
  .js nav.nav-primary{
    display: none;
    position: relative;
  }
  .js nav.nav-primary .wrap{
    padding: 0;
  }
  .js nav.pagination{
    display: block;
  }
  .menu-toggle,
  .menu-toggle.activated{
    background: none;
    border-radius: 5px;
    border-width: 0;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
  .menu-toggle:hover,
  .menu-toggle:focus,
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus{
    border-width: 0;
  }
  .menu-toggle,
  .menu-toggle.activated{
    margin: 0 10px 4px 0;
    padding: 0;
    position: relative;
    float: right;
    z-index: 1000;
    line-height: 40px;
  }
  .menu-toggle:after,
  .menu-toggle.activated:after{
    color: #fff;
    background-color: #58585a;
    content: "\f20e";
    display: inline-block;
    font-family: 'Ionicons';
    font-size: 40px;
    padding: 0 10px;
    border-radius: 5px;
    text-rendering: auto;
    vertical-align: middle;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .menu-toggle:hover,
  .menu-toggle:active,
  .menu-toggle:focus{
    -webkit-transform: none;
    transform: none;
    background-color: #c8c8c8;
  }
  .menu-toggle.activated:after{
    color: #fff;
    background-color: #c8c8c8;
  }
  .sub-menu-toggle{
    float: right;
    padding: 14px 12px 14px 100px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 100;
    background: none;
    border-radius: 0;
    border-width: 0;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
  .sub-menu-toggle:activated{
    /*padding: 0;*/
  }
  .sub-menu-toggle:before{
    color: #333;
    content: "\f2c7";
    /*content: "\f43d";*/
    display: inline-block;
    font-family: 'Ionicons';
    font-size: 21px;
    display: inline-block;
    text-rendering: auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: transparent !important;
  }
  .sub-menu-toggle.activated:before{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: transparent;
    content: "\f2f4";
  }
  .nav-primary .menu-primary button:hover{
    background-color: transparent;
  }
  .js .nav-primary .menu-primary .menu-item{
    display: block;
    float: none;
    margin-top: 1px;
    margin-bottom: 1px;
    position: relative;
    text-align: left;
  }
  .js .nav-primary .menu-primary .menu-item:hover{
    position: relative;
  }
  .js .nav-primary .menu-primary .menu-item a{
    border: none;
    padding: 15px 18px;
    width: 100%;
    font-size: 14px;
    z-index: 500;
  }
  .js .nav-primary .menu-primary .menu-item a:hover,
  .js .nav-primary .menu-primary .sub-menu{
    border: none;
  }
  .js .nav-primary .menu-primary .menu-item > a:focus ul.sub-menu,
  .js .nav-primary .menu-primary .menu-item > a:focus ul.sub-menu .sub-menu{
    left: 0;
    margin-left: 0;
  }
  .js .nav-primary .menu-primary > .menu-item-has-children > a:after{
    content: none;
  }
  .js .nav-primary .menu-primary .sub-menu{
    clear: both;
    display: none;
    margin: 0;
    position: static;
    width: 100%;
    background: #353535;
    color: #909090;
    opacity: 1;
  }
  .js .nav-primary .menu-primary .sub-menu .menu-item{
    border-top: none;
  }
  .js .nav-primary .menu-primary .sub-menu .sub-menu{
    margin: 0;
  }
  js .nav-primary .menu-primary .sub-menu{
    color: #909090;
    background: #353535;
  }
  .js .nav-primary .menu-primary .sub-menu .menu-item a{
    border: none;
    font-size: 15px;
    font-size: 1.5rem;
    color: #909090;
    background: #353535;
    text-transform: none;
    padding-left: 50px;
    font-weight: 400;
    text-transform: none;
    z-index: 500;
  }
  .js nav button:hover,
  .js .menu-toggle:hover,
  .js .nav-primary{
    outline: none;
  }
  .js nav button:focus,
  .js .menu-toggle:focus{
    outline: none;
  }
  .js .nav-primary .menu-primary li.last a{
    background: transparent;
  }
  .js .nav-primary .genesis-nav-menu{
    /*padding-bottom: 10px;*/
  }
  /* Secondary Navigation
  ------------------------------------- */
  .nav-secondary .genesis-nav-menu a{
    /*margin-right: 6px;*/
    padding: 15px 12px;
    background-color: transparent;
    color: #535353;
  }
  .header-top{
    background: #fff;
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    clear: both;
    padding: 10px;
  }
  .header-top .top-menu{
    width: auto;
    float: left;
  }
  .header-top .search-top{
    max-width: 200px;
    float: left;
  }
  .header-top .social-top{
    max-width: 80px;
    float: right;
  }
  ._2nd-nav-mobile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0px 10px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f5f5f5;
  }
  .search{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* Custom Posts/Pages
  ------------------------------------- */
  .dropdown-list.w--open{
    background-color: #353535;
  }
  .dropdown-link{
    color: #909090;
  }
  .form-column.form-column-1{
    width: 100%;
    padding-right: 0px;
  }
  .form-column.form-column-2{
    width: 100%;
    padding-left: 0px;
  }
  .map-link-block{
    width: 100%;
  }

}

@media screen and (max-width: 767px){
  /* Custom Posts/Pages
  ------------------------------------- */
  .individual-business-listing-map{
    height: 300px;
  }
}

@media screen and (max-width: 480px){
  /* Navigation
  ------------------------------------- */
  .header-top{
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
  }
  .header-top .top-menu{
    width: 100%;
    float: none;
  }
  .header-top .search-top{
    max-width: 75%;
    width: 75%;
  }
  .header-top .social-top{
    max-width: 25%;
    width: 25%;
    text-align: left;
    padding-left: 5px;
  }
}

@media screen and (max-width: 479px){
  /* Custom Posts/Pages
  ------------------------------------- */
  .demographics-headings{
    padding-right: 117px;
    line-height: 24px;
  }
}


@media screen and (min-width: 480px) and (max-width: 767px){
  /* Content
  ------------------------------------- */
  .page-header .entry-header .entry-title{
    font-size: 50px;
  }
  .page .page-header{
    height: 250px;
  }
  .page .page-header-overlay{
    height: 250px;
    padding-top: 80px;
  }
  .page.residents .page-header-overlay{
    padding-top: 85px;
  }
  .business .page-header-overlay{
    padding-top: 85px;
  }
  ._2nd-level-content{
    padding-right: 20px;
    padding-bottom: 1px;
    padding-left: 20px;
  }
  .page .entry-subtitle,
  .page .page-subtitle .entry-title{
    font-size: 30px;
    line-height: 32px;
  }
  .page-subtitle{
    bottom: 40px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px){
  /* Navigation
  ------------------------------------- */
  .header-top{
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
  }
  .header-top .top-menu{
    width: 100%;
    float: none;
  }
  .header-top .search-top{
    max-width: 60%;
    width: 60%;
  }
  .header-top .social-top{
    max-width: 40%;
    width: 40%;
    text-align: left;
    padding-left: 10px;
  }
}


@media screen and (min-width: 768px) and (max-width: 991px){
  /* Content
  ------------------------------------- */
  .page .page-header .entry-header .entry-title{
    font-size: 75px;
  }
  .page .site-container .page-header{
    height: 400px;
  }
  .page .site-container .page-header-overlay{
    height: 400px;
    padding-top: 125px;
  }
  .page.residents .page-header-overlay{
    padding-top: 125px !important;
  }
  .business .page-header-overlay{
    padding-top: 125px;
  }
  ._2nd-level-content{
    padding: 50px 40px 20px;
  }
  .page .entry-subtitle,
  .page .page-subtitle .entry-title{
    font-size: 32px;
    line-height: 1;
  }
  .page-subtitle{
    bottom: 40px;
  }
}


@media print{
  /******************************************************************

  Stylesheet: Print

  ******************************************************************/
  *{
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited{
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after{
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after{
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after{
    content: "";
  }
  pre, blockquote{
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead{
    display: table-header-group;
  }
  tr, img{
    page-break-inside: avoid;
  }
  img{
    max-width: 100% !important;
  }
  @page{
    margin: 0.5cm;
  }
  p, h2, h3{
    orphans: 3;
    widows: 3;
  }
  h2,
  h3{
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav{
    display: none;
  }
}
