/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

/* Temporarily remove slider at the bottom of the homepage */
.before-footer {
    display: none;
}
.dform_captcha iframe {
    margin: 15px 0 !important;
}
.dfinput_full .submit {
    margin-top: 30px !important;
}
/* Huntington WV 311 (Header Link) */
.hwv311 {
    position: relative;
    display: inline-block;
    right: -30px;
}
.hwv311 img {
    width: 50px;
    left: -34px !important;
    top: -19px;
}
.hwv311 span {
    color: #707070;
    font-family: 'Avenir LT W01_95 Black1475556' !important;
    font-weight: 600;
    position: relative;
    margin: 0 25px;
}
/* (Because of the HWV311 link in header we have to add this style to the quote underneath top header links) */
.quote {
    text-align: right;
}
.phone-contain img {
    top: -16px !important;
}
.phone-contain span {
    position: relative;
    top: -10px;
}
@media screen and (max-width:719px) {
    .top-contact {
        margin-top: 35px;
    }
    .quote {
        text-align: left;
    }
}
@media screen and (max-width:619px) {
    .top-contact {
        margin-top: 53px;
    }
    .top-contact .address {
        margin-top: 13px;
    }
    .top-nav .container .top-contact a .location {
        top: 18px;
    }
    .top-address {
        right: -22px;
    }
    .quote {
        padding-left: 26px;
        margin-top: 15px;
    }
}
/* ----- End HWV311 styles ----- */

/* Post CSS */
.subpage-content {
    min-height: 275px;
}
.parent-directory .right-bg-curve {
    bottom: -40px !important;
    position: absolute;
    right: 0 !important;
}
/* Navigation */
.dropdown-menu .has-children a {
    padding-right: 35px !important; 
}
.specialBtn {
    padding: 5px 25px;
    background-color: #167378;
    color: #fff !important;
    border-radius: 3px;
    transition: 0.3s;
}
.specialBtn:hover {
    background-color: #167378;
    transition: 0.3s;
}
/* Homepage */
.featured-media {
    margin: 55px 0 !important;
}
.fm-header {
    color: #167378 !important;
    margin-bottom: 35px !important;
    text-align: center;
    font-family: 'Avenir LT W01_95 Black1475556';
}
.featured-media .video-post {
    padding-bottom: 25px;
}
.fm-home h3 { 
    font-family: 'Avenir LT W01_95 Black1475556';
    font-size: 1.2em;
    color: #167378 !important;
    transition: 0.3s;
    text-align: center;
}
.dform_container input.text, .dform_container textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 5px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.dform_container label {
    font-family: "Avenir LT W01_45 Book1475508" !important;
    font-weight: normal;
    font-size: 16px !important;
    margin: 5px 0;
}
.dftop_label .dform_label {
    font-family: 'Avenir LT W01_95 Black1475556' !important;
    font-size: 16px !important;
}
.dform_container textarea {
    height: auto !important;
}
.dfinput_full .submit {
    color: #fff !important;
    background: #00836F;
    font-size: 16px;
    border-radius: 3px;
    transition: 0.3s;
    padding: 10px 15px;
}
.dfinput_full .submit:hover {
    transition: 0.3s;
    background: #006E94;
}
.search-ql ul li a { 
    padding: 10px !important; 
}
/* Calendar */
.month_year h3 {
    margin: 0 auto;
    text-align: center;
}
.city-alert {
  background-color: #fa9d24 !important;
  color: #fff !important;
  text-align: center;
  font-family: 'Avenir LT W01_95 Black1475556' !important;
  font-size: 18px;
  padding: 10px 15px;
}
.city-alert a {
  color: #fff !important;
  text-decoration: underline;
  transition: 0.3s;
}
.city-alert p {
  position: relative;
  margin: 0; 
}
.city-alert p:before {
  position: relative;
  content: "\f071";
  font-family: 'FontAwesome';
  margin: 0 10px;
}
.city-alert a:hover {
  opacity: 0.8;
  text-decoration: underline !important;
  transition: 0.3s;
}

/* Blog post view sidebar content */
.blog-view-side-content {
   margin: 25px 0;
}
.blog-view-side-content ul {
  padding-left: 0px;
  list-style: none;
}
.blog-view-side-content ul li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.blog-view-side-content ul li a {
  font-size: 16px;
  transition: 0.3s;
}
.blog-view-side-content ul li a:hover {
  color: #006E94;
  text-decoration: underline;
  transition: 0.3s;
}
.filter-by-control { padding: 0 15px; }
.column-image-row .col-sm-4 img {
  margin-top: 25px;
}

