:root {
  /*** Global ***/
  --theme-primary: #003594; /* blue */
  --theme-secondary: #e7f5fa; /* lightblue */
  --theme-tertiary: #003594; /* orange */
  --theme-text: #000000; /* black */
  --theme-darkgrey: #525252; /* dark grey */
  --theme-lightgrey: #cacaca; /* light grey */
}
.header-full .search_container section.search .search-form .form-group input {
  height: 50px;
  border: 1px solid #003594 !important;
  background-color: white !important;
}
.contactusboxes {
  border: solid 1px #525252 !important;
  padding: 15px;
  margin-top: 10px;
}
.bg-lightgrey p-half { background: #ffffff !important; }
.bg-lightgrey { background: #ffffff !important; }
.eci-styling-alt1 {
  background-color: #cacaca !important;
  font-size: 20px
}
.row-bg-text [role=row-wrapper] { background-color: #cacaca !important; }
.p-default {
  padding-top: 0px !important;
  padding-bottom: 60px !important;
}
.current-branch-banner .container a {
  font-weight: bold;
  color: white;
}
.current-branch-banner {
  background: #003594;
  font-size: 14px;
  padding: 10px 0;
}
.current-branch-banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  height: 10px;
}
.cd-dropdown-wrapper { font-size: 22px; }
.cd-dropdown-content:not(#mobileVueNav) {
  overflow: auto;
  height: 600px;
}
.additional_links { font-size: 22px; }
.jfBrandingBadgeContainerVariant1 .jfBrandingBadge { display: none !important; }
.formFooter { display: none !important; }
.faq {
  color: #fff;
  text-align: center;
}
details{
  background-color: #303030;
  color: #fff;
  font-size: 1.5rem;
}
summary {
  padding: .5em 1.3rem;
  list-style: none;
  display: flex;
  justify-content: space-between;  
  transition: height 1s ease;
}
summary::-webkit-details-marker { display: none; }
summary:after { content: "\002B"; }
details[open] summary { 
  border-bottom: 1px solid #aaa;
  margin-bottom: .5em;
}
details[open] summary:after { content: "\00D7"; }
details[open] div { padding: .5em 1em; }

@media screen and (min-width: 1200px) {
    div.griditems div:nth-child(4n) .tile {
        border-right:1px solid #ddd !important;
    }
  .ex-searchresult div.griditems div:nth-child(4n) .tile {
        border-left: none !important;
    }
  .ex-category div.griditems div:nth-child(4n) .tile {
        border-left: none !important;
    }
}
div.griditems div:nth-child(4n) .tile,
div.griditems div:first-child .tile{
    border-left:1px solid #ddd !important;
}
.cat-tiles .tileparent:nth-child(4n),
.cat-tiles .tileparent:nth-child(5n),
.cat-tiles .tileparent:nth-child(6n){
    border-bottom:1px solid #ddd !important;
}
.current-branch-banner .container {
  justify-content: start;
  padding-left: 10px;
  font-size:smaller;
}

/* start of video */

.tagline {
    z-index: 20;
}
.tagline:first-child {
    /*height: 54vh;*/
    min-width: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
   display: -webkit-box; 
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex; 
   display: flex;
   -webkit-box-align: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}
section#section-top {
    height: auto;
    overflow:hidden;
}
.video-filter {
    z-index: 1;
    background-color: #2d364157;
    width: 100%;
    height: 100%;
    position: absolute;
     left: 0;
}
.bgvid-c {
    height: 54vh;
    width: 100vw;
    overflow: hidden;
    position: absolute;
}
#bgvid {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100vw;
    position: relative;
}
#section-top h1 {
    color: #fff;
}
.img-icon {
    width: 10px;
    margin-top: -3px;
    margin-left: 5px;
}
.btn-white {
    background: transparent;
    border: 1px white solid;
    color: white;
}
.btn-white:hover {
    background: rgba(255, 255, 255, 0.37);
    color: white;
}
#section-top .btn-primary {
    border: 1px solid;
    border-color: white;
  min-height: auto;
}
@media only screen and (min-width: 1501px) {

    #bgvid {
    bottom: 50%;
}

    }

@media only screen and (max-width: 1500px) and (min-width: 1220px) {

    #bgvid {
    bottom: 32%;
}

    }

@media only screen and (max-width: 992px) {
    #section-top h1 {
    font-size: 1.5em;
}
#section-top .btn {
    font-size: 15px;
    padding: 10px 25px;
}

}

@media only screen and (max-width: 600px) {
  h1 #section-top  {
    font-size: 1.5em;
}
#section-top .btn {
    font-size: 12px;
    padding: 7px 20px;
}

}

/* end of video */

/* ===== MH styling hero video banner =====*/
.sp-flex {
  display: flex;
}

#section-top .content-wrapper{
 width: min(700px, 95%);
 max-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em 0;
}

#section-top .content-wrapper h1 {
  font-size: clamp(1rem, 3vw, 2rem);
}
#section-top .content-wrapper img {
  max-width: 350px;
 width: clamp(50%, 27vw, 100%);
}

#section-top .button-wrapper {
  justify-content: center;
}

#section-top .button-wrapper > *{
  width: auto;
}

header .header-full {
  position: relative;
  z-index: 30;
}
/* ===== End =====*/

/* Styles now scoped to the .window-blog-post class */

.window-blog-post {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f7f6; /* Sets background for the area, if needed */
    padding: 30px 0; /* Add padding to top and bottom */
}

.window-blog-post .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

/* Header Styles */
.window-blog-post header {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

.window-blog-post header h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
    color: #0056b3;
    margin-bottom: 15px;
    line-height: 1.2;
}

.window-blog-post header p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 10px;
}

/* Section & Category Styles */
.window-blog-post .brand-category {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #fcfcfc;
    border-left: 5px solid #007bff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.window-blog-post .brand-category h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    color: #007bff;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

.window-blog-post .category-description {
    font-style: italic;
    color: #777;
    margin-bottom: 25px;
    font-size: 0.95em;
}

/* Individual Brand Item Styles */
.window-blog-post .brand-item {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.window-blog-post .brand-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
}

.window-blog-post .brand-item p {
    font-size: 1em;
    color: #444;
}

.window-blog-post .brand-item strong {
    color: #0056b3;
}

/* Price Tier Styling */
.window-blog-post .price-tier {
    font-size: 0.8em;
    font-weight: 600;
    color: #28a745;
    background-color: #e6ffe6;
    padding: 3px 8px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
}

/* Call to Action Footer */
.window-blog-post .call-to-action {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    margin-top: 40px;
	background-color: white !important;
}

.window-blog-post .call-to-action h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    color: #0056b3;
    margin-bottom: 20px;
}

.window-blog-post .call-to-action p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 25px;
}

.window-blog-post .contact-prompt {
    font-size: 1.2em;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
}

.window-blog-post .button {
    display: inline-block;
    background-color: #ffc107;
    color: #333;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.2em;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.window-blog-post .button:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .window-blog-post .container {
        margin: 20px;
        padding: 15px;
    }

    .window-blog-post header h1 {
        font-size: 2em;
    }

    .window-blog-post .brand-category h2 {
        font-size: 1.5em;
    }

    .window-blog-post .brand-item h3 {
        font-size: 1.3em;
    }

    .window-blog-post .button {
        padding: 12px 25px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .window-blog-post header h1 {
        font-size: 1.8em;
    }
    .window-blog-post .brand-category h2 {
        font-size: 1.3em;
    }
    .window-blog-post .brand-item h3 {
        font-size: 1.2em;
    }
    .window-blog-post .button {
        width: 100%;
        box-sizing: border-box;
    }
}