@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

:root {
  --primary-colour: #FF2600;
  --secondary-colour: #3f95cf;
  --lighter-grey: #f7f6f6;
  --light-grey: #edeced;
  --mid-grey: #9B9B9B;
  --dark-grey: #5B585B;
  --dark-blue: #00406c;
  --bg-colour: #000;
}

.lgrey {
  color: var(--light-grey)
}
.mgrey {
  color: var(--mid-grey)
}

.dgrey {
  color: var(--dark-grey)
}

html, body {
	width: auto !important;
	height: auto !important;
}


body, p, a, h2, h3, h4, h5, h6, .btn {
  font-family: 'Work Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

#content{
	overflow-x: hidden;
}

.home-page{
	overflow-x: hidden;
}

h1 {
  font-family: 'Saira Extra Condensed', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  letter-spacing: 0.2px;
}

b, strong {
  font-weight: 600;
}

ul {
  padding-inline-start: 18px;
}

ul ul {
  list-style: disc;
}

th {
	white-space: nowrap;
	padding-right: 45px;
}

.module-heading {
	color: #00406b !important;
	font-size: 30pt !important;
	font-family: 'Fjalla One', sans-serif;
	line-height: 33pt;
	}
	.module-heading span.highlight {
		color: #4abdcf !important;
	}
	.module-heading span.small {
		font-size: 23pt !important;
		color: #afafaf !important;
	}
	.module-header-sup {
		font-size: 12pt; top: -1.45em;	
	}
	
.no-title .wp.wp-1.text-center.animated.fadeInUp {
	display: none !important;	
}	

.small {
  font-size: 10px;
}

iframe {
  width: 100%;
}

.featherlight-content{
	width: 85vw;
	height: 85vh;
	overflow-y: hidden !important;
	overflow-x: hidden !important;
	
}
.featherlight-content iframe{
	width: 85vw;
	height: 85vh;
	
}

.btn {
  text-transform: none;
  letter-spacing: unset;
}


.img-fluid {
  max-width: 100%;
  height: auto;
}

.delay-quarter {
  animation-delay: 0.25s;
}
.delay-half {
  animation-delay: 0.5s;
}
.delay-1s {
  animation-delay: 1s;
}

.desktop-spacer.big {
  margin: 0 auto;
}
.m-t-sm {
  margin-top: 0.75rem !important;
}

.bg-black {
  color: #fff;
  background-color: #000;
}
.bg-inverse {
  color: #fff;
  background-color: var(--dark-grey);
}
.bg-light {
  color: var(--dark-grey);
  background-color: var(--light-grey);
}
.bg-dark {
  color: var(--light-grey);
  background-color: var(--dark-grey);
}
.bg-orange {
  color: #fff;
  background-color: var(--primary-colour);
}
.bg-blue {
  color: #fff;
  background-color: var(--secondary-colour);
}
.bg-dark-blue {
  color: #fff;
  background-color: #00406c;
}
.bg-orange a, .bg-blue a {
  color: #fff;
  text-decoration:underline;
}
a.highlight-blue {
	color: var(--dark-blue);
	text-decoration: underline;
}

.space-thin {
	padding: 45px 0px!important;
}

.btn-huge {
  border-radius: 3rem;
  padding: 1.5rem 2.5rem 1.5rem 3rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.btn-sm {
  border-radius: 33px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-weight: 400;
}
.btn-huge span.text-icon,
.btn-sm span.text-icon {
  font-size: inherit;
  vertical-align: baseline;
  /* margin-top: -0.5rem; */
}
.btn-secondary-outline {
  color: var(--mid-grey);
  background-color: transparent;
  border-color: var(--mid-grey); }
  .bg-inverse .btn-primary-outline:focus,
  .bg-inverse .btn-primary-outline.focus,
  .bg-inverse .btn-primary-outline:active,
  .bg-inverse .btn-primary-outline.active,
  .bg-blue .btn-primary-outline:focus,
  .bg-blue .btn-primary-outline.focus,
  .bg-blue .btn-primary-outline:active,
  .bg-blue .btn-primary-outline.active,
  .bg-blue .btn-primary-outline:hover,
  .bg-inverse .btn-primary-outline:hover {
    color: #fff;
    background-color: var(--primary-colour);
    border-color: var(--primary-colour); }
  .bg-orange .btn-primary-outline:hover,
  .bg-orange .btn-primary-outline:focus,
  .bg-orange .btn-primary-outline.focus,
  .bg-orange .btn-primary-outline:active,
  .bg-orange .btn-primary-outline.active,
  .btn-secondary-outline:focus,
  .btn-secondary-outline.focus,
  .btn-secondary-outline:active,
  .btn-secondary-outline.active,
  .btn-secondary-outline:hover,
  .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: var(--mid-grey);
    border-color: var(--mid-grey); }

