@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1C2B3E;
}
/* Stop phone number from looking rubbish in iPhones */
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
/*ensure all text is same font */
body, .pure-g [class*="pure-u"], textarea {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
    line-height: 1.3em;
    font-size: 16px;
}
a, a:active, a:focus {
  outline: 0 /* Stop dotted lines around clicked links */ ;
}
p {
  margin-top: 0px;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html, body {
  
}
body { /* this stops the position sticky header element from moving up after the window is scrolled past the initial width of the screen width */
    height: auto;
}
/* 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 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mobileonly {
    display: none;
}
.floatright {
  float: right;
  margin: 0px 0px 30px 30px;
  max-width: 45%;
}
.floatleft {
  float: left;
  margin: 0px 15px 15px 0px;
}
#headercontainer {
  position: relative;
  z-index: 100;
}
.contentcontainer, #footer, #homeimages, #menu, #topnavcont, .contentnarrow, .homeinner, .homeintroinner, .footertestimonials {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 15px;
}
.contentnarrow {
    max-width: 1300px;
    padding: 0px 15px 80px 15px;
}
/* Link transitions */
#footer a:link, #cssmenu > ul > li a, .btn, .headercontainer.navbar-bg::before, .footerbtn {
  -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;
    padding-bottom: 10px;
}
.headercontainer, .logo img {
  -o-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -khtml-transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  /* Stop flickering in Chrome */
  -webkit-backface-visibility: hidden;
}
/* 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 #CCC;
}
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);
}
placeholder {
  color: 999;
  opacity: 1;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
.genericform input.formfieldsmall {
  width: 75px !important;
}
.inputtiny, .inputsmall, .inputmedium, .inputlarge, .inputfullwidth, .tablecheckout select {
  margin: 0px 10px 5px 0px;
  padding: 8px;
  border: 1px solid #ddd;
  font-size: 16x;
  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;
}
/* Apply stronger colour to placeholder text in forms */ ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}
::-moz-placeholder {
  opacity: 1;
}
/* End of forms */
/* Form mandatory fields error messages */
#termsaccept-error {
  color: #f00;
  display: inline !important;
  margin-left: 10px;
}
label.error {
  color: #900;
  display: table;
  margin-bottom: 15px;
  font-size: 16px;
}
/* End */
a:link.btn, a:visited.btn, p.btn, .btn {
  font-weight: 700;
  font-size: 45px;
  color: #1C2B3E;
  border: 1px solid #1C2B3E;
  padding: 15px;
  padding-bottom: 5px;
  text-decoration: none;
  display: inline-block;
text-transform: uppercase;
    line-height: 1.3em;
}
a:hover.btn, p.btn:hover, .btn:hover {
  color: #FFF;
  border: 1px solid #FFF;
  text-decoration: none;
    background-color: #1C2B3E;
}
.headline {
  font-size: 44px;
  margin-top: 0px;
  font-weight: 700;
  margin-bottom: 30px;
    line-height: 1.3em;
}
/* Header */
#header {
  z-index: 200;
  top: 0;
  width: 100%;
position: sticky;
}
.headercontainer {
  position: sticky;
    top: 0;
    background-color: #FFF;
    padding: 20px 15px;
    z-index: 11;
    -webkit-box-shadow: 0px 9px 11px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 9px 11px -7px rgba(0,0,0,0.75);
box-shadow: 0px 9px 11px -7px rgba(0,0,0,0.75);
}
#topnavcont {
  padding-top: 0px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-evenly;
}
.logo img {
    height: 100%;
  max-height: 190px;
    margin-bottom: -76px;
}
.navbar-small .logo img {
  height: 40px;
}
.navbar-small #cssmenu > ul > li > a:link, .navbar-small #cssmenu > ul > li > a:visited {
    padding: 20px 12px;
}
#navcont {
  min-height: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