.news-read-more {
  font-size: 14px !important;
  padding: 5px 10px !important;
}    

.council .cm img { width: 125px !important; }

/* Post Mobile CSS */
@media screen and (max-width:991px) {
   .council .cm img { width: 125px !important; }
}
@media screen and (max-width:767px) {
  .featured-section-block .feat-img-block { display: none; }
  .blog-post .featured-section-block { margin-top: 0 !important; }
  .news-section { margin-bottom: 20px; }
  .news-section .view-all-btn { position: initial !important; }
  .featured-media .video-post iframe { height: 155px !important; }
  .dropdown-menu .has-children a { padding-right: initial !important; }
  .parent-directory #nav-sub .has-children ul { padding-left: 30px; }
  .parent-directory #nav-sub { padding-left: 0 !important; }
   h1.search-for { font-size: 20px !important; }
  .scrollToTop { width: 40px; height: 40px; bottom: 10px; right: 10px; }
  .scrollToTop .fa { top: -19px; }
  .parent-directory .right-bg-curve { bottom: -200px !important; }  
  .city-alert, .city-alert p, city-alert a { font-size: 16px !important; }
  .column-image-row .col-res-img { width: 45% !important; }
  .col-img-content img { margin: 0; width: 110px !important; padding-bottom: 0; }
  .quick-links .ql-1, .quick-links .ql-2, .quick-links .ql-3 { min-height: 210px !important; border-bottom: 3px solid #fff !important; }
}
@media screen and (max-width:600px) {
  .sub-title h1 { font-size: 1.2em !important; }
}

/* Temporary for longer titles */
.sub-title h1 {
  line-height: 1.5 !important;
  font-size: 2em !important;
}
    
/* Temporary HTML */
.temp-url-alert {
  background: #2695bc;
  color: #fff;
  padding: 5px 0;
  font-family: 'Avenir LT W01_95 Black1475556' !important;
}
.temp-url-alert a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Avenir LT W01_95 Black1475556' !important;
  transition: 0.3s;
}
.temp-url-alert a:hover {
  color: #fff !important;
  opacity: 0.8;
  transition: 0.3s;
}

/* Post Footer Styles */
.ftr-social-media form {
  margin-top: 10px;
}
.ftr-social-media ul {
  padding-top: 0 !important;
}
.ftr-social-media ul li {
  display: inline-block !important;
}
.ftr-social-media ul li a {
  padding: 0 5px !important;
  font-sie: 1.4em !important;
}
.newsletter p {
  font-size: 16px;
}
iframe {
  margin: 35px 0 !important;
}
.subpage-content #mainLayout {
  margin: 35px 0 !important;
}
/* 2020 CSS UPDATES */
.subpage-content ul li ul {
  margin: 5px 0 !important;
}
.city-150 {
  text-align: center;
}
.city-150 img {
  margin: 0 auto;
  display: inline-block;
  padding-bottom: 35px;
}
.city-150-banner {
  background: #00836F !important;
  padding: 5px 0;
}
.city-150-banner a {
	color: #fff;
	font-family: 'Avenir LT W01_95 Black1475556' !important;
}
.city-150-banner a:hover {
    text-decoration: underline;
}    
/* New Document Center Styles */
.doc-home-parents .doc-home-item a {
    display: block;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding: 15px;
    margin: 10px 0;
    border-radius: 8px;
    transition: .3s;
    font-weight: 600;
    font-family: 'Avenir LT W01_95 Black1475556' !important;
}
.doc-home-parents .doc-home-item a:hover {
    transform: translateY(-4px);
    transition: .3s;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 15%);
    cursor: pointer;
}
.dc-header .sub-title {
    color: #fff;
    padding: 25px 0;
    font-family: "Avenir LT W01_95 Black1475556";
}
.dc-header .sub-title img {
    margin: 0 auto;
}
.spec-header {
    min-height: 95px;
  background-position: 50% 40% !important;
}
.spec-header .sub-title {
    position: relative;
    font-size: 1.4em;
    top: -15px;
}
.spec-header .sub-title::before {
    position: relative;
    content: url('/assets/images/document-center.png');
    top: 20px;
    left: -10px;
}
.spec-bc .breadcrumb {
    margin-bottom: 0;
}
.mc_embed_signup_scroll {
    background-color: #167378 !important;
}
.promo-header {
    background-color: #EDE574;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #e4e4e4;
}