@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #444;
	line-height: 1.5em;
}
p {
	margin-top: 0px;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin: 0;
}
a, a:active, a:focus {
   outline: 0 /* Stop dotted lines around clicked links */;
}
.headline, .subheadingone, .subheadingtwo, .videocaptions h1, .homeboxescont h2 {
	font-family: "Poppins", sans-serif;
	line-height: 1.5em;
}
/* To allow padding within divs */
.pure-g > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Ensure images will scale properly and responsively */
img {
	max-width: 100%;
	height: auto;
	display: block;
	width: auto; /* For IE8 */
}
/* Apply class to images that require text-align center */
img.centre, .centrephotos img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h1, h2, h3, h4, h5 {
	margin-top: 0px;
    line-height: 1.3em;
}
.mobileonly, .burgerlink {
	display: none;
}
.menucont, .footerinner, .contentcontainer, .hometext, .homeboxtext, .maintextcont, #manuscrollerinner {
	max-width: 1500px;
	margin: 0 auto;
	padding: 25px 20px;
}
.contentcontainer {
	padding-top: 50px;
	padding-bottom: 50px;
}
/* Link transitions */
a:link, #mainmenu li, #footer img, .videocaptions a, .galleryimage a:link, .homebox h2 {
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-khtml-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	/* Stop flickering in Chrome */
	-webkit-backface-visibility: hidden;
}
a:link, a:visited {
	color: #504f4f;
}
a:visited {
	text-decoration: none;
}
a:link.btn, a:visited.btn, p.btn, .btn, input.btn {
	display: inline-block;
	padding: 10px 20px !important;
	color: #FFF !important;
	text-decoration: none;
	background-color: #283991;
    font-weight: bold;
}
a:hover.btn, p.btn:hover, input.btn:hover {
	color: #FFF !important;
	background-color: #333;
}
a:link.btnorange, a:visited.btnorange, p.btnorange, .btnorange, input.btnorange {
    background-color: #ff5c1f;
}
a:hover.btnorange, p.btnorange:hover, input.btnorange:hover {
	color: #FFF !important;
	background-color: #283991;
}
h2 {
    font-weight: 400;
    font-size: 32px;
}
.headline, .headline a:link, .headline a:visited, .headline a:hover {
	font-weight: 400;
	font-size: 42px;
	margin-top: 0px;
	line-height: 1.3em;
	text-decoration: none;
}
.subheadingone {
	font-weight: 300;
	font-size: 36px;
	margin-top: 0px;
	line-height: 1.3em;
    margin-bottom: 20px;
}
.subheadingtwo {
	font-weight: 300;
	font-size: 28px;
	margin-top: 25px;
	margin-bottom: 15px;
	line-height: 1.3em;
}
.bluetext {
    color: #283991;
}
#header, #footer, .hometextboxcont {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 30px;
	z-index: 10;
}
#header {
	/*  z-index: 10;
	position: -webkit-sticky;
	position: sticky;
	top: 0px; */
	padding: 0px;
    -webkit-box-shadow: 0px 3px 7px -1px rgba(0,0,0,0.3); 
