﻿:root {
  --mainColour: #0e4194; /****TODO:REPLACE WITH A COLOUR THAT'S APPROPRIATE FOR THE CLIENT/SURVEY****/
  --contrastColour: #ffec00; /****TODO:REPLACE WITH A COLOUR THAT CONTRASTS WELL WITH --mainColour****/
  --alternateContractColour: #29a1dc; /**** Alternate Verian Contrast Colour ****/
  --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.45rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0);
  --bs-navbar-toggler-border-radius: 0;
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar-dark {
  --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;
}


.btn-secondary {
  background:transparent;
  color: #fff;
  border:none;
}

.btn-secondary:hover, .btn-secondary:active {
  background: #fff;
  color: var(--mainColour);
}

.dark-blue a, .dark-blue a:hover  {
  font-weight:400;
  text-decoration: underline;
  color:#fff;
}

a.bg-yellow{
  color: #000 !important;
  font-weight: 900 !important;
  background: #ffec00;
  text-decoration: none !important;
  border: 2px solid var(--mainColour);
  font-size:2.25rem !important;
}

a.bg-yellow:hover {
  text-decoration: underline !important;
}

a.bg-yellow-small{
  color: #000 !important;
  font-weight: 900 !important;
  background: #ffec00;
  text-decoration: none !important;
  border: 2px solid var(--mainColour);
  font-size:1.66rem !important;
}

a.bg-yellow-small:hover {
  text-decoration: underline !important;
}

.white-bgr a {
  color: #29a1dc;
  text-decoration: underline;
  font-weight: normal;
} 

.white-bgr p, .white-bgr ul {
  color: #000;
}

.ticks-list {
  list-style-type: none; /* Remove the default bullet points */
  padding-left: 0; /* Remove default padding */
  font-size: 1.16rem;
  line-height: 1.67rem;
}

.ticks-list li {
  position: relative; /* Position relative for pseudo-element positioning */
  padding-left: 1rem; /* Add space for the tick */
  padding-bottom: 0.7rem; /* Additional padding between the bullets */
}

.ticks-list li::before {
  content: '>';
  font-weight: 900; /* Use a tick mark */
  position: absolute; /* Position it */
  left: 0; /* Align to the left */
  color: #000; /*
  color: var(--mainColour); Set the color of the tick */
}

.ticks-list-white {
  list-style-type: none; /* Remove the default bullet points */
  padding-left: 0; /* Remove default padding */
}

.ticks-list-white li {
  position: relative; /* Position relative for pseudo-element positioning */
  padding-left: 20px; /* Add space for the tick */
}

.ticks-list-white li::before {
  content: '>';
  font-weight: 900; /* Use a tick mark */
  position: absolute; /* Position it */
  left: 0; /* Align to the left */
  color: #fff; /* Set the color of the tick */
}

html {
  font-size:16px;
}

body {
  font-family: 'source Sans 3', sans-serif;
  font-weight: 400;
  font-size: 1.16rem;
  font-style: normal;
  color: #0e4194;
  letter-spacing: 0em;
  line-height: 1.5;
  background: #fff;
  /* padding-top: 160px;  Adjust this value to the total height of your header */
}

/*
header {
  transition: transform 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
} */

/*
.header-hidden {
  transform: translateY(calc(-100% + 50px)); 
} /* Adjust this value to keep the navbar visible 

nav.navbar {
  position: relative;
  z-index: 1010; 
} */

.logos {
position: absolute;
top:10px;
left:0;
}

.navbar-dark {
  background: transparent;
  font-size: 1.15rem !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: normal;
  padding: 0.3rem 0rem;
  margin: 0rem 1rem;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  transition: border-color 0.3s ease;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
  border-bottom-color: yellow;
  text-decoration: none;
  font-weight: bold;
}


.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
  border-bottom-color: yellow;
  text-decoration: none;
}


.navbar-toggler {
  position:absolute;
  top: -32px;
  right: 0;
  border: none;
  background:#0a1937;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

header h1 a, header h1 a:hover, header h1 a:focus, header h1 a:active {
  color: var(--mainColour);
  font-family: 'Source Sans 3', serif;
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 900;
}

h1 {
  font-family: 'Source Sans 3', serif;
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 900;
}

h2 {
  font-family: 'Source Sans 3', serif;
  font-size: 2.20rem;
  line-height: 2.8rem;
  font-weight: 900;
}

h3 {
  font-family: 'source Sans 3', sans-serif;
  font-size: 1.45rem;
  line-height: 1.45rem;
  font-weight: 900;
}

h4 {
  font-family: 'source Sans 3', sans-serif;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: 600;
}

.intro-span {
  font-size: 1.37rem;
  font-weight: 400;
}

#verian-logo {
  max-width: 100vw;
  max-height: 100vw;
  margin-left: 2.5vw;
}
.content_padding {
  padding-left: 3.5vw;
  padding-right: 3.5vw;
}

.navbar-nav {
  background:#0a1937;
  margin-bottom: -6px;
}

/* Medium devices (tablets, 768px and up)   */
@media (min-width: 996px) {
  #verian-logo {
    max-width: 100vw;
    max-height: 100vw;
    margin-left: 2.5vw;
  }
  .content_padding {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  header h1 a, header h1 a:hover, header h1 a:focus, header h1 a:active {
    color: var(--mainColour);
    font-family: 'Source Sans 3', serif;
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 600;
  }
  
  h1 {
    font-family: 'Source Sans 3', serif;
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 600;
  }

  h2 {
    font-family: 'Source Sans 3', serif;
    font-size: 2.95rem;
    line-height: 3.2rem;
    font-weight: 900;
  }

  h3 {
    font-family: 'source Sans 3', sans-serif;
    font-size: 1.67rem;
    line-height: 1.67rem;
    font-weight: 900;
  }
  
  h4 {
    font-family: 'source Sans 3', sans-serif;
    font-size: 1.125rem;
    line-height: 1.33;
    font-weight: 600;
  }

  .intro-span {
    font-size: 1.67rem;
    font-weight: 400;
  }

  .navbar-nav {
    background: transparent;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-weight: bold;
  }

}


  a {
    font-weight: bold;
    color: var(--contrastColour);
    text-decoration: none;
  }

  a:hover, a:focus, a:active {
    font-weight: bold;
    color: var(--mainColour);
    text-decoration: underline;
  }

  .skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 0.5em;
    opacity: 0;
  }

  .skip-to-main-content-link:focus {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }

.c-client-colour {
  color: var(--mainColour);
}

.c-main-site-colour {
  color: var(--mainColour) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

a.c-client-colour:hover, a.c-client-colour:focus, a.c-client-colour:active {
  font-weight: bold;
  color: var(--mainColour);
}

a.lang-client-colour {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

a.lang-client-colour:hover, a.lang-client-colour:focus, a.lang-client-colour:active {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

.bg-client-colour {
  background: transparent;
  /*background-color: var(--mainColour);*/
}

#surveylink {
  font-size: 1.6em;
}

.vcard .tel::before {
  content: "Tel: ";
}

.vcard .tel.uk::after {
  content: " (local rate)";
}

.vcard .tel.ie::after {
  content: " (lo call number)";
}

.vcard .email::before {
  content: "Email: ";
}

.vcard .org2 {
  font-weight: bold;
}




