@charset "UTF-8";
@import "bootstrap-grid.min.css";
@import "font-awesome.min.css";
@import "swiper.min.css";
/*#region reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

a {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
}

/*#endregion*/
/* #region mixins */
/* #endregion */
/* #region colors */
/* #endregion */
/* #region typography */
ul, ol, p, img {
  margin-bottom: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4, h5, h6 {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}
img.img-block {
  display: block;
  width: 100%;
}

strong {
  font-weight: 700;
}

hr {
  display: block;
  margin: 12px 0px;
  border: none;
  border-top: 1px solid #f5f5f5;
  background: none;
}

.text-center {
  text-align: center;
}

/* #endregion */
/* #region forms */
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  text-align: center;
  background-color: #5cccf4;
  color: #ffffff;
  border: 0 none;
  border-radius: 24px;
  outline: 0 none;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: background-color 0.4s ease;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn:hover {
  background-color: #2cbdf1;
}

.form-control {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 20px;
  outline: 0 none;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 20px;
  background-color: #ffffff;
  background-image: none;
  margin-bottom: 12px;
  color: #000000;
  transition: border-color 0.4s ease;
}
.form-control:focus {
  border-color: #5cccf4;
}

label {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 4px;
}

/* #endregion */
body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

#wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-color: #08548e;
}
#wrapper.sidebar-open #slide-wrapper {
  right: 400px;
}
#wrapper.sidebar-open #sidebar {
  display: block;
}

#slide-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#slide-wrapper #slide-holder {
  position: relative;
  width: 1024px;
  height: 768px;
  overflow: hidden;
}
#slide-wrapper #slide-holder .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: left 0.6s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#slide-wrapper #slide-holder .slide .slide-content {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
#slide-wrapper #slide-holder .slide .slide-content img.bg-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
}
#slide-wrapper #slide-holder .slide .slide-content .slide-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
#slide-wrapper #slide-holder .slide .slide-content .slide-inner h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
#slide-wrapper #slide-holder .slide .slide-content .slide-inner h1 {
  font-size: 60px;
}
#slide-wrapper #slide-holder .slide.slide-prev {
  left: -100%;
}
#slide-wrapper #slide-holder .slide.slide-current {
  left: 0px;
}

#sidebar {
  display: none;
  width: 400px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding-top: 0px;
  background-color: #ffffff;
}
#sidebar #video-holder {
  display: none;
  width: 100%;
  height: 225px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: #000000;
}
#sidebar #video-holder iframe, #sidebar #video-holder video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
#sidebar #community-holder {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  padding-top: 81px;
}
#sidebar #community-holder #meeting-code {
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  margin: 0px;
}
#sidebar #community-holder #community-switch {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 40px;
  right: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-bottom: 1px solid #333333;
}
#sidebar #community-holder #community-switch li {
  display: block;
  width: 50%;
  float: left;
  cursor: pointer;
  padding: 8px;
}
#sidebar #community-holder #community-switch li:hover {
  background-color: #cccccc;
}
#sidebar #community-holder #community-switch li.active {
  background-color: #333333;
  color: #ffffff;
}
#sidebar #community-holder .community-tab {
  height: 100%;
  position: relative;
  display: none;
}
#sidebar #community-holder .community-tab.active {
  display: block;
}
#sidebar #community-holder .community-tab#tab-messages {
  padding-bottom: 66px;
}
#sidebar #messages {
  padding: 12px;
  height: 100%;
  overflow: auto;
}
#sidebar #messages .message {
  margin-bottom: 12px;
  background-color: #dadada;
  padding: 12px;
  border-radius: 12px;
}
#sidebar #messages .message .message-sender {
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  padding: 0px 8px;
  border-radius: 8px;
  margin-right: 2px;
}
#sidebar #people {
  padding: 12px;
  height: 100%;
  overflow: auto;
}
#sidebar #people .person {
  margin-bottom: 12px;
  line-height: 44px;
  font-weight: 600;
  user-select: none;
}
#sidebar #people .person:before {
  display: inline-block;
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "";
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 24px;
  line-height: 42px;
  background-color: #f0f0f0;
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 44px;
}
#sidebar #message-form {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #f5f5f5;
  padding: 12px;
}
#sidebar #message-form .form-control {
  margin: 0px;
}
#sidebar #message-form .btn {
  position: absolute;
  right: 13px;
  top: 13px;
  margin: 0px;
  padding: 10px;
  width: 40px;
  text-align: center;
}
#sidebar.has-video {
  padding-top: 225px;
}
#sidebar.has-video #video-holder {
  display: block;
}

.card {
  background-color: #ffffff;
  padding: 40px 60px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.24);
  max-width: 90%;
}
.card .so-good-logo {
  display: block;
  margin: 0 auto;
  max-width: 120px;
  margin-bottom: 24px;
}

.questions, .answers {
  font-size: 18px;
}
.questions li, .answers li {
  padding: 6px 8px;
  margin-bottom: 6px;
}

.answers li .percentage {
  color: #ffffff;
  font-size: 14px;
  padding: 4px 12px;
  position: relative;
  border-radius: 4px;
  background-color: #888888;
}
.answers li .percentage span {
  position: relative;
  z-index: 1;
}
.answers li .percentage .filler {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background-color: #5cccf4;
}

.questions li {
  cursor: pointer;
}
.questions li:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 4px solid #5cccf4;
  border-radius: 100%;
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.questions li:hover:before, .questions li.chosen:before {
  background-color: #5cccf4;
}

#controls {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 74px;
  z-index: 1000;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#controls .btn {
  margin: 0px;
  font-size: 28px;
  line-height: 30px;
  padding: 12px 64px;
  display: none;
}
#controls .btn#btn-next {
  float: right;
}

#loading {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.72) url("../gfx/loading.gif") no-repeat center center;
  background-size: 60px auto;
  z-index: 9000;
  display: none;
  justify-content: center;
  align-items: center;
}
#loading .message-holder {
  padding: 24px 40px;
  border-radius: 12px;
  text-align: center;
  background-color: #ffffff;
  width: 400px;
  max-width: 90%;
}

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