box-shadow: 0px 3px 7px -1px rgba(0,0,0,0.3);
}
#menutop {
}
.tagline {
    color: #FFF;
    text-align: center;
    background-color: #283991;
    padding: 50px 20px;
}
.tagline h1 {
    font-size: 32px;
    margin-bottom: 0px;
}
#homemenucont {
	height: 100vh;
	z-index: 100;
}
#header #mainmenu a:link, #header #mainmenu a:visited {
	color: #FFF;
}
.footbox {
	padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 2em;
}
.footbox td {
    vertical-align: top;
}
.footbox img {
    max-height: 25px;
    display: inline-block;
    margin-right: 5px;
}
#footer a:link {
	padding: 5px;
}
#footer a:hover {
	color: #FFF;
}
#footer {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
    background-color: #FFF;
    border-top: 1px solid #666;
}
#footer a:link, #footer a:visited {
	color: #444;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
    text-decoration: underline;
}
.footerheader {
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
}
.homephotoscont {
    position: relative;
}
#homephotos {
	position: relative;
	z-index: 0;
}
.homephotocaption {
    position: absolute;
    left: 0px;
    bottom: 15%;
    background: rgba(40, 57, 145, .9);
    padding: 20px 60px;
    color: #FFF;
    width: 40%;
}
.homephotocaption h2 {
    font-weight: bold;
}
.homephotocaption a:link, .homephotocaption a:visited {
    text-decoration: none;
    color: #FFF;
}
.logocont {
    padding: 30px;
    background-color: #283991;
}
.logo {
    margin: 0 auto;
}
.headercontact {
    background-color: #ff5c1f;
    color: #FFF;
    text-align: center;
    padding: 20px 0px;;
    font-size: 16px;
}
.headercontact a:link, .headercontact a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
}
.headercontact a:hover {
    text-decoration: underline;
}
.headercontact span {
    margin: 0px 25px;
}
td.footerlogo {
    width: 180px;
}
.footerlogo img {
    padding-right: 30px;
    max-height: 200px;
}
.contentleft {
	padding-right: 60px;
}
.contentright {
	padding-left: 60px;
}
.floatright {
	float: right;
	margin: 0px 0px 20px 20px;
}
#content a:link, #content a:visited {
	color: #333;
}
.headerimage img {
	width: 100%;
}
.hometextcont {
	font-size: 18px;
	padding-top: 60px;
	padding-bottom: 25px;
	position:relative;
    text-align: center;
}
.hometext h1 {
    font-size: 42px;
}
.homeboxescont {
	background-color: #FFF;
	position: relative;
	z-index: 1;
    padding: 25px 0px;
}
.homebox {
	text-align: center;
	z-index: 1;
}
.homebox img {
    width: 100%;
}
.homeboxesinner {
    position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#cookiebarcont {
	background-color: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding: 20px;
	max-width: 300px;
    color: #FFF;
}
#cookiebarcont a:link, #cookiebarcont a:visited {
	color: #DAD023;
	text-decoration: none;
}
#cookiebarcont a:link.cookieaccept, #cookiebarcont a:visited.cookieaccept {
	color: #DAD023;
}
#cookiebarcont a:hover.cookieaccept {
	color: #FFF;
}

/* Forms */
.genericform input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]), .genericform textarea {
	width: 100%;
	max-width: 450px;
}
.genericform .formfieldsmall {
	max-width: 100px;
}
.genericform input {
	padding: 5px;
	margin: 5px 0px;
}
input:not([type="file"]), select, textarea {
	padding: 5px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3em;
	border: 1px solid #181818;
	font-family: 'Open Sans', sans-serif;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #950282;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}
.genericform input.formfieldsmall {
	width: 75px !important;
}
.inputtiny, .inputsmall, .inputmedium, .inputlarge, .inputfullwidth, .tablecheckout select {
	margin: 0px 10px 15px 0px;
	padding: 8px;
	border: 1px solid #181818;
	font-size: 16px;
	display: inline;
}
.inputtiny {
	width: 46px !important;
}
.inputsmall {
	width: 160px !important;
}
.inputmedium {
	width: 240px !important;
}
.inputlarge {
	width: 100%;
	max-width: 1000px !important;
	height: 150px;
	box-sizing: border-box;
}
.inputfullwidth {
	width: 100%;
	max-width: 490px;
	box-sizing: border-box;
}
.inputfloatleft {
	float: left;
	margin-right: 10px;
}
.error {
	font-size: 15px;
	color: #F00;
}

.contact-table td {
    padding: 5px 20px 5px 0px;
    vertical-align: top;
}
.contact-table img {
    width:100%;
    max-width: 35px;
}
/* End of forms */

#burgercont {
    display: none;
}
.sml {
    font-size: 14px;
}
.largetext {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3em;
}
.maintextcont {
    padding-top: 80px;
}

.menusocial a:link, .menusocial a:visited {
    margin-right: 0px !important;
}
.menusocial img {
    display: inline-block;
    max-width: 25px;
}

/* Logos scroller */
#manuscrollerinner {
    padding-bottom: 50px;
}
#manuscrollerinner div {
    display: flex;
    align-items: center;
}
#manuscrollerinner div.owl-nav {
    display: none;
}
#manuscrollerinner img {
    padding: 25px;
}

/* Category pages */
.contentleftcategory {
    border-right: 1px solid #666;
}
.categoryimagegrid {
    position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
    padding-top: 80px;
    padding-bottom: 40px;
    align-items: center;
}
.categoryimagegrid img {
    border: 1px solid #DDD;
}
