/*!
Theme Name: shelbywater
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shelbywater
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

shelbywater is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
    - Posts Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
    - Alignments
# Header
    - Header Navigation
    - Header Blocks
# Footer
    - Footer Links
    - Footer Navigation
    - Site Info
# Universal
    - Banners
    - Links
    - Layout
# Template Parts
    - Alerts Ticker
    - Links Module
    - Service Areas
    - News Module
# Home
# About
    - Service Area
# Service Area
# Repair Request
# News & Alerts
    - Alerts
    - News
    - News Single
# Faq
# Regulatory
# Reports & Resources
# Contact
    - Form
# Privacy Policy
# Responsive
    - 1024
    - 880
    - 768
    - 640
    - 480

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
.clearme:after {
    content: "";
    display: table;
    clear: both;
  }

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 3em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #231F20;
    font-family: "Roboto", serif;
	font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    margin: .5em 0 .5em 0;
    line-height: 1.2;
}

h1 {
    font-size: 4rem;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.1rem;
}

p {
    margin-bottom: 1.5em;
    font-family: "Roboto", serif;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #D5E4E2;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 800;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #0063A8;
    font-weight: 400;
}

a:visited {
	color: #134169;
}

a:hover,
a:focus,
a:active {
	color: #134169;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 32px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Posts Navigation
--------------------------------------------- */

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.post-navigation {
    max-width: 980px;
    margin: 75px auto 0;
}

.nav-previous a:before,
.nav-next a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url(images/arrow.png);
    background-size: 6px 12px;
    background-repeat: no-repeat;
}
.nav-previous a:before {
    margin-right: 4px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.nav-previous a:hover:before {
    transform: scaleX(-1) translateX(4px);
    transition: transform .3s ease;
}
.nav-next a:after {
    margin-left: 4px;
}

.nav-next a:hover:after {
    transform: translateX(4px);
    transition: transform .3s ease;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.page {
    margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.single .site-main {
    padding: 150px 50px;
}

.single .site-main article {
    max-width: 700px;
    margin: auto;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 800;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
    height: 60px;
}

/* Header Navigation
--------------------------------------------- */

.main-navigation {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    padding-left: 20px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul > li {
    padding-right: 16px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation li a {
	display: block;
    text-decoration: none;
    font-weight: 800;
    color: #231F20;
    font-size: .9rem;
}

/* Small menu. 
.menu-toggle {
    padding: 10px 5px;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
*/

@media screen and (min-width: 1108px) {
    .shiftnav-toggle-button {
        display: none !important;
    }
    
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation {
	margin: 0 0 1.5em;
}

/* Header Blocks
--------------------------------------------- */

.sw_header-left,
.sw_header-right {
    height: 100%;
    float: left;
}

.sw_header-left {
    width: calc(100% - 320px);
    padding-left: 20px;
}

.site-branding {
    max-width: 50px;
    position: relative;
    top: 5px;
    float: left;
}

.site-branding p {
    margin: 0;
}

.sw_header-right {
    width: 300px;
    float: right;
    padding-right: 20px;
}
.sw_header-right .sw_btn {
    margin-top: 8px;
    float: right;
    text-decoration: none;
}

.sw_header-info {
    padding-left: 16px;
    margin-top: 7px;
    float: right;
    font-size: .8rem;
    line-height: 1;
}
.sw_location-pin {
    box-sizing: inherit;
    float: left;
    width: 14px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.sw_address-wrap {
    display: block;
}
.sw_address-wrap span {
    display: block;
    float: left;
}

.sw_header-info p,
.sw_header-info a {
    font-size: .75rem;
    font-weight: 400;
    text-decoration: none;
    color: #231F20;
}

.sw_header-info p {
    margin: 6px 0 0;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    background-color: #134169;
    padding: 50px;
    color: #fff;
}

/* Footer Links
--------------------------------------------- */
#sw_footer-links {
    width: 550px;
    float: left;
    color: #fff;
    font-size: 1rem;
}
.sw_info-group,
#sw_footer-menu {
    width: 100%;
    max-width: 50%;
    padding-right: 20px;
    float: left;
    font-size: .9rem;
}

.sw_info-group a img {
    max-width: 80px;
}

.sw_info-group a {
    text-decoration: none;
    color: #fff;
}

#sw_footer-links .sw_address-wrap,
#sw_info-contact {
    display: block;
    margin: 16px 0 0;
}
#sw_footer-links .sw_location-pin {
    width: 18px;
    margin-right: 8px;
    top: 6px;
}


#sw_info-contact p,
#sw_info-contact a {
    margin: 0;
    display: block;
}

#sw_info-contact p {
    text-transform: uppercase;
}

.sw_info-group .sw_btn,
#sw_info-contact p {
    margin-top: 16px;
}

