/**
 * AddSurvey theme. This is the default theme.
 *
 * By Stefan Efdé from Add Noise - Internet & Design, https://addnoise.nl
 */


 
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
  color: #003770; }


/*********************************************
 * GLOBAL STYLES
 *********************************************/

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
}

body {
  background: #003770;
  background-color: #003770;
}

body, button, input, select, textarea {
  font-family: "Neutra Text", Helvetica, sans-serif;
  font-size: 1em;
}

.reveal {
  font-family: "Neutra Text", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff; }

::selection {

  background: rgba(255, 69, 56, 0.2);
  text-shadow: none; }

::-moz-selection {

  background: rgba(255, 69, 56, 0.2);
  text-shadow: none; }

.reveal .slides section,
.reveal .slides section > section {
  line-height: 1.3;
  font-weight: inherit;
  zoom: 1 !important;
}

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #fff;
  font-family: "Neutra Text", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  /* word-wrap: break-word;  */
}

.reveal h1 {
  font-size: 2.5em; }

.reveal h2 {
  font-size: 1.6em; }

.reveal h3 {
  font-size: 1.3em; }

.reveal h4 {
  font-size: 1em; }

.reveal h1 {
  text-shadow: none; }

  .reveal h1 small,
  .reveal h2 small,
  .reveal h3 small,
  .reveal h4 small,
  .reveal h5 small,
  .reveal h6 small {
    font-size: 80%;
    margin-top: 10px;
    font-weight: 400;
  }




  .opacity-10 { opacity: .1; }
  .opacity-20 { opacity: .2; }
  .opacity-30 { opacity: .3; }
  .opacity-40 { opacity: .4; }
  .opacity-50 { opacity: .5; }
  .opacity-60 { opacity: .6; }
  .opacity-70 { opacity: .7; }
  .opacity-80 { opacity: .8; }
  .opacity-90 { opacity: .9; }
  .opacity-100 { opacity: .10; }

/*********************************************
 * OTHER
 *********************************************/

hr {

  box-sizing: border-box;
  clear: both;
  max-width: 100%;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #e0e0e0;
  border-left: 0;
}

.reveal p {
  margin: 0px 0 15px;
  line-height: 1.6; }

/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
  /* max-width: 95%;
  max-height: 95%; */
}

.reveal img {
  max-width: 100%;
}
.reveal strong,
.reveal b {
  font-weight: bold; }

.reveal em {
  font-style: italic; }

.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 1em; }

.reveal ol {
  list-style-type: decimal; }

.reveal ul {
  list-style-type: disc; }

.reveal ul ul {
  list-style-type: square; }

.reveal ul ul ul {
  list-style-type: circle; }

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 40px; }

.reveal dt {
  font-weight: bold; }

.reveal dd {
  margin-left: 40px; }

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 20px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block; }

.reveal q {
  font-style: italic; }

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  text-align: left;
  font-size: 0.55em;
  font-family: monospace;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); }

.reveal code {
  font-family: monospace;
  text-transform: none; }

.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal; }

.reveal table {
/*   margin: auto; */
  border-collapse: collapse;
  border-spacing: 0; }

.reveal table th {
  font-weight: bold; }

.reveal table th,
.reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0em;
  font-size: 22px;
  border-bottom: 0px solid; }

.reveal table th[align="center"],
.reveal table td[align="center"] {
  text-align: center; }

.reveal table th[align="right"],
.reveal table td[align="right"] {
  text-align: right; }

.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
  border-bottom: none; }

.reveal sup {
  vertical-align: super;
  font-size: smaller; }

.reveal sub {
  vertical-align: sub;
  font-size: smaller; }

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top; }

.reveal small * {
  vertical-align: top; }



.reveal input,
.reveal textarea {
  outline: 0;
  font-family: "Neutra Text", Helvetica, sans-serif;

}

/*********************************************
 * LINKS
 *********************************************/
a {
  color: rgb(255, 69, 57);
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  transition: color .15s ease; }

a:hover {
  color: #ec382b;
  text-shadow: none;
  border: none; }

  p a {
    color: #fff;
    background-image: linear-gradient(120deg, rgba(255, 69, 57, 0.2) 0%, rgba(255, 69, 57, 0.2) 100%);
    background-repeat: no-repeat;
    background-size: 100% 6px;
    background-position: 0 95%;

    transition: background-size 0.2s ease-in, color 0.2s ease-in-out;
    }
  p a:hover {
    color: #fff;
    background-size: 100% 88%;

    }
