/* 	-------------------------------------------------
 	Base Mixins
	------------------------------------------------- */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/* 	-------------------------------------------------
 	Grayscale Filter
	------------------------------------------------- */
.grayscale {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity=(50));
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.no-grayscale {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
}
/* 	-------------------------------------------------
 	Animations
	------------------------------------------------- */
/* 	-------------------------------------------------
 	Media Wraps
	------------------------------------------------- */
@font-face {
  font-family: 'SFProDisplay-Regular';
  src: url(fonts/SFProDisplay-Regular/SFProDisplay-Regular.eot);
  src: url(fonts/SFProDisplay-Regular/SFProDisplay-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/SFProDisplay-Regular/SFProDisplay-Regular.woff) format('woff'), url(fonts/SFProDisplay-Regular/SFProDisplay-Regular.ttf) format('truetype'), url(fonts/SFProDisplay-Regular/SFProDisplay-Regular.otf) format('opentype'), url(fonts/SFProDisplay-Regular/SFProDisplay-Regular.svg#webfont) format('svg');
  font-weight: 'normal';
}
.font-sf-pro-display {
  font-family: 'SFProDisplay-Regular';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}
@-moz-keyframes fadeIn {
  0% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes scaleHeight {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes scaleHeight {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-o-keyframes scaleHeight {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes scaleHeight {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.fl-builder-edit #app .menu {
  display: none;
}
.fl-page {
  max-width: 1000px !important;
}
#app {
  background: #000;
  color: #fff;
  padding: 1px 0px;
  max-width: 1000px;
  margin: auto;
}
#app h1,
#app h2,
#app h3,
#app h4,
#app h5 {
  color: inherit;
  margin: 0;
  margin-bottom: 20px;
}
#app hr {
  border-top-color: #2d2d2d;
}
#app .btn {
  border-radius: 0;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 18px;
  background: #333333;
  color: inherit;
  border: none;
}
#app .btn:hover {
  color: inherit;
  background: #1a1a1a;
}
#app .btn:focus {
  outline: none;
  top: 0;
}
#app .btn[disabled] {
  cursor: not-allowed;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
  filter: alpha(opacity=(20));
  -moz-opacity: 0.2;
  opacity: 0.2;
}
#app .btn-icon {
  font-size: 20px;
  padding: 12px 16px;
}
#app .btn-icon span {
  width: 1em;
  text-align: center;
}
#app .btn-primary {
  background: #df353c;
}
#app .btn-primary:hover {
  color: inherit;
  background: #c21f25;
}
#app .alert {
  border-radius: 0;
  background: none;
  color: #df353c;
  margin-bottom: 10px;
  border: 2px solid #df353c;
  font-weight: bold;
  padding: 7px 10px;
}
#app .alert:after {
  content: '';
  display: block;
  clear: both;
}
#app .alert .close {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
  color: inherit;
  text-shadow: none;
}
#app .alert-success {
  color: #6ac078;
  border-color: #6ac078;
}
#app .actions label {
  display: block;
  font-weight: normal;
}
#app .actions input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 12px;
  border: none;
  border-bottom: 1px solid #444444;
  background: none;
  color: inherit;
  font-size: 16px;
  line-height: 22px;
  height: auto;
}
#app .actions input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::-webkit-input-placeholder {
  color: #444444;
}
#app .actions input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-moz-placeholder {
  color: #444444;
}
#app .actions input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-ms-placeholder {
  color: #444444;
}
#app .actions input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-ms-input-placeholder {
  color: #444444;
}
#app .actions input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus {
  border-bottom-color: #ff0000;
}
#app .actions input[type='checkbox'] {
  background: #ddd;
  border-color: #ddd;
  width: 15px !important;
  height: 15px !important;
  -webkit-appearance: none;
  padding: 2px;
  outline: none !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
}
#app .actions input[type='checkbox']:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
#app .actions input[type='checkbox']:checked:before {
  background: #df353c;
}
#app .actions .label-checkbox {
  cursor: pointer;
  margin: 0;
  font-weight: 600;
}
#app .actions .label-checkbox span {
  display: inline-block;
  vertical-align: middle;
}
#app .actions .disabled {
  cursor: not-allowed;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  filter: alpha(opacity=(30));
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#app .actions .disabled input {
  cursor: not-allowed;
}
#app .actions .loader {
  display: inline-block;
  line-height: 42px;
  margin-left: 2px;
}
#app .actions .loader span {
  vertical-align: middle;
}
#app .forgot-link {
  font-style: italic;
}
#app .footer-row .image {
  margin-bottom: 30px;
}
#app .fas-text {
  font-weight: bold;
}
#app .view-loader {
  font-size: 3em;
  text-align: center;
  padding: 50px;
}
#app .view-wrapper {
  display: none;
}
#app .view-wrapper.show {
  display: block;
}
#app .view.main {
  padding: 20px;
}
#app .view.complete {
  padding: 20px;
}
#app .view.complete .section-body {
  margin: 20px -20px;
  color: #000;
}
#app .menu {
  position: absolute;
}
#app .menu.nav {
  right: 74px;
  top: 108px;
}
#app .menu.account {
  right: 17px;
  top: 107px;
}
#app .menu .menu-toggle {
  display: block;
  text-align: center;
  width: 30px;
  margin-left: -30px;
  line-height: 30px;
  background: #000;
  cursor: pointer;
}
#app .menu .menu-list {
  list-style: none;
  padding: 0;
}
#app .menu .menu-list li + li {
  margin-top: 2px;
}
#app .menu .menu-list a {
  display: block;
  padding: 5px 15px;
  background: #2d2d2d;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#app .menu .menu-list a:hover,
