/* Theme Name: SDBX Skeleton
 * Author: Craig Tran
 * Author URI: http://www.sdbxstudio.com
 * Description: Bare bones wordpress theme
 * Version: 1.0
 */

/* Default styles */
* {
  box-sizing: border-box;
}
html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  /* Set your content font stack here: */
  font-family: canada-type-gibson, arial, sans-serif;
  font-size: 16px;
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.mobile-padding {
  padding: 0 10px;
}

/* Font */
h1 {
  font-size: 2em;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 4px;
}
h2 {
  font-size: 1.875em;
  font-weight: 600;
  letter-spacing: 2px;
  color: #283649;
}
h3 {
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 2px;
  color: #283649;
}
p,
ol li,
ul li {
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 1px;
  font-weight: 200;
  color: #283649;
}
strong {
  font-weight: 400;
}
.wrap {
  max-width: 90%;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: #283649;
}
a:hover {
  text-decoration: underline;
}
.red,
h2.red {
  color: red;
}
img,
iframe {
  max-width: 100%;
}
.wp-block-image img {
  height: auto;
}
.landscape {
  width: 100%;
}
.landscape:after {
  content: "";
  display: block;
  padding-top: calc(1 / 4 * 100%);
}
button.blue-button {
  color: #2f6fad;
  text-transform: uppercase;
  border: 1px solid #2f6fad;
  padding: 8px 30px;
  letter-spacing: 2px;
  font-size: 1em;
  background-color: transparent;
  transition: 0.3s;
}
button.blue-button:hover {
  color: #fff;
  background-color: #2f6fad;
}
button.blue-button:hover a {
  color: #fff;
}
.search-template {
  margin-bottom: 6rem;
}
.search h1 {
  margin-top: 22px;
  margin-bottom: 10px;
  color: #3070ae;
}
.search button {
  padding: 10px 20px;
  font-size: 1em;
  text-align: left;
  letter-spacing: 1px;
  color: #3070ae;
  border: 1px solid #3070ae;
  text-transform: uppercase;
  background: transparent;
}
.search button:hover {
  background-color: #3070ae;
  color: #fff;
}
.search .search-result-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #3070ae;
  padding-bottom: 40px;
}
#searchform {
  justify-content: space-between;
}
/* Global Header */
header img {
  max-width: 80px;
  width: 100%;
}
.page-template-default .featured-image,
.page-template-page-landinggrid-internal .featured-image {
  height: 30vw;
  overflow: hidden;
  background-color: #fff;
}
.page-template-default .featured-image img,
.page-template-page-landinggrid-internal .featured-image img {
  width: 100%;
  margin-top: -10%;
}

/* Search Form */
.search-wrapper {
  display: none;
  position: fixed;
  z-index: 99;
  background-color: #2f6fad;
  width: 100%;
  height: 60px;
  box-shadow: -3px -3px 3px 0 rgba(0, 0, 0, 0.01),
    3px 0 3px 0 rgba(0, 0, 0, 0.01), 0 3px 3px 0 rgba(0, 0, 0, 0.08);
}
.search-wrapper .wrap {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.search-wrapper input[type="text"] {
  background: #2f6fad;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  width: 100%;
  height: 60px;
  font-size: 12px;
  border-radius: 0;
}
.search-wrapper input[type="text"]::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 1em;
}
.search-wrapper input[type="image"] {
  padding: 20px;
  width: 63px;
  height: 60px;
  background-color: #2f6fad;
  float: right;
  border-radius: 0;
}
.wp-block-file * + .wp-block-file__button {
  color: #fff;
}
.wp-block-file * + .wp-block-file__button:hover {
  color: #fff;
}

/* Header */
header {
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  position: absolute;
}
.site-alert {
  position: relative;
  width: 100%;
  background-color: #750000;
  top: 0;
  z-index: 999;
  padding: 40px 0 0 0;
}
.alert-text {
  width: 80%;
  margin: 0 auto;
  color: #fff;
}
.alert-text p {
  color: #fff;
}
.alert-close img {
  position: static;
  margin-top: 20px;
}
/* Side Nav */
#search-menu-icon {
  color: #fff;
  width: 1rem;
}
#wrapper {
  width: 100%;
  background: #fff;
  position: relative;
  min-height: 100vh;
  padding-bottom: 1rem;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
#side-nav {
  position: fixed;
  width: 200px;
  padding: 0 20px;
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  background-color: #2f6fad;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
select.gt_selector.notranslate {
  padding: 0.5rem;
  background-color: #fff;
  color: #2f6fad;
  border: 1px solid #2f6fad;
  font-size: 1rem;
  letter-spacing: 1px;
  display: block;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='blue' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1em;
}
.gtranslate_wrapper option:not(:first-of-type) {
  font-size: 1rem;
}
#mobile-nav ul {
  padding: 40px 0 0 0;
  list-style: none;
}
#mobile-nav ul li {
  margin-bottom: 20px;
}
#mobile-nav a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 1em;
  line-height: 0;
}
#mobile-nav a:hover,
#mobile-nav a:focus,
#mobile-nav li.active a,
#mobile-nav ul li.current-menu-item a {
  color: #fff;
}
/* Toggle Button */
.mobile-toggle::before {
  content: "MENU";
  position: absolute;
  right: 30px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  top: -2px;
}
.mobile-toggle .top-bar,
.mobile-toggle .middle-bar,
.mobile-toggle .bottom-bar {
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transition: -webkit-transform 0.1s 0s ease-in-out, top 0.1s 1s ease-in-out;
  transition: transform 0.1s 0s ease-in-out, top 0.1s 0.1s ease-in-out;
  -webkit-transform-origin: -1% 50%;
  -ms-transform-origin: -1% 50%;
  transform-origin: -1% 50%;
}

.mobile-toggle .middle-bar {
  top: 7px;
  transition: opacity 0s 0.15s linear;
}
.mobile-toggle .bottom-bar {
  top: 14px;
}