.bg-inverse .btn-primary-outline,
.bg-orange .btn-primary-outline,
.bg-blue .btn-primary-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

/*  NAV   */
.navbar {
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 0;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid var(--light-grey);
  padding: 15px 0;
}

.navbar-brand {
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
}

.navbar-content {
  width: 75vw;
}


.border-right-left {
  padding-right:10px;
}

.spacer {
border-right: 1px solid var(--light-grey);
}

.nav-container {
  display: flex;
}

.navbar-fixed-top{
	position: fixed;
}

.nav-item {
  font-size: 12px;
  margin: auto 7px;
  margin-right: 5px;
}

.nav-item span {
  padding-left: 20px; 
  padding-right: 20px;
}

.nav-icon {
  height: 20px;
  width: 30px;
  fill: var(--primary-colour);
}

.red-cont .nav-icon {
  fill:var(--primary-colour)
}

.blue-cont .nav-icon {
  fill:var(--secondary-colour)
}

.grey-cont .nav-icon {
  fill:var(--mid-grey)
}

#nav-home-icon {
	margin-left: 12px;
}


/* SIDE NAV */

.side-nav {
  width: 18vw;
  top: 545px;
  right: 15vw;
  position: absolute;
  font-size: 0.8rem;
}

.side-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-nav li {
  list-style: none;
  margin: 0;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 70%;
  background-color:#dcdbdbab;
  border-radius: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.side-nav li.active {
  background-color: rgba(91, 88, 91, 0.84);
}

.side-nav li.active a {
  color: white;
}

.side-nav li.current {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 70%;
  background-color: var(--primary-colour);
  border-radius: 10px;
}

.side-nav li a {
  text-align: center;
}

.side-nav .nav-header {
    font-weight: 500;
    text-align: center;
    width: 70%;
    margin: 0 0 5px auto;
}

.red-cont .side-nav li:hover {
  background-color: var(--primary-colour);
  color: #fff
}

.blue-cont .side-nav li:hover {
  background-color: var(--secondary-colour);
  color: #fff
}

.grey-cont .side-nav li:hover {
  background-color: var(--dark-grey);
}

.grey-cont .side-nav li:hover a {
  color: #fff
}

.red-cont .side-nav li:hover a {
  color: #fff
}
.blue-cont .side-nav li:hover a {
  color: #fff
}

/* -- dropdown */

.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.header-spacer {
  margin-top: 17px;
}

.dropdown:nth-child(1) {
  padding-right: 15px;
}

.dropdown:nth-child(2) {
  margin-left: 0;
}

.dropdown:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: var(--secondary-colour);
}

.dropdown-toggle {
	padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 10px;
}

.dropdown:nth-child(1):after {
  color: var(--primary-colour);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  width:100%;
  padding: 12px 16px;
  padding-top: 0px;
  margin-top: 5px;
  z-index: 2;
}

.dropdown-content hr:nth-child(1) {
  margin-top: 0px;
}

.dropdown-content a {
  text-align: center;
}

.dropdown-content a:hover {
  text-decoration: underline;
}


hr {
  border: 0;
  clear:both;
  display:block;
  width: 96%;               
  background-color:var(--light-grey);
  height: 1px;
}

.dropdown:hover {
  background-color: var(--light-grey);
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-hoverable:hover {
  background-color: var(--light-grey);
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-content .active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dropdown:active:after {
    
}

.dropdown-active:after {
	content: "\f0d8";
}

/* generic header */

.header-container {
  width: 100%;
  padding: 12rem 15vw 1rem 15vw;
}

.red-cont .header-container {
  background-color: #ff2600a6;
}

.grey-cont .header-container {
  background-color: rgba(91, 88, 91, 0.74);
}

.blue-cont .header-container {
  background-color: #3f95cfa6;
}

/*  HOME */

/* -- banner */

header.jumbotron.home {
  min-height: 100vh;
  max-height: 100vh;
  background: var(--bg-colour);
  background: url(../img/bg-header.jpg) no-repeat center bottom;
  background-size: cover;
  color: #fff;
}

header.home .header-logo {
  position: absolute;
  bottom: 19vh;
  right: 15vw;
  width: 25vw;
  height: auto;
}

header.home .container {
  /* vertical-align: bottom; */
  display: block;
  position: absolute;
  bottom: 0;
  left: -50%;
  right: -50%;
  width: 100%;
}

header.home .header-tagline-script {
  position: absolute;
  bottom: 19vh;
  left: 15vw;
  width: 30vw;
  height: auto;
}
header.home .header-tagline-script img {
  width: 100%;
  max-width: 100%;
}

header .home.header-logo {
  position: relative;
  width: 67%;
  margin: 1rem auto;
}

header.home .btn {
  display: block;
  z-index: 1;
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0.5rem auto 0 auto;
  width: 100%;
}
header.home .btn span[class^="icon-"] {
  display: inline-block;
  font-size: 0.8rem;
  border: 1.5px solid #fff;
  border-radius: 50%;
  padding: 6px 5px 4px 5px;
  margin-left: 1rem;
}

#header-more-info-btn {
  position: absolute;
  bottom: 0px;
}

#header-more-info-btn i {
  font-size: 10px;
  color: var(--mid-grey);
}

