html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

p {
  padding-bottom: 10px;
  padding-top: 10px;
}

h1, h2, h3, h4, h5 {
  margin: 20px 0 10px 0;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

ul, ol {
  padding-left: 20px;
}

/* fonsdfta*/
body {
  /*font-family: "Nunito Sans", sans-serif;*/
  font-family: "Poppins", sans-serif;
}

#logo {
  margin-top: 0;
  width: 240px;
}

#logo img {
  width: 240px;
}

#topbar {
  background-color: #081f2e;
  height: 60px;
  padding-top: 10px;
  padding-right: 20px;
  color: #151413;
}

#toplinks {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin: 0;
}

#topbar a {
  color: #E16544;
  text-decoration: none;
}

main {
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  margin-top: -94px;
}

header {
  margin: 0;
  position: sticky;
  top: 0;
  font-weight: 300;
  font-style: normal;
  z-index: 2;
}

body {
  margin: 0;
}

.topbarlink {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 20px;
}

.topbarlink img {
  margin: -6px 6px 0 0;
}

#logo {
  font-size: 2em;
  font-weight: bold;
  float: left;
  margin-left: 20px;
}

@media screen and (max-width: 1050px) {
  #toplinks {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #logo {
    margin-left: 5px;
  }
}
@media screen and (max-width: 410px) {
  #logo img {
    width: 200px;
    max-width: 200px;
  }
  #topbar {
    padding-right: 20px;
  }
  .topbarlink {
    margin-left: 10px;
  }
}
@media screen and (max-width: 410px) {
  #logo img {
    width: 170px;
    max-width: 170px;
    margin-top: 5px;
  }
}
#abovefooter {
  margin-top: 20px;
  background-color: #E6E6E3;
  color: #081f2e;
  padding: 16px;
  font-size: 0.8em;
}

#abovefooter a {
  color: #081f2e;
  text-decoration: none;
}

#abovefooter a:hover {
  color: #000000;
}

#abovefooterright {
  float: right;
}

footer {
  background-color: #081f2e;
  padding: 50px;
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
}

footer a {
  color: #ffffff;
  font-size: 0.9em;
  font-style: normal;
  text-decoration: none;
}

footer a:hover {
  color: #7A9B8C;
}

#rightfooter, #bwlink {
  float: right;
}

#bwlink {
  margin-top: 40px;
  clear: both;
}

@media screen and (max-width: 450px) {
  #rightfooter, #abovefooterright {
    float: none;
  }
  #leftfooter {
    margin-top: 30px;
  }
}
#topbar nav a {
  color: #ffffff;
  font-size: 1.6em;
  text-decoration: none;
}

#topbar nav {
  font-size: 0.8em;
  opacity: 1;
  float: right;
}

#topbar nav li {
  text-transform: uppercase;
  margin-left: 20px;
}

#topbar nav ul ul {
  display: none;
}

#topbar nav ul {
  list-style: none;
  position: relative;
  display: inline-table;
}

#topbar nav ul li {
  float: left;
}

#topbar nav ul li:hover a {
  color: #7A9B8C;
}

#topbar nav ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

#topbar nav ul li a.active {
  color: #7A9B8C;
}

#mobilemenu {
  display: none;
}

#hamburger-checkbox {
  display: none;
}

@media screen and (max-width: 1150px) {
  #navdt {
    display: none;
  }
  #mobilemenu {
    display: block;
  }
  #mobmenubutt {
    /*color:#ffffff;*/
    margin-left: 20px;
  }
  #mobmenubutt:hover {
    cursor: pointer;
  }
  #mobilemenu nav {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  #mobilemenu nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  #mobilemenu nav ul li {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  #nav-checkbox {
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }
  #mobilemenu nav {
    position: fixed;
    width: 20em;
    right: -20em;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
    transition: all 0.2s ease;
  }
  #nav-checkbox:checked ~ nav {
    right: 0;
  }
  .overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0, .5);*/
  }
  #nav-checkbox:checked ~ .overlay {
    display: block;
  }
  #mobilemenu nav {
    background-color: #081f2e;
    color: #ffffff;
    margin-top: 5px;
  }
  #mobilemenu nav ul li {
    display: block;
    margin: 20px 0;
  }
  #mobilemenu nav a {
    display: block;
    margin-right: 10px;
    width: 100%;
    border: dotted 1px #0b2637;
    background-color: #0b2637;
    color: #ffffff;
    padding: 10px;
  }
  #mobilemenu nav a:hover {
    color: #7A9B8C;
  }
  #mobilemenu nav a.active {
    color: #7A9B8C;
  }
}
@media screen and (max-width: 410px) {
  #mobmenubutt {
    margin-left: 10px;
  }
}
#tc {
  padding: 16px 40px;
  background-color: #E6E6E3;
  font-size: 1.2em;
}