#nav-toggle:checked ~ #wrapper .mobile-toggle .top-bar,
.mobile-toggle.open .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}
#nav-toggle:checked ~ #wrapper .mobile-toggle .middle-bar,
.mobile-toggle.open .middle-bar {
  opacity: 0;
}
#nav-toggle:checked ~ #wrapper .mobile-toggle .bottom-bar,
.mobile-toggle.open .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
}

/* Optional Body Overlay (Uses Javascript) */
#nav-toggle:checked ~ #body-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: e-resize;
  -webkit-transform: translatex(-500px) translatez(0);
  -ms-transform: translatex(-500px) translatez(0);
  transform: translatex(-500px) translatez(0);
}

/* FRONT PAGE SLIDESHOW */
.homepage-header-slideshow .slider-title {
  background-color: transparent;
  width: 100%;
  padding: 0;
}
.homepage-header-slideshow.slider img {
  opacity: 0.8;
}
.homepage-header-slideshow p {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  text-shadow: -1px -1px 2px #000, 1px 1px 2px #000,
    -1px -1px 1px rgba(0, 0, 0, 0.7), 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-weight: 600;
  letter-spacing: 0.25rem;
  margin: 0;
}
#home-top {
  background-color: #000;
}
.slide-container {
  position: relative;
}
.slide-container .prev {
  position: absolute;
  top: 45%;
  left: 2%;
  z-index: 99;
  background-image: url(./images/tp-prev.svg);
  background-repeat: no-repeat;
  padding: 1em;
  color: white;
  text-decoration: none;
  font-size: 8px;
}
.slide-container .next {
  position: absolute;
  top: 45%;
  right: 2%;
  z-index: 99;
  padding: 1em;
  background-image: url(./images/tp-next.svg);
  background-repeat: no-repeat;
  color: white;
  text-decoration: none;
  font-size: 8px;
}

/*hide the pagination until rollover*/
.rslides_nav {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.home-interactive-image .rslides_nav,
.home-interactive-image .rslides_tabs {
  visibility: visible;
  opacity: 1;
}
.slide-container:hover .rslides_nav,
.slide-container:hover .rslides_tabs {
  visibility: visible;
  opacity: 1;
}

/*"dots"*/

.rslides_tabs {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
  list-style-type: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.rslides_tabs li {
  display: inline-block;
}
.rslides_tabs li a {
  background-color: #fff;
  border: solid 1px #fff;
  display: block;
  margin: 8px;
  height: 10px;
  width: 10px;
  text-indent: -9999px;
  transition: all 0.3s ease-in;
}
/*current dot*/
.rslides_tabs .rslides_here a {
  background-color: #283649;
  border: 1px solid #283649;
  height: 10px;
  width: 10px;
}

.rslides_tabs li a:hover {
  background-color: #283649;
  border: 1px solid #283649;
  height: 10px;
  width: 10px;
}

.slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 260px;
}
.homepage-header-slideshow.slider {
  height: 180px;
}
.slider li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.slider li:first-child {
  position: relative;
  display: block;
  float: left;
}

.slider img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.slider-title {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
}
.slider-title h1 {
  color: #283649;
  margin: 0;
  position: static;
  bottom: 0;
  font-size: 1em;
}
.slider-text-wrapper {
  width: 90%;
  z-index: 999;
  margin: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.slider-caption h2 {
  font-size: 12px;
  line-height: 1em;
  color: #283649;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.slider-caption button {
  color: #283649;
  text-transform: uppercase;
  border: 1px solid #283649;
  padding: 5px 10px;
  letter-spacing: 2px;
  font-size: 12px;
  background-color: transparent;
  transition: 0.3s;
  line-height: 1.2;
}
.slider-caption button:hover {
  background-color: #283649;
  color: #fff;
}
.slider-caption {
  postion: relative;
}
.slider-caption-wrapper {
  position: static;
  bottom: 15px;
}

/* HOME INTERACTIVE IMAGE */
.home-interactive-image {
  background-color: #f2f2f2;
  order: 2;
}
.home-interactive-image img {
  width: 100%;
}

/* HOME QUICK LINKS */
.home-quick-links {
  padding: 1rem 10% 2rem;
  background-color: #2f6fad;
  order: 1;
}
.home-quick-links h2 {
  color: #fff;
}
.home-quick-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-quick-links ul li {
  margin-bottom: 0.75rem;
}
.home-quick-links ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  font-weight: 300;
}
.home-quick-links ul li a:hover {
  text-decoration: underline;
}
#home-instagram {
  text-align: center;
}
#home-instagram h3 {
  margin: 3rem 0;
  font-weight: 600;
}

/* ACCESSIBILITY TEXT */
.accessibility-text {
  background-color: #f2f2f2;
  padding: 4rem 0;
}
.accessibility-text strong {
  font-weight: 600;
  letter-spacing: 1px;
}
.accessibility-text p {
  font-size: 0.8125em;
  line-height: 1.2;
  letter-spacing: 0px;
}
.accessibility-text #popup-window p {
  font-size: 1.125rem;
  line-height: 1.2;
}

/* HOME BLOG */
#home-blog {
  margin-top: 4rem;
  padding: 0 5%;
}
.home-blog-title {
  text-align: center;
}
.home-blog-title h3 {
  font-weight: 600;
}

/* ACCORDION */
.accordion {
  background-color: #fefffa;
  line-height: 1.6;
  margin-top: 1rem;
}
.accordion__item {
  border-bottom: 1px solid #2f6fad;
}
.accordion__title {
  padding: 15px 15px 15px 40px;
  display: block;
  position: relative;
  font-weight: 400;
}
.accordion__title:before {
  font-family: FontAwesome;
  content: "";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0.75rem;
  color: #2f6fad;
}
.accordion__title h2 {
  border-bottom: 1px solid #fefffa;
  display: inline-block;
  margin: 0;
  font-size: 1.5rem;
}
.accordion__title:hover,
.accordion__title:focus {
  cursor: pointer;
  outline: none;
}
.accordion__title:hover h2,
.accordion__title:focus h2 {
  border-bottom-color: #2f6fad;
  display: inline-block;
  color: #2f6fad;
}
.is-expanded .accordion__title:before {
  content: "";
}
.accordion__content-inner {
  padding: 0 40px 10px 40px;
}
.accordion__content {
  transition: height 0.3s ease-out;
  height: 0;
  overflow: hidden;
}