#app .menu .menu-list a:focus {
  background: #202020;
}
#app .menu .menu-list li.active > a {
  color: #ff0000;
}
#app .menu .menu-list li.disabled > a {
  cursor: not-allowed;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity=(60));
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#app .menu .menu-list li.disabled > a:hover,
#app .menu .menu-list li.disabled > a:focus {
  background: #2d2d2d;
}
#app .menu .menu-list li.hidden-part > a {
  display: none;
}
#app .menu .menu-list li.hidden-part > .menu-list {
  padding-left: 0;
}
#app .menu .menu-list li.hidden-part > .menu-list:before {
  display: none;
}
#app .menu .menu-list li.hidden-part > .menu-list > li > a:before {
  color: transparent;
}
#app .menu .menu-list li.warning > a {
  background: #df353c;
}
#app .menu .menu-list li.warning > a:hover,
#app .menu .menu-list li.warning > a:focus {
  background: #c21f25;
}
#app .menu > .menu-list {
  margin-top: -30px;
  padding: 3px;
  background: #000;
  display: none;
}
#app .menu > .menu-list .menu-list {
  position: relative;
  display: none;
  margin-top: 2px;
  padding-left: 20px;
}
#app .menu > .menu-list .menu-list:before {
  content: '';
  position: absolute;
  left: 0;
  width: 18px;
  top: 0;
  bottom: 0;
  background: #333333;
}
#app .menu > .menu-list .menu-list.open {
  display: block;
}
#app .menu.nav .menu-list {
  counter-reset: menu-counter;
}
#app .menu.nav .menu-list a:after {
  content: "\F10C";
  display: inline-block;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}
#app .menu.nav .menu-list a:before {
  content: counter(menu-counter);
  counter-increment: menu-counter;
  margin-right: 7px;
}
#app .menu.nav .menu-list a:after {
  float: right;
  margin-left: 10px;
}
#app .menu.nav .menu-list li.completed > a:after {
  content: "\F058";
  display: inline-block;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}