#bl5 {
  text-align: center;
  padding: 20px;
  background-color: #36454F;
}

#bl5 a {
  background-color: #E14E27;
  display: block;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px;
  text-decoration: none;
  width: 300px;
  margin: auto;
}

#bl2 {
  background-color: #C8C6C6;
  padding: 40px 5%;
  box-sizing: border-box;
  line-height: 30px;
}

.cardh3 {
  text-decoration: none;
  color: #ffffff;
}

#tc h1, #tc h2, #tc h3, #tc h4, #tc h5 {
  padding: 0;
  margin: 0;
}

#bl1, #bl2, #bl3, #bl4, #bl5, #pabl4 {
  padding: 30px 30px 10px 30px;
  /*padding-top:30px;
  padding-bottom:50px;*/
}

#contact #bl1, #contact #bl2, #contact #bl3, #contact #bl5 {
  padding: 10px 40px;
}

#contactbl4 {
  padding: 10px 0;
  background-color: #ffffff;
  color: #1C1C1C;
}

@media screen and (max-width: 1000px) {
  #contact #bl1, #contact #bl2, #contact #bl3, #contact #bl5 {
    padding: 10px 20px;
  }
}
#bl4 {
  background-color: #ff0000;
  color: #ffffff;
}

/*previously
#pabl4, #bl5
{

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
    color:#ffffff;
    line-height:30px;
    padding-left:10%;
    padding-right:10%;
}
    */
#pabl4, #bl5 {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-size: cover;
  color: #ffffff;
  line-height: 35px;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 1.1em;
}

#pabl4 {
  padding-bottom: 3%;
}

#bl5 {
  padding-bottom: 50px;
}

#homebl4 {
  padding: 30px;
}

a {
  color: #1C1C1C;
}

a:hover {
  color: #7A9B8C;
}

#videowrapper a {
  color: #ffffff;
}

#videowrapper a:hover {
  color: #7A9B8C;
}

@media screen and (max-width: 1000px) {
  #pabl4, #bl5 {
    font-size: 1em;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 1.3em;
  }
}
#resourceareas {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*flex-wrap: $wrap;*/
  justify-content: center;
  justify-content: space-between;
  justify-content: space-around;
  min-height: 200px;
}

.resourcewrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  flex-basis: 30%;
  text-align: center;
  padding: 10px;
  padding-top: 20px;
  margin: 10px;
  color: #000000;
  min-height: 300px;
  cursor: pointer;
  /*border:2px #F2B1A0 solid;*/
  border: 0.5px #1C1C1C dotted;
  color: #ffffff;
}

p.padesc {
  margin-bottom: auto;
}

#resourceareas h3 {
  font-size: 1.6em;
  /*padding-bottom:40px;*/
  font-weight: 500;
  min-height: 80px;
}

#resourceareas p {
  font-size: 1.2em;
}

#resourceareas {
  margin: 12px;
}

@media screen and (max-width: 1250px) {
  .resourcewrapper {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 850px) {
  .resourcewrapper {
    flex-basis: 100%;
  }
  #resourceareas h2 {
    height: auto;
  }
}
@media screen and (max-width: 359px) {
  #resourceareas h3 {
    font-size: 1.35em;
  }
}
.sliderbutt {
  background-color: #7A9B8C;
  color: #ffffff;
  padding: 2px;
  border-radius: 6px;
  text-decoration: none;
  display: block;
  width: 400px;
  max-width: 100%;
  text-align: center;
  font-size: 0.8em;
}

p.sliderbuttwrap {
  margin-top: 0;
}

.sliderbutt:hover {
  color: #1C1C1C;
}

#slidewrapper {
  background-color: #081f2e;
}

#slidewrapper div div {
  color: #ffffff;
  font-size: 1.6em;
  margin-left: 100px;
  line-height: 1.6em;
  padding-top: 160px;
  font-weight: 400;
  font-style: normal;
}

#slidewrapper p.slideheader {
  color: #ffffff;
  font-size: 1.9em;
  line-height: 1.2em;
  font-weight: 600;
  font-style: normal;
  text-shadow: 1px 1px 3px rgba(71, 62, 49, 0.6);
}

.fadein {
  opacity: 1;
  transition: all 0.75s ease;
}

.noopacity {
  opacity: 0;
}

.fullopacity {
  opacity: 1;
}