#header-more-info-btn .bob {
  margin-bottom: 5px;
  margin-right: 0;
}

#header-more-info-btn p {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-disclaimer {
  position: absolute;
  bottom: 0px;
  left: 0;
  margin-bottom: 1rem;
  padding: 1.2rem 15vw;
  width: 100%;
  line-height: 1em;
}

/* -- intro */

.section-intro .disclaimer {
  padding-bottom: 2rem
}

.section-intro h4 {
  color: var(--secondary-colour);
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.section-intro h2 {
  margin-top: 0.8rem;
  color: var(--primary-colour);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
.section-intro p {
  font-size: 1.25rem;
  line-height: 1.35;
  color: #5B585B;
}

.intro-image {
  height: 50px;
  margin-top: 75%;
  margin-bottom: 10px;
}

p.intro-image-text {
  text-align: center;
  width: 100%;
  font-size: 12px;
}

.center-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-intro h4:nth-child(1) {
  color:var(--primary-colour);
  max-width: 820px;
  font-weight: 500;
  font-size: 2rem;

}

.section-intro .row {
  display: flex;
  justify-content: space-around;
}

.disclaimer, .section-intro .disclaimer p {
  font-size: 0.85rem;
}
.disclaimer {
  position: relative;
  display: block;
  float: unset;
  opacity: 0.75;
  text-align: center;
  line-height: 1.25;
  font-weight: 400;
}
#header-disclaimer {
  text-align: justify;
}

.section-intro .bleeds-image-block {
  margin-bottom: 2rem;
}
.section-intro .bleeds-image-block .col-xs-6 {
  width: 49%;
}
.section-intro .bleeds-image-block div[class^="col-"] {
  margin-bottom: 1rem;
}

.section-intro .z0 {
  z-index: unset;
}
.section-intro .z-1 {
  z-index: -1;
}
.section-intro .z-2 {
  z-index: -2;
}

/* --about links */

.section-about-grid {
  background-color: var(--light-grey)
}

.section-about-grid .row {
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}

.section-about-grid .link-image {
  height: 70px;
  margin-bottom: 10px;
}

.section-about-grid h2 {
  font-size: 24px;
  color: var(--primary-colour);
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 50px;
  font-weight: 500;
}

.section-about-grid p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.section-about-grid .col-md-2 {
  width: 20%;
}

.link-pill {
  background-color: var(--lighter-grey);
  text-transform: uppercase;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  margin: 20px 0px;
  height: 50px;
  width: 150px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  list-style: none;
}

.link-pill:hover {
	background-color: var(--light-grey);
}

.link-pill-orange {
	background-color: var(--primary-colour);
}

.link-pill-orange:hover {
	background-color: #e64120;
}

.link-text-cont {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 100%; 
}

.link-text-cont p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
}

/* indications page */
.indications .section-text .container {
  width: 70vw;
  margin: 0 auto;
}

/* INFO PAGE */

.info-container {
  min-width: 70vw;
}

.info-header {
  padding-top:0;
}

.back-to-home {
  margin-left: 15vw;
  color: var(--primary-colour);
  text-decoration: underline;
  margin-top: 10px;
}

/* Funding */


.section-funding {
  padding-bottom: 2.5rem;
  text-align: left;
}