/* FOOTER */
#footer-menus {
  padding: 3rem 0 2rem;
  text-align: center;
}
#footer-menus img {
  width: 50%;
}
.footer-column {
  margin: 20px 0;
}
footer a {
  color: #283649;
  text-decoration: none;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 1rem;
}
footer ul li a {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #283649;
  text-decoration: none;
}
#footer-quick-links p {
  margin-top: 0;
  font-weight: 500;
}
#sdbx-signature {
  border-top: 1px solid #283649;
}
#sdbx-signature p {
  margin: 1rem 0 0 0;
  text-align: center;
}

/* FOOTER NEWSLETTER */
/* Newsletter Form */
#footer-newsletter {
  background: #f2f2f2;
}
#newsletter {
  text-align: center;
  padding: 3rem 0;
  position: relative;
}
#newsletter .wrap {
  max-width: 100%;
}

#newsletter p {
  color: #283649;
}

#newsletter input {
  margin: 0;
  margin-bottom: 15px;
}

#newsletter h3 {
  margin: 15px 0;
  text-align: center;
  padding-right: 0px;
  color: #283649;
  font-weight: 600;
}
#newsletter-form {
  width: 100%;
  margin: 0 auto;
}
#newsletter-form .email {
  color: #283649 !important;
  box-shadow: none !important;
  background-color: #fff;
  border: none !important;
  height: 60px !important;
  padding: 20px 30px !important;
  width: 100%;
}
#mc_embed_signup .mc-field-group input.email::placeholder {
  color: #283649 !important;
  background-color: #fff !important;
  font-weight: 200 !important;
  letter-spacing: 1px !important;
  font-size: 16px !important;
}

#newsletter-form .newsletter-button {
  height: 60px;
  padding: 0px;
  background-image: url(./images/tp-blue-arrow.svg);
  background: #f2f2f2;
  color: #fff;
  display: block;
  margin: 0 0 0 10px;
  border: none;
  text-align: left;
}
#newsletter-form .newsletter-button:after {
  content: url(./images/tp-blue-arrow.svg);
  width: 30px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
}
#mc_embed_signup .button {
  background-image: url(./images/tp-blue-arrow.svg);
  background-repeat: no-repeat;
  width: 9% !important;
  display: inline-block !important;
  background-color: #f2f2f2 !important;
  background-size: 26px !important;
  background-position: right 10px !important;
}
#mc_embed_signup .mc-field-group input.email {
  display: inline-block !important;
  width: 88% !important;
  border: none !important;
  height: 40px !important;
  padding: 20px;
  border-radius: 0 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: #f2f2f2 !important;
}
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 0 !important;
}

/* LANDING GRID TEMPLATE */
.page-intro-header {
  padding: 4rem 0 4rem;
}
.page-intro-header a,
.landing-grid-excerpt a,
.template-default a,
.accessibility-text a {
  text-decoration: underline;
  color: #2f6fad;
}
.page-intro-header a:hover,
.landing-grid-excerpt a:hover,
.template-default a:hover,
.accessibility-text a:hover {
  text-decoration: underline;
  color: #283649;
}
.page-intro-header h1 {
  color: #2f6fad;
  margin: 10px 0 0 0;
  font-weight: 600;
}
.landing-grid a {
  text-decoration: none;
}
.landing-grid-item {
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 10%;
  /* background-color: rgba(47, 111, 173, 0.5); */
  background-blend-mode: multiply;
}
.landing-grid-content {
  padding: 50px;
  text-align: center;
}
.landing-grid-content p {
  color: #fff;
}
.landing-grid-excerpt {
  display: block;
  color: #424243;
}
.landing-grid-excerpt p {
  color: #fff;
  font-weight: 300;
  display: none;
}
.landing-grid-content button {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  color: #283649;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #fff;
  margin-top: 20px;
  display: none;
  width: 100%;
}
.landing-grid-item.hover {
  background-color: #fff;
  background-image: none !important;
}
.landing-grid-item.hover button {
  color: #283649;
  border: 1px solid #283649;
  display: block;
}
.landing-grid-item.hover .landing-grid-excerpt p {
  display: block;
}
.landing-grid-item:hover .landing-grid-excerpt {
  display: block;
}

.landing-grid-item.hover h2.landing-grid-title {
  color: #2f6fad;
  text-shadow: none;
}
.landing-grid-item.hover p {
  color: #283649;
  text-shadow: none;
}
h2.landing-grid-title {
  color: #283649;
  padding: 20px;
  text-align: center;
  margin-top: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
}

a.no-pointer {
  cursor: default;
}

/* DEFAULT TEMPLATE */
.template-default {
  padding: 1rem 0 2rem;
}
.template-default .aside {
  margin-bottom: 3rem;
}
.page-template-page-parking .template-default {
  padding-top: 0;
}
.template-default h1,
#template-blog-post h1 {
  margin-top: 20px;
  color: #2f6fad;
  line-height: 1.2;
}
.page-template-default h2,
.page-template-default h3 {
  color: #3070ae;
  margin-top: 0;
}
.top-header-space {
  height: 10vw;
}
.page-id-26 .parking-aside {
  margin-top: 40px;
}
.page-id-26 .parking-aside button {
  color: #3070ae;
  padding: 10px 20px;
  border: 1px solid #3070ae;
  background-color: #f2f2f2;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-id-26 .parking-aside button:hover {
  background-color: #3070ae;
  color: #fff;
}
.page-id-26 .parking-left-column button {
  color: #283649;
  padding: 10px 20px;
  border: 1px solid #283649;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.page-id-26 .parking-left-column button:hover {
  background-color: #283649;
  color: #fff;
}

