html, body, p {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;

	font-family: Segoe UI, Helvetica Neue, Open Sans, Verdana, Arial, Helvetica, sans-serif;  
}

p, h1, h2, h3, span {
  font-family: "Lato", sans-serif;
  font-weight: 300; }

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .contact-container .top-edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .contact-container .info {
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .contact-container .info .name {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .contact-container .info img {
      margin: 10px;
      height: 100px;
      width: 100px;
      border-radius: 50%; }
  .contact-container .name h3 {
    margin: 5px; }
  .contact-container .role p {
    padding: 0px; }
  .contact-container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contact-container ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .contact-container ul li a {
      color: black; }
  .contact-container ul li i {
    padding: 10px;
    font-size: 16px; }

.topspacer
{
	height: 70px;
}

.navbar {
  background: white;//#f4f4f4;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100vw;
  //border-bottom: 1px solid grey;
  box-shadow: -5px 20px 20px -20px rgba(0, 0, 0, 0.8);
  z-index: 100; }
  .navbar .logo {
    min-width: 200px;
	height: 70px;
    //height: 100%;
    background-image: url(../img/logo_new.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center; }
  .navbar nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%; }
    .navbar nav ul.unstyled {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 10px; }
      .navbar nav ul.unstyled a.odd {
        color: #101010; }
      .navbar nav ul.unstyled a {
        color: white;
        padding: 20px; }
        .navbar nav ul.unstyled a i {
          width: 40px;
          height: 30px;
          border-radius: 100%;
          font-size: 20px;
          text-align: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                      -ms-grid-row-align: center;
                  align-items: center;
          margin-right: 10px;
          padding-top: 10px;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }

@media screen and (max-width: 700px)
{
	
.topspacer
{
	height:140px;
}
  .navbar
  {
	position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 140px;
    padding-bottom: 10px; }
    .navbar .nav {
      padding: 20px; }
      .navbar .nav ul {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .navbar .nav ul i {
          padding: 20px; }
    .navbar .logo {
      padding-top: 20px;
      background-size: 40%;
      background-repeat: no-repeat; } }
.nav-account {
  background: #f4f4f4;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100vw;
  border-bottom: 1px solid grey;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: -5px 20px 20px -20px rgba(0, 0, 0, 0.4); }
  .nav-account .logo {
    min-width: 200px;
    height: 100%;
    background-image: url(../img/logo_new.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center; }
  .nav-account nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%; }
    .nav-account nav ul.unstyled {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 10px;
      color: white; }
      .nav-account nav ul.unstyled .image {
        background: blue;
        height: 30px;
        width: 30px;
        border-radius: 50%; }
      .nav-account nav ul.unstyled a, .nav-account nav ul.unstyled p {
        font-size: 15px;
        color: black;
        padding: 0px 20px 0px 20px; }
        .nav-account nav ul.unstyled a i, .nav-account nav ul.unstyled p i {
          background-color: #92b1e3;
          color: white;
          width: 40px;
          height: 30px;
          border-radius: 100%;
          font-size: 20px;
          text-align: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                      -ms-grid-row-align: center;
                  align-items: center;
          margin-right: 10px;
          padding-top: 10px;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }

.pupil-selector-bar, .pupil-bar {
  margin-top: 40px; }
  .pupil-selector-bar .class, .pupil-bar .class {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .pupil-selector-bar .class img, .pupil-bar .class img {
      height: 40px;
      width: 40px;
      border-radius: 50%; }
    .pupil-selector-bar .class p, .pupil-bar .class p {
      size: 12px;
      color: #111111; }
  .pupil-selector-bar .select, .pupil-bar .select {
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .pupil-selector-bar .select p, .pupil-bar .select p {
      size: 12px;
      color: #111111; }

#sidebartoggle {
  display: none; }
  #sidebartoggle:checked .dashnav {
    background-color: blue; }

.toggle {
  text-decoration: none;
  font-size: 30px;
  color: #111111; }

.pupil-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .pupil-info .info-section {
    margin: 20px; }
    .pupil-info .info-section .info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .pupil-info .info-section .info label {
        padding-right: 20px; }

.basic .image img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  padding-top: 10px; }
.basic .info {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .basic .info .name {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .basic .info .name .first, .basic .info .name .second {
      padding: 4px; }

.footer {
  width: 100vw; }
  .footer .footer-logo {
    margin-bottom: 2em;
    padding-top: 2em;
    text-align: center; }
    .footer .footer-logo img {
      height: 3em; }
  .footer .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.5em; }
  .footer ul {
    -webkit-flex-basis: 13em;
        -ms-flex-preferred-size: 13em;
            flex-basis: 13em;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 3em;
    padding: 0; }
  .footer li {
    line-height: 1.5em;
    list-style: none;
    text-align: center; }
  .footer li a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none; }
    .footer li a:focus, .footer li a:hover {
      color: white; }
  .footer li h3 {
    color: white;
    font-size: 1em;
    margin-bottom: 0.4em; }
  .footer hr {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto 1.5em;
    width: 12em; }
  .footer p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9em;
    line-height: 1.5em;
    margin: auto;
    max-width: 35em;
    text-align: center; }

.top-section {
  margin-top: 50px; }

.pupil-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .pupil-header .image {
    height: 100px;
    width: 100px;
    background: blue;
    margin: 20px;
    border-radius: 50%;
    background-size: cover;
    background-position: center; }

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.tabs {
  list-style: none;
  padding: 0;
  margin: 0; }

.tabs li {
  float: left; }

.tabs li > input {
  display: none; }

.tabs .tab-content {
  display: none; }

.tabs li > label {
  display: inline-block;
  cursor: pointer; }

.tabs li > input:checked + label {
  background-color: #ddd; }

.tabs li > input:checked ~ .tab-content {
  display: block; }

.topbanner {
  overflow: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .topbanner .video {
    height: 100%;
    width: auto;
    position: relative;
    padding-top: 50px; }

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh; }
  .top .top_text {
    padding-left: 100px;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .top .top_text p {
      font-size: 40px; }

.Ipad_pic {
  background-image: url("../img/Boop_Ipad.png");
  height: 50vh;
  width: 100vw;
  background-size: 55%;
  background-position: center center;
  background-repeat: no-repeat; }

@media screen and (max-width: 800px) {
  .top {
    height: 40vh; }
    .top .top_text {
      padding-left: 10px; }
      .top .top_text p {
        font-size: 30px; }

  .Ipad_pic {
    background-size: 80%; } }
@media screen and (max-width: 450px) {
  .top {
    height: 30vh; }
    .top .top_text {
      padding-left: 10px; }
      .top .top_text p {
        font-size: 20px; }

  .Ipad_pic {
    background-size: 100%; } }
.flex-boxes {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .flex-boxes .flex-box {
    cursor: default;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    background: #f7f7f7;
    box-shadow: inset 0 0 1px #dddddd, 0 2px 4px #e6e6e6;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 2 15em;
        -ms-flex: 1 2 15em;
            flex: 1 2 15em;
    margin: 0.3em;
    padding: 2em 2em 3em 2em;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .flex-boxes .flex-box .contact-box .image img {
      margin: 0px; }
    .flex-boxes .flex-box:nth-child(1) {
      border-top: 6px solid tomato; }
      .flex-boxes .flex-box:nth-child(1):focus, .flex-boxes .flex-box:nth-child(1):hover {
        background-color: rgba(255, 99, 71, 0.1); }
    .flex-boxes .flex-box:nth-child(2) {
      border-top: 6px solid #72bfbf; }
      .flex-boxes .flex-box:nth-child(2):focus, .flex-boxes .flex-box:nth-child(2):hover {
        background-color: rgba(114, 191, 191, 0.1); }
    .flex-boxes .flex-box:nth-child(3) {
      border-top: 6px solid #f6c05c; }
      .flex-boxes .flex-box:nth-child(3):focus, .flex-boxes .flex-box:nth-child(3):hover {
        background-color: rgba(246, 192, 92, 0.1); }
    .flex-boxes .flex-box:nth-child(4) {
      border-top: 6px solid #ffcbd3; }
      .flex-boxes .flex-box:nth-child(4):focus, .flex-boxes .flex-box:nth-child(4):hover {
        background-color: rgba(255, 203, 211, 0.1); }
    .flex-boxes .flex-box:nth-child(5) {
      border-top: 6px solid #92b1e3; }
      .flex-boxes .flex-box:nth-child(5):focus, .flex-boxes .flex-box:nth-child(5):hover {
        background-color: rgba(146, 177, 227, 0.1); }
    .flex-boxes .flex-box:nth-child(6) {
      border-top: 6px solid #cccccc; }
      .flex-boxes .flex-box:nth-child(6):focus, .flex-boxes .flex-box:nth-child(6):hover {
        background-color: rgba(204, 204, 204, 0.1); }
    .flex-boxes .flex-box img {
      display: block;
      height: 8em;
      margin: 0 auto 1em;
      opacity: 0.4; }
    .flex-boxes .flex-box .flex-title {
      color: rgba(51, 51, 51, 0.7);
      font-size: 1.2em;
      margin-bottom: 0.5em; }
    .flex-boxes .flex-box p {
      color: rgba(51, 51, 51, 0.6);
      line-height: 1.5em;
      margin: auto; }
  .flex-boxes .flex-box-big {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40em;
        -ms-flex: 1 1 40em;
            flex: 1 1 40em; }
  .flex-boxes .flex-image {
    background-size: cover;
    background-position: center;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
    .flex-boxes .flex-image img {
      height: 400px; }

.fadeInElement-hide {
  display: none; }

.fadeInElement-show {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.value_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .value_section .value_prop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 2 25em;
        -ms-flex: 1 2 25em;
            flex: 1 2 25em;
    text-align: center;
    margin: 20px;
    padding: 20px; }
    .value_section .value_prop p {
      line-height: 1.5em;
      padding: 10px;
      margin: auto; }
    .value_section .value_prop img {
      display: block;
      height: 4em;
      margin: 0 auto 2em;
      opacity: 0.4; }
    .value_section .value_prop .value_title {
      color: #111111;
      font-size: 1.2em;
      margin-bottom: 0.5em; }

.sign {
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.login-container {
  max-width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px; }

.tab-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: peachpuff; }

.content-container {
  height: 500px;
  background: white; }
  .content-container .tab-content {
    display: column; }

.tab-container input {
  background: pink;
  display: none; }

.content-container .tab-content {
  display: none; }

.tab-container > input:checked + label {
  background-color: #ddd; }

.tab-container > input:checked ~ .content-container .tab-content {
  display: block; }

.comment-bar {
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40vh; }

.lightblue {
  background-color: #99d1ff; }

.comment-bar.topcomment p {
  font-size: 20px;
  color: #111111; }

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px; }

.triangle-down-green {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  width: 20px;
  height: 0;
  padding-left: 20px;
  padding-top: 20px;
  overflow: hidden;
  background: #111111;
}

.triangle-down-blue {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
  width: 5%;
  height: 0;
  padding-left: 5%;
  padding-top: 5%;
  overflow: hidden;
  background: white; }

.triangle-down-green:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -500px;
  margin-top: -500px;
  border-left: 500px solid transparent;
  border-right: 500px solid transparent;
  border-top: 500px solid #99d1ff; }

.triangle-down-blue:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -500px;
  margin-top: -500px;
  border-left: 500px solid transparent;
  border-right: 500px solid transparent;
  border-top: 500px solid #96ceb4; }

.description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  //border-top: 1px solid grey;
  max-width: 700px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 40px;
  margin: 10px; }
  .description p {
    margin-top: 40px;
    font-size: 1.5em;
    padding: 10px;
    color: grey; }

.transparent-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  //background-color: rgba(204, 204, 204, 0.1);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 70%;
  margin-top: 40px;
  margin-bottom: 40px; }
  .transparent-box i {
    color: #111111; }
  .transparent-box i.fa {
    margin: 10px;
    font-size: 2em; }
  .transparent-box i.left {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .transparent-box i.right {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  .transparent-box p {
    font-size: 1.2em;
    padding: 10px;
    color: #001099; }

.callToAction {
  margin: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d1edf1;
  border-radius: 50px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4); }
  .callToAction:hover {
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px); }
  .callToAction a {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    text-decoration: none;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    font-size: 1em;
    color: white;
    text-align: center;
    padding: 10px; }

.popup-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  border-radius: 5px;
  border: 4px solid #92b1e3; }
  .popup-container .Title {
    color: blue;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .popup-container .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .popup-container .content .image {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      height: 150px;
      width: 150px;
      background: peachpuff;
      margin: 10px; }
    .popup-container .content .info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  .popup-container .click {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .popup-container .click .buttons {
      margin: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .popup-container .click .buttons input {
        padding: 10px; }
  .popup-container .infoFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .popup-container .infoFlex input {
      height: 30px;
      margin: 10px; }
    .popup-container .infoFlex label {
      padding-left: 10px;
      text-align: left; }

@media screen and (max-width: 700px) {
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .infoFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 26px;
  padding: 0px; }
  .switch input {
    display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded slider */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 20px;
  background: lightblue; }
  .card .heading {
    padding: 10px;
    text-align: center; }

.green {
  background-color: #a4d264; }

.blue {
  background-color: #46cade; }

.lightBlue {
  background-color: #99d1ff; }

.red {
  background-color: #ff716d; }

.grey {
  background-color: #e6e6e6; }

.yellow {
  background-color: #ffd459; }

.offwhite {
  background-color: #f4f4f4; }

.charcoal {
  background-color: #111111; }

.white {
  background-color: white; }

.black {
  background-color: #111111; }

.page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 10px; }

.popup-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .flex-section .flex-item-box {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f7f7f7;
    width: 300px;
    box-shadow: inset 0 0 1px lightgrey, 0 2px 4px #e6e6e6;
    line-height: 1.5em;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 2 15em;
        -ms-flex: 1 2 15em;
            flex: 1 2 15em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 6px solid #111111; }
    .flex-section .flex-item-box p, .flex-section .flex-item-box h3 {
      color: rgba(51, 51, 51, 0.7); }
    .flex-section .flex-item-box:hover, .flex-section .flex-item-box:focus {
      background-color: rgba(70, 202, 222, 0.1); }
    .flex-section .flex-item-box i {
      color: #92b1e3;
      font-size: 20px; }

ul.unstyled {
  list-style: none;
  padding: 0px; }
  ul.unstyled li a {
    text-decoration: none; }

.page-row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px; }

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.global-title-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid grey; }
  .global-title-bar .class {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px; }
  .global-title-bar .margintop {
    margin-top: 50px;
    padding: 20px; }
  .global-title-bar .left {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px; }
    .global-title-bar .left img {
      padding: 2px; }
  .global-title-bar .right {
    cursor: auto;
    margin-right: 20px; }
  .global-title-bar a {
    text-decoration: none; }
  .global-title-bar p {
    padding: 5px; }
  .global-title-bar i {
    color: #72bfbf; }

.sidenav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background-color: lightgreen;
  margin-top: 0px;
  border-top: 0px; }
  .sidenav .nav-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px; }
  .sidenav .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #dedede;
    border: 2px solid grey;
    border-bottom: 0px solid grey; }
    .sidenav .nav-item a {
      font-size: 10px;
      text-decoration: none;
      text-transform: uppercase;
      color: #111111; }
      .sidenav .nav-item a p {
        color: #111111; }
    .sidenav .nav-item i {
      font-size: 20px;
      color: #111111; }
  .sidenav .icon {
    width: 30px;
    padding: 10px; }
  .sidenav .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    justiify-content: flex-start; }
    .sidenav .link p {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start; }

.tab_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .tab_container input {
    display: none; }
  .tab_container label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    float: left;
    color: #757575;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #f0f0f0; }
  .tab_container label .fa {
    font-size: 1.3em;
    margin: 0 0.4em 0 0;
    padding: 5px;
    color: #46cade; }
    .tab_container label .fa ::before {
      color: #46cade; }
  .tab_container section {
    display: none; }
  .tab_container #tab1:checked ~,
  .tab_container #tab2:checked ~ #content2,
  .tab_container #tab3:checked ~ #content3,
  .tab_container #tab4:checked ~ #content4,
  .tab_container #tab5:checked ~ #content5 {
    display: block; }
  @media only screen and (max-width: 900px) {
    .tab_container label span {
      display: none; }
    .tab_container .tab_container {
      width: 98%; } }
@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #46cade; }

.tab_container :checked + label .fa {
  color: #ffd459; }

.kickstarter_panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 96vh; }
  .kickstarter_panel .subscribe_title {
    margin-top: 30px;
    color: #46cade;
    font-size: 14px; }
  .kickstarter_panel .kickstarter_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 350px; }
    .kickstarter_panel .kickstarter_text .ks_image {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      height: 60px;
      width: 100%;
      margin: 0px;
      background-image: url("../img/kickstarter.png");
      background-size: 100%;
      background-position: center;
      max-width: 300px;
      background-repeat: no-repeat; }
    .kickstarter_panel .kickstarter_text h1 {
      color: grey;
      margin: 5px; }
    .kickstarter_panel .kickstarter_text .huge {
      font-size: 42px;
      margin-bottom: 5px; }
  .kickstarter_panel .get_in_touch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 360px; }
    .kickstarter_panel .get_in_touch .enteremail {
      font-family: "Open Sans", sans-serif;
      height: 55px;
      word-spacing: 1px;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 1px;
      width: 70%;
      outline: none;
      background-color: rgba(255, 255, 255, 0.1);
      border: solid 1px grey;
      color: #111111;
      font-size: 13px;
      font-weight: 400;
      box-sizing: border-box;
      -webkit-box-flex: 2;
      -webkit-flex-grow: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; }
    .kickstarter_panel .get_in_touch .signup-button {
      width: 20%;
      font-family: "Open Sans", sans-serif;
      /* background-color: rgba(22, 182, 234, 0.52); */
      background-color: #131313;
      /* background-color: #303e49; */
      border: none;
      outline: none;
      position: relative;
      float: none;
      font-size: 14px;
      border-radius: 0px;
      font-weight: 700;
      color: white;
      border: none;
      cursor: pointer;
      box-sizing: border-box;
      -webkit-appearance: none;
      -webkit-background-clip: padding-box;
      -webkit-transition: all 0.3s ease-in-out !important;
      transition: all 0.3s ease-in-out !important; }

label.subscribe-message {
  height: 2.5em;
  padding: 10px 20px;
  color: #fff;
  font-size: 13px;
  float: none;
  top: 0;
  display: block;
  display: none; }