.section-funding .funding-container {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.section-funding h2 {
  color: var(--primary-colour);
  font-size: 22px;
}


.section-funding p.disclaimer {
  margin-top: 2rem;
  line-height: 1;
  float: left;
  text-align: left;
}
.section-funding .disclaimer small {
  font-size: 0.75rem;
}

.section-funding .funding-update-row {
  position: relative;
  width: 100%;
  min-height: 43px;
  margin-bottom: 1rem;
  background: #fff;
  padding-left: 42px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.section-funding .funding-update-row svg {
  position: absolute;
  left: 0;
  height: 30px;
}
.section-funding .funding-update-row .funding-update-text {
  display: table-cell;
  vertical-align: middle;
  padding: 6px 0;
}
.section-funding .funding-update-row p {
  font-size: 1rem;
  line-height: 1.2;
  word-spacing: -0.1em;
  margin: 0;
}
.section-funding span.funding-update-date {
  margin-left: 0.5rem;
  font-weight: 500;
}

/* text */

.section-text .container {
  width: 70vw;
  max-width: unset;
  margin: 0;
  padding: 0;
}

.section-text img {
  width: 100%;
}


.section-text h2, .section-features h2 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.section-text p, .section-features p {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
}

.section-text li {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}

.section-text .notice {
  border: 1px solid var(--light-grey);
  padding: 1em;
  width: 70%;
  margin-left: 10px;
} 

.section-text p strong {
  margin: 18px 0;
  display: block;
}

/* References */

.references {
  color: var(--mid-grey);
  font-size: 12px;
  border-top: 1px solid var(--mid-grey);
  margin-top: 100px;
}

/* Safety Grid */

.section-safety-grid {
  margin: 100px 0;
}

.section-safety-grid .container {
  width: 70vw;
  max-width: unset;
  margin: 0 0 0 15vw;
  padding: 0;
}

.home-page .section-safety-grid h2 {
  text-transform: uppercase;
  color: var(--secondary-colour);
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 500;
}

.home-page .section-safety-grid .container {
  width: 70vw;
  margin: 0 auto;
}

.home-page .section-safety-grid .container p {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
}

.home-page .section-safety-grid ul {
  display:flex;
  flex-direction: row;
  margin: 40px 0 20px 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.home-page .section-safety-grid li {
  margin: 0 40px;
}

.section-safety-grid .link-text-cont p {
  width: 100% !important;
}

/* API */


.section-api p {
  font-size: 0.85rem;
  margin-bottom: 1em;
  line-height: 1rem;
}

.section-api h2, h3 {
  font-size: 0.9rem;
  font-weight: 500;
}
.section-api h2:first-of-type {
  text-align: center;
}
.section-api .api-notice {
  border: 1px solid;
  padding: 1em;
  font-weight: 600;
}

.section-api h3:last-of-type {
  margin-bottom: 0;
}
.section-api ol {
  padding-left: 1em;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.5;
}

.section-api li {
  font-size: 0.85rem;
}

.section-api {
  padding-top: 4rem;
  padding-bottom: 100px;
}

/* LINKS */

.section-links {
  padding: 100px 0 60px 0;
}

.section-links .container {
  width: 70vw;
  margin: 0 auto;
}

.section-links ul {
  display: flex; 
  flex-direction: row;
  padding: 0;
  list-style: none;
  justify-content: space-around;
}

.section-links a {
  width: 30%;
}

.section-links li {
  display: block;
}

.section-links .image-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.section-links img {
  max-width: 50px;
  max-height: 50px;
}

.section-links p {
  font-size: 22px;
  color: #fff;
}

/* page header */

.page-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 !important;
  margin-bottom:25px;
}

/* landing header */

.landing-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  padding-bottom: 465px;
  margin-bottom:25px;
}


/* linked pages */

.linked-page {
  display:flex;
  flex-direction: row-reverse;
}

.modular-linked .section-text {
  width: 100%;
  text-align: left;
  padding: 30px 30vw 30px 15vw;
}

.modular-linked #content {
  width: 100%;
}

.modular-linked .container {
      width: 95%;
  margin: 0;
}

.modular-linked h2 {
  font-size: 22px;
  text-align: left;
}

.modular-linked.red-cont h2:first-of-type {
  color: var(--primary-colour)
}

.modular-linked.blue-cont h2:first-of-type {
  color: var(--secondary-colour)
}

.modular-linked .sticky {
  position: fixed;
  top: 100px;
  right: 15vw;
}

/* download button */

.download-button-cont {
  margin: 20px 0 40px 0 ;
}

.download-button {
  background-color: var(--dark-grey);
  color: white;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 25px;
  margin-left: 15vw;
  margin-bottom: 40px;
  border-radius: 30px;
}

/* pdf downloads */

.pdf-downloads-cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.download-cont h2 {
  text-align: left;
}

.pdf-image {
  max-width: 100%;
  max-height: 250px;
  margin-bottom: 18px;
}

.pdf-cont p{
	margin-bottom: 10px;
	font-weight: bold;
}


.pdf-cont img{
  width: auto;
}