#app .menu .menu-overlay {
  cursor: pointer;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: -9999;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#app .menu.open {
  z-index: 10;
}
#app .menu.open .menu-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
#app .menu.open > .menu-list {
  display: block;
}
#app .menu.open > .menu-list,
#app .menu.open .menu-toggle {
  position: relative;
  z-index: 2;
}
#app .section-header {
  position: relative;
  background: #2d2d2d;
  padding: 20px;
}
#app .section-header-right {
  text-align: right;
  margin-top: 10px;
}
#app .section-header-right > * {
  display: inline-block;
  vertical-align: middle;
}
#app .section-title {
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  color: #df353c;
}
#app .section-title.no-subtitle {
  font-size: 30px;
  padding: 12px 18px;
}
#app .section-subtitle {
  text-align: center;
  font-size: 20px;
}
#app .section-body {
  position: relative;
  background: #fff;
  min-height: 520px;
  overflow: hidden;
}
#app .section-body .part-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}
#app .section-body .part-background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none center no-repeat;
  background-size: cover;
}
#app .section-body .part-text-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25%;
  background: rgba(0, 0, 0, 0.75);
  padding: 20px;
}
#app .section-body .part-text {
  font-size: 19px;
}
#app .section-body .part-text strong {
  font-weight: inherit;
  color: #df353c;
}
#app .section-body .part-text ul {
  padding-left: 17px;
}
#app .section-body .part-section-background,
#app .section-body .part-sub-section-background,
#app .section-body .part-pop-background,
#app .section-body .part-complete-background,
#app .section-body .part-video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#app .section-body .part-section-image,
#app .section-body .part-sub-section-image,
#app .section-body .part-complete-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#app .section-body .part-section-image:before,
#app .section-body .part-sub-section-image:before,
#app .section-body .part-complete-image:before {
  content: '';
  position: absolute;
  width: 377px;
  height: 377px;
  background: url(images/introImage.png) center no-repeat;
  background-size: contain;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(10));
  filter: alpha(opacity=(10));
  -moz-opacity: 0.1;
  opacity: 0.1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#app .section-body .part-section-title,
#app .section-body .part-sub-section-title {
  position: absolute;
  left: 52%;
  right: 20px;
  top: 38%;
  color: #fff;
  width: 40%;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: -1px;
}
#app .section-body .part-section-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 100px;
  background: url(images/sectionLogo.png) center no-repeat;
  background-size: contain;
}
#app .section-body .part-sub-section-background,
#app .section-body .part-complete-background {
  background-image: url(images/subSectionBackground.png);
  background-size: cover;
}
#app .section-body .part-sub-section-image:before,
#app .section-body .part-complete-image:before {
  background-image: url(images/introSectionImage.png);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
}
#app .section-body .part-sub-section-title {
  color: #ff0000;
}
#app .section-body .part-sub-section-subtitle {
  color: #808080;
  font-size: 0.8em;
  line-height: 1em;
}
#app .section-body .part-pop-background {
  background-image: url(images/popBackground.png);
  background-size: cover;
}
#app .section-body .part-pop-image {
  position: absolute;
  width: 560px;
  height: 490px;
  top: 50%;
  left: 60%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: none center no-repeat;
  background-size: contain;
}
#app .section-body .part-interaction {
  position: absolute;
  width: 125px;
  height: 125px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 4em;
  cursor: pointer;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(40));
  filter: alpha(opacity=(40));
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#app .section-body .part-interaction:before,
#app .section-body .part-interaction:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none center no-repeat;
  background-size: auto 100%;
}
#app .section-body .part-interaction:before {
  background-image: url(images/circleOuter.png);
}
#app .section-body .part-interaction:after {
  background-image: url(images/circleInner.png);
}
#app .section-body .part-interaction:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(75));
  filter: alpha(opacity=(75));
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#app .section-body .part-interaction:hover:before {
  -webkit-animation: interactSpin 2s infinite linear;
  -moz-animation: interactSpin 2s infinite linear;
  -o-animation: interactSpin 2s infinite linear;
  animation: interactSpin 2s infinite linear;
}
#app .section-body .part-interaction:hover:after {
  -webkit-animation: interactSpin 2s reverse infinite linear;
  -moz-animation: interactSpin 2s reverse infinite linear;
  -o-animation: interactSpin 2s reverse infinite linear;
  animation: interactSpin 2s reverse infinite linear;
}
#app .section-body .part-interaction.clicked {
  cursor: inherit;
  background: none;
  color: #df353c;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
}
#app .section-body .part-interaction.clicked:before {
  content: "\F058";
  display: inline-block;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}
#app .section-body .part-interaction.clicked:before {
  font-size: 4em;
  text-align: center;
  width: 100%;
  top: 50%;
  bottom: inherit;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  background: none;
}
#app .section-body .part-interaction.clicked:after {
  display: none;
}
#app .section-body .part-complete-text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 20%;
  width: 60%;
  color: #515151;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2em;
  font-weight: bold;
}
#app .section-body .part-video-background {
  background-image: url(images/videoBackground.png);
  background-size: cover;
}
#app .section-body .part-video-wrap {
  position: absolute;
  left: 62.5%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #444444;
  padding: 6px;
}
#app .section-body .part-video {
  display: block;
}
#app .section-body .part-question-wrap {
  position: absolute;
  left: 25%;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
}
#app .section-body .part-question {
  color: #df353c;
  margin-bottom: 20px;
}
#app .section-body .part-question-choice {
  color: #515151;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