/* Footer Navigation
--------------------------------------------- */
.sw_footer-navigation {
    display: block;
    float: left;
}
.sw_footer-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sw_footer-navigation a,
.sw_footer-navigation a:visited {
    text-decoration: none;
    color: #fff;
}
/* Site Info
--------------------------------------------- */
.site-info {
    height: 100px ; /* placeholder */
    width: 160px;
    float: right;
    font-size: .7rem;
  line-height: 1.3;
    color: #1FB3E5;
}

.site-info p {
    margin: 0 0 20px 0;
}

.site-info a,
.site-info a:visited {
    color: #1FB3E5;
}

/*--------------------------------------------------------------
# Universal
--------------------------------------------------------------*/

.sw_bold-caps {
    font-weight: 800;
    text-transform: uppercase;
}

.sw_meta-head {
    text-transform: uppercase;
    font-size: 1rem;
    font-family: "Roboto", serif;
    font-weight: 900;
}

/* Banners
--------------------------------------------- */

#sw_page-banner {
    color: #fff;
    position: relative;
}

#sw_page-banner span {
    margin: 0;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0 50px;
    line-height: 1;
}

.sw_banner-sub {
    height: 200px;
    background-color: #134169;
}

.sw_banner-sub h1 {
    color: #fff;
    margin-top: 0;
}

/* Links
--------------------------------------------- */

.sw_btn-container {
    text-align: center;
}
a.sw_btn {
    display: inline-block;
    padding: 10px 20px 12px;
    font-weight: 800;
    color: #fff;
    border-radius: 32px;
    font-size: .9rem;
    text-decoration: none;
    position: relative;
}
.sw_btn-dark {
    background-color: #134169;
    background-image: linear-gradient(to bottom, #0063A8, #002944);
    color: #fff;
}
a.sw_btn-light {
    background-color: #1FB3E5;
    background-image: linear-gradient(to bottom, #bbefff, #1FB3E5);
    color: #134169;
}

/* Layout
--------------------------------------------- */
.sw_col-2 {
    width: 50%;
    float: left;
}

.sw_wrap {
    padding: 50px;
    margin: auto;
}
.sw_wrap-small {
    max-width: 700px;
}
.sw_wrap-med {
    max-width: 1200px;
}
.sw_wrap-large {
    max-width: 1400px;
}

.sw_content {
    max-width: 900px;
    margin: auto;
    color: #fff;
    text-align: center;
}

/*--------------------------------------------------------------
# Template Parts
--------------------------------------------------------------*/

/* Alerts Ticker
--------------------------------------------- */

#sw_ticker,
#sw_ticker:visited {
    height: 40px;
    display: block;
    background-color: #0063A8;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}
#sw_ticker-wrap {
    margin: 0;
    padding: 0;
    height: 100%;
    white-space: nowrap;
}
.sw_alerts-block {
    height: 100%;
    display: inline-block;
    position: relative;
    left: 100%;
    white-space: nowrap;
}
#sw_ticker li {
    position: relative;
    display: inline-block;
    margin: 0 60px 0 0;
    font-size: 1rem;
}
#sw_ticker li span {
    padding: 0 20px;
    transform: translateY( 9px );
    font-size: 1.3rem;
    color: #1FB3E5;
    float: left;
}
#sw_ticker li p {
    margin: 9px 0 0;
    float: left;
}

.sw_alerts-heading {
    height: 100%;
    position: absolute;
    left: 0;
    padding: 7px 20px;
    z-index: 1;
    background-image: linear-gradient(to bottom, #ffe98a 0, #ffd524 50%, #F39E00 100%);
    color: #231F20;
    font-weight: 900;
}
.sw_alerts-heading span {
    position: relative;
    top: 2px;
}
.sw_alerts-heading:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 12px;
    right: -5px;
    transform: rotate(45deg);
    background-image: linear-gradient(-45deg, #F39E00 -38%, #ffd524 50%, #ffe98a 110%);
}

/* Links Module
--------------------------------------------- */

#sw_links {
    background: linear-gradient(to bottom, #ecf3f4 0%, #D5E4E2 100%);
    background-image: 
        /* radial-gradient(circle at 50% 0%, #ffffff 0%, transparent 70%), */
        linear-gradient(to bottom, #ecf3f4 0%, #D5E4E2 100%);
    background-blend-mode: overlay;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#sw_links ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#sw_links li {
    flex: 0 0 25%;
    box-sizing: border-box; 
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(0, 0, 0, .15);
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
}
#sw_links li:first-child {
    border-left: none;
}
#sw_links li:last-child {
    border-right: none;
}