.pdf-download-button {
  background-color: var(--mid-grey);
  background-color: #dcdbdbab;
  color: white;
  color: var(--dark-grey);
  font-size: 15px;
  padding: 0px 20px;
  border-radius: 20px;
}

.pdf-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
/*   max-height: 300px; */
  margin-right: 50px;
  margin-bottom: 50px;
}

/* details table */

.detail-cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.detail-cont img {
  max-width: 40px;
  max-height: 40px;
  margin-right: 20px;
}

.detail-cont .detail-header {
  margin-right: 20px;
  width: 50px;
  font-weight: 500;
}

.detail-cont p {
  margin-bottom: 0;
}

/* text image text */

.section-text-image-text img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Image text row*/

.section-text-image-row .row {
  display: flex;
  flex-direction: row;
}

.section-text-image-row .text-cont {
  padding-right: 5%;
  flex: 2;
}

.section-text-image-row .icon-link {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.icon-link img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 30px;
}

.icon-link a {
  height: 35px;
  padding: 12px 21px;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 17px;
}

.section-text-image-row .image-cont {
  flex: 1;
  display: block;
  margin: auto 0;
}

.section-text-image-row .t-i-t-image {
  max-width: 100%;
  max-height: 100%;
  width:auto;
  height: auto;
}

/* USEFUL LINKS */

.useful-links .section-text a {
  color: var(--primary-colour)
}

.useful-links .section-text .pdf-download-button {
  color: white;
  color: var(--dark-grey);
}

.useful-links .side-nav a {
  color: var(--dark-grey);
}


/* faqs */
.question {
  color: var(--secondary-colour)
}

.quest-cont {
  padding-right: 10px;
}

p.faq-section-header {
  color: var(--primary-colour);
  font-weight: 500;
  margin-bottom: 40px;
}

#taking .answer{
  margin-bottom:30px;
}

#taking .question{
  margin-bottom: 9px;
}
#storing .answer{
  margin-bottom:30px;
}

#storing .question{
  margin-bottom: 9px;
}
#lifestyle .answer{
  margin-bottom:30px;
}

#lifestyle .question{
  margin-bottom: 9px;
}
#traveling .answer{
  margin-bottom:30px;
}

#traveling .question{
  margin-bottom: 9px;
}


/* Footer */

.section-footer {
  width: 100vw;
  padding: 100px 15vw 200px 15vw;
  margin-top: 100px;
}
.section-footer .container{
  width: 100%;
  max-width: unset;
  
}

.section-footer .footer-nav{
	line-height: 1.8;
}

.section-footer a{
/* 	line-height:1.0; */
}

.footer-nav div{
	margin-bottom: 25px;
}

.footer-item{
	line-height: 1.2;
	margin-bottom: 10px;
}

@media(min-width:1155px){
	.footer-nav div{
		margin-left: 20px;
		margin-right: 20px;
	}
}

.footer-header{
	line-height: 1.2;
	
}



.section-footer .spacer {
  height: 10px;
  margin-top: 6px;
  border-color: var(--mid-grey)
}

.section-footer .footer-header {
  text-transform: uppercase;
  font-weight: 600;
}

.section-footer .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.footer-nav {
  display: flex; 
  flex-direction: row;
  justify-content: space-between;
  width: 60%;
  padding: 0;
}

.footer-text {
  width: 47%;
  padding: 0px 0 0 5%;
  line-height: 1.4;
  font-size: 0.85rem;
}

/**/
.section-features img {
  max-height: 220px;
}

.section-explainer .container {
  position: relative;
}

.section-explainer h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--secondary-colour);
}

.section-explainer p:last-of-type {
  margin-bottom: 0;
}
.section-explainer img {
  max-width: 150%;
  position: relative;
  left: 100%;
  margin-left: -125%;
}

.section-explainer .round.callout {
  background-color: var(--primary-colour);
  color: #fff;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  padding: 2.2rem 1.8rem;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 300;
  margin: 1rem auto 1.5rem auto;
}




header.default {
  padding-top: 12rem;
  padding-bottom: 1rem;
}
header.default h1 {
  font-family: 'Work Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}

section.info h2 {
  margin-top: 3rem;
  line-height: 1.2;
  color: var(--primary-colour);
}
section.info h2:first-of-type {
  margin-top: 0;
}
section.info h3 {
  font-size: 1rem;
  margin-top: 3rem;
  font-weight: 600;
  color: var(--primary-colour);
}
section.info h4 {
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--secondary-colour);
}
section.info h5 {
  font-size: 1rem;
  font-weight: 500;
}
section.info ul {
  padding-left: 1em;
}
section.info p, section.info li {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.5;
}