#app .section-body .part-question-choice:hover {
  color: #df353c;
}
#app .section-body .part-question-choice.chosen {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity=(50));
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: #515151;
  cursor: inherit;
}
#app .section-body .part-question-choice.answer {
  color: #df353c !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
}
#app .section-body .part-question-choice input {
  display: inline-block;
  border: 1px solid;
  background: #fff;
  font-size: 22px;
  border-radius: 0;
  padding: 7px 10px;
  color: #515151;
  width: 80px;
  text-overflow: ellipsis;
  margin-right: 12px;
  text-align: center;
}
#app .section-body .part-question-choice input::-webkit-outer-spin-button,
#app .section-body .part-question-choice input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
#app .section-body .part-question-choice.correct {
  color: #df353c !important;
  pointer-events: none;
}
#app .section-body .part-question-choice.correct span:after {
  content: ' (Correct)';
}
#app .section-body .part-question-reorder {
  position: relative;
}
#app .section-body .part-question-choice.reorder {
  cursor: inherit;
  position: absolute;
  width: 45%;
  background: #515151;
  color: #fff;
  height: 46px;
  border: 3px solid #515151;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#app .section-body .part-question-choice.reorder.drag {
  cursor: pointer;
  border-color: transparent;
  height: 42px;
  z-index: 1;
  background: none;
}
#app .section-body .part-question-choice.reorder.drag span {
  display: block;
  background: #515151;
  margin: 0px;
  padding: 0 10px;
  line-height: 40px;
}
#app .section-body .part-question-choice.reorder.drop {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  background: #808080;
}
#app .section-body .part-question-choice.reorder.drop.match {
  border-color: #df353c;
}
#app .section-body .part-question-choice.reorder.choice-0 {
  top: 0;
}
#app .section-body .part-question-choice.reorder.choice-0.drop {
  right: 0;
}
#app .section-body .part-question-choice.reorder.choice-1 {
  top: 50px;
}
#app .section-body .part-question-choice.reorder.choice-1.drop {
  right: 0;
}
#app .section-body .part-question-choice.reorder.choice-2 {
  top: 100px;
}
#app .section-body .part-question-choice.reorder.choice-2.drop {
  right: 0;
}
#app .section-body .part-question-choice.reorder.choice-3 {
  top: 150px;
}
#app .section-body .part-question-choice.reorder.choice-3.drop {
  right: 0;
}
#app .section-body .part-question-choice.reorder.choice-4 {
  top: 200px;
}
#app .section-body .part-question-choice.reorder.choice-4.drop {
  right: 0;
}
#app .section-body .part-question-choice.reorder.choice-5 {
  top: 250px;
}
#app .section-body .part-question-choice.reorder.choice-5.drop {
  right: 0;
}
#app .section-body .part-question-choice.reorder.choice-6 {
  top: 300px;
}
#app .section-body .part-question-choice.reorder.choice-6.drop {
  right: 0;
}
#app .section-body .part-question-choice.reorder.dragging {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 10;
  pointer-events: none;
  cursor: inherit;
}
#app .section-body .part-phone {
  position: absolute;
  left: 68%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 565px;
  height: 654px;
  background: url(images/phoneHand.png) center no-repeat;
  background-size: contain;
  color: #000;
  font-family: 'SFProDisplay-Regular';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}
#app .section-body .part-phone.in-call .part-phone-screen {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
}
#app .section-body .part-phone.in-call .part-phone-number {
  top: 105px;
  color: #fff;
  z-index: 1;
  font-size: 26px;
}
#app .section-body .part-phone.in-call .part-phone-keypad {
  display: none;
}
#app .section-body .part-phone-number {
  position: absolute;
  left: 120px;
  top: 112px;
  width: 150px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
