/*//// Warwickshire Business Growth Service ////*/


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*extra styling for header image*/

section#header {
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat !important;

}

/*end of extra styling for header image*/

/*start of dropdown styling*/
.body-search {
  position: relative;
  display: inline-block;
}

/* Toggle button can match your existing icon style */
.search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Dropdown panel */
.search-dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  /*right: 0;*/
right: 30px;
  z-index: 1000;
  background: #fff;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  min-width: 280px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* Optional: small “caret” */
.search-dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 14px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0 -1px 0 #ddd);
}

/* Make input fill the dropdown */
.search-dropdown .form__append-group {
  display: flex;
  gap: 0.5rem;
}

.search-dropdown .form__field {
  flex: 1;
  min-width: 0;
}

/* Improve focus visibility */
.search-toggle:focus-visible,
.search-dropdown input:focus-visible,
.search-dropdown button:focus-visible {
  outline: 3px solid #005a9c;
  outline-offset: 2px;
}

button.search-toggle.button.icon.fa-search {
    background: none;
    color: #ffffff !important;
    /* padding: 1em; */
    /* opacity: 1; */
    font-size: 1.25em;
}

button.search-toggle.button.icon.fa-search:before {
    opacity: 1;
    color: #000;
    font-size: 1em;
}
/*end of dropdown styling*/

/*<!--start of burger menus styling-->*/

#burger {
    position: fixed;
    right: 0;
    top: 0;
    color: #000;
    background: #096f4800;
    font-size: 32px;
    padding: 16px 16px 32px 32px!important;
    border-radius: 0% 0% 0% 100%;
    transition: 1s;
    cursor: pointer;
    font-size: inherit;
    font-weight: 800;
    outline-color: #00000000;
    outline-style: solid;
    /* z-index: 9999; */
}

#quit {
    position: absolute;
/*    top: 60px;*/
    color: #fff;
    font-size: 32px;
    padding: 16px;
    display: none;
    cursor: pointer;
    font-style: normal;
}

#links {
    display: none;
    flex-direction: column;
    width: 100vw;
    height: 75vh;
    padding: 25vh 0;
    justify-content: space-around;
    padding-top: 15vh!important;
    background: #09264a;
}

#links a {
    text-align: center;
    text-decoration: none;
    /* color: #fff0; */
    font-size: 2em;
    /* font-family: 'Roboto'; */
    z-index: 10;
    /* font-style: normal!important; */
    /* padding-bottom: 0.5em; */
    margin-bottom: 0.25em;
    color: #fff;
    display: grid;
}

i#burger {
    font-style: normal;
    font-weight: 400;
    display: flex;
}

/*@media screen and (min-width: 736px) {
i#burger {
    display: none;
}
}*/

@media screen and (min-width: 918px){
i#burger {
    display: none;
}
}

i.fa.fa-search:before {
    content: "\f0c9 ";
    font-family: 'FontAwesome';
    margin-left: -2.5em;
    background-image: none;
    color: #ffffff;
    font-size: 2.2em;
    top: -0.2em;
    position: relative;
    right: -1.3em;
}

/*<!--end of burger menu styling -->*/

/*<!--styling for greenbar with search facility-->*/

/*///navbar styling///*/
.dt-nav ul ul {
    margin-left: -21.5%!important;
}
.dt-nav ul ul {
    top: 6.3em;
}

/*///greenbar styling///*/
nav.header-top .container {
width: -webkit-fill-available;
    display: flex;
    color: #fff;
}

nav.header-top {
    background: #3c807c;
}

.WCCtext {
    padding-bottom: -13em;
    margin-top: 15px;
}

.WCCtext a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}


nav.header-top img {
    width: 300px;
    margin-right: 5px;
    padding-top: 4px;
}

nav.header-top img {
    width: 300px;
    margin-right: 5px;
    padding-top: 4px;
    height: 75px;
    width: auto;
}

nav.header-top center {
    background: #177d97;
    /* padding: 0.5em;*/
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

nav.header-top center ul {
    /* padding-bottom: 0em!important; */
    margin-bottom: 0em;
}


nav.dt-nav ul {
    list-style: none;
    display: inline-flex;
}

nav.dt-nav {
    -webkit-box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
}

nav.header-top center ul li {
    padding: 0.5em;
    font-weight: 500;
    margin-right: 2em;
}

nav.header-top center ul li a {
    text-decoration: none;
    color: #fff;
}

nav.header-top center ul li:hover {
    background: #00c3f3;
}
div#titleBar {
    display: none;
}

nav#nav {
    display: none;
}

nav.header-top .body-search {
    /* margin-left: 35% !important; */
    padding-top: 0.5em;
}

.form__append-group {
    display: inline-flex;
}

@media screen and (min-width: 835px) {
.body-search .form__append-group {
    max-width: 500px;
    display: flex;
}
}