section.info li {
  padding-bottom: 0.6rem;
}
section.info ul li:last-of-type {
  padding-bottom: 0;
}
section.info ul li ul {
  padding-top: 0.5rem;
}
section.info .boxed-text {
  border: 2px solid var(--light-grey);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}
section.info .boxed-text ul:last-of-type {
  margin-bottom: 0;
}

.desktop-only {
  display: flex;
}

.mobile-only {
  display: none;
}

/*------------------ CUSTOM ----------------- */


#aboutCaret{
	color: var(--primary-colour);
}

#safetyCaret{
	color: var(--secondary-colour);
}

.hem-circle-right{
  margin-top: -4px;
  margin-left: 0px;
  width: 12px;
}

.hem-circle-right-2{
  margin-top: -4px;
  margin-left: 0px;
  width: 17px;
}

#how .icon-link img{
  max-width: 35px;
  max-height: 35px;
}

#consistent img{
  margin-bottom: 50px;
  margin-top: 30px;
}

#consistent ul{
  margin-bottom: 40px;
}

#consistent li{
  font-weight: 300;
}

#consistent .section-text p{
  margin-bottom: 24px;
}

#consistent ul {
  list-style: none; /* Remove default bullets */
}

#consistent ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #FF2600; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#consistent h5{
  font-weight: 300;
  margin-bottom: 100px;
  font-size: 15px;
}


#consistent h6{
  font-weight: 300;
  margin-bottom: 25px;
  font-size: 17px;
}

#consistent h4{
  margin-top: 50px;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 17px;
  color: var(--secondary-colour)
}

#haven_one p:first-of-type{
  margin-bottom: 30px;
}

#haven_two p:first-of-type{
  margin-bottom: 30px;
}

#haven_three p:first-of-type{
  margin-bottom: 30px;
}

#haven_four p:first-of-type{
  margin-bottom: 30px;
}

#vials img{
  max-width: 600px;
  margin-top: 30px;
}

/* Landing text page */
#landing-text {
	padding: 50px 0px;
}

#landing-text #slogan-text .first-line{
	font-family: trade-gothic-next-condensed, sans-serif;
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	background-color: #f04e2a;
	line-height: 76px;
	padding: 0px 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

#landing-text #slogan-text .second-line{
	font-family: trade-gothic-next-condensed, sans-serif;
	font-size: 40px;
	font-weight: 400;
	color: var(--secondary-colour);
	line-height: 47px;
	padding: 0px 4px;
	display: inline-block;
}

#landing-text #slogan-text sup {
	font-size: 35%;
	top: -1.5em;
}

#landing-text #under-slogan p{
	font-size: 17.6px;
	font-weight: 500;
	line-height: 22px;
	color: #f04e2a;
}

#landing-text .landing-body p {
	font-size: 16px;
	line-height: 21px;
}

#landing-text .landing-buttons>a{
	padding: 5px;
	height: 26px;
	width: 270px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	text-transform: none;
}

#landing-text .landing-under-body>p {
	font-size: 12px;
	line-height: 15px;
	
}


/* --------------- RESPONSIVE --------------- */

@media only screen and (min-width: 48em) {
  .section-features .col-md-4:first-child {
    margin-left: 16.6666666667%;
  }
  .section-features .col-md-3:first-child {
    margin-left: 25%;
  }
}

@media (max-width: 1150px) {
	body{
		overflow-x: hidden;
	}
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .download-button {
    display: block;
    width: 70%;
    margin: 40px auto 0 auto;
  }

  .side-nav {
    display: none; 
  }

  .header.jumbotron.home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }

  header.home .header-tagline-script {
    position: relative;
    width: 80vw;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  header.home .header-tagline-script  img {
    width: 100%;
  }

  header.home .header-logo {
    position: relative;
    width: 80vw;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
  }
  
   header.home .header-logo img{
	   width: 50%;
	   }

  #header-more-info-btn {
    position: relative;
    margin-bottom: 6rem;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    padding: 0;
  }

  .hero-disclaimer {
    position: relative;
    margin-bottom: 0;
    margin-top: 1rem;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    padding: 0 5%;
    width: 100vw;
    text-align: center;
  }

  .intro-image {
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .center-image-intro {
    width: 70%;
  }

  .about-links-block div {
    width: 100% !important;
  }

  .home-page .section-safety-grid ul {
    flex-direction: column;
  }

  .home-page .section-safety-grid .container p {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }

  .home-page .section-safety-grid li {
    margin: 10px 40px;
  }

  .section-about-grid .row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;
    flex-direction: column;
  }
  
  .section-links ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style: none;
    justify-content: space-around;
  }

  .section-links a {
    width: 100%;
  }

  .section-intro .row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }

  .section-text .notice {
    width: 100%;
    margin: 0; 
  }

  .useful-links .section-text a {
    word-break: break-word;
  }

  .navbar-content {
    width: 90vw;
  }

  .pdf-downloads-cont {
    flex-direction: column;
  }

  .pdf-downloads-cont .pdf-cont {
    margin-top: 10px;
  }

  .modular-linked .section-text {
    padding: 30px 5vw;
  }

  .modular-linked .container {
    width: 100%;
  }

  .header-container {
      padding: 12rem 5vw 1rem 5vw;
  }

  .section-text-image-row .row { 
    flex-direction: column; 
  }

  .section-text-image-row .row .t-i-t-image { 
    margin: 20px auto 0 auto;
    max-width: 80%;
    display: block;
  }

  .section-footer {
  width: 100vw;
  padding: 100px 15vw 100px 15vw;
  margin-top: 100px;
}
.section-footer .container{
  width: 100%;
  max-width: unset;
}