@media screen and (max-width: 1050px) {
  #slidewrapper div div {
    margin-left: 30px;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 850px) {
  #slidewrapper div div {
    margin-left: 10px;
    font-size: 1.3em;
  }
}
@media screen and (max-width: 750px) {
  #slidewrapper div div {
    margin-left: 10px;
    margin-right: 30px;
    font-size: 1.1em;
  }
  .texttoplink {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  #slidewrapper div div {
    padding-top: 150px;
  }
}
@media screen and (max-width: 420px) {
  #slidewrapper div div {
    padding-top: 100px;
  }
  .sliderdesc {
    font-size: 0.8em;
  }
}
#cookiecontrol {
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 42px;
  background-color: #081f2e;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  padding: 5px;
  border-top: solid 2px #ffffff;
  text-align: center;
  z-index: 1;
}

#cookiecontrol a {
  text-decoration: none;
  color: #7A9B8C;
}

#contactdetails {
  float: left;
  width: 49%;
  box-sizing: border-box;
}

#contactform {
  float: right;
  width: 49%;
  padding-left: 40px;
  box-sizing: border-box;
}

.sitebutt {
  background-color: #7A9B8C;
  display: block;
  color: #ffffff;
  border-radius: 6px;
  padding: 10px;
  text-decoration: none;
  width: 300px;
}

.sitebutt:hover {
  color: #1C1C1C;
}

#contactwrapper {
  padding: 0 1.5% 1.5% 1.5%;
}

#contact main {
  padding-bottom: 40px;
}

#youraddresswrap {
  display: none;
}

#bottomtext {
  margin: 30px;
}

input[type=text],
input[type=tel],
textarea {
  width: 98%;
  border: solid 1px #cccccc;
  padding: 10px;
}

input[type=submit] {
  padding: 8px;
  border: 0;
  width: 150px;
  cursor: pointer;
  font-size: 1em;
}

@media screen and (max-width: 1000px) {
  #contactform,
  #contactdetails {
    float: none;
    width: 100%;
  }
  #contactform {
    padding-left: 20px;
  }
}
#standardpicture {
  background: linear-gradient(90deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%);
  background-color: #151413;
  height: 300px;
  background-size: contain;
  margin-top: 94px;
  width: 100%;
  max-width: 100%;
}

#standardmessage {
  color: #ffffff;
  font-size: 1.4em;
  margin-left: 80px;
  line-height: 1.6em;
  padding-top: 90px;
}

#standardmessage .bannerhead {
  color: #ffffff;
  -webkit-text-stroke-width: 1px;
  /* -webkit-text-stroke-color: #E56442;
  -webkit-text-stroke-color: #E16544;*/
  font-size: 1.9em;
  line-height: 1.2em;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  #standardmessage {
    font-size: 1em;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  #standardmessage {
    padding-top: 50px;
  }
}
@media screen and (max-width: 400px) {
  #standardmessage {
    padding-top: 30px;
  }
}
.blogimage {
  float: right;
  max-width: 50%;
  min-width: 500px;
  margin: 20px;
  border: 0;
}

.bloglink {
  background-color: #7a9b8c;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 6px;
  line-height: 50px;
  margin-left: 30px;
}

.bloglink:hover, div.link a:hover {
  color: #1C1C1C;
}

@media screen and (max-width: 800px) {
  .blogimage {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-left: 20px;
    box-sizing: border-box;
    float: none;
    margin: 15px 0 10px 0;
  }
}
#resourcelinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  justify-content: space-between;
  padding: 0 1% 1% 1%;
}

.resource:hover {
  background-color: #f3f3ef;
  cursor: pointer;
}

.resource {
  flex: 1;
  /*display:flex;
  flex-direction: column ;*/
  min-width: 30%;
  padding: 10px 15px 30px 15px;
  background-color: #fafaf9;
  border: solid 1px #f3f3ef;
  border-radius: 6px;
  margin: 1%;
}

div.resourceimage {
  margin: auto;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

div.resourceimage {
  min-height: 200px;
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: center; /* vertical centering */
  height: 300px;
}

div.resourceimage img {
  max-height: 300px;
  max-width: 350px;
  vertical-align: middle;
}

div.link {
  padding: 20px 10px 30px 10px;
  text-align: center;
}

div.link a {
  font-weight: bold;
  font-size: 1.2em;
}

.youtubevid {
  width: 100%;
  height: 100%;
  max-width: 900px;
  max-height: 600px;
}

#videowrapper {
  background-color: #081f2e;
  background-color: #ffffff;
  text-align: center;
  padding: 20px;
  height: 600px;
  width: 900px;
  max-width: 100%;
  float: right;
}

@media screen and (max-width: 1300px) {
  #videowrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .resource {
    min-width: 45%;
  }
}
@media screen and (max-width: 950px) {
  .resource {
    width: 100%;
    min-width: 100%;
    margin: 5px 2px;
  }
  #resourcelinks {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  #videowrapper {
    padding: 0;
  }
}

/*# sourceMappingURL=style.css.map */
