: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 =====*/