body {
  font-family: 'Open Sans', sans-serif;
}
p {
  font-size: 16px;
  line-height: 24px;
  color: #444;
}
p.mission-statement {
  font-weight: 300;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
ul.txt li {
  font-size: 16px;
  line-height: 24px;
  color: #444;
}
.about p {
  font-size: 15px;
  line-height: 22px;
  color: #444;
}
.about ul.txt {
  margin-left: 0;
  padding-left: 20px;
}
.about ul.txt li {
  font-size: 15px;
  line-height: 22px;
  color: #444;
  margin-bottom: 10px;
}
.mission-statement-wrapper {
  padding: 85px 0 80px 0;
}
.mission-statement-wrapper h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 25px;
  color: #fff;
}
a.btn {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.btn-space {
  font-size: 16px;
  line-height: 24px;
}
.btn-space,
.btn-space:visited,
.btn-space:active,
.btn-space:hover {
  text-decoration: none;
}
h2,
h3 {
  font-weight: 600;
  /*
		font-family: 'Varela Round', sans-serif;
		color: #2b2e83;
	*/
}
h4 {
  line-height: 130%;
}
.event-types h3 {
  font-size: 18px;
  font-size: 20px;
  font-weight: 600;
  color: #2b2e83;
  text-transform: uppercase;
}
.event-types p {
  font-size: 15px;
  line-height: 21px;
}
.event-types p a {
  color: #2b2e83;
  text-decoration: underline;
}
.event-types p a:hover {
  color: #e5007d;
}
.padding-space,
.padding-space-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cta-primary,
.cta-primary:visited {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 7px 14px;
  color: #fff;
  text-decoration: none;
}
.cta-primary:hover,
.cta-primary:visited:hover {
  background-color: #fff;
  color: #2b2e83;
  text-decoration: none;
}
.cta-secondary,
.cta-secondary:visited {
  background-color: transparent;
  border: 2px solid #2b2e83;
  padding: 7px 14px;
  color: #2b2e83;
  text-decoration: none;
}
.cta-secondary:hover,
.cta-secondary:visited:hover {
  background-color: #2b2e83;
  color: #fff;
  text-decoration: none;
}
.event-row {
  background-color: #fff;
  position: relative;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 190px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.event-row:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 102, 102, 0.9);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 102, 102, 0.9);
  box-shadow: 0px 5px 30px 0px rgba(0, 102, 102, 0.9);
}
.event-row h3 {
  margin-top: -3px;
  margin-bottom: 5px;
  color: #00a1a2;
  color: #2d2e83;
  padding-top: 10px;
}
.event-row h3 span {
  font-weight: normal;
}
.event-row p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}
.event-row p.registration-coming {
  padding-top: 33px;
  color: #aaa;
  font-style: italic;
}
.event-row .btn-event-register {
  display: inline-block;
  background-color: #f7a723;
  padding: 7px 14px;
  border-radius: 5px;
  color: #111;
  text-decoration: none;
  margin-top: 59px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.event-row .btn-event-register:hover {
  background-color: #2d2e83;
  color: #fff;
}
.event-row .event-location-img {
  margin-left: -15px;
  margin-right: 15px;
}
.event-row .event-location-img img {
  /*
			border-top-left-radius: 5px;
			border-bottom-left-radius: 5px;
			/* */
}
.event-row .event-preview-pic {
  display: block;
  min-height: 50px;
  width: 25%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 0 0 -15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.shade {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 30;
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.shade.shade--visible {
  opacity: 1;
}
.shade.palette0 {
  background: rgba(43, 46, 131, 0.9);
  background: #2b2e83;
  opacity: 1;
}
.shade.palette1 {
  background: rgba(230, 0, 126, 0.9);
  background: -webkit-linear-gradient(#2b2e83, #e5007d);
  background: -o-linear-gradient(#2b2e83, #e5007d);
  background: linear-gradient(to bottom right, #2b2e83, #e5007d);
}
.shade.palette2 {
  background: rgba(0, 162, 163, 0.9) !important;
  background: -webkit-linear-gradient(#00a1a2, #f7a723) !important;
  background: -o-linear-gradient(#00a1a2, #f7a723) !important;
  background: linear-gradient(to bottom right, #00a1a2, #f7a723) !important;
}
.shade.palette3 {
  background: rgba(247, 168, 35, 0.9) !important;
  background: -webkit-linear-gradient(#f7a723, #e5007d) !important;
  background: -o-linear-gradient(#f7a723, #e5007d) !important;
  background: linear-gradient(to bottom right, #f7a723, #e5007d) !important;
}
.lightAnimationSet1 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.lightAnimationSetDelay1 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
a#trigger-overlay {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  display: block;
  margin: 0;
  color: #aaa;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
a#trigger-overlay img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  width: 20px;
  height: 16px;
  /* margin-right: 2px; */
  margin-bottom: 5px;
  margin-bottom: 0px;
  position: relative;
  top: 5px;
  opacity: 0;
}
a#trigger-overlay:hover {
  text-decoration: none;
  border-color: #e5007d;
  border-color: #2b2e83;
  color: #2b2e83;
}
a#trigger-overlay:hover img {
  opacity: 1;
  top: -2px;
}
.nav-col {
  height: 113px;
  padding: 0;
  display: flex;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  a#trigger-overlay {
    position: relative;
    left: -20px;
    padding: 14px 20px !important;
  }
  a#trigger-overlay:hover {
    left: -8px;
    border-color: #fff;
    background-color: #eee;
  }
  .nav-col {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .padding-space-header {
    padding-bottom: 0;
  }
  .event-types .padding-space {
    padding-top: 0 !important;
  }
  .event-types h2 {
    text-align: left;
    font-weight: 400;
    color: #333;
    font-size: 15px;
    margin: 0;
  }
  .event-types h3 {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #2b2e83;
    text-transform: uppercase;
  }
  .contact-bar .padding-space {
    padding: 0;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  /* Overlay closing cross */
}
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.overlay.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  height: 50%;
  font-size: 54px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.overlay nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay nav ul li {
  display: block;
  height: 20%;
  height: 25%;
  height: calc(25%);
  min-height: 54px;
  margin-bottom: 20px;
}
.overlay nav ul li a {
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay nav ul li a span {
  display: block;
  position: relative;
  top: -20%;
  font-size: 18px;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  font-weight: normal;
  margin-top: -10px;
}
.overlay nav ul li a:hover,
.overlay nav ul li a:focus {
  text-decoration: none;
  color: #fff;
}
.overlay nav ul li a:hover span {
  opacity: 1;
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
.clearbg {
  opacity: 0;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
body {
  text-align: center;
}
h2 {
  color: #2b2e83;
}
.container {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
header {
  margin: 0 auto;
  padding: 2em 0 0;
}
header h1 {
  margin: 0;
  font-weight: 300;
  font-size: 2.5em;
}
header h1 span {
  display: block;
  padding: 0 0 0.6em 0.1em;
  font-size: 0.6em;
  opacity: 0.7;
}
.name-input {
  display: inline;
  padding: 3px 0px;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.name-input:hover,
.name-input:focus {
  background-color: #f3f3f3;
  background-color: #2b2e83;
  background-color: #00a1a2;
  color: #e5007d;
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
}
#input-newname {
  width: auto;
  width: 120px;
  background-color: transparent;
  background-color: #2b2e83;
  background-color: #00a1a2;
  border: none;
  color: #fff;
}
#input-newname:focus,
#input-newname:active {
  -webkit-appearance: button;
}
.quiz {
  margin-top: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 10px;
}
.quiz a,
.quiz a:visited {
  color: #fff;
  text-decoration: underline;
}
.btnQuiz {
  margin-top: 15px;
}
.btnQuiz.waiting {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
}
.btnQuiz.waiting:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.btnQuiz.activated {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  border-radius: 4px;
  font-size: 18px;
}
.answer1,
.answer2,
.answer3 {
  display: inline;
  padding: 3px 0px;
  color: #fff;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.answer1:visited,
.answer2:visited,
.answer3:visited {
  color: #fff;
}
.answer1:hover,
.answer2:hover,
.answer3:hover,
.answer1:focus,
.answer2:focus,
.answer3:focus {
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
  color: #2b2e83 !important;
}
.answer1:hover {
  background-color: #e5007d;
  background-color: #fff;
  color: #2b2e83;
}
.answer2:hover {
  background-color: #00a1a2;
  background-color: #fff;
  color: #2b2e83;
}
.answer3:hover {
  background-color: #f7a723;
  background-color: #fff;
  color: #2b2e83;
}
.animatedVisual {
  /*
	background-image: url('../img/colour-space-1.jpg'); 
	*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  min-height: 500px;
  background-size: 100%;
  animation: shrink 7s infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
}
.animatedVisual.visual1 {
  background: rgba(230, 0, 126, 0.9);
  background: -webkit-linear-gradient(#2b2e83, #e5007d);
  background: -o-linear-gradient(#2b2e83, #e5007d);
  background: linear-gradient(to bottom right, #2b2e83, #e5007d);
}
.animatedVisual.visual2 {
  background: rgba(0, 162, 163, 0.9) !important;
  background: -webkit-linear-gradient(#00a1a2, #f7a723) !important;
  background: -o-linear-gradient(#00a1a2, #f7a723) !important;
  background: linear-gradient(to bottom right, #00a1a2, #f7a723) !important;
}
.animatedVisual.visual3 {
  background: rgba(247, 168, 35, 0.9) !important;
  background: -webkit-linear-gradient(#f7a723, #e5007d) !important;
  background: -o-linear-gradient(#f7a723, #e5007d) !important;
  background: linear-gradient(to bottom right, #f7a723, #e5007d) !important;
}
@keyframes shrink {
  0% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}