.section-footer .spacer {
  display: none;
}

.section-footer .row {
  flex-direction: column;
  width: 100%;
  margin: 0;
}

.footer-nav {
  width: 100%;
  flex-wrap: wrap;
}

.footer-nav div {
  width: 45%;
  margin-top: 10px;
}

.footer-text {
  width: 100%;
  padding: 0;
  margin-top: 40px;
}
}

.section-links li{
	margin-bottom: 50px;
}

.linkModalContainer.active{
	display: flex;

}

.linkModalContainer.active.animate{
	transform: translateY(0px);
	opacity: 1;
}

.linkModalContainer{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	align-items: center;
	justify-content: center;
	transform: translateY(20px);
	opacity: 0;
	transition: 0.4s all ease;
	
}

.linkModalContainer.active .linkModal{
		
}

.linkModalContainer .linkModal{
	width: 100%;
	max-width: 850px;
	border-radius: 6px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 30px;
	position: relative;
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}

.linkModalContainer .linkModal h3{
	font-size: 1.4rem;
}

.linkModalContainer .linkModal p{
    line-height: 1.4;
    margin-bottom: 30px;
}

.linkModalButtons{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.linkModalButtons a{
	margin-left: 10px;
	margin-right: 10px;
	
}

a#closeLinkButton{
	cursor: pointer;
	color: #009bd2;
}

a#closeLinkButton:hover{
	text-decoration: underline;
}

a#continueModal{
	background-color: #009bd2;
    color: #fff;
    border: 2px solid #009bd2;
    border-radius: 22px;
    padding: 8px 20px;
    font-size: 14px;
    font-family: Open Sans,Helvetica Neue,helvetica,arial,sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    box-shadow: none;
    cursor: pointer;
}

.linkModal svg#modalCloseBtn{
	width: 20px;
	height: 20px;
	position: absolute;
	right:20px;
	top: 20px;
	cursor: pointer;
	padding: 10px;
	box-sizing: content-box;
}