.with-primary-bg p a {
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.reveal .roll span:after {
  color: #fff;
  background: #FF4539; }

  .reveal.has-light-background  p a {
    color: #003770;
  }



/*********************************************
 * TEXT COLORS
 *********************************************/

/* Primary */
.c-primary {
  color: #FF4539 !important;
}
/* Secondary */
.c-secondary {
  color: #5d686e !important;
}
/* Color3 */
.c-color3 {
  color: #00945e !important;
}
.c-dark {
  color: #003770 !important;
}
.c-white {
  color: #ffffff !important;
}
.c-light {
  color: #e7e7e7 !important;
}

/*********************************************
 * BACKGROUND COLORS
 *********************************************/

/* Primary */
.bg-primary {
  background-color: #FF4539 !important;
}
/* Secondary */
.bg-secondary {
  background-color: #003770 !important;
}
/* Color3 */
.bg-color3 {
  background-color: #00945e !important;
}
.bg-dark {
  background-color: #003770 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-light {
  background-color: #e7e7e7 !important;
}

/*********************************************
 * BUTTONS
 *********************************************/

.button {
  position: relative;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 0 0;
  border-radius: 5px;
  background: #FF4539;
  color: #fff;
  text-transform: uppercase;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
  text-align: left;


	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


button.button, input.button {
  -webkit-appearance: none;
  border: none;
}
.button:hover {
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.button.white {
  background: #fff;
  color: #FF4539;
}
.button i {
  position: relative;
  top:-2px;
  margin-left: 10px;
}

.button.small {
  font-size: 14px;
}
.button.large {
  font-size: 22px;
}
@media (max-width: 1130px) {
  .button {
    position: relative;
    font-size: 16px;
    font-weight: 700;
  }
}
@media (max-width: 640px) {
  .button {
    position: relative;
    font-size: 16px;
    font-weight: 700;
  }
}

/* Primary */
.button.primary {
  background: #FF4539 !important;
}
/* Secondary */
.button.secondary {
  background: #003770 !important;
  color: #FF4539;
}
/* Color3 */
.button.color3 {
  background: #00945e !important;
}
.button.dark {
  background: #003770 !important;
}
.button.white {
  background: #ffffff !important;
}
.button.light {
  background: #e7e7e7 !important;
}


.pressKey {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
  margin-left: 20px;
}


@media (max-width: 970px) {
  .pressKey {
    display: none;
  }
}

/*********************************************
 * SLIDE NUMBER
 *********************************************/

.reveal .slide-number {
  position: fixed;
  display: block;
  right: 130px;
  left: auto;
  bottom: 0;
  z-index: 31;
  font-family: 'Neutra Text';
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  width: 60px;
  height: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);

}
.reveal.has-light-background .slide-number {
  color: #fff;
}
.reveal .slide-number a {
  color: currentColor;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reveal .slide-number-delimiter {
margin: 0 0px; }

@media (max-width: 640px) {
  .reveal .slide-number {
    display: none !important;
  }
}
/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/

.reveal .controls {
  position: fixed;
  width: 100% !important;
  height: 60px;
  bottom: 0px;
  right: 0;
  transform: translateY(80px);
  background: #FF4539;
  background: linear-gradient(90deg, rgba(255, 69, 57, 1) 40%, rgba(255, 69, 57, 0.8) 100%);
  /* backdrop-filter: blur(10px); */
  /* background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 79%); */

}
.slide-colour-secondary .reveal .controls {
  background: #00945e;
  background: linear-gradient(90deg, rgba(0, 148, 94, 1) 40%, rgba(0, 148, 94, 0.8) 100%);
}
.slide-colour-color3 .reveal .controls {
  background: #00945e;
  background: linear-gradient(90deg, rgba(0, 148, 94, 1) 40%, rgba(0, 148, 94, 0.8) 100%);
}
.slide-colour-HHNK .reveal .controls {
  background: #003770;
  background: linear-gradient(90deg, rgba(0,55,112, 1) 40%, rgba(0,55,112, 0.8) 100%);
}


.ready .controls {
  transform: translateY(0px);
}

.reveal .controls:before {
  position: absolute;
  top:-1px;
  left:0;
  content:'';
  width: 100%;
  height: 1px;
  background: rgb(255, 255, 255);
  opacity: 0.1;
  z-index: -1;
}

.reveal.has-light-background .controls {
  background: #FF4539;
  border:0;
  color: #fff;
}
.slide-colour-secondary .reveal.has-light-background .controls {
  background: #00945e;
  border:0;
  color: #fff;
}
.slide-colour-color3 .reveal.has-light-background .controls {
  background: #00945e;
  border:0;
  color: #fff;
}
.slide-colour-HHNK .reveal.has-light-background .controls {
  background: #003770;
  border:0;
  color: #fff;
}


.reveal .controls button {
  width: 60px;
  height: 60px;
  opacity: 1;
  visibility: visible;
  /* border: 1px solid #fff;
  border-radius: 100px; */

  /* background: rgba(255, 255, 255, 0.055); */
  right: 50% !important;
  transform: translateX(0) translateY(0);
}
.reveal .controls button:hover {
  background-color: rgba(10, 10, 10, 0.075);
}

.reveal .controls .controls-arrow {
  opacity: 0.1;
}
.reveal .controls .controls-arrow:before {
  display: none;
}
.reveal .controls .controls-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  content:'\f053';
 
}
.reveal .controls .navigate-up {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  bottom: 0 !important;
  /* right: 42px; */
  transform: translateY(0px);
}
.reveal .controls .navigate-down {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  bottom: 0px !important;
  transform: translateX(60px) translateY(0);
}
.reveal .controls .navigate-left {
  width: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  bottom: 0px !important;
  transform: translateX(-60px) translateY(0);
}
.reveal .controls .navigate-left .controls-arrow:after {
  content:'\f060';
}
.reveal .controls .navigate-right {
  width: 100px;
  bottom: 0px !important;
  transform: translateX(160px) translateY(0);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.reveal .controls .navigate-right .controls-arrow:after {
  content:'\f060';
}
.slide-colour-HHNK .reveal .controls .navigate-right .controls-arrow:after,
.slide-colour-HHNK .reveal .controls .controls-arrow:after,
.slide-colour-HHNK .reveal .controls .navigate-left .controls-arrow:after {
  color:#ffffff;
}


.reveal .controls[data-controls-layout="edges"] {
  top: auto;
  right: 20px;
  bottom: 50px;
  left: 20px; }

  .reveal .controls[data-controls-layout="edges"] .navigate-up,
  .reveal .controls[data-controls-layout="edges"] .navigate-down {
    display: none;
  }
  .reveal .controls[data-controls-back-arrows="faded"] .navigate-left.enabled, 
  .reveal .controls[data-controls-back-arrows="faded"] .navigate-up.enabled {
    opacity: 1;
  }

.reveal .controls[data-controls-back-arrows="faded"] .navigate-left.enabled .controls-arrow, 
.reveal .controls[data-controls-back-arrows="faded"] .navigate-up.enabled .controls-arrow,
.reveal .controls[data-controls-back-arrows="faded"] .navigate-down.enabled .controls-arrow, 
.reveal .controls[data-controls-back-arrows="faded"] .navigate-right.enabled .controls-arrow {
  opacity: 1 !important;
}

/*
.reveal .controls[data-controls-layout="edges"] .navigate-left,
.reveal .controls[data-controls-layout="edges"] .navigate-right,
.reveal .controls[data-controls-layout="edges"] .navigate-up,
.reveal .controls[data-controls-layout="edges"] .navigate-down {
  top: auto;
  bottom: 0;

  }
  .reveal .controls[data-controls-layout="edges"] .controls-arrow {

  }
.reveal .controls[data-controls-layout="edges"] .navigate-left {
  top: 50%;
  left: 8px;
  margin-top: -1.8em; }
.reveal .controls[data-controls-layout="edges"] .navigate-right {
  top: 50%;
  right: 8px;
  margin-top: -1.8em; }
 */

 .reveal .reveal-toolbar {
   position: fixed !important;
 }
 .reveal.has-light-background .reveal-toolbar .reveal-toolbar-button {
  color: #fff !important;
}


@media (max-width: 970px) {
  .reveal .controls {
    /* left: 25%;
    bottom: 20px; */
  }
  .reveal .controls[data-controls-layout="edges"] {
    top: auto;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
    .reveal .controls[data-controls-layout="edges"] .navigate-up {
      margin-left: 0px;
      right: 65px;
      bottom: 12px;
    }
    .reveal .controls[data-controls-layout="edges"] .navigate-down {
      bottom: 20px;
      margin-left: 0px !important;
      right: 20px;
    }
}

@media (max-width: 640px) {
 
    .reveal .controls {
      display: block !important;
      visibility: visible !important;
      width: 100% !important;
      height: 60px;
      bottom: 0px;
      right: 0;
      transform: translateY(0px);
    }
  
  .reveal .controls .navigate-left {
    width: 60px;
  }
  .reveal .controls .navigate-right {
    width: 60px;
    transform: translateX(120px) translateY(0);
  }
  
}



/*********************************************
 * OVERLAY
 *********************************************/
 .reveal > .overlay {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.9);
 }
 .reveal > .overlay header {
  background: rgba(0, 0, 0, 0.9);
  height: 60px;
 }
 .reveal > .overlay header a {


   line-height: 60px;
 }
 .reveal > .overlay .viewport {
   top: 60px;
 }
 .reveal > .overlay.overlay-preview .viewport iframe {

 }

 .reveal > .overlay .textblock {
   max-width: 1024px;
   margin: auto;
   background: #fff;
   border-radius: 15px;
   padding: 60px;
 }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  width: 100%;
  height: 10px;
  background: rgba(0, 0, 0, 0.2);
  color: #FF4539;

}

  .reveal .progress:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    top: -10px; }
.reveal .progress span {
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

/*********************************************
 * PRINT BACKGROUND
 *********************************************/
@media print {
  .backgrounds {
    background-color: #191919; } }


/*********************************************
 * FORMS
 *********************************************/
form .input {
  margin-bottom: 1rem;
}
form .input label {
  display: block;
  margin-bottom: 0.5rem;
}
form .input input[type="text"],
form .input input[type="email"],
form .input textarea {
  -webkit-appearnce: none;
  display: block;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  transition: border-color .2s, box-shadow .2s;
}
form .input input[type="text"]:focus,
form .input input[type="email"]:focus,
form .input textarea:focus {
  border-color: #FF4539;
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.1);
}

.mapboxgl-popup-content,
.mapboxgl-popup-content h3 {
  color: #003770;
}