/* CONTACT PAGE */
h1.contact-header-text {
  margin-top: 0;
}
.contact-container {
  margin-bottom: 2rem;
}
.command-staff-container {
  margin-top: 1rem;
}

/* FAQs TEMPLATE */
section#template-faqs {
  padding: 30vw 0 10vw;
}
#template-faqs h1 {
  margin-top: 0;
  color: #2f6fad;
  line-height: 1.25em;
}
#template-faqs h3 {
  color: #283649;
}
#template-faqs a {
  text-decoration: underline;
}
#simpleselect_faq-filter.simpleselect {
  width: 100%;
}
.faq-container {
  margin-bottom: 4em;
}
.simpleselect .placeholder:after {
  content: "\25BE";
  top: 15px;
  background: none;
  color: #2f6fad;
  font-size: 40px;
  width: auto;
}
/* Summer Scene */
#preparing-for-summer-container {
  position: relative;
  background-color: #f2f2f2;
}
h3#preparing-for-summer-title {
  position: absolute;
  z-index: 999;
  background-color: #283649;
  display: inline-block;
  padding: 15px 30px;
  font-size: 12px;
  left: 40px;
  bottom: 0px;
  font-weight: 600;
  color: #fff;
}
#preparing-for-summer-container img {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
/* DISASTER PREPAREDNESS MAP */
#disaster-preparedness-map {
  position: relative;
  top: 80px;
}
h3#disaster-preparedness-page-title {
  position: absolute;
  top: 0;
  z-index: 999;
  background-color: transparent;
  font-size: 1rem;
  display: inline-block;
  padding: 15px 20px;
  left: 15vw;
  top: -80px;
  font-weight: 600;
  width: 100%;
  color: #283649;
}
#disaster-preparedness-map img {
  width: 100%;
}
#disaster-preparedness-map-accessibility.accessibility-text {
  margin-top: 80px;
}
.popup-info {
  display: none;
}
#popup-window {
  position: absolute;
  top: -200%;
  left: 0;
  width: 80%;
  max-width: 500px;
  background: none;
  padding: 50px;
  z-index: 9999;
}
#popup-window h3 {
  color: #3070ae;
  margin-top: 0;
}
#popup-window.white-background {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.popup-close {
  position: absolute;
  top: 20px;
  width: 15px;
  height: 20px;
  right: 20px;
  background: none;
  border: none;
  z-index: 999999;
}
.nixle-feed,
.disaster-form,
.aside-1,
.aside-3 {
  padding: 30px;
}
.nixle-feed h3,
.aside-1 h3,
.aside-3 h3 {
  margin-top: 0;
}
.tune-in-button a {
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 2px;
}
.tune-in-button a:hover {
  background-color: #fff;
  color: #3070ae;
}
.emergency-plan-button a {
  padding: 30px 40px;
  width: 100%;
  font-size: 1.2em;
  text-align: left;
  letter-spacing: 1px;
  color: #3070ae;
  border: 1px solid #3070ae;
}
.emergency-plan-button a:hover {
  background-color: #3070ae;
  color: #fff;
}
.emergency-plan-button a::after {
  content: url(./images/tp-blue-arrow.svg);
  width: 28px;
  margin-left: 30px;
  display: inline-block;
}
.evacuation-routes-button a {
  width: 80%;
  padding: 10px 20px;
  text-align: left;
}
.evacuation-routes-button a:hover {
  background-color: #283649;
  color: #fff;
}
.evacuation-routes-button a:hover::after {
  content: url(./images/tp-white-arrow.svg);
}
.template-disaster-preparedness .evacuation-routes-button a:hover::after {
  content: url(./images/tp-blue-arrow.svg);
}
.evacuation-routes-button a::after {
  content: url(./images/tp-blue-arrow.svg);
  width: 28px;
  margin-left: 30px;
  display: inline-block;
  float: right;
  line-height: 18px;
}
.nf-error .nf-error-msg {
  color: #d8000c !important;
}
#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 20px !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  background: #fff !important;
  border: none !important;
  color: #283649 !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div:focus,
.nf-form-content input:not([type="button"]):focus,
.nf-form-content textarea:focus {
  color: #283649 !important;
  font-weight: 200;
  letter-spacing: 1px;
}
.nf-field-element input::placeholder,
.nf-field-element textarea::placeholder,
.nf-field-element select {
  color: #283649 !important;
  font-size: 14px !important;
}
.listradio-wrap .nf-field-element label:after {
  border-radius: 0 !important;
  border: 1px solid #283649 !important;
  background-color: #fff !important;
  margin-left: 5px;
}
#nf-field-14-wrap li {
  display: inline-block;
}
#nf-field-14-container {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin: 0;
  line-height: 35px;
  vertical-align: top;
  height: 55px;
}
#nf-field-17-container {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 0px 20px;
  line-height: 1em;
  height: 75px;
}
#nf-field-17-container p {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 14px;
}
.nf-field-container .nf-field-label {
  margin-bottom: 0 !important;
}
.nf-form-content .label-above .nf-field-label,
.nf-form-content .label-below .nf-field-label,
.nf-form-content .label-hidden .nf-field-label {
  margin-bottom: 0 !important;
}
.listradio-wrap .nf-field-element label.nf-checked-label:before {
  border-radius: 0 !important;
  color: #283649 !important;
  height: 16px !important;
  width: 16px !important;
  position: absolute;
  left: -24px !important;
  bottom: 0 !important;
  z-index: 2;
  top: 2.25px !important;
}

.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
  color: #283649 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  background: url(./images/tp-blue-arrow.svg) no-repeat 100% !important;
  background-position: 100%;
  background-size: 25px !important;
  width: 100%;
  text-align: right;
  margin-left: 0px;
  padding-right: 40px;
  background-color: transparent;
  display: block;
  height: 20px !important;
  line-height: 0;
}
.template-disaster-preparedness .wp-block-spacer {
  height: 20px !important;
}
.is-style-outline .wp-block-button__link {
  border: 1px solid !important;
}
button.nf-fu-fileinput-button {
  text-align: left !important;
  background: url(./images/tp-blue-arrow.svg) no-repeat 150px 40% !important;
  width: 100% !important;
  background-size: 25px !important;
}