@media only screen and (min-width: 576px) {
  .desktop-spacer.big {
    margin: 3rem auto;
  }
  .btn-sm {
    padding: 0.5rem 1.5rem 0.5rem 2rem;
  }
  header.home .mobile-header-overlay {
    display: none;
  }
  

  header.home.jumbotron h2 {
    font-size: 4rem;
    line-height: 0.9;
    /* margin-left: 10vw; */
    text-align: left;
  }
  header.home.jumbotron h2 .tag-line1 {
    font-size: 5.5rem;
    margin-left: 0;
  }
  header.home.jumbotron h2 .tag-line1::after {
    top: -1.2rem;
    font-size: 0.2em;
    font-weight: 300;
  }
  header.home.jumbotron h2 .tag-line2 {
    font-size: 3.62rem;
  }
  header.home.jumbotron h2 .tag-line2::after {
    top: -1.2rem;
    font-size: 0.2em;
    font-weight: 300;
  }
  
  header.home .btn {
    margin: 4.6rem auto 1rem auto;
    /* width: 25%; */
    /* left: -50%; */
    /* right: -50%; */
  }
  .disclaimer, .section-intro .disclaimer p {
    font-size: 0.75rem;
  }
  header.home .disclaimer {
    position: absolute;
    float: left;
    text-align: left;
    width: 30%;
  }
  /* .section-intro img {
    margin: 0 1rem 2rem 1rem;
    float: unset;
  } */
  .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .section-intro .bleeds-image-block .col-md-4 {
    width: 90%;
    
  }
  .section-intro .bleeds-image-block .col-xs-6 {
    width: unset;
  }
  .section-intro .disclaimer {
    margin: 0 auto;
    width: 38%;
  }
  .section-features img {
    max-height: unset;
  }
  .section-explainer img {
    /* max-width: 150%; */
    position: unset;
    left: unset;
    margin-left: auto;
  }
  .section-explainer .round.callout {
    width: 230px;
    height: 230px;
    padding: 3.2rem 2.5rem;
    line-height: 1.25;
    font-size: 1.15rem;
    margin: 2rem auto 0 auto;
    position: absolute;
    top: 33%;
    right: 0;
    margin: 0 auto;
  }
  .section-funding .funding-update-row p {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}






	.section-intro .bleeds-image-block .col-md-4 {
		width: 90%;
		margin-top: 30px;
    margin-bottom: 30px;
		}
		
@media (max-width: 1150px) {
	.section-intro .bleeds-image-block .col-md-2 {
		width: 80% !important;
		margin-top: 30px;
    margin-bottom: 30px;
		}
	}
	
@media (max-width: 1200px) {
	p.intro-image-text {
		width: 80%;
	}
}

@media (min-width: 1200px) {
	.section-intro .bleeds-image-block .col-md-4 {
		width: 30%;
		}
	}

@media (max-width: 560px) {
	header.jumbotron.home{
		background: url("../img/bg-mobile.jpg") no-repeat center bottom;
		background-size: cover;
	}
	
	.hero-disclaimer{
		margin-bottom: 60px;
		line-height: 1.2;	
	}
	
	#header-more-info-btn{
		display: none;
	}
	.module-heading {
		font-size: 20pt !important;
		line-height: 23pt;
		}	
		.module-heading span.small {
			font-size: 15pt !important;
			color: #c8c8c8 !important;
		}
		.module-header-sup {
			font-size: 8pt; top: -1.5em	
		}
}

/* --------------- ANIMATIONS --------------- */

/* Bob */
@-webkit-keyframes bob {
  0% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@keyframes bob {
  0% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@-webkit-keyframes bob-float {
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@keyframes bob-float {
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
/* }
.bob:hover, .bob:focus, .bob:active { */
  -webkit-animation-name: bob-float, bob;
  animation-name: bob-float, bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}







/* 2023 Home Hero Banner */
header.jumbotron.home.new-header {
    background: url(../img/homebg.jpg) no-repeat center top 50px;
    background-size: cover;
    height: max(100vh, 600px);
    min-height: 0px;
    max-height: 1000000px;
    position: relative;
}


header.jumbotron.home.new-header  .hero-headline{
	position: absolute;
	width: 100%;
	top: 50vh;
	top: max(50vh, 300px);
	left: 0;
	box-sizing: border-box;
	padding-left: 24px;
	padding-right: 24px;
	text-align: center;
}


header.jumbotron.home.new-header  .hero-headline img{
	max-width: 1000px;
	margin: 0 auto;
	mix-blend-mode: hard-light;
}

header.jumbotron.home.new-header  .hero-headline img.absolute{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
	mix-blend-mode: lighten;
    opacity: 0.6;
}






.hero-logos-container{
	position: absolute;
	bottom: 50px;
	width: 100%;
	left: 0;
	padding-left: 100px;
	padding-right: 100px;
	box-sizing: border-box;
	text-align: center;
}



.hero-logos-container img{
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

.image-container{
	position: relative;
}




@media (max-width: 480px){
	
	header.jumbotron.home.new-header {
    	background: url(../img/homebg.jpg) no-repeat center top 50px;
		background-size: cover;
		height: max(95vh, 450px);
		min-height: 0px;
		max-height: 1000000px;
		position: relative;
	}
	
	
	.hero-logos-container{
		padding-left: 36px;
		padding-right: 36px;
	}
}




.red-cont .header-container {
    background-color: #ff2600;
    background-color: rgba(255,255,255,0);
}

.blue-cont .header-container {
    background-color: #3f95cf;
    background-color: rgba(255,255,255,0);
}

.grey-cont .header-container {
	background-color: rgba(255,255,255,0);
}



.header-container{
	display: flex;
    align-items: flex-end;
    min-height: 480px;
}





.image-row{
	background-position: center;
	background-size: cover;
	min-height: 420px;
}



.page-header h1{
	text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.9); /* Horizontal offset, vertical offset, blur radius, color */
}


.pdf-cont img{
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0,0,0,0.05);
}

#consistent ul{
	margin-bottom: 24px;
}

.side-nav li a{
	line-height: 1.4;
    text-align: center;
    padding: 2px 2px;
}

.side-nav li a:empty{
	line-height: 1.4;
    text-align: center;
    padding: 0px 0px;
}