input#search-site-header {
    height: 49px;
    border-radius: 0;
}

nav.header-top {
   background: #3c807c;
    /* padding: 1em; */
    /*height: 60px; */
}

form#js-search {
    padding-top: 0.25em;
}

button#searchbtn {
    border-radius: 0;
    background: white;
    color: #000!important;
    font-weight: 100;
    height: 49px;
    width: revert;
    padding-left: 0.85em;
    padding-right: 0.25em;
}

.skip-to-content-link {
    background: #000;
    height: 30px;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    color: #ffff00;
    padding: 10px;
    padding-bottom: 25px;
    font-weight: 400;
}

.skip-to-content-link:focus {
    transform: translateY(0%);
}

ul.list.list--skip-links {
    display: none;
}

@media screen and (max-width: 918px){
nav.header-top .body-search {
    display: none;
}
}

#footer .site-search {
    display: none;
}
.header_logos a {
    text-decoration: none;
}
.header_logos {
    width: -webkit-fill-available;
}

@media screen and (min-width: 918px){
nav.header-top img:nth-child(2) {
    float: right;
}
}
nav.header-top .body-search {
    /* margin-left: 35% !important; */
    padding-top: 0.5em;
}


/*<!-- end of styling for greenbar with search facility-->*/


.navbar {
  overflow: hidden;
    background-color: #09264A;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
/*  padding: 14px 16px; */
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  padding: 18px;
  font-weight: 200;
  border-radius: 0px;
  padding-top: 20px;
}

.navbar a:hover,
.dropdown:hover .dropbtn,
.dropbtn:focus {
  background-color: #E05127;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.dropbtn:focus {
  background-color: #E05127;
  border-radius: inherit;
}

i.fa.fa-caret-down {
  padding-left: 0.25em;
}

.menubar {
background: #09264A;
}

@media screen and (max-width: 918px){
nav.navbar {
    display: none;
}
}

/*<!--end of dropdown menu-->*/


#main .container {
    width: -webkit-fill-available !important;
}


@media screen and (min-width: 1045px) {
    .widget-row {
        padding-left: 15% !important;
        padding-right: 15% !important;
    }
/*.box {
padding-left: 15% !important;
        padding-right: 15% !important;
}*/
.box.post header {
/*    padding-left: 15% !important;*/
    padding-right: 15% !important;
}
    nav.header-top .container {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}
#header .h1 {
    color: #fff;
    font-weight: 400;
    font-size: 3em;
    letter-spacing: -0.035em;
    line-height: 1;
    background: #09264A;
    padding-top: 2em;
    padding-bottom: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-family: "Noto Sans Display", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: 100; */
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

#header .h1:after {
    content: "Your Growth. Our Mission.";
    display: block;
    color: #fff;
    font-size: 0.5em;
    max-width: 450px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: normal;
}
header#header .container {
    text-align: start;
}

a.logo {
text-decoration:none;
}

/*header#header {
    height: 35vh;
    background-size: cover !important;
background-position-y: bottom !important;
    background-position-x: center !important;
}*/

header#header {
    height: 45vh;
    background-size: cover !important;
    background-position-y: bottom !important;
    background-position-x: center !important;
    background-position-y: center !important;
}

main#main {
    font-family: "Noto Sans Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #000;
    background-color: #fff;
}

main#main {
    padding-top: 0;
}

.widget-row {
    padding-bottom: 4em;
}

.box.post h2 {
    text-align: center;
}

@media screen and (min-width: 1045px) {
    .widget-row {
        padding-left: 15% !important;
        padding-right: 15% !important;
    }
/* nav.header-top {
        padding-right: 15% !important;
    } */
.menubar {
        padding-right: 15% !important;
    }
header#header {
        padding-right: 15% !important;
}
.site-footer {
        padding-left: 15% !important;
        padding-right: 15% !important;
    }
}

a.button {
        background: #fff;
        color: black !important;
        font-weight: 400;
        outline-color: #3c807c;
        outline-width: medium;
        outline-style: solid;
}

.page-meta {
    outline-style: solid;
    outline-color: #3c807c;
    border-radius: 15px;
    padding: 1em;
}

nav.nav.nav--social-links {
    display: none;
}

body {
    background: #ffffff;
}

button.button.primary {
    background: #fff;
    color: black !important;
    font-weight: 400;
    outline-color: black;
    outline-style: solid;
    outline-width: thin;
}

a.button.button--primary.button--block {
    display: none;
}

a.button:hover {
    background-color: #3C807C;
}

.editor a {
    font-weight: 400;
    color: #000;
}

h2.listing__heading {
    text-align: left !important;
    font-size: 1.5em !important;
}

/*p.listing__summary {
    font-weight: 200!important;
}*/

/*.listing__meta {
    font-weight: 200!important;
}*/