/* PARKING TEMPLATE */
.page-template-page-parking img.featured-image-img {
  width: 100%;
}
.page-template-page-parking .featured-image {
  position: relative;
  height: 650px;
}
.page-template-page-parking .featured-image #parking-map-overlay {
  position: static;
}
.page-template-page-parking
  .featured-image
  #parking-map-overlay
  .parking-legend {
  background-color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  width: 280px;
  display: none;
}
#parking-map-overlay h1 {
  color: #2f6fad;
  margin: 20px 0 0 0;
  font-size: 1.875em;
  font-weight: 600;
}
#parking-map-overlay p {
  font-weight: 600;
}
#parking-map-overlay ul {
  margin: 0;
  padding: 0;
}
#parking-map-overlay ul li {
  font-weight: 400;
  color: #283649;
  list-style: none;
  margin-bottom: 15px;
  line-height: 1.2em;
  text-indent: -30px;
  margin-left: 30px;
}
li.parking-list-item::before {
  content: "1";
  padding: 10px;
  font-size: 0;
  margin-right: 10px;
  vertical-align: middle;
}
#parking-symbols-paid-parking::before {
  background-color: #1e80d1;
}
#parking-symbols-paid-parking-employee::before {
  background-color: #67cea9;
}
#parking-symbols-paid-parking-free::before {
  background-color: #eaa149;
}
#parking-map-overlay ul li#parking-symbols-paid-parking-meter {
  margin-left: 15px;
  text-indent: -10px;
}

#parking-symbols-paid-parking-meter::before {
  background-color: #283649;
  border: 1px solid #283649;
  border-radius: 10px;
  padding: 5px;
  margin-right: 14px;
}

/* Pop up Forms */
.pum-theme-138 .pum-container,
.pum-theme-lightbox .pum-container {
  background-color: #f7f7f7 !important;
  border-radius: 0px !important;
  border: none !important;
}
.pum-theme-138 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
  height: 44px !important;
  width: 44px !important;
  right: 13px !important;
  top: 13px !important;
  color: #32373c !important;
  font-size: 44px !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background-color: #f7f7f7 !important;
}
.pum-theme-lightbox .pum-content h3 {
  color: #32373c !important;
  margin-top: 0;
}
.nf-field-element b {
  letter-spacing: 2px;
}

/* ADVISORY COMMITTEE FORM */
#advisory-form input[type="checkbox"] {
  margin-bottom: 10px;
  margin-right: 5px;
}
/* DOG LICENSE FORM */
.page-template-page-dog-license-application .template-default .wrap,
.page-template-page-traffic-enforcement-request .wrap,
#license-form,
.license-form {
  margin: 0 auto;
  max-width: 800px;
}
#license-form label,
.license-form label {
  cursor: pointer;
  padding-right: 15px;
  padding-bottom: 15px;
  display: inline-block;
}
#advisory-form label {
  padding-bottom: 2px;
  font-weight: 500;
}
#advisory-form label.option {
  font-weight: normal;
}
#license-form input[type="text"],
#license-form input[type="submit"],
#license-form select,
.license-form input[type="text"],
.license-form input[type="submit"],
.license-form select,
.license-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
}
.pet-form select {
  width: auto;
}
.pet-search select {
  width: 99%;
}
.pet-search label {
  font-weight: 600;
}
.pet-search input[type="submit"] {
  height: 33px;
}
#advisory-form input[type="text"],
#advisory-form input[type="submit"] {
  margin-bottom: 15px;
}
.license-form textarea {
  min-height: 100px;
}
.license-form small {
  margin-bottom: 20px;
  display: inline-block;
}
#expiration_month_cc {
  max-width: 40px;
}
#expiration_year_cc {
  max-width: 60px;
}
#cvc_cc {
  max-width: 40px;
}
#license-submit,
#license-charge-submit {
  color: #3070ae;
  padding: 10px 20px;
  border: 1px solid #3070ae;
  background-color: #f2f2f2;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#license-submit:hover,
#license-charge-submit:hover {
  background-color: #3070ae;
  color: #fff;
}

#license-form table,
.license-form table {
  width: 100%;
}
#license-form table th,
#license-form table td,
.license-form table th,
.license-form table td {
  padding: 5px 0;
  text-align: left;
}
.alert {
  padding: 15px;
  margin-bottom: 15px;
}
.alert-error {
  background: #ed4337;
  color: #fff;
}
.alert-success {
  background: #c0d890;
  color: green;
}
.charge_summary {
  margin: 25px 0;
}
.total_charge_amount,
.total_charge_amount_cc {
  font-size: 24px;
}

/* Traffic Enforcement Form */
#details_number_characters {
  display: inline;
  width: 50px;
}