#app .section-body .part-phone-keypad {
  position: absolute;
  top: 172px;
  left: 120px;
  width: 150px;
}
#app .section-body .part-phone-keypad .part-phone-btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 38px;
  height: 38px;
  background: #e5e5e5;
  cursor: pointer;
  margin: 0 6px 7px;
  border-radius: 4em;
  padding-top: 5px;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#app .section-body .part-phone-keypad .part-phone-btn small {
  display: block;
  font-size: 0.4em;
  margin-top: -4px;
}
#app .section-body .part-phone-keypad .part-phone-btn small.symbol {
  font-size: 0.5em;
}
#app .section-body .part-phone-keypad .part-phone-btn:active {
  background: #cccccc;
}
#app .section-body .part-phone-keypad .part-phone-btn.call-btn {
  margin-top: 6px;
  margin-left: 56px;
  background: url(images/phoneCall.png) center no-repeat;
  background-size: cover;
}
#app .section-body .part-phone-keypad .part-phone-btn.del-btn {
  margin-top: 6px;
  border-radius: 0;
  background: url(images/phoneDelete.png) center no-repeat;
  background-size: cover;
}
#app .section-body .part-phone-keypad .part-phone-btn.symbol-btn {
  font-size: 26px;
}
#app .section-body .part-voice-text-wrap {
  position: absolute;
  top: 120px;
  right: 50px;
  width: 220px;
  background: #fff;
  color: #000;
  padding: 10px;
  min-height: 43px;
}
#app .section-body .part-voice-text-wrap:before {
  content: '';
  position: absolute;
  bottom: 15px;
  width: 0;
  height: 0;
  left: -15px;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #fff transparent;
}
#app .section-body .part-voice-text-wrap p {
  margin: 0;
}
#app .section-body .part-phone-screen {
  position: absolute;
  background: url(images/phoneCallScreen.jpg) center no-repeat;
  background-size: 100%;
  width: 210px;
  height: 368px;
  left: 90px;
  top: 75px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  opacity: 0;
}
#app .section-body.disabled {
  pointer-events: none;
}
#app .section-body[data-id="prelude"] .part-text-wrap {
  width: 45%;
}
#app .section-body[data-id="prelude"] .part-text {
  font-size: 16px;
}
#app .section-nav {
  background: #2d2d2d;
  color: #fff;
  padding: 15px 40px;
  font-size: 22px;
  line-height: 24px;
}
#app .section-nav:after {
  content: '';
  display: block;
  clear: both;
}
#app .section-nav a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  cursor: pointer;
  line-height: 34px;
}
#app .section-nav a:hover,
#app .section-nav a:focus {
  color: #ff0000;
}
#app .section-nav .btn-prev {
  float: left;
}
#app .section-nav .btn-next {
  float: right;
}
#app .section-nav-pages {
  list-style: none;
  margin: 0;
  padding: 0 100px;
  text-align: center;
}
#app .section-nav-pages li {
  position: relative;
  display: inline-block;
}
#app .section-nav-pages li a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
}
#app .section-nav-pages li a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid #515151;
  border-radius: 2em;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#app .section-nav-pages li a:hover:before,
#app .section-nav-pages li a:focus:before {
  border-color: #fff;
}
#app .section-nav-pages li.disabled a:before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
  filter: alpha(opacity=(20));
  -moz-opacity: 0.2;
  opacity: 0.2;
  cursor: not-allowed;
  border-color: #515151;
}
#app .section-nav-pages li.active a:before {
  border-color: #fff;
  background: #fff;
}
#app .section-footer {
  background: #2d2d2d;
  color: #515151;
  padding: 15px 20px;
  text-align: center;
}
#app .progress-loader {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
#app .progress-loader > * {
  display: block !important;
}
#app .progress-loader .dial {
  display: none !important;
  font-size: 15px !important;
  margin: 0 !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#app .progress-loader .dial-value {
  position: absolute;
  font-size: 13px !important;
  font-weight: bold;
  margin: 0 !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#app .progress-bar-loader {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #fff;
  cursor: help;
}
#app .progress-bar-loader .progress-current,
#app .progress-bar-loader .progress-total {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #df353c;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
#app .progress-bar-loader .progress-current {
  z-index: 1;
}
#app .progress-bar-loader .progress-total {
  background: #808080;
}
#app .section-block {
  padding: 30px;
  text-align: center;
  font-size: 20px;
}
#app .section-block .btn {
  font-size: inherit;
  color: #fff;
  max-width: 400px;
}
#app .section-block .btn-lg {
  display: block;
  padding: 20px 40px;
  margin: 20px auto;
}
#app .section-stats {
  padding: 40px 20px;
  text-align: center;
  font-size: 20px;
  background: #E2E2E2;
}
#app .section-stats .stat-title {
  color: #df353c;
  margin-bottom: 30px;
}
#app .section-stats .stat-value {
  font-size: 24px;
}
#app .resource {
  text-align: left;
}
#app .resource h3 {
  color: #df353c;
  font-size: 28px;
}
#app .resource h3 small {
  display: block;
  color: inherit;
}
#app .resource .resource-intro {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#app .resource .resource-description {
  font-size: 15px;
}
#app .resource .resource-certs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-bottom: 20px;
}
#app .resource .resource-certs li {
  margin-bottom: 5px;
}
#app .resource .resource-certs li:before {
  content: "\F105";
  display: inline-block;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}