#sw_links li a {
    height: 100%;
    width: 100%;
    padding: 100px 50px;
    text-decoration: none;
    color: #231F20;
}

#sw_links li div {
    height: 80px;
    width: 84px;
    margin: auto;
    background-image: url('images/icon_links.png');
    background-size: 328px 80px;
    background-repeat: no-repeat;
}

.sw_icon-bill {
    background-position: 2px;
}
.sw_icon-alerts {
    background-position: -81px;
}
.sw_icon-resource {
    background-position: -164px;
}
.sw_icon-faq {
    background-position: -246px;
}

#sw_links li h3 {
    margin: 12px 0 6px 0;
    font-size: 1.2rem;
    line-height: 1.2;
}
#sw_links li p {
    margin: 0 auto;
    font-size: .9rem;
    line-height: 1.2;
    max-width: 220px;
    display: block;
}

/* Service Area
--------------------------------------------- */
#sw_service-area {
    padding: 50px 0;
}

.sw_service-area-content {
    max-width: 500px;
    margin-bottom: 50px;
}

.sw_service-area-list {
    padding: 0 30px 30px 0;
}

.sw_service-area-list ul {
    width: 50%;
    max-width: 230px;
    margin: 0 0 0 0;
    padding: 0 30px 0 15px;
    float: left;
}
.sw_service-area-map div {
    width: 100%;
    height: 700px;
    background-color: transparent;
    position: relative;
}
/*
.sw_service-area-map div:after {
    content: 'PLACEHOLDER';
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    color: #fff;
}
*/

/* Repair request
--------------------------------------------- */
#sw_repair-request {
    padding: 50px 0;
}

.sw_repair-request-content {
    max-width: 500px;
    margin-bottom: 50px;
}

.sw_repair-request-list {
    padding: 0 30px 30px 0;
}

.sw_repair-request-list ul {
    width: 50%;
    max-width: 230px;
    margin: 0 0 0 0;
    padding: 0 30px 0 15px;
    float: left;
}
.sw_repair-request-map div {
    width: 100%;
    height: 800px;
    background-color: transparent;
    position: relative;
}
/*
.sw_request-service-map div:after {
    content: 'PLACEHOLDER';
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    color: #fff;
}
*/

/* News Module
--------------------------------------------- */

#sw_news-module {
    background-color: #D5E4E2;
}

.sw_news-link {
    padding: 0 50px 30px 0;
}
.sw_news-link h2 {
    margin-top: 0;
}

.sw_news-snippet h3 {
    margin-bottom: 0;
}
.sw_news-snippet p {
    margin: .5em 0;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.sw_banner-home {
    height: 600px;
    padding: 100px 0;
    background-image: url(images/banner_home.jpg);
    background-position: bottom -220px center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
}

#sw_page-banner.sw_banner-home span {
    max-width: 680px;
}

.sw_banner-home:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%); */
    background: linear-gradient(to bottom, rgba(31, 179, 229, 1) 0%, rgba(31, 179, 229, 0) 65%, rgba(31, 179, 229, 0) 100%);
}
.sw_banner-home h1 {
    font-size: 4.5rem;
    margin-bottom: 1rem;
    line-height: 1;
}
.sw_banner-home h1,
.sw_banner-home p {
    color: #134169;
    margin-top: 0;
}
#sw_page-banner.sw_banner-home span {
    top: 22%;
}
.sw_main {
    padding: 150px 50px;
    background-color: #0063A8;
}
.sw_main h2 {
    margin-top: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.sw_about-main p,
.sw_about-main h2 {
    text-align: left;
}

/*--------------------------------------------------------------
# Service Area
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# News & Alerts
--------------------------------------------------------------*/

/* Alerts
--------------------------------------------- */

#sw_alerts-section {
    background-color: #ffd252;
    padding: 50px 25px;
}

.sw_alerts-all {
    margin-top: 50px;
}