/* BLOG */
.alm-listing {
  padding: 0;
  margin: 0 auto !important;
}
.alm-reveal {
  width: 100%;
}
.template-blog h1 {
  color: #2f6fad;
  margin-bottom: 2rem;
  font-weight: 600;
}
.blog-header {
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding: 0 1rem;
}
.blog-filter {
  text-align: left;
}
.blog-filter label {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #283649;
}
.blog-filter select {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f2f2f2;
  background-image: url(./assets/down-arrow.svg);
  background-repeat: no-repeat;
  padding: 0 1rem 0 1rem;
  line-height: 18px;
  height: 48px;
  border: none;
  margin-right: 10px;
  background-position: right 10px top 50%;
  background-size: 25px;
  border-radius: 0;
  font-size: 1rem;
  letter-spacing: 1px;
}
.blog-filter button {
  line-height: 1;
  font-size: 1rem;
  padding: 0.9rem 1rem;
  color: #283649;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #283649;
  background-color: #fff;
  transition: 0.3s;
}
.blog-filter button:hover {
  background-color: #283649;
  color: #fff;
}
.blog-filter-text p {
  margin-top: 2.8rem;
}
.post-featured-image {
  margin-bottom: 25px;
}
.post-featured-image img {
  width: 100%;
}
.post-widget-thumbnail {
  background: #f7f7f7;
  padding-top: calc(4 / 6 * 100%);
  position: relative;
  border: 1rem solid #fff;
}
.post-widget-thumbnail > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-widget-thumbnail img {
  width: 100%;
}
.post-widget-content {
  width: 80%;
  margin: 0 auto;
}
.post-widget-content .post-date {
  margin-bottom: 1rem;
  margin-top: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.post-widget-content h2 {
  text-transform: none;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0;
}
.post-widget-content img {
  vertical-align: top;
}
.post-widget-container {
  margin-bottom: 4rem;
}
.blog-button {
  color: #283649;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* BLOG DETAIL */
#template-blog-post {
  margin-bottom: 6rem;
}
.template-blog-single h2 {
  margin-bottom: 0;
}
.template-blog-single .featured-image {
  margin-bottom: 30px;
}
.template-blog-single .template-default {
  padding-top: 0;
}
.post-featured-image {
  width: 90%;
  margin: 0 auto;
}
.social-media-share-widget span {
  color: #bdb7ae;
  padding-right: 20px;
  letter-spacing: 2px;
}
.social-media-share-widget span:hover {
  color: #bd3d18;
  cursor: pointer;
}
.social-media-share-widget span:nth-child(1):hover {
  cursor: default;
  color: #bdb7ae;
}
.social-media-share-widget button {
  float: right;
  margin: 0;
  border: 1px solid #bdb7ae;
}
.social-media-share-widget button:hover {
  background-color: #bdb7ae;
}
.social-media-share-widget button:hover a {
  color: #fff;
}
.navigation {
  margin-top: 40px;
}
.blog-link {
  margin: 2rem 0;
}
.blog-link a {
  color: #3f3c38;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  transition: 0.3s;
}
.blog-link a:hover {
  color: #bd3d18;
}
.template-blog-single a:hover {
  text-decoration: underline;
}
p#blog-single-post-date {
  margin-bottom: 0.5rem;
}
p#blog-single-post-author {
  margin-top: 0;
  margin-bottom: 2rem;
}
.social-media-share-links {
  padding-top: 2rem;
}
input#btn {
  background: url(./assets/link-icon.svg) no-repeat;
  cursor: pointer;
  width: 1.3rem;
  height: 1.3rem;
  border: none;
}
.social-media-share-links .fab,
.social-media-share-links .far {
  color: #365577;
  font-size: 1.6rem;
  margin-right: 1rem;
}