#app .resource .resource-certs li:before {
  margin-right: 10px;
}
#app .resource .btn {
  display: block;
  margin-bottom: 20px;
}
#app .resource + .resource {
  border-top: 2px solid #E2E2E2;
}
#app .section-more {
  background: #df353c;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 40px 20px;
}
#app .section-more a {
  color: inherit;
}
#app .section-body:not(.animate) .part-background-image,
#app .section-body:not(.animate) .part-text-wrap,
#app .section-body:not(.animate) .part-section-image,
#app .section-body:not(.animate) .part-sub-section-image,
#app .section-body:not(.animate) .part-section-title,
#app .section-body:not(.animate) .part-sub-section-title,
#app .section-body:not(.animate) .part-section-logo,
#app .section-body:not(.animate) .part-complete-image,
#app .section-body:not(.animate) .part-complete-logo,
#app .section-body:not(.animate) .part-question {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  opacity: 0;
}
#app .section-body .part-question-choice:not(.animate),
#app .section-body .part-voice-text-wrap:not(.animate) {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  opacity: 0;
}
#app .section-body.animate .part-background-image {
  -webkit-animation: fadeIn 0.7s 0.2s ease-in-out both;
  -moz-animation: fadeIn 0.7s 0.2s ease-in-out both;
  -o-animation: fadeIn 0.7s 0.2s ease-in-out both;
  animation: fadeIn 0.7s 0.2s ease-in-out both;
}
#app .section-body.animate .part-text-wrap {
  -webkit-animation: scaleHeight 0.7s 0.2s ease-in-out both;
  -moz-animation: scaleHeight 0.7s 0.2s ease-in-out both;
  -o-animation: scaleHeight 0.7s 0.2s ease-in-out both;
  animation: scaleHeight 0.7s 0.2s ease-in-out both;
}
#app .section-body.animate .part-text {
  -webkit-animation: fadeIn 0.7s 0.7s ease-in-out both;
  -moz-animation: fadeIn 0.7s 0.7s ease-in-out both;
  -o-animation: fadeIn 0.7s 0.7s ease-in-out both;
  animation: fadeIn 0.7s 0.7s ease-in-out both;
}
#app .section-body.animate .part-section-image,
#app .section-body.animate .part-sub-section-image {
  -webkit-animation: sectionImageIn 2s 0s both ease-in, sectionImageOut 1s 2.5s forwards ease-out;
  -moz-animation: sectionImageIn 2s 0s both ease-in, sectionImageOut 1s 2.5s forwards ease-out;
  -o-animation: sectionImageIn 2s 0s both ease-in, sectionImageOut 1s 2.5s forwards ease-out;
  animation: sectionImageIn 2s 0s both ease-in, sectionImageOut 1s 2.5s forwards ease-out;
}
#app .section-body.animate .part-section-title,
#app .section-body.animate .part-sub-section-title {
  -webkit-animation: sectionTitleIn 1.5s 1s both;
  -moz-animation: sectionTitleIn 1.5s 1s both;
  -o-animation: sectionTitleIn 1.5s 1s both;
  animation: sectionTitleIn 1.5s 1s both;
}
#app .section-body.animate .part-section-logo {
  -webkit-animation: sectionLogoIn 1s both;
  -moz-animation: sectionLogoIn 1s both;
  -o-animation: sectionLogoIn 1s both;
  animation: sectionLogoIn 1s both;
}
#app .section-body.animate .part-pop-image {
  -webkit-animation: popImageIn 1s 1.5s both;
  -moz-animation: popImageIn 1s 1.5s both;
  -o-animation: popImageIn 1s 1.5s both;
  animation: popImageIn 1s 1.5s both;
}
#app .section-body.animate .part-complete-text {
  -webkit-animation: fadeIn 3s both ease-out;
  -moz-animation: fadeIn 3s both ease-out;
  -o-animation: fadeIn 3s both ease-out;
  animation: fadeIn 3s both ease-out;
}
#app .section-body.animate .part-question {
  -webkit-animation: fadeIn 1s both ease-out;
  -moz-animation: fadeIn 1s both ease-out;
  -o-animation: fadeIn 1s both ease-out;
  animation: fadeIn 1s both ease-out;
}
#app .section-body.animate .part-question-choice.animate {
  -webkit-animation: questionSlideIn 0.5s both ease-out;
  -moz-animation: questionSlideIn 0.5s both ease-out;
  -o-animation: questionSlideIn 0.5s both ease-out;
  animation: questionSlideIn 0.5s both ease-out;
}
#app .section-body.animate .part-voice-text-wrap.animate {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
#app .section-body.text-only .part-background-image,
#app .section-body.text-only .part-text-wrap,
#app .section-body.text-only .part-question {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
#app .section-body.text-only .part-question-choice {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
#app .section-body.text-only .part-text {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  opacity: 0;
}
@-moz-keyframes interactSpin {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes interactSpin {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-o-keyframes interactSpin {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes interactSpin {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes sectionImageIn {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
    -moz-transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
    -o-transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
    transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
  }
  100% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -moz-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -o-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
  }
}
@-webkit-keyframes sectionImageIn {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
    -moz-transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
    -o-transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
    transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
  }
  100% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -moz-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -o-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
  }
}
@-o-keyframes sectionImageIn {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
    -moz-transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
    -o-transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
    transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
  }
  100% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -moz-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -o-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
  }
}
@keyframes sectionImageIn {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
    -moz-transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
    -o-transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
    transform: translateX(0) translateY(100%) scale(0.2) rotateZ(45deg);
  }
  100% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -moz-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -o-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
  }
}
@-moz-keyframes sectionImageOut {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -moz-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -o-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
  }
  100% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
    -moz-transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
    -o-transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
    transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
  }
}
@-webkit-keyframes sectionImageOut {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -moz-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -o-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
  }
  100% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
    -moz-transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
    -o-transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
    transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
  }
}
@-o-keyframes sectionImageOut {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -moz-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -o-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
  }
  100% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
    -moz-transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
    -o-transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
    transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
  }
}
@keyframes sectionImageOut {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -moz-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    -o-transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
    transform: translateX(0) translateY(0) scale(1) rotateZ(0deg);
  }
  100% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
    -moz-transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
    -o-transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
    transform: translateX(-70%) translateY(-50%) scale(2) rotateZ(0deg);
  }
}
@-moz-keyframes sectionTitleIn {
  0% {
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@-webkit-keyframes sectionTitleIn {
  0% {
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@-o-keyframes sectionTitleIn {
  0% {
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes sectionTitleIn {
  0% {
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@-moz-keyframes sectionLogoIn {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes sectionLogoIn {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes sectionLogoIn {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes sectionLogoIn {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes questionSlideIn {
  0% {
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes questionSlideIn {
  0% {
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-o-keyframes questionSlideIn {
  0% {
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes questionSlideIn {
  0% {
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-moz-keyframes popImageIn {
  0% {
    -webkit-transform: translateX(-60%) translateY(-60%) scale(1.3);
    -moz-transform: translateX(-60%) translateY(-60%) scale(1.3);
    -o-transform: translateX(-60%) translateY(-60%) scale(1.3);
    transform: translateX(-60%) translateY(-60%) scale(1.3);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  33% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translateX(-52%) translateY(-52%) scale(1.06);
    -moz-transform: translateX(-52%) translateY(-52%) scale(1.06);
    -o-transform: translateX(-52%) translateY(-52%) scale(1.06);
    transform: translateX(-52%) translateY(-52%) scale(1.06);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
    filter: alpha(opacity=(80));
    -moz-opacity: 0.8;
    opacity: 0.8;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  66% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  82% {
    -webkit-transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    -moz-transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    -o-transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(95));
    filter: alpha(opacity=(95));
    -moz-opacity: 0.95;
    opacity: 0.95;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  92% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  97% {
    -webkit-transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    -moz-transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    -o-transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(97.5));
    filter: alpha(opacity=(97.5));
    -moz-opacity: 0.975;
    opacity: 0.975;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes popImageIn {
  0% {
    -webkit-transform: translateX(-60%) translateY(-60%) scale(1.3);
    -moz-transform: translateX(-60%) translateY(-60%) scale(1.3);
    -o-transform: translateX(-60%) translateY(-60%) scale(1.3);
    transform: translateX(-60%) translateY(-60%) scale(1.3);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  33% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translateX(-52%) translateY(-52%) scale(1.06);
    -moz-transform: translateX(-52%) translateY(-52%) scale(1.06);
    -o-transform: translateX(-52%) translateY(-52%) scale(1.06);
    transform: translateX(-52%) translateY(-52%) scale(1.06);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
    filter: alpha(opacity=(80));
    -moz-opacity: 0.8;
    opacity: 0.8;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  66% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  82% {
    -webkit-transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    -moz-transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    -o-transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(95));
    filter: alpha(opacity=(95));
    -moz-opacity: 0.95;
    opacity: 0.95;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  92% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  97% {
    -webkit-transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    -moz-transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    -o-transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(97.5));
    filter: alpha(opacity=(97.5));
    -moz-opacity: 0.975;
    opacity: 0.975;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes popImageIn {
  0% {
    -webkit-transform: translateX(-60%) translateY(-60%) scale(1.3);
    -moz-transform: translateX(-60%) translateY(-60%) scale(1.3);
    -o-transform: translateX(-60%) translateY(-60%) scale(1.3);
    transform: translateX(-60%) translateY(-60%) scale(1.3);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  33% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translateX(-52%) translateY(-52%) scale(1.06);
    -moz-transform: translateX(-52%) translateY(-52%) scale(1.06);
    -o-transform: translateX(-52%) translateY(-52%) scale(1.06);
    transform: translateX(-52%) translateY(-52%) scale(1.06);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
    filter: alpha(opacity=(80));
    -moz-opacity: 0.8;
    opacity: 0.8;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  66% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  82% {
    -webkit-transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    -moz-transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    -o-transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(95));
    filter: alpha(opacity=(95));
    -moz-opacity: 0.95;
    opacity: 0.95;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  92% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  97% {
    -webkit-transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    -moz-transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    -o-transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(97.5));
    filter: alpha(opacity=(97.5));
    -moz-opacity: 0.975;
    opacity: 0.975;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes popImageIn {
  0% {
    -webkit-transform: translateX(-60%) translateY(-60%) scale(1.3);
    -moz-transform: translateX(-60%) translateY(-60%) scale(1.3);
    -o-transform: translateX(-60%) translateY(-60%) scale(1.3);
    transform: translateX(-60%) translateY(-60%) scale(1.3);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  33% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translateX(-52%) translateY(-52%) scale(1.06);
    -moz-transform: translateX(-52%) translateY(-52%) scale(1.06);
    -o-transform: translateX(-52%) translateY(-52%) scale(1.06);
    transform: translateX(-52%) translateY(-52%) scale(1.06);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
    filter: alpha(opacity=(80));
    -moz-opacity: 0.8;
    opacity: 0.8;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  66% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  82% {
    -webkit-transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    -moz-transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    -o-transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    transform: translateX(-50.5%) translateY(-50.5%) scale(1.015);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(95));
    filter: alpha(opacity=(95));
    -moz-opacity: 0.95;
    opacity: 0.95;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  92% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  97% {
    -webkit-transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    -moz-transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    -o-transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    transform: translateX(-50.25%) translateY(-50.25%) scale(1.0075);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(97.5));
    filter: alpha(opacity=(97.5));
    -moz-opacity: 0.975;
    opacity: 0.975;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
body.login {
  background: #212121;
}
body.login h1 {
  background: url(images/site-logo.png) center top no-repeat;
  background-size: auto 100%;
  width: auto;
  height: 84px;
  margin-bottom: 25px;
}
body.login h1 a {
  display: none;
}
body.login #nav {
  display: none;
}
body.login #nav a,
body.login #backtoblog a {
  color: #fff;
}