/* End of header */
#content p, #content li {
  line-height: 1.6em;
  font-size: 18px;
}
.contentleft {
  padding-right: 25px;
}
.contentright {
  padding-left: 25px;
}
.contentcontainer a:link, .contentcontainer a:visited {
  color: #535353;
}
.contentcontainer a:hover {
  color: #1C2B3E;
}
#footercont {
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
    background-color: #FFF;
    color: #666;
}
.footerbottom {
    background-color: #1e6892;
    text-align: center;
    padding: 30px;
    color: #FFF;
    font-size: 18px;
}
.footerbottom a:link, .footerbottom a:visited {
    color: #FFF;
    text-decoration: none;
    font-size: 18x;
}
.footerbottom a:link.pixelc, .footerbottom a:visited.pixelc {
    font-size: 14px;
    display: block;
    margin-top: 50px;
}
.footertop {
    border-bottom: 1px solid rgba(255,255,255,0.4);
    text-align: center;
    padding: 60px 10px 0px 10px;
}
.footertop p {
    margin-bottom: 0px;
}
.footerbtn, a:link.footerbtn, a:visited.footerbtn, input.footerbtn {
    color: #FFF;
    background-color: #42a3cf;
    text-decoration: none;
    display: inline-block;
    margin: 10px 20px;
    text-transform: uppercase;
    font-size: 20px;
    border: 2px solid #FFF;
    padding: 20px 30px;
    border-radius: 100px;
    width: 280px;
}
input.footerbtn {
    margin: 10px 0px;
}
a:hover.footerbtn {
    background-color: #ef7e2e;
}
#footer {
  text-align: center;
    padding-top: 40px;
    padding-bottom: 90px;
    color: #666;
}
#footer a:link, #footer a:visited {
  color: #666;
  text-decoration: none;
}
#footer a:hover {
  color: #111;
    text-decoration: underline;
}
#footer .btn {
    width: 130px;
    margin: 20px auto 0px auto !important;
    display: block;
}
#footer .btn:hover {
    color: #FFF;
}
.footerlogo img {
  display: inline-block;
  text-align: center;
  max-height: 120px;
  margin: -114px 10px 20px 10px;
}
.footeropenininghours {
    max-width: 280px;
    text-align: left;
    margin: 0 auto;
    margin-top: 40px;
}
.footeropenininghours td:first-of-type {
    width: 120px;
}

/* Cookie bar */
#cookiebarcont {
    position: relative;
    z-index: 100;
}
#cookiebar {
  padding: 10px;
  background-color: #222;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 200px;
  border-radius: 5px;
}
#cookiebar a:link, #cookiebar a:visited {
  color: #FFF;
}
/* Header content */
.generictable td {
  padding: 5px;
  vertical-align: top;
}
/* Tables */
.generictable td {
  padding: 5px;
  font-size: 16px;
  vertical-align: top;
}
.generictable input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]), .generictable textarea {
  width: 100%;
}
.generictable input#verificationCode, .generictable .fieldformsml {
  max-width: 60px;
  margin-bottom: 10px;
}
.sml {
  font-size: 12px;
}

.mainpageimage {
    
}
.mainpageimage img {
    margin: 0 auto;
}
.hometext {
    background-color: #ef7e2e;
    color: #FFF;
    line-height: 1.5em;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.hometextright {
    background-color: #42a3cf;
}
.homeinner {
    display: flex;
    align-items: center;
        padding: 30px 15px;
}
.homeinner img {
    margin-right: 50px;
}
.hometextright .homeinner img {
    margin-left: 50px;
    margin-right: 0px;
}

/* Homee page specific */
.homeintro {
    font-size: 16px;
    position: relative;
    padding: 30px;
    color: #FFF;
    background-color: #1e6892;
    z-index: 10;
}
.homeintroinner {
    width: 100%;
    margin: -100px auto 0px auto;
    background-color: #1e6892;
    padding: 80px 120px;
    border-radius: 150px 150px 0px 0px;
    letter-spacing: 0.1em;
}
.homeintroinner p {
    line-height: 1.5em;
    font-size: 18px;
}
.homeheading h2, .homeheading h1 {
    text-align: center;
    text-transform: uppercase;padding: 20px;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 10px 0px 0px 0px;
}
/* End of home page */

/* Contact page */
.contactcont {
    text-align: center;
}
.tableopeningtimes {
    width: 100%;
    max-width: 152px;
    margin: 30px auto;
}
.tableopeningtimes td {
    text-align: left;
    padding: 5px;
}
.google-maps {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
    position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
    max-width: 800px;
    margin: 50px auto 0px auto;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.contentblogpost {
    background-color: #FFF;
    padding: 0px;
}
.mobileonly {
    display: none;
}
img.roundimage {
    border-radius: 500px;
    width: 100%;
    max-width: 400px;
}
.contactpageinner {
    position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;	
}

/* Testimonials */
.footertestimonials {
    position: relative;
    padding: 0px 40px;
    margin-bottom: 20px;
}
.footertestimonials h2 {
    margin-top: 0px;
    font-size: 32px;
    color: #ef7e2e;
    line-height: 1.2em;
}
.speechleft, .speechright {
    position: absolute;
    top: 80px;
    font-size: 120px;
    color: #666;
    font-family: 'Times New Roman', serif;
}
.speechleft {
    left: 0px;
}
.speechright {
    right: 0px;
}
.quoteitem blockquote {
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 0px;
    color: #1e6892;
}