@media screen and (min-width: 35.5em) {
  /* ≥ 568px */
  .wrap {
    max-width: 35.5em;
  }
  .blog-filter select {
    padding: 0 5rem 0 1rem;
  }
  .slider {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 340px;
  }
  .homepage-header-slideshow p {
    font-size: 2rem;
  }
  .homepage-header-slideshow.slider {
    height: 280px;
  }
}
@media screen and (min-width: 48em) {
  .mobile-padding {
    padding: 0;
  }

  /* ≥ 768px */
  .wrap {
    max-width: 40em;
  }
  /* Font */
  h1 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 2px;
  }
  h3 {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 2px;
  }
  p {
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 1.2px;
    font-weight: 200;
    color: #283649;
  }
  #footer-menus img {
    width: 100%;
  }
  #footer-menus {
    text-align: left;
  }
  .home-interactive-image {
    order: 1;
  }
  .home-quick-links {
    padding: 1rem 5vw;
    order: 2;
  }
  .search-wrapper .wrap {
    width: 60%;
    margin: 0 auto;
  }

  /* DISASTER PREPAREDNESS */
  #disaster-preparedness-map {
    position: relative;
    top: 0;
  }
  h3#disaster-preparedness-page-title {
    position: absolute;
    top: 0;
    z-index: 999;
    background-color: #fff;
    display: inline-block;
    padding: 15px 20px;
    left: 20vw;
    top: 0px;
    font-weight: 600;
    font-size: 1em;
    width: auto;
    display: block;
  }
  #disaster-preparedness-map-accessibility.accessibility-text {
    margin-top: 0px;
  }
  .template-disaster-preparedness .wp-block-spacer {
    height: 40px !important;
  }
  /* LANDING GRID TEMPLATE */
  .landing-grid-item {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  }
  h3#preparing-for-summer-title {
    font-size: 1em;
    bottom: 20px;
  }
  .page-template-page-parking .featured-image {
    height: 800px;
  }
  section#template-faqs {
    padding: 15vw 0 10vw;
  }
  .blog-filter {
    text-align: right;
  }
  .template-blog h1 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .blog-header {
    align-items: center;
    margin-bottom: 8rem;
    margin-top: 2rem;
  }
  .homepage-header-slideshow.slider {
    height: 400px;
  }
}
@media screen and (min-width: 64em) {
  /* ≥ 1024px */
  .wrap {
    max-width: 64em;
  }
  /* Font */
  h1 {
    font-size: 3em;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: 4px;
  }
  h2 {
    font-size: 1.875em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 2px;
  }
  h3 {
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 2px;
  }
  p {
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 200;
    color: #283649;
  }
  header img {
    max-width: 120px;
  }
  .home-quick-links ul li {
    margin-bottom: 1rem;
  }
  .slider {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 450px;
  }
  .homepage-header-slideshow.slider {
    height: 520px;
  }
  #simpleselect_faq-filter.simpleselect {
    width: 40%;
  }
  .site-alert {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 5px 0;
  }
  .alert-close img {
    position: absolute;
    top: 20px;
    margin-top: 0;
  }
  /* Nav */

  #side-nav {
    position: fixed;
    width: 500px;
    padding: 0 20px;
    z-index: 0;
    height: 100%;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: #2f6fad;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  #nav-toggle:checked ~ #wrapper {
    height: 100%;
    -webkit-transform: translate3d(-500px, 0, 0);
    -ms-transform: translate3d(-500px, 0, 0);
    transform: translate3d(-500px, 0, 0);
  }
  #mobile-nav ul {
    padding: 30% 40px 0;
    list-style: none;
  }
  .gtranslate_wrapper {
    padding: 0 40px;
  }
  #mobile-nav ul li {
    margin-bottom: 40px;
  }
  #mobile-nav a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 0;
  }
  .mobile-toggle {
    display: inline-block;
    box-sizing: border-box;
    position: fixed;
    top: 21px;
    right: 8%;
    padding: 0;
    vertical-align: middle;
    line-height: 19px;
    text-align: right;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 22px;
    height: 22px;
    z-index: 9999;
  }
  .featured-image-img {
    width: 100%;
  }
  .homepage-header-slideshow .slider-title {
    background-color: transparent;
    width: 90%;
    padding: 0;
  }
  .homepage-header-slideshow p {
    font-size: 4rem;
    line-height: 1.2;
    color: #fff;
    text-shadow: -1px -1px 2px #000, 1px 1px 2px #000,
      -1px -1px 1px rgba(0, 0, 0, 0.7), 1px 1px 1px rgba(0, 0, 0, 0.7);
    font-weight: 600;
    letter-spacing: 0.25rem;
    margin: 0;
  }
  /* Global Header */
  .page-template-default .featured-image,
  .page-template-page-landinggrid-internal .featured-image,
  .featured-image {
    height: 30vw;
    overflow: hidden;
    background-color: #fff;
  }
  .search-wrapper input[type="text"] {
    background: #2f6fad;
    border: 0;
    padding: 10px 15px;
    color: #fff;
    width: 100%;
    height: 60px;
    font-size: 28px;
    border-radius: 0;
  }
  /* Homepage Slider */
  .rslides_tabs {
    bottom: 10px;
  }
  .slide-container .prev {
    font-size: 1rem;
  }
  .slide-container .next {
    font-size: 1rem;
  }
  .slider-title {
    padding: 30px 40px 40px 40px;
  }
  .slider-title h1 {
    color: #283649;
    margin: 0;
    bottom: 0;
    font-size: 2em;
  }
  .slider-text-wrapper {
    width: 90%;
    z-index: 999;
    margin: 0;
    position: absolute;
    top: 70%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .slider-caption h2 {
    font-size: 1.5em;
    line-height: 1.25em;
    color: #283649;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    max-width: 500px;
  }
  .slider-caption button {
    color: #283649;
    text-transform: uppercase;
    border: 1px solid #283649;
    padding: 8px 30px;
    letter-spacing: 2px;
    font-size: 1em;
    background-color: transparent;
    transition: 0.3s;
  }
  .slider-caption button:hover {
    background-color: #283649;
    color: #fff;
  }
  .slider-caption {
    postion: relative;
  }
  .slider-caption-wrapper {
    position: absolute;
    bottom: -47px;
  }
  /* HOME QUICK LINKS */

  .home-quick-links {
    padding: 3rem 5rem;
  }
  h3#preparing-for-summer-title {
    font-size: 1.5em;
  }
  /* Newsletter Form */
  #newsletter {
    text-align: center;
    padding: 6rem 0 4rem;
    position: relative;
  }
  #newsletter .wrap {
    width: 90%;
    max-width: 830px;
  }
  #newsletter-form {
    width: 100%;
    margin: 0 auto;
  }

  #newsletter h3 {
    margin: 15px 0;
    text-align: right;
    padding-right: 30px;
    color: #283649;
    font-weight: 600;
  }
  #newsletter-form #newsletter-button {
    height: 60px;
    padding: 0px;
    background: #f2f2f2;
    color: #fff;
    display: block;
    margin: 0 0 0 20px;
    border: none;
    text-align: left;
  }
  #newsletter-form input#email::placeholder {
    color: #283649;
    background-color: #fff;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 1em;
  }
  /* FOOTER */
  #footer-menus {
    padding: 6rem 0 5rem;
    text-align: left;
  }
  #footer-menus img {
    width: 100%;
  }
  .footer-column {
    margin: 0;
  }
  h3#disaster-preparedness-page-title {
    position: absolute;
    top: 0;
    z-index: 999;
    background-color: #fff;
    display: inline-block;
    padding: 15px 20px;
    left: 23vw;
    top: 155px;
    font-weight: 600;
    font-size: 1.5em;
    width: auto;
  }
  .nixle-feed,
  .disaster-form,
  .aside-1,
  .aside-3 {
    padding: 50px;
  }
  #nf-field-14-container {
    display: inline-block;
    width: 29%;
    background-color: #fff;
    padding: 10px;
    margin: 0;
    line-height: 35px;
    vertical-align: top;
    height: 55px;
  }
  #nf-field-17-container {
    display: inline-block;
    width: 70%;
    background-color: #fff;
    padding: 0px 20px;
    line-height: 1em;
    height: 55px;
  }
  .nf-field-element input::placeholder,
  .nf-field-element textarea::placeholder,
  .nf-field-element select,
  #nf-field-17-container p {
    color: #283649 !important;
    font-size: 18px !important;
  }
  .emergency-plan-button a {
    padding: 30px 50px;
    width: 100%;
    font-size: 1.5em;
    text-align: left;
    letter-spacing: 1px;
    color: #3070ae;
    border: 1px solid #3070ae;
  }

  /* LANDING GRID TEMPLATE */
  .landing-grid-item {
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  }

  .landing-grid-excerpt {
    display: block;
    color: #fff;
  }
  .landing-grid-excerpt p {
    color: #fff;
  }

  /* PARKING TEMPLATE */
  .page-template-page-parking .featured-image {
    height: 50vw;
  }
  .page-template-page-parking .featured-image #parking-map-overlay {
    position: absolute;
    top: 11vw;
    left: 4vw;
  }
  .page-template-page-parking
    .featured-image
    #parking-map-overlay
    .parking-legend {
    background-color: #fff;
    padding: 1px 10px;
    width: 280px;
  }
  #parking-map-overlay h1 {
    color: #2f6fad;
    margin: 0 0 10px 0;
    font-size: 26px;
  }
  #parking-map-overlay p {
    font-weight: 600;
    font-size: 14px;
  }
  #parking-map-overlay ul li {
    font-weight: 400;
    color: #283649;
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.2em;
    text-indent: -30px;
    margin-left: 30px;
    font-size: 14px;
  }
  .page-id-26 .parking-aside {
    margin-top: 0px;
  }
  .page-id-26 .parking-left-column {
    margin-top: 0px;
  }
  .template-default {
    padding: 4rem 0;
  }
  .top-header-space {
    height: 13rem;
  }
  .page-id-27 .top-header-space {
    height: 11rem;
  }
  .contact-container {
    margin-bottom: 8rem;
  }
  .command-staff-container {
    margin-top: 0rem;
  }
  .post-widget-content {
    width: 80%;
    margin: 0 auto;
  }
  .page-intro-header {
    padding: 14rem 0 5vw;
  }
}
@media screen and (min-width: 80em) {
  /* ≥ 1280px */

  .wrap {
    width: 90%;
    max-width: 80em;
  }
  .slider {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 90vh;
  }
  .homepage-slider.slider {
    max-height: 75vh;
    height: 580px;
  }
  .homepage-header-slideshow.slider {
    height: 65vh;
  }
  .slider-text-wrapper {
    width: 100%;
    z-index: 999;
    margin: 0;
    position: absolute;
    top: 65%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }

  #newsletter .wrap {
    max-width: 80%;
  }
  h3#disaster-preparedness-page-title {
    position: absolute;
    top: 0;
    z-index: 999;
    background-color: #fff;
    display: inline-block;
    padding: 20px 30px;
    left: 20vw;
    top: 155px;
    font-weight: 600;
    font-size: 1.5em;
    width: auto;
  }
  /* LANDING GRID TEMPLATE */
  .landing-grid-item {
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    position: relative;
  }
  .landing-grid-content button {
    position: absolute;
    bottom: 20px;
    width: 80%;
    left: 10%;
  }
  .landing-grid-excerpt {
    display: block;
    color: #fff;
  }
  .landing-grid-excerpt p {
    color: #fff;
  }
  .landing-grid-item:hover .landing-grid-excerpt {
    display: block;
  }
  /* PARKING TEMPLATE */
  .page-template-page-parking
    .featured-image
    #parking-map-overlay
    .parking-legend {
    background-color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    width: 260px;
  }
  #parking-map-overlay h1 {
    color: #2f6fad;
    margin: 0 0 20px 0;
    font-size: 36px;
  }
  #parking-map-overlay p {
    font-weight: 600;
    font-size: 1em;
  }
  #parking-map-overlay ul li {
    font-weight: 400;
    color: #283649;
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.2em;
    text-indent: -30px;
    margin-left: 30px;
    font-size: 12px;
  }
  .blog-filter select {
    padding: 0 7rem 0 1rem;
  }
}
@media screen and (min-width: 90em) {
  /* ≥ 90em */
  .wrap {
    max-width: 80em;
  }
  /* LANDING GRID TEMPLATE */
  .landing-grid-item {
    height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  }
  h3#disaster-preparedness-page-title {
    position: absolute;
    top: 0;
    z-index: 999;
    background-color: #fff;
    display: inline-block;
    padding: 20px 30px;
    left: 17vw;
    top: 155px;
    font-weight: 600;
    font-size: 1.5em;
    width: auto;
  }
  h3#preparing-for-summer-title {
    font-size: 1.875em;
    font-weight: 600;
    letter-spacing: 2px;
    width: 50%;
    left: 110px;
    bottom: 40px;
  }
  .homepage-slider.slider {
    height: 660px;
  }
  .homepage-header-slideshow.slider {
    height: 740px;
  }
  .home-quick-links {
    padding: 4rem 5rem;
  }
}