.sw_alerts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sw_alerts li {
    float: left;
    max-width: 25%;
    padding: 0 25px;
}
.sw_alerts li h4 {
    margin-bottom: 0;
    font-size: 1.3rem;
}
.sw_alerts li p {
    font-size: .9rem;
    margin-top: .5em;
}

.sw_meta-head::after {
    content: '';
    display: block;
    margin: 9px 0 12px;
    width: 100%;
    max-width: 60px;
    border-bottom: 1px solid #231f20;
}

/* News
--------------------------------------------- */
#sw_news-side,
#sw_news-latest {
    float: left;
    width: calc(100% - 200px);
    max-width: 800px;
}

.sw_news-all {
    margin-top: 50px;
}

#sw_news-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sw_news-side {
    width: 200px;
    padding: 0 20px 0 0;
}
#sw_news-side ul {
    margin-bottom: 30px;
}

#sw_news-side ul a {
    font-size: .9rem;
    text-decoration: none;
    line-height: .9;
}

.sw_news-meta {
    font-size: .8rem;
}

#sw_news-latest li {
    margin-bottom: 40px;
}
#sw_news-latest li:after {
    content: "";
    display: block;
    padding: 10px 0;
    width: 100%;
    max-width: 300px;
    border-bottom: 1px solid #D5E4E2;
}

#sw_news-latest h3 {
    margin: 0;
}
#sw_news-latest p {
    margin: .5em 0;
}

.nav-links a {
    font-weight: 800;
    text-decoration: none;
}

/* News Single
--------------------------------------------- */

.sw_news-back {
    max-width: 980px;
    margin: 0 auto 30px;
}
.sw_news-back svg {
    width: 14px;
    height: auto;
    margin-right: 7px;
}
.sw_news-back polygon {
    fill: #0063a8;
}
.sw_news-back a {
    text-decoration: none;
    font-weight: 800;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/

.sw_faq-all {
    padding: 50px 0 25px;
    margin: auto;
}

.sw_faq-all dt h3 {
    margin-bottom: 20px;
}

.sw_faq-all dd {
    margin: 0 0 50px 0;
}
.sw_faq-all dd:after {
    content: "";
    display: block;
    padding: 25px 0;
    width: 100%;
    max-width: 300px;
    border-bottom: 1px solid #D5E4E2;
}
.sw_faq-all dd span,
.sw_faq-all dd p {
    display: block;
    float: left;
}
.sw_faq-all dd span {
    width: 50px;
    padding: 0 10px 0 0;
    font-size: 2.5rem;
    line-height: 1;
    font-family: "DM Serif Text", serif;
}
.sw_faq-all dd p {
    width: calc(100% - 60px);
    padding: 0 0 0 20px;
    margin: 0;
    border-left: 1px solid #748086;
}

/*--------------------------------------------------------------
# Regulatory
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reports & Resources
--------------------------------------------------------------*/

.sw_resource-group h3 {
    margin: 0 0 30px 0;
}

.sw_resource-group:after {
    content: "";
    display: block;
    padding: 0 0 35px 0;
    width: 100%;
    max-width: 300px;
    border-top: 1px solid #D5E4E2;
}

.sw_resource-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sw_resource-group a {
    text-decoration: none;
}
.sw_resource-group li {
    float: left;
    font-size: .8rem;
    margin: 0 30px 30px 0;
    max-width: 90px;
    text-align: center;
    line-height: 1.1;
}
.sw_resource-group a span { 
    width: 35px;
    height: 46px;
    margin: auto;
    display: block;
}
.sw_resource-link img {
    position: relative;
    top: 5px;
}
.sw_resource-group li p {
    margin: 6px 0 0 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#sw_contact-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

#sw_contact-section #sw_contact-info {
    width: 250px;
}
#sw_contact-section .sw_info-group a {
    color: #231f20;
}
#sw_contact-section .sw_info-group a.sw_btn {
    color: #fff;
}

#sw_contact-section .sw_info-group {
    padding-right: 50px;
}

#sw_contact-section .sw_address-wrap {
    margin-top: 16px;
}

#sw_contact-info .sw_location-pin {
    width: 20px;
    margin-right: 8px;
    top: 5px;
}

#sw_hours-all {
    width: 210px;
}
#sw_hours-all dl {
    margin-top: 0;
}

#sw_hours-all dt,
#sw_hours-all dd {
    width: 105px;
    float: left;
    margin: 0;
    text-transform: uppercase;
}

/* Form
--------------------------------------------- */

