:root {
  --grand: 'GrandSlang-Roman', sans-serif;	/* Dark blue #1B788B */
  --font: 'Roboto', sans-serif;	/* Dark blue #1B788B */
  --gold: #C3171B; /* Dark grey */
  --secondcolor: #000; /* Dark grey */
  --light-gold: #eae6db; /* Main blue */
  --ocre: #d68512; /* Yellow */
  --green: #697B01; /* light blue */
  --nav-blue: #1463B1;	/* Dark blue #1B788B */
  --purple: #7b33cc;
  --magenta: #cc334c;
  --lines: #979797;
}
body {
    padding-top: 0px;
}
.vlw{
	display: none;
}
.banner {
    height: auto;
}
.banner img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
#logo.extra {
    padding: 2.5em 0 1em;
}
.quickmenu .links .is-active a {
    font-weight: bold;
    text-transform: uppercase;
    color: #C3171B;
    text-decoration: underline;
}
.quickmenu .links a {
    font-weight: bold;
    text-transform: uppercase;
    color: #C3171B;
}
footer.footer {
    border: 0px solid white;
    background-color: #C3171B;
    color: white;
    font-size: 16px;
    line-height: 140%;
    line-height: 160%;
}
.block .bundle>.field-title {
    font-size: 22px;
    margin-top: 0;
}
.bundle-accordions .accordion.field .content-header .field-title {
    font-size: 18px;
    margin: 0;
    padding: 0 8px;
    font-weight: 600;
}
/*--------------------------------------------------------------------------------
----------------------------------------------------------------------------------
                            update 19-05
----------------------------------------------------------------------------------
--------------------------------------------------------------------------------*/
@media only screen and (max-width:950px) {
.dp-grid-item.search {
  display: flex;
  justify-content: start;
  align-items: center;
}
.search > .desktop{
    display: none;
}
    .search > .mobile{
    display: block;
}
    #mobilenav .mobile{
        display: block;
    }
    #mobilenav .mobile .shortcut-wrapper {
  background: transparent;
  border: 0px solid var(--gold);
  border-bottom: 0px solid var(--gold);
  border-radius: 0px;
  transition: all .4s;
  width: auto;
  border-radius: 60px;
  margin-top: 0 !important;
  margin-bottom: 20px;
  position: relative;
}
    .overlay2 .closebtn {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 60px;
  z-index: 9999;
  opacity: 0.5;
  color: white;
}
    #mobilenav .mobile .shortcut-wrapper img{
        width: 30px;
    }
}