@media screen and (min-width: 100em) {
  /* ≥ 100em */
  .wrap {
    max-width: 90em;
  }
  /* Global Header */
  .page-template-default .featured-image,
  .page-template-page-landinggrid-internal .featured-image,
  .featured-image {
    height: 25vw;
    overflow: hidden;
    background-color: #fff;
  }
  #parking-map-overlay h1 {
    color: #2f6fad;
    margin: 0 0 20px 0;
    font-size: 3em;
  }
  #parking-map-overlay ul li {
    font-weight: 400;
    color: #283649;
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.2em;
    text-indent: -30px;
    margin-left: 30px;
    font-size: 16px;
  }
  .homepage-slider.slider {
    max-height: 75vh;
    height: 840px;
  }
}

@media (max-width: 671px) {
  .reverse-columns .ab-layout-column-wrap,
  .reverse-columns.contact-animal-services .ab-layout-column-wrap {
    display: flex;
    flex-direction: column;
  }
  .reverse-columns .ab-layout-column-wrap div:nth-child(2) {
    order: 3;
    margin-top: -3rem;
  }
  .reverse-columns .ab-layout-column-wrap div:nth-child(1) {
    order: 2;
  }
  .reverse-columns .ab-layout-column-wrap div:nth-child(3) {
    order: 1;
  }

  .reverse-columns.contact-animal-services
    .ab-layout-column-wrap
    div:nth-child(1) {
    order: 2;
  }
  .reverse-columns.contact-animal-services
    .ab-layout-column-wrap
    div:nth-child(2) {
    order: 1;
  }
  .reverse-columns img {
    margin-bottom: 1rem;
  }
  .contact-support-services img {
    margin-bottom: 1rem;
  }
  .contact-police-services {
    margin: 40px 0 !important;
  }
  .contact-animal-services .wp-block-spacer {
    height: 10px !important;
  }
}

/* Pet API Styles */
.pet-result {
  padding: 1rem;
}
.pet-result .thumbnail {
  height: 330px;
  width: 100%;
  background-size: cover !important;
}
.pet-result strong {
  font-weight: 600;
}