#sw_contact-section #sw_contact-form {
    float: left;
    width: calc(100% - 250px);
}
#sw_contact-form div.wpforms-container-full:not(:empty) {
    margin-top: 0;
}

/*--------------------------------------------------------------
# Privacy Policy
--------------------------------------------------------------*/
.sw_privacy .sw_content {
    text-align: left;
}
.sw_privacy .sw_content h2 {
    font-size: 2.3rem;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

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

    .sw_banner-home {
        background-position: bottom -50px center;
    }

    #sw_links li a {
        padding: 100px 30px;
    }

}

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

    .sw_service-area-list ul {
        width: 100%;
    }
}

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

    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.25rem;
    }

    .sw_banner-sub span {
        padding: 0 25px;
    }
    .sw_wrap {
        padding: 50px 25px;
    }
    .site-footer {
        padding: 50px 25px;
    }
    #sw_footer-links {
        width: 100%;
    }
    .sw_info-group,
    #sw_footer-menu {
        width: 100%;
        max-width: 100%;
    }
    #sw_footer-links #sw_contact-info {
        margin-bottom: 30px;
    }
    .site-info {
        width: 100%;
        height: 40px;
        margin-top: 50px;
    }
    .site-info p {
        margin-bottom: 10px;
    }

    #sw_links li {
        flex: 0 0 50%;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        border-top: 1px solid rgba(255, 255, 255, 1);
    }
    #sw_links li a {
        padding: 50px 30px;
    }
    #sw_links li:nth-child(3),
    #sw_links li:last-child {
        border-bottom: none;
    }
    #sw_links li:first-child {
        border-top: none;
    }
    #sw_links li:nth-child(2) {
        border-top: none;
        border-right: none;
    }
    #sw_links li:nth-child(3) {
        border-left: none;
    }

    .single .site-main {
        padding: 100px 25px;
    }

    .sw_banner-home {
        background-position: bottom 0 center;
    }
    #sw_page-banner.sw_banner-home span {
        top: 35%;
    }

    #sw_service-area {
        padding: 50px 0;
    }
    .sw_main {
        padding: 100px 25px;
    }

    #sw_contact-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #sw_contact-section #sw_contact-info {
        width: 100%;
        margin-bottom: 50px;
    }
    #sw_contact-section #sw_contact-form {
        width: 100%;
    }

    .sw_alerts li {
        max-width: 50%;
        padding: 0 20px;
    }

}

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

    h3 {
        font-size: 1.35rem;
    }
    
    .sw_col-2 {
        width: 100%;
    }

    #sw_links li,
    #sw_links li:nth-child(3),
    #sw_links li:nth-child(2) {
        flex: 0 0 100%;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        border-top: 1px solid rgba(255, 255, 255, 1);
    }
    #sw_links li a {
        padding: 50px 30px;
    }
    
    #sw_news-latest p {
        font-size: .9rem;
    }
    #sw_news-latest li {
        margin-bottom: 20px;
    }
}

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

    #masthead {
        height: 120px;
    }
    .sw_header-left, 
    .sw_header-right {
        height: 60px;
        float: none;
    }
    .sw_header-left {
        width: 100%;
        padding: 0 10px;
    }
    .sw_header-right {
        margin: auto;
        padding: 0 10px;
    }
    .sw_header-right .sw_btn {
        float: left;
    }
    .site-info {
        height: unset;
    }
    .main-navigation {
        float: right;
        padding-left: 15px;
    }

    #sw_footer-info {
        margin-bottom: 50px;
    }

    #sw_footer-info, 
    #sw_footer-menu {
        max-width: 100%;
    }
	
    #sw_page-banner span {
        padding: 0 25px;
    }
    .sw_banner-sub h1 {
        font-size: 2.25rem;
    }
    .sw_banner-home h1 {
        font-size: 3.75rem;
    }

    .sw_main {
        padding: 50px 30px;
    }
    #sw_service-area {
        padding: 0;
    }

    .sw_alerts li {
        max-width: 100%;
        padding: 0;
    }
    .sw_alerts li:after {
        content: "";
        display: block;
        margin-bottom: 20px;
        width: 100%;
        max-width: 300px;
        border-bottom: 1px solid #cc9a0d;
    }

    .sw_news-all {
        margin-top: 30px;
    }
    #sw_news-side, 
    #sw_news-latest {
        float: right;
        width: 100%;
    }
    #sw_news-side ul {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        float: left; 
    }
}



