@charset "UTF-8";
/* Vendor */
@import url("https://fonts.googleapis.com/css?family=Lato:400,300,700,900");
@import url("https://fonts.googleapis.com/css?family=Allerta+Stencil");
@import url("https://fonts.googleapis.com/css?family=Catamaran:100,300,400,600");
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

/* Core */
/* Theme - replace '_example.scss' with '_<client>.scss' */
/* Override any !default declarations from other scss files here */
/* Base */
@font-face {
  font-family: 'Museo300';
  src: url("../fonts/Museo300-Regular-webfont.eot");
  src: url("../fonts/Museo300-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Museo300-Regular-webfont.woff") format("woff"), url("../fonts/Museo300-Regular-webfont.ttf") format("truetype"), url("../fonts/Museo300-Regular-webfont.svg#webfont") format("svg"); }

@font-face {
  font-family: 'Museo500';
  src: url("../fonts/Museo500-Regular-webfont.eot");
  src: url("../fonts/Museo500-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Museo500-Regular-webfont.woff") format("woff"), url("../fonts/Museo500-Regular-webfont.ttf") format("truetype"), url("../fonts/Museo500-Regular-webfont.svg#webfont") format("svg"); }

@font-face {
  font-family: 'Museo700';
  src: url("../fonts/Museo700-Regular-webfont.eot");
  src: url("../fonts/Museo700-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Museo700-Regular-webfont.woff") format("woff"), url("../fonts/Museo700-Regular-webfont.ttf") format("truetype"), url("../fonts/Museo700-Regular-webfont.svg#webfont") format("svg"); }

* {
  box-sizing: border-box;
  font-family: "Museo300", sans-serif; }

html, body {
  padding: 0;
  margin: 0; }

html {
  height: 100%; }

body {
  height: 100%;
  background-color: #F8F8F8;
  font-size: 16px;
  font-family: "Museo300", "Helvetica Neue", Helvetica, Arial, sans-serif; }

main {
  height: 100%; }

sup, sub {
  font-size: 0.5em; }

iframe#ifrm {
  position: relative;
  width: 100%;
  height: 100%;
  top: 50px;
  left: 0;
  z-index: 0;
  border: none; }
  @media screen and (min-width: 640px) {
    iframe#ifrm {
      top: 90px; } }

button {
  -moz-box-shadow: inset 0px 0px 3px 0px #003595;
  -webkit-box-shadow: inset 0px 0px 3px 0px #003595;
  box-shadow: inset 0px 0px 3px 0px #003595;
  background-color: #0084d6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-style: none;
  text-indent: 0;
  color: #ffffff;
  font-family: "Museo300", sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  width: auto;
  height: 2em;
  padding: .25em 1em .4em 1em;
  font-weight: 300; }
  @media screen and (min-width: 1024px) {
    button {
      font-size: 1.5em;
      padding: .25em 3em .4em 3em; } }
  button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00b3e3), color-stop(1, #0084d6));
    background: -moz-linear-gradient(center top, #00b3e3 5%, #0084d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b3e3', endColorstr='#0084d6');
    background-color: #C0DCF4; }

::-webkit-scrollbar {
  display: none; }

/* Layout */
.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: 100%; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  .container .main-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    display: table-cell;
    height: 100vh;
    min-height: 100%;
    padding: 1.25em; }
    .container .main-content:last-child {
      margin-right: 0; }
  .container .sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    display: table-cell;
    height: 100vh;
    min-height: 100%;
    padding: 1.25em; }
    .container .sidebar:last-child {
      margin-right: 0; }

.container-full-width {
  width: 100%;
  max-width: 100%; }

.container-true-false,
.container-matching {
  position: relative;
  height: 100%;
  overflow: hidden; }

.column-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .column-content:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .column-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0; }
      .column-content:last-child {
        margin-right: 0; } }

.column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .column:last-child {
    margin-right: 0; }

@media screen and (min-width: 1024px) {
  .column-1-of-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .column-1-of-2:last-child {
      margin-right: 0; }
    .column-1-of-2:nth-child(2n) {
      margin-right: 0; }
    .column-1-of-2:nth-child(2n+1) {
      clear: left; } }

/* Pages */
.loader-container {
  position: absolute;
  top: 47%;
  left: 36.5%; }

.js-animate-loaders {
  font-family: "Museo300", sans-serif;
  font-weight: 300;
  color: #FFF;
  font-size: 4vw; }

.content {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.start {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2; }

.game-complete {
  text-align: center;
  margin-top: 2em; }

.loading {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2; }

.loading > img, .start > img {
  width: 100%; }

.js-start-click {
  cursor: pointer; }

.section {
  height: 100%;
  background-color: #FFF;
  margin: 0 auto 0 auto;
  overflow: hidden;
  width: 100%; }

.main {
  position: relative;
  top: 0; }

.menu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  background: url(../images/menu_bg.png);
  background-size: 100% 50px;
  z-index: 2; }
  @media screen and (min-width: 480px) {
    .menu {
      height: 50px;
      background-size: 100% 50px; } }
  @media screen and (min-width: 640px) {
    .menu {
      height: 90px;
      background-size: 1024px 90px; } }
  @media screen and (min-width: 1024px) {
    .menu {
      height: 90px;
      background-size: 1024px 90px; } }

.logo {
  background: url(../images/summa-logo.png);
  width: 89px;
  height: 40px;
  background-size: 89px 40px;
  margin: .25em .5em;
  display: inline-block; }
  @media screen and (min-width: 640px) {
    .logo {
      width: 156px;
      height: 70px;
      background-size: 156px 70px;
      margin: .5em .8em; } }

.title {
  position: relative;
  width: auto;
  top: -15px;
  left: 10px;
  color: #0084d6;
  font-size: 1.5em;
  font-family: "Museo300", sans-serif;
  font-weight: 500;
  display: inline-block; }
  @media screen and (min-width: 640px) {
    .title {
      font-size: 1.8em;
      top: -30px;
      left: 10px; } }

.transition {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: white; }

.vzaar-video {
  width: 480px;
  height: 330px; }
  @media screen and (min-width: 640px) {
    .vzaar-video {
      width: 768px;
      height: 528px; } }
  @media screen and (min-width: 1024px) {
    .vzaar-video {
      width: 1024px;
      height: 704px; } }

#video {
  width: 100%;
  max-height: 718px;
  top: 0px;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    #video {
      top: 89px; } }

.wistia_responsive_wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0; }

.slide {
  padding: 2em 2em; }
  @media screen and (min-width: 640px) {
    .slide {
      margin-top: 2em;
      padding: 0 0 0 2em; } }
  .slide .slide_text_container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .slide .slide_text_container:last-child {
      margin-right: 0; }
    @media screen and (min-width: 640px) {
      .slide .slide_text_container {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .slide .slide_text_container:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .slide .slide_text_container {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .slide .slide_text_container:last-child {
          margin-right: 0; } }
  .slide h5 {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: .5em;
    color: #0084d6;
    font-weight: 400; }
  .slide .slide_bullets {
    font-size: 1.5em;
    visibility: hidden;
    font-family: "Museo300", sans-serif;
    font-weight: 400;
    color: #0084d6; }
    @media screen and (min-width: 640px) {
      .slide .slide_bullets {
        font-size: 1.8em; } }
    @media screen and (min-width: 1024px) {
      .slide .slide_bullets {
        font-size: 1.8em; } }
  .slide .slide_content {
    text-align: left;
    font-size: 1.5em;
    font-family: "Museo300", sans-serif;
    font-weight: 400;
    color: #0084d6;
    visibility: hidden; }
    @media screen and (min-width: 640px) {
      .slide .slide_content {
        font-size: 1.8em; } }
    @media screen and (min-width: 1024px) {
      .slide .slide_content {
        font-size: 1.8em; } }
  .slide .slide_text {
    position: relative;
    font-family: "Museo300", sans-serif;
    font-weight: 400;
    color: #0084d6;
    font-size: 1.8em;
    visibility: hidden; }
    @media screen and (min-width: 640px) {
      .slide .slide_text {
        font-size: 2em; } }
    @media screen and (min-width: 1024px) {
      .slide .slide_text {
        font-size: 2.5em; } }
  .slide .slide_intro {
    position: relative;
    font-family: "Museo300", sans-serif;
    font-weight: 400;
    text-align: center;
    color: #0084d6;
    font-size: 1.8em;
    visibility: hidden; }
    @media screen and (min-width: 640px) {
      .slide .slide_intro {
        font-size: 2em; } }
    @media screen and (min-width: 1024px) {
      .slide .slide_intro {
        font-size: 2.5em; } }
  .slide .links {
    font-size: .8em;
    color: #003595;
    text-decoration: none; }
    @media screen and (min-width: 640px) {
      .slide .links {
        font-size: 1em; } }
  .slide .slide_divider {
    border-left: solid 10px white;
    position: relative;
    margin: 0 0 0 50%;
    z-index: 2;
    visibility: hidden;
    display: none; }
    @media screen and (min-width: 640px) {
      .slide .slide_divider {
        display: block;
        height: 451px; } }
    @media screen and (min-width: 1024px) {
      .slide .slide_divider {
        display: block;
        height: 628px; } }
  .slide .slide_image_container {
    display: none; }
    @media screen and (min-width: 640px) {
      .slide .slide_image_container {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-right: 0; }
        .slide .slide_image_container:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .slide .slide_image_container {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-right: 0; }
        .slide .slide_image_container:last-child {
          margin-right: 0; } }
    .slide .slide_image_container .slide_image {
      position: relative;
      visibility: hidden; }
      @media screen and (min-width: 640px) {
        .slide .slide_image_container .slide_image {
          background-size: 328px 451px;
          width: 328px;
          height: 451px;
          float: right; } }
      @media screen and (min-width: 1024px) {
        .slide .slide_image_container .slide_image {
          background-size: 457px 628px;
          width: 457px;
          height: 628px;
          float: right; } }
  .slide .slide_button {
    font-size: 1.2em;
    width: auto;
    height: auto;
    padding: .5em;
    visibility: hidden; }
  .slide .continue_button {
    font-size: 1.2em;
    width: auto;
    height: auto;
    padding: .5em 1em;
    float: right;
    visibility: hidden; }
  .slide .slide_footer {
    margin: 1em 0;
    float: left; }
    @media screen and (min-width: 640px) {
      .slide .slide_footer {
        position: absolute;
        top: 481px; } }
    @media screen and (min-width: 1024px) {
      .slide .slide_footer {
        position: absolute;
        top: 638px; } }
  .slide .weightChart {
    text-align: center;
    width: 100%;
    visibility: hidden; }
    @media screen and (min-width: 480px) {
      .slide .weightChart {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0; }
        .slide .weightChart:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 640px) {
      .slide .weightChart {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-right: 0; }
        .slide .weightChart:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .slide .weightChart {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-right: 0; }
        .slide .weightChart:last-child {
          margin-right: 0; } }
    .slide .weightChart .details {
      color: white; }
    .slide .weightChart .bmi_title {
      display: inline-block;
      width: 100%;
      font-size: 1.2rem;
      color: #003595;
      font-weight: 500;
      margin-bottom: .5em;
      text-align: center; }
      @media screen and (min-width: 640px) {
        .slide .weightChart .bmi_title {
          width: 50%;
          font-size: 1.2rem;
          margin-top: .5em; } }
    .slide .weightChart .gain_title {
      display: inline-block;
      width: 100%;
      font-size: 1.2rem;
      color: #003595;
      font-weight: 500;
      margin-bottom: .5em;
      text-align: center; }
      @media screen and (min-width: 640px) {
        .slide .weightChart .gain_title {
          width: 40%;
          font-size: 1.2rem;
          margin-top: .5em; } }
  .slide .underweight {
    margin-bottom: .4em; }
    .slide .underweight .bmi {
      border-radius: 5px;
      padding: 1em;
      background-color: #2f79ff;
      color: white;
      display: inline-block;
      width: 50%;
      height: auto;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .slide .underweight .bmi {
          height: 79px;
          padding-top: 1.7em; } }
    .slide .underweight .gain {
      padding: 1em;
      border-radius: 5px;
      background-color: #2f79ff;
      color: white;
      display: inline-block;
      width: 40%;
      height: auto;
      vertical-align: top;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .slide .underweight .gain {
          height: 79px;
          padding-top: 1.7em; } }
  .slide .normal {
    margin-bottom: .4em; }
    .slide .normal .bmi {
      border-radius: 5px;
      padding: 1em;
      background-color: #0050e2;
      color: white;
      display: inline-block;
      width: 50%;
      height: auto;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .slide .normal .bmi {
          height: 79px;
          padding-top: 1.7em; } }
    .slide .normal .gain {
      padding: 1em;
      border-radius: 5px;
      background-color: #0050e2;
      color: white;
      display: inline-block;
      width: 40%;
      height: auto;
      vertical-align: top;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .slide .normal .gain {
          height: 79px;
          padding-top: 1em; } }
      @media screen and (min-width: 1024px) {
        .slide .normal .gain {
          padding-top: 1.7em; } }
  .slide .overweight {
    margin-bottom: .4em; }
    .slide .overweight .bmi {
      border-radius: 5px;
      padding: 1em;
      background-color: #003595;
      color: white;
      display: inline-block;
      width: 50%;
      height: auto;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .slide .overweight .bmi {
          height: 79px;
          padding-top: 1.7em; } }
    .slide .overweight .gain {
      padding: 1em;
      border-radius: 5px;
      background-color: #003595;
      color: white;
      display: inline-block;
      width: 40%;
      height: auto;
      vertical-align: top;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .slide .overweight .gain {
          height: 79px;
          padding-top: 1.7em; } }
  .slide .obese {
    margin-bottom: .4em; }
    .slide .obese .bmi {
      border-radius: 5px;
      padding: 1em;
      background-color: #001a49;
      color: white;
      display: inline-block;
      width: 50%;
      height: auto;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .slide .obese .bmi {
          height: 79px;
          padding-top: 1.7em; } }
    .slide .obese .gain {
      padding: 1em;
      border-radius: 5px;
      background-color: #001a49;
      color: white;
      display: inline-block;
      width: 40%;
      height: auto;
      vertical-align: top;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .slide .obese .gain {
          height: 79px;
          padding-top: 1.7em; } }
    .slide .obese .details2 {
      font-size: .6rem; }
  .slide .button_footer {
    float: left;
    margin-top: 1em; }

.slide_footer {
  margin: 0;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .slide_footer {
      margin: 1.2em auto; } }

.menu-slide {
  padding: 2em 2em; }
  @media screen and (min-width: 640px) {
    .menu-slide .slide-menu {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .menu-slide .slide-menu:last-child {
        margin-right: 0; } }
  .menu-slide .slide-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-right: 0; }
    .menu-slide .slide-info:last-child {
      margin-right: 0; }
  .menu-slide .menu-intro {
    position: relative;
    font-family: "Museo300", sans-serif;
    font-weight: 300;
    text-align: left;
    line-height: 1em;
    color: #0084d6;
    font-size: 1.8em;
    visibility: hidden; }
    @media screen and (min-width: 640px) {
      .menu-slide .menu-intro {
        font-size: 2em; } }
    @media screen and (min-width: 1024px) {
      .menu-slide .menu-intro {
        font-size: 2.5em; } }
  .menu-slide .more_info {
    margin-left: -2em; }
  .menu-slide .label {
    position: relative;
    top: 1px;
    color: #0084d6;
    font-size: 2em;
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    visibility: hidden; }
  .menu-slide .hide {
    height: 0;
    color: white;
    background: white;
    transition: height, background 1s;
    -moz-transition: height, background 1s;
    -webkit-transition: height, background 1s;
    visibility: hidden; }
  .menu-slide .show {
    height: auto;
    background: #0084d6;
    color: white;
    padding: 1em;
    margin-top: .7em;
    font-size: 1.3em;
    line-height: 1em;
    font-weight: 100;
    transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -webkit-transition: background 1s ease-in-out;
    visibility: visible; }
  .menu-slide .resources-continue {
    margin-top: 1em; }
  .menu-slide .go-button {
    position: relative;
    display: inline-block;
    padding: .25em .5em;
    font-size: 1em;
    width: auto;
    height: auto;
    text-transform: uppercase;
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden; }
    .menu-slide .go-button.go {
      padding: .25em 1em; }
  .menu-slide .question-icon {
    position: relative;
    background: url(../images/question-icon.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em; }
    .menu-slide .question-icon:hover {
      background: url(../images/question-icon-hover.png) no-repeat 0 0;
      width: 30px;
      height: 30px;
      background-size: 30px 30px;
      cursor: pointer; }
  .menu-slide .menu-content {
    text-align: left;
    font-size: 1.5em;
    font-family: "Museo300", sans-serif;
    font-weight: 100;
    color: #0084d6;
    line-height: 1.1em;
    visibility: hidden; }
  .menu-slide .resources {
    margin-left: -2.5em;
    margin-bottom: -.8em; }
  .menu-slide .resource-content {
    text-align: left;
    font-size: 1.5em;
    font-family: "Museo300", sans-serif;
    font-weight: 100;
    color: #0084d6;
    line-height: 1.1em;
    margin: 1em 0;
    visibility: hidden; }
  .menu-slide .resource-items {
    border: 1px solid #003595;
    border-radius: 4px; }
  .menu-slide .resource-title {
    display: block;
    cursor: pointer;
    position: relative;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    color: white;
    font-size: 1.5em;
    background-color: #0084d6;
    vertical-align: middle;
    visibility: hidden; }
  .menu-slide .resource-info {
    height: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #ffffff;
    color: #0084d6;
    padding: 1em;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: 100;
    display: none; }
  .menu-slide ul {
    list-style-type: none; }

.question {
  padding: 2em 1em; }
  .question .question_text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0;
    position: relative;
    font-family: "Museo300", sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #0084d6;
    font-size: 1.8em;
    text-align: left;
    visibility: hidden;
    line-height: 1.2em; }
    .question .question_text:last-child {
      margin-right: 0; }
    @media screen and (min-width: 640px) {
      .question .question_text {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        font-size: 2.5em;
        text-align: center;
        margin-bottom: 1em; }
        .question .question_text:last-child {
          margin-right: 0; } }
  .question .question_intro {
    position: relative;
    font-family: "Museo300", sans-serif;
    font-weight: 300;
    text-align: center;
    top: 2em;
    color: #0084d6;
    font-size: 1.8em;
    visibility: hidden; }
    @media screen and (min-width: 640px) {
      .question .question_intro {
        font-size: 2em; } }
    @media screen and (min-width: 1024px) {
      .question .question_intro {
        font-size: 2.5em; } }
  .question .answers {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .question .answers:last-child {
      margin-right: 0; }
    .question .answers .answer {
      margin-bottom: .5em;
      position: relative;
      width: 90%;
      height: auto;
      margin-left: 1em;
      visibility: hidden; }
    @media screen and (min-width: 640px) {
      .question .answers {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center; }
        .question .answers:last-child {
          margin-right: 0; }
        .question .answers .answer {
          width: 50%;
          margin: 0 0 1em 0; } }
    .question .answers .baby-side {
      background: url(../images/SideBaby.png) repeat 0 0;
      width: 126px;
      height: 188px;
      margin: 0 auto 20px auto; }

/* Modules */
.fadeOut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 1101;
  visibility: hidden; }

.activity {
  padding: 0 1em; }
  .activity .dragdrop_area {
    width: 100%;
    height: 235px;
    position: relative;
    margin-top: 2em; }
    @media screen and (min-width: 640px) {
      .activity .dragdrop_area {
        height: 500px; } }
  .activity .dragger_area {
    float: left;
    margin-left: 1em; }
    .activity .dragger_area.centered {
      margin-left: 1em; }
      @media screen and (min-width: 640px) {
        .activity .dragger_area.centered {
          margin-left: 6em; } }
  .activity .drop_area {
    float: right;
    margin-right: 1em; }
  .activity .mom-baby {
    display: none; }
    @media screen and (min-width: 1024px) {
      .activity .mom-baby {
        background: url(../images/mom-baby.jpg) no-repeat 0 0;
        width: 614px;
        height: 532px;
        position: absolute;
        left: 400px;
        bottom: -5px;
        display: block; } }
  .activity .instructions {
    font-family: "Museo300", sans-serif;
    font-weight: 400;
    position: relative;
    margin: 1em 0 1.5em 0;
    font-size: 1.2em;
    color: #003595; }
    @media screen and (min-width: 640px) {
      .activity .instructions {
        font-size: 2em;
        margin-top: 1em; } }
  .activity .button_area {
    position: relative;
    text-align: center;
    bottom: 50px; }
    @media screen and (min-width: 640px) {
      .activity .button_area {
        text-align: center;
        bottom: 150px; } }
    .activity .button_area.pacifier-game {
      position: relative;
      text-align: left;
      bottom: 150px;
      margin-left: 1em; }
      @media screen and (min-width: 640px) {
        .activity .button_area.pacifier-game {
          text-align: center; } }
    .activity .button_area.feeding-game {
      text-align: center;
      top: 50px; }
    .activity .button_area.s2s-game {
      text-align: right;
      top: 30px;
      margin-right: 1em; }
      @media screen and (min-width: 640px) {
        .activity .button_area.s2s-game {
          text-align: left;
          bottom: 50px;
          margin-left: 1em; } }
    .activity .button_area.align-left {
      margin-left: 145px;
      text-align: left; }
      @media screen and (min-width: 1024px) {
        .activity .button_area.align-left {
          margin-left: 5.4em; } }
  .activity .continueBtn {
    position: relative;
    color: #FFFFFF;
    background-color: #00b3e3;
    font-family: "Museo300", sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    width: auto;
    visibility: hidden;
    margin-top: 2em; }
    @media screen and (min-width: 640px) {
      .activity .continueBtn {
        margin-top: 0; } }
    @media screen and (min-width: 1024px) {
      .activity .continueBtn {
        font-size: 1.5em;
        margin-top: 0; } }
  .activity .ghost {
    background-color: #00b3e3;
    border: 1px solid #0084d6;
    text-align: center;
    font-family: "Museo300", sans-serif;
    font-weight: 300;
    width: 200px;
    height: 70px;
    color: #FFF;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.9em;
    z-index: -1;
    opacity: .25;
    margin-bottom: .3em; }
    @media screen and (min-width: 640px) {
      .activity .ghost {
        width: 200px;
        height: 180px;
        margin-bottom: .7em; } }
  .activity .box {
    background-color: #00b3e3;
    text-align: center;
    font-family: "Museo300", sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    position: absolute;
    width: 200px;
    height: 70px;
    border: solid 1px #BDCCD4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.2em;
    margin-bottom: 1em;
    visibility: hidden; }
    @media screen and (min-width: 640px) {
      .activity .box {
        font-size: 1.2em;
        width: 200px;
        height: 180px; } }
    .activity .box.box-small {
      height: 133px;
      font-size: 28px;
      font-weight: 400;
      padding-top: 25px; }
      .activity .box.box-small.three-lines {
        padding-top: 10px; }
    .activity .box.box-normal {
      width: 200px;
      height: 70px;
      top: 10px;
      padding-top: 10px;
      margin-bottom: 1em; }
      .activity .box.box-normal.single-line {
        padding-top: 20px; }
      .activity .box.box-normal.long-text {
        padding-top: .6em;
        font-size: 1.2em; }
        @media screen and (min-width: 640px) {
          .activity .box.box-normal.long-text {
            padding-top: 1.5em;
            font-size: 1.5em; } }
      @media screen and (min-width: 640px) {
        .activity .box.box-normal {
          height: 133px;
          font-size: 28px;
          font-weight: 400;
          padding-top: 25px; }
          .activity .box.box-normal.single-line {
            padding-top: 48px; } }
  .activity .milk {
    width: 200px;
    height: 70px;
    top: 79px;
    padding-top: 24px;
    color: #003595; }
    @media screen and (min-width: 640px) {
      .activity .milk {
        background: url(../images/wholemilk.png);
        width: 200px;
        height: 180px;
        padding: 0;
        top: 200px; } }
  .activity .yogurt {
    width: 200px;
    height: 70px;
    padding-top: 10px;
    color: #003595; }
    @media screen and (min-width: 640px) {
      .activity .yogurt {
        background: url(../images/yogurt.png);
        width: 200px;
        height: 180px;
        padding: 0; } }
  .activity .peas {
    width: 200px;
    height: 70px;
    top: 79px;
    padding-top: 24px;
    color: #003595; }
    @media screen and (min-width: 640px) {
      .activity .peas {
        background: url(../images/peas.png);
        width: 200px;
        height: 180px;
        padding: 0;
        top: 200px; } }
  .activity .carrots {
    width: 200px;
    height: 70px;
    padding-top: 24px;
    color: #003595; }
    @media screen and (min-width: 640px) {
      .activity .carrots {
        background: url(../images/carrots.png);
        width: 200px;
        height: 180px;
        padding: 0; } }
  .activity .wheatbread {
    width: 200px;
    height: 70px;
    top: 79px;
    padding-top: 10px;
    color: #003595; }
    @media screen and (min-width: 640px) {
      .activity .wheatbread {
        background: url(../images/lightwheatbread.png);
        width: 200px;
        height: 180px;
        padding: 0;
        top: 200px; } }
  .activity .pumpernickel {
    width: 200px;
    height: 70px;
    padding-top: 24px;
    color: #003595; }
    @media screen and (min-width: 640px) {
      .activity .pumpernickel {
        background: url(../images/pumpernickel.png);
        width: 200px;
        height: 180px;
        padding: 0; } }
  .activity .s2s-mom {
    width: 200px;
    height: 70px;
    padding-top: 24px; }
    @media screen and (min-width: 640px) {
      .activity .s2s-mom {
        background: url(../images/mom.png);
        width: 300px;
        height: 191px;
        padding: 0; } }
  .activity .s2s-dad {
    width: 200px;
    height: 70px;
    padding-top: 24px; }
    @media screen and (min-width: 640px) {
      .activity .s2s-dad {
        background: url(../images/dad.png);
        width: 300px;
        height: 191px;
        padding: 0; } }
  .activity .s2s-grandma {
    width: 200px;
    height: 70px;
    padding-top: 24px; }
    @media screen and (min-width: 640px) {
      .activity .s2s-grandma {
        background: url(../images/grandma.png);
        width: 300px;
        height: 191px;
        padding: 0; } }
  .activity .s2s-mom-correct {
    background: url(../images/mom-correct.png);
    background-size: 125px 175px;
    width: 125px;
    height: 175px; }
    @media screen and (min-width: 640px) {
      .activity .s2s-mom-correct {
        background-size: 214px 300px;
        width: 214px;
        height: 300px;
        padding: 0; } }
  .activity .s2s-dad-correct {
    background: url(../images/dad-correct.png);
    background-size: 125px 175px;
    width: 125px;
    height: 175px; }
    @media screen and (min-width: 640px) {
      .activity .s2s-dad-correct {
        background-size: 214px 300px;
        width: 214px;
        height: 300px;
        padding: 0; } }
  .activity .s2s-mom-incorrect {
    background: url(../images/mom-incorrect.png);
    background-size: 125px 175px;
    width: 125px;
    height: 175px; }
    @media screen and (min-width: 640px) {
      .activity .s2s-mom-incorrect {
        background-size: 214px 300px;
        width: 214px;
        height: 300px;
        padding: 0; } }
  .activity .s2s-dad-incorrect {
    background: url(../images/dad-incorrect.png);
    background-size: 125px 175px;
    width: 125px;
    height: 175px; }
    @media screen and (min-width: 640px) {
      .activity .s2s-dad-incorrect {
        background-size: 214px 300px;
        width: 214px;
        height: 300px;
        padding: 0; } }
  .activity .box-text {
    display: block; }
    @media screen and (min-width: 640px) {
      .activity .box-text {
        display: none; } }
  .activity .showOver {
    background-color: #FFF;
    opacity: .5; }
  .activity .dragger2 {
    top: 90px;
    left: 30px;
    z-index: 1; }
  .activity .dragger3 {
    top: 170px;
    left: 30px;
    z-index: 1; }
  .activity .dragger4 {
    top: 250px;
    left: 30px;
    z-index: 1; }
  .activity .dragger5 {
    top: 10px;
    left: 250px;
    z-index: 1; }
  .activity .dragger6 {
    top: 90px;
    left: 250px;
    z-index: 1; }
  .activity .dragger7 {
    top: 170px;
    left: 250px;
    z-index: 1; }
  .activity .dragger8 {
    top: 250px;
    left: 250px;
    z-index: 1; }
  .activity .target {
    background-color: none;
    border: 1px solid #BDCCD4;
    color: #003595;
    text-align: center;
    font-family: "Museo300", sans-serif;
    font-weight: 400;
    width: 200px;
    height: 70px;
    padding-top: 0;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: .8;
    font-size: 1.5em;
    visibility: hidden; }
    @media screen and (min-width: 640px) {
      .activity .target {
        width: 200px;
        height: 180px;
        padding-top: 45px;
        font-size: 1.9em; } }
  .activity .mom {
    background-color: none;
    border: 1px solid #BDCCD4;
    color: #003595;
    width: 200px;
    height: 133px;
    margin-bottom: 1em;
    padding-top: 45px; }
    @media screen and (min-width: 1024px) {
      .activity .mom {
        background-color: #FFFFFF;
        border: 2px solid #003595;
        color: #003595;
        opacity: .5;
        font-weight: 600;
        font-size: 28px;
        right: 0;
        top: 175px;
        margin: 0; } }
  .activity .baby {
    background-color: none;
    border: 1px solid #BDCCD4;
    color: #003595;
    width: 200px;
    height: 133px;
    margin-bottom: 1em;
    padding-top: 45px; }
    @media screen and (min-width: 1024px) {
      .activity .baby {
        background-color: #FFFFFF;
        border: 2px solid #003595;
        color: #003595;
        opacity: .5;
        font-weight: 600;
        font-size: 28px;
        right: 300px;
        top: 25px;
        margin: 0; } }
  .activity .both {
    background-color: none;
    border: 1px solid #BDCCD4;
    color: #003595;
    width: 200px;
    height: 133px;
    margin-bottom: 1em;
    padding-top: 45px; }
    @media screen and (min-width: 1024px) {
      .activity .both {
        background-color: #FFFFFF;
        border: 2px solid #003595;
        color: #003595;
        opacity: .5;
        font-weight: 600;
        font-size: 28px;
        right: 170px;
        top: 95px;
        margin: 0; } }
  .activity .pros-cons {
    height: 70px;
    margin-bottom: 1em;
    padding-top: 18px; }
    @media screen and (min-width: 640px) {
      .activity .pros-cons {
        height: 133px;
        margin-bottom: 1em;
        padding-top: 45px; } }
  .activity .stay-leave {
    height: 70px;
    margin-bottom: 1em;
    padding-top: 18px;
    font-size: 1.4em; }
    @media screen and (min-width: 640px) {
      .activity .stay-leave {
        height: 133px;
        margin-bottom: 1em;
        padding-top: 28px;
        font-size: 1.9em; } }
  .activity .s2s-yes-no {
    height: 70px;
    margin-bottom: 1em;
    padding-top: 18px; }
    @media screen and (min-width: 640px) {
      .activity .s2s-yes-no {
        height: 191px;
        width: 300px;
        margin-bottom: 1em;
        padding-top: 75px; } }
  .activity .s2s2-yes-no {
    display: inline-block;
    width: 125px;
    height: 175px;
    margin-right: 1em;
    padding-top: 70px; }
    @media screen and (min-width: 640px) {
      .activity .s2s2-yes-no {
        height: 300px;
        width: 214px;
        margin-left: 1em;
        padding-top: 130px; } }
  .activity .feedback {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: auto;
    background-color: #FFFFFF;
    opacity: .95;
    border-radius: 20px;
    padding: 1em;
    z-index: 1102;
    border: 1px solid #0084d6;
    margin: -350px auto 0 auto;
    text-align: center;
    -webkit-filter: drop-shadow(5px 5px 10px #9E9E9E);
    visibility: hidden; }
    @media screen and (min-width: 640px) {
      .activity .feedback {
        margin-top: -550px;
        padding: 2em; } }
    @media screen and (min-width: 1024px) {
      .activity .feedback {
        margin-top: -600px;
        padding: 2em; } }
    .activity .feedback .closeFeedback {
      width: auto;
      font-size: 1.2em;
      margin-top: 1em; }
  .activity .feedbackTitle {
    font-size: 2em;
    color: #003595;
    text-align: left;
    font-family: "Museo300", sans-serif;
    font-weight: 400;
    margin-bottom: .25em; }
    @media screen and (min-width: 1024px) {
      .activity .feedbackTitle {
        font-size: 4em; } }
  .activity .feedbackText {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #003595;
    height: auto;
    text-align: left;
    font-family: "Museo300", sans-serif;
    font-weight: 400; }
    @media screen and (min-width: 1024px) {
      .activity .feedbackText {
        font-size: 1.6em;
        line-height: 1.5em; } }

.game-container {
  margin: 90px auto 0 auto;
  width: 1024px;
  height: 678px; }

.game {
  width: 1024px;
  height: 678px;
  position: absolute;
  margin: 0 auto; }
  .game .game-bg {
    background: url(../images/game-bg.gif);
    width: 1024px;
    height: 678px;
    position: absolute;
    z-index: -3; }
  .game .game-character {
    background: url(../images/character-right.png);
    width: 77px;
    height: 207px;
    position: absolute;
    z-index: -1; }
    .game .game-character.left {
      background: url(../images/character-left.png); }
    .game .game-character.right {
      background: url(../images/character-right.png); }
    .game .game-character.position-start {
      top: 420px;
      left: 60px; }
    .game .game-character.position1 {
      left: 630px;
      top: 420px; }
    .game .game-character.position2 {
      background: url(../images/character-left.png);
      left: 820px;
      top: 100px; }
    .game .game-character.position3 {
      background: url(../images/character-left.png);
      left: 300px;
      top: 120px; }
    .game .game-character.position4 {
      background: url(../images/character-right.png);
      left: 280px;
      top: 0px; }
    .game .game-character.position5 {
      left: 780px;
      top: 20px; }
    .game .game-character.position6 {
      background: url(../images/character-left.png);
      left: 665px;
      top: 10px; }
    .game .game-character .position7 {
      left: 80px;
      top: 0px; }
  .game .game-footsteps {
    z-index: -2; }
  .game .footsteps1 {
    background: url(../images/footsteps1.png);
    width: 546px;
    height: 158px;
    position: absolute;
    top: 475px;
    left: 80px;
    visibility: hidden; }
    .game .footsteps1.complete {
      visibility: visible; }
  .game .footsteps2 {
    background: url(../images/footsteps2.png);
    width: 296px;
    height: 333px;
    position: absolute;
    left: 645px;
    top: 310px;
    clip: rect(0px 296px 333px 0px);
    visibility: hidden; }
    .game .footsteps2.complete {
      visibility: visible; }
  .game .footsteps3 {
    background: url(../images/footsteps3.png);
    width: 519px;
    height: 182px;
    position: absolute;
    bottom: 220px;
    left: 390px;
    clip: rect(0px 519px 182px 0px);
    visibility: hidden; }
    .game .footsteps3.complete {
      visibility: visible;
      top: 280px; }
  .game .footsteps4 {
    background: url(../images/footsteps4.png);
    width: 294px;
    height: 195px;
    position: absolute;
    top: 185px;
    left: 90px;
    clip: rect(0px 294px 195px 0px);
    visibility: hidden; }
    .game .footsteps4.complete {
      visibility: visible; }
  .game .footsteps5 {
    background: url(../images/footsteps5.png);
    width: 520px;
    height: 127px;
    position: absolute;
    top: 185px;
    left: 280px;
    visibility: hidden; }
    .game .footsteps5.complete {
      visibility: visible; }
  .game .footsteps6 {
    background: url(../images/footsteps6.png);
    width: 248px;
    height: 227px;
    position: absolute;
    top: 20px;
    left: 705px;
    visibility: hidden;
    clip: rect(0px 248px 227px 0px); }
    .game .footsteps6.complete {
      visibility: visible; }
  .game .footsteps7 {
    background: url(../images/footsteps7.png);
    width: 551px;
    height: 102px;
    position: absolute;
    top: 35px;
    left: 140px;
    clip: rect(0px 551px 102px 0px);
    visibility: hidden; }
    .game .footsteps7.complete {
      visibility: visible; }
  .game .game-question {
    background-color: #FFFFFF;
    padding: 0 1.5em;
    width: 50%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #00b3e3;
    box-shadow: 5px 5px 15px 0px #4B5459;
    margin: 100px auto 0 auto;
    z-index: 3;
    visibility: hidden; }
  .game .game-question-title {
    text-align: center;
    color: #003595;
    font-family: "Museo300", sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.2em;
    margin: .25em 0; }
  .game .game-title-divider {
    border-top: 1px solid #00b3e3; }
  .game .game-question-text {
    color: #003595;
    font-family: "Museo300", sans-serif;
    font-size: 1.7em;
    font-weight: 400;
    margin: .5em 0;
    line-height: 1.2em; }
  .game .game-answer {
    margin: 0 0 1em 0; }
  .game .submit-button-area {
    text-align: center;
    margin-bottom: 1em; }
    .game .submit-button-area .game-submit-button {
      background-color: #00b3e3;
      color: #003595;
      border: 1px solid #003595;
      font-size: 1.4em; }
      .game .submit-button-area .game-submit-button:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFF), color-stop(1, #FFF));
        background: -moz-linear-gradient(center top, #FFF 5%, #FFF 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF');
        background-color: #FFFFFF; }
  .game input[type="radio"] {
    display: none; }
  .game input[type="radio"] + label {
    color: #003595;
    font-family: "Museo300", sans-serif;
    font-size: 1.2em;
    font-weight: 400; }
  .game input[type="radio"] + label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #003595; }
  .game input[type="radio"] + label span {
    background-color: #00b3e3; }
  .game input[type="radio"]:checked + label span {
    background-color: #003595;
    border: 2px solid #00b3e3; }
  .game input[type="radio"] + label span,
  .game input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear; }
  .game .game-feedback {
    background-color: #4B8557;
    border: 2px solid #004B23;
    padding: 1em;
    width: 50%;
    margin: 150px auto 0 auto;
    z-index: 3;
    visibility: hidden; }
  .game .try-again {
    background-color: #4B8557;
    border: 2px solid #004B23;
    padding: 1em;
    width: 50%;
    margin: 200px auto 0 auto;
    z-index: 3;
    visibility: hidden; }
  .game .hide {
    visibility: hidden; }
  .game .feedback-badge {
    width: 90%; }
    .game .feedback-badge.feedback-badge-start {
      background: url(../images/feedback-badge-start.png);
      width: 51px;
      height: 63px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 15px; }
    .game .feedback-badge.feedback-badge1 {
      background: url(../images/feedback-badge1.png);
      width: 100px;
      height: 100px;
      display: inline-block;
      vertical-align: middle; }
    .game .feedback-badge.feedback-badge2 {
      background: url(../images/feedback-badge2.png);
      width: 102px;
      height: 106px;
      display: inline-block;
      vertical-align: middle; }
    .game .feedback-badge.feedback-badge3 {
      background: url(../images/feedback-badge3.png);
      width: 100px;
      height: 100px;
      display: inline-block;
      vertical-align: middle; }
    .game .feedback-badge.feedback-badge4 {
      background: url(../images/feedback-badge4.png);
      width: 100px;
      height: 100px;
      display: inline-block;
      vertical-align: middle; }
    .game .feedback-badge.feedback-badge5 {
      background: url(../images/feedback-badge5.png);
      width: 100px;
      height: 100px;
      display: inline-block;
      vertical-align: middle; }
    .game .feedback-badge.feedback-badge6 {
      background: url(../images/feedback-badge6.png);
      width: 100px;
      height: 100px;
      display: inline-block;
      vertical-align: middle; }
    .game .feedback-badge.feedback-badge7 {
      background: url(../images/feedback-badge7.png);
      width: 100px;
      height: 100px;
      display: inline-block;
      vertical-align: middle; }
  .game .feedback-text {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: 300;
    display: inline-block;
    width: 75%;
    margin-left: .5em;
    vertical-align: middle; }
    .game .feedback-text.has-title {
      width: 100%; }
  .game .feedback-title {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: 300;
    display: inline-block;
    width: 85%; }
  .game .feedback-button-area {
    width: 100%;
    padding: 1em 0; }
  .game .game-button-area {
    padding: 1em 0; }
  .game .game-button {
    font-family: "Allerta Stencil", "Comic Sans", "Gill Sans", sans-serif;
    color: #FFFFFF; }
  .game .quit {
    float: left; }
    .game .quit:hover {
      cursor: pointer; }
  .game .restart {
    float: left; }
    .game .restart:hover {
      cursor: pointer; }
  .game .continue {
    float: right; }
    .game .continue:hover {
      cursor: pointer; }
  .game .start {
    float: right; }
    .game .start:hover {
      cursor: pointer; }
  .game .tryAgain {
    float: right; }
    .game .tryAgain:hover {
      cursor: pointer; }

.feedback-dialog {
  margin: 0 auto;
  padding: 2em 4em; }

.feedback-dialog .question-label {
  font-family: "Museo300", sans-serif;
  font-size: 2.5em;
  color: #003595;
  position: relative;
  visibility: hidden; }

.feedback-dialog .star-rating-widget {
  margin: 1.5em auto 2.5em auto; }

.feedback-dialog .star-rating-widget .star {
  width: 2.5em;
  height: 2.5em;
  background: url("https://s3.amazonaws.com/expand-static-resources/elf/grotto/styles/images/star_unfilled.png") 0 0 no-repeat;
  background-size: 2.5em 2.5em;
  display: inline-block;
  margin-right: 0em; }

.feedback-dialog .star-rating-widget .star:hover {
  background-image: url("https://s3.amazonaws.com/expand-static-resources/elf/grotto/styles/images/star_filled.png"); }

.feedback-dialog .star-rating-widget .star.filled {
  background-image: url("https://s3.amazonaws.com/expand-static-resources/elf/grotto/styles/images/star_filled.png"); }

.unfilled {
  background-image: url("https://s3.amazonaws.com/expand-static-resources/elf/grotto/styles/images/star_unfilled.png"); }

.feedback-dialog .comments-label {
  font-family: "Museo300", sans-serif;
  font-size: 0.85em;
  margin-bottom: 0.25em; }

textarea {
  -webkit-appearance: textarea;
  background-color: #FFFFFF;
  border: 1px solid;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  flex-direction: column;
  resize: auto;
  cursor: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 10px;
  font-family: "Museo300", sans-serif; }

.feedback-dialog textarea {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: solid 2px #888;
  width: 100%;
  height: 9em;
  margin: 0.25em auto 0.5em auto;
  font-size: 1.0em; }

.feedback-dialog .feedback-submit-wrapper .feedback-submit {
  border: none;
  font-family: "Museo300", sans-serif;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 1em;
  padding: 1.0em 2.5em 1.0em 2.5em;
  background-color: #0084d6; }

.calculator {
  padding: .5em 2em; }
  @media screen and (min-width: 640px) {
    .calculator {
      margin-top: 90px;
      padding: 0 0 0 2em; } }
  .calculator .bmi_calc {
    display: block; }
    @media screen and (min-width: 480px) {
      .calculator .bmi_calc {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .calculator .bmi_calc:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 640px) {
      .calculator .bmi_calc {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .calculator .bmi_calc:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .calculator .bmi_calc {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .calculator .bmi_calc:last-child {
          margin-right: 0; } }
  .calculator h5 {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: .5em;
    color: #003595;
    font-weight: 400; }
  @media screen and (min-width: 640px) {
    .calculator #outer {
      display: inline-block; } }
  @media screen and (min-width: 1024px) {
    .calculator #outer {
      text-align: center;
      margin-top: 0; } }
  .calculator #cover {
    border: 3px solid #0084d6;
    background: #FFF;
    border-radius: 15px;
    padding: 22px 0; }
  .calculator .main {
    table-layout: fixed;
    width: 94%;
    border: 0;
    border-collapse: collapse;
    margin: 0 auto; }
  .calculator .main input {
    width: 100%;
    border: 1px solid #0084d6;
    margin: 2px 0;
    padding: 0 2%;
    height: 25px;
    border-radius: 2px;
    text-align: right;
    background: none;
    font-family: "Museo300", sans-serif;
    font-size: 1rem;
    color: #003595; }
  .calculator .main td {
    padding: 5px 8px;
    vertical-align: middle;
    text-align: left;
    border: 0;
    font-family: "Museo300", sans-serif;
    color: #003595;
    font-weight: 500;
    font-size: 1rem;
    vertical-align: text-top; }
  .calculator td.ac {
    text-align: center; }
  .calculator .op {
    margin-top: 10px; }
  .calculator .main select {
    width: 100%;
    border: 1px solid #ccc;
    margin: 2px 0;
    background: #fff;
    height: 18px;
    border-radius: 5px;
    font-size: .8rem;
    font-family: "Museo300", sans-serif;
    color: #003595; }
  .calculator .measurements {
    font-size: .8em;
    text-transform: uppercase; }
  .calculator .details {
    color: #0084d6;
    font-size: .8rem; }
  .calculator .button-form {
    border-radius: 5px;
    width: 100%;
    height: 30px;
    font-family: "Museo300", sans-serif;
    font-weight: 400;
    background-color: #0084d6;
    color: white;
    font-size: 1rem;
    border: 0 solid #CCC;
    margin: .2em -.1em; }
  .calculator .footer_area {
    margin: 1em 0 0 0;
    float: none;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .calculator .footer_area {
        margin: .5em 0 0 0;
        text-align: right;
        float: right; } }
    @media screen and (min-width: 1024px) {
      .calculator .footer_area {
        margin: .5em 0 0 0; } }
  .calculator .weightChart {
    text-align: center; }
    @media screen and (min-width: 480px) {
      .calculator .weightChart {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0; }
        .calculator .weightChart:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 640px) {
      .calculator .weightChart {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-right: 0; }
        .calculator .weightChart:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .calculator .weightChart {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-right: 0; }
        .calculator .weightChart:last-child {
          margin-right: 0; } }
    .calculator .weightChart .details {
      color: white; }
    .calculator .weightChart .bmi_title {
      display: inline-block;
      width: 100%;
      font-size: 1.2rem;
      color: #003595;
      font-weight: 500;
      margin-bottom: .5em;
      text-align: center; }
      @media screen and (min-width: 640px) {
        .calculator .weightChart .bmi_title {
          width: 50%;
          font-size: 1.2rem;
          margin-top: .5em; } }
    .calculator .weightChart .gain_title {
      display: inline-block;
      width: 100%;
      font-size: 1.2rem;
      color: #003595;
      font-weight: 500;
      margin-bottom: .5em;
      text-align: center; }
      @media screen and (min-width: 640px) {
        .calculator .weightChart .gain_title {
          width: 40%;
          font-size: 1.2rem;
          margin-top: .5em; } }
  .calculator .underweight {
    margin-bottom: .4em; }
    .calculator .underweight .bmi {
      border-radius: 5px;
      padding: 1em;
      background-color: #2f79ff;
      color: white;
      display: inline-block;
      width: 50%;
      height: auto;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .calculator .underweight .bmi {
          height: 79px;
          padding-top: 1.7em; } }
    .calculator .underweight .gain {
      padding: 1em;
      border-radius: 5px;
      background-color: #2f79ff;
      color: white;
      display: inline-block;
      width: 40%;
      height: auto;
      vertical-align: top;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .calculator .underweight .gain {
          height: 79px;
          padding-top: 1.7em; } }
  .calculator .normal {
    margin-bottom: .4em; }
    .calculator .normal .bmi {
      border-radius: 5px;
      padding: 1em;
      background-color: #0050e2;
      color: white;
      display: inline-block;
      width: 50%;
      height: auto;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .calculator .normal .bmi {
          height: 79px;
          padding-top: 1.7em; } }
    .calculator .normal .gain {
      padding: 1em;
      border-radius: 5px;
      background-color: #0050e2;
      color: white;
      display: inline-block;
      width: 40%;
      height: auto;
      vertical-align: top;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .calculator .normal .gain {
          height: 79px;
          padding-top: 1em; } }
      @media screen and (min-width: 1024px) {
        .calculator .normal .gain {
          padding-top: 1.7em; } }
  .calculator .overweight {
    margin-bottom: .4em; }
    .calculator .overweight .bmi {
      border-radius: 5px;
      padding: 1em;
      background-color: #003595;
      color: white;
      display: inline-block;
      width: 50%;
      height: auto;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .calculator .overweight .bmi {
          height: 79px;
          padding-top: 1.7em; } }
    .calculator .overweight .gain {
      padding: 1em;
      border-radius: 5px;
      background-color: #003595;
      color: white;
      display: inline-block;
      width: 40%;
      height: auto;
      vertical-align: top;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .calculator .overweight .gain {
          height: 79px;
          padding-top: 1.7em; } }
  .calculator .obese {
    margin-bottom: .4em; }
    .calculator .obese .bmi {
      border-radius: 5px;
      padding: 1em;
      background-color: #001a49;
      color: white;
      display: inline-block;
      width: 50%;
      height: auto;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .calculator .obese .bmi {
          height: 79px;
          padding-top: 1.7em; } }
    .calculator .obese .gain {
      padding: 1em;
      border-radius: 5px;
      background-color: #001a49;
      color: white;
      display: inline-block;
      width: 40%;
      height: auto;
      vertical-align: top;
      font-weight: 500;
      font-size: 1.1rem; }
      @media screen and (min-width: 640px) {
        .calculator .obese .gain {
          height: 79px;
          padding-top: 1.7em; } }
    .calculator .obese .details2 {
      font-size: .6rem; }
  .calculator .continue_button {
    font-size: 1.2em;
    width: auto;
    height: auto;
    padding: .5em 1em;
    float: right; }
  .calculator .slide_footer {
    margin: 1em 0;
    float: left; }
    @media screen and (min-width: 640px) {
      .calculator .slide_footer {
        position: absolute;
        top: 481px; } }
    @media screen and (min-width: 1024px) {
      .calculator .slide_footer {
        position: absolute;
        top: 638px; } }

.carousel {
  height: 500px; }
  .carousel .carousel-heading {
    margin: .5em 0;
    text-align: center;
    font-size: 58px;
    font-family: 'Proxima Nova', Lato, Helvetica, Arial, sans-serif;
    color: #003595; }
  .carousel .carousel-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
    position: relative;
    height: 100%; }
    .carousel .carousel-nav:last-child {
      margin-right: 0; }
  .carousel .carousel-nav-button {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-100%);
    display: block;
    width: 59px;
    max-width: 100%;
    height: 65px; }
    .carousel .carousel-nav-button.is-hidden {
      display: none; }
  .carousel .carousel-nav-button-back {
    background-image: url(../images/arrow_back.png); }
  .carousel .carousel-nav-button-next {
    background-image: url(../images/arrow_next.png); }
  .carousel .carousel-main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    height: 100%; }
    .carousel .carousel-main:last-child {
      margin-right: 0; }
  .carousel .carousel-cards {
    position: relative;
    min-height: 425px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none; }
  .carousel .carousel-card {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    opacity: 0;
    transition: opacity 0.5s ease; }
  .carousel .carousel-image {
    max-width: 100%; }
  .carousel .carousel-last {
    position: absolute;
    bottom: 0;
    left: 6em;
    color: #FFFFFF; }

.fadeOut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 1101;
  visibility: hidden; }

.lightsOut {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  visibility: hidden; }

.activity-safesleep {
  padding: 0 1em; }
  .activity-safesleep .dragdrop_area {
    width: 100%;
    height: 235px;
    position: relative; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .dragdrop_area {
        height: 500px; } }
  .activity-safesleep .dragger_area {
    float: left;
    width: 50%; }
    .activity-safesleep .dragger_area.thirds-left {
      width: 30%; }
  .activity-safesleep .drop_area {
    float: right;
    width: 50%; }
    .activity-safesleep .drop_area.thirds-right {
      width: 70%; }
  .activity-safesleep .crib {
    background: url(../images/Crib.png) no-repeat 0 0;
    width: 150px;
    height: 202px;
    background-size: 150px 202px;
    position: absolute;
    display: block; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .crib {
        width: 250px;
        height: 337px;
        background-size: 250px 337px; } }
    @media screen and (min-width: 1024px) {
      .activity-safesleep .crib {
        width: 317px;
        height: 427px;
        background-size: 317px 427px; } }
  .activity-safesleep .crib-drop {
    background: url(../images/Crib.png) no-repeat 0 0;
    width: 150px;
    height: 202px;
    background-size: 150px 202px;
    float: right;
    margin-right: 1em; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .crib-drop {
        width: 317px;
        height: 427px;
        background-size: 317px 427px; } }
  .activity-safesleep .instructions {
    font-family: "Museo300", sans-serif;
    font-weight: 400;
    position: relative;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #0084d6;
    margin: 1em 0; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .instructions {
        font-size: 2em; } }
  .activity-safesleep .button_area {
    text-align: center;
    margin-top: 120px; }
    .activity-safesleep .button_area.conclusion {
      margin-top: -80px; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .button_area {
        margin-top: 250px; }
        .activity-safesleep .button_area.conclusion {
          margin-top: 170px; } }
    @media screen and (min-width: 1024px) {
      .activity-safesleep .button_area {
        margin-top: 370px; } }
  .activity-safesleep .continueBtn {
    position: relative;
    color: #FFFFFF;
    font-family: "Museo300", sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    width: auto;
    visibility: hidden;
    margin-top: 2em; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .continueBtn {
        margin-top: 0; } }
    @media screen and (min-width: 1024px) {
      .activity-safesleep .continueBtn {
        font-size: 1.5em;
        margin-top: 0; } }
  .activity-safesleep .ghost {
    background-color: #00b3e3;
    border: 1px solid #0084d6;
    text-align: center;
    font-family: "Museo300", sans-serif;
    font-weight: 300;
    width: 200px;
    height: 70px;
    color: #FFF;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.9em;
    z-index: -1;
    opacity: .25;
    margin-bottom: .3em; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .ghost {
        width: 200px;
        height: 180px;
        margin-bottom: .7em; } }
  .activity-safesleep .box {
    position: absolute;
    width: 200px;
    height: 70px;
    visibility: hidden; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .box {
        width: 200px;
        height: 180px; } }
    .activity-safesleep .box.box-small {
      height: 133px;
      font-size: 28px;
      font-weight: 400;
      padding-top: 25px; }
    .activity-safesleep .box.box-normal {
      width: 200px;
      height: 70px;
      top: 10px;
      padding-top: 10px;
      margin-bottom: 1em; }
      @media screen and (min-width: 640px) {
        .activity-safesleep .box.box-normal {
          height: 133px;
          font-size: 28px;
          font-weight: 400;
          padding-top: 25px; } }
  .activity-safesleep .bear {
    background: url(../images/TeddyBear.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 87px;
    background-size: 70px 87px;
    bottom: 50px;
    left: 20px; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .bear {
        width: 90px;
        height: 112px;
        background-size: 90px 112px;
        bottom: 200px;
        left: 20px; } }
    @media screen and (min-width: 1024px) {
      .activity-safesleep .bear {
        width: 113px;
        height: 140px;
        background-size: 113px 140px;
        bottom: 110px;
        left: 40px; } }
  .activity-safesleep .blanket {
    background: url(../images/Blanket.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 90px;
    background-size: 80px 90px;
    left: 40px;
    bottom: 80px; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .blanket {
        width: 128px;
        height: 144px;
        background-size: 128px 144px;
        left: 60px;
        bottom: 210px; } }
    @media screen and (min-width: 1024px) {
      .activity-safesleep .blanket {
        width: 176px;
        height: 198px;
        background-size: 176px 198px;
        left: 70px;
        bottom: 140px; } }
  .activity-safesleep .pillow {
    background: url(../images/Pillow.png);
    background-repeat: no-repeat;
    width: 75px;
    height: 54px;
    background-size: 75px 54px;
    left: 45px;
    bottom: 160px; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .pillow {
        width: 128px;
        height: 92px;
        background-size: 128px 92px;
        left: 60px;
        bottom: 350px; } }
    @media screen and (min-width: 1024px) {
      .activity-safesleep .pillow {
        width: 149px;
        height: 107px;
        background-size: 149px 107px;
        left: 80px;
        bottom: 330px; } }
  .activity-safesleep .baby-side {
    background: url(../images/SideBaby.png) repeat 0 0;
    width: 90px;
    height: 134px;
    background-size: 90px 134px; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .baby-side {
        width: 126px;
        height: 188px;
        background-size: 126px 188px; } }
  .activity-safesleep .baby-belly {
    background: url(../images/ScrunchedBaby.png) repeat 0 0;
    width: 67px;
    height: 134px;
    left: 190px;
    background-size: 67px 134px; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .baby-belly {
        width: 92px;
        height: 183px;
        left: 300px;
        background-size: 92px 183px; } }
  .activity-safesleep .baby-back {
    background: url(../images/BackBaby.png) repeat 0 0;
    width: 102px;
    height: 150px;
    left: 90px;
    background-size: 102px 150px; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .baby-back {
        width: 162px;
        height: 238px;
        left: 130px;
        background-size: 162px 238px; } }
  .activity-safesleep .pacifier {
    background: url(../images/Pacifier.png) repeat 0 0;
    width: 84px;
    height: 89px;
    background-size: 84px 89px;
    position: relative;
    margin-top: 1em; }
  .activity-safesleep .no-pacifier {
    background: url(../images/noPacifier.png) repeat 0 0;
    width: 84px;
    height: 89px;
    background-size: 84px 89px;
    position: relative; }
  .activity-safesleep .box-text {
    display: block; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .box-text {
        display: none; } }
  .activity-safesleep .target {
    background-color: none;
    border: 1px solid #003595;
    color: #003595;
    text-align: center;
    font-family: "Museo300", sans-serif;
    font-weight: 400;
    width: 90px;
    height: 100px;
    padding-top: 0;
    float: right;
    margin-right: .5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: .8;
    font-size: 1em;
    top: 1em;
    visibility: hidden; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .target {
        width: 128px;
        height: 158px; } }
    @media screen and (min-width: 1024px) {
      .activity-safesleep .target {
        width: 176px;
        height: 198px; } }
    .activity-safesleep .target.no-border {
      border: none; }
  .activity-safesleep .crib-target {
    width: 80px;
    height: 152px;
    margin-right: 1em;
    position: relative;
    left: -20px;
    top: 25px; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .crib-target {
        width: 165px;
        height: 320px;
        left: -60px;
        top: 55px; } }
  .activity-safesleep .crib-static {
    background: url(../images/Pacifier-Crib.png) no-repeat 0 0;
    width: 150px;
    height: 202px;
    background-size: 150px 202px;
    float: right;
    margin-right: 1em; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .crib-static {
        width: 317px;
        height: 427px;
        background-size: 317px 427px; } }
    @media screen and (min-width: 1024px) {
      .activity-safesleep .crib-static {
        width: 317px;
        height: 427px;
        background-size: 317px 427px; } }
    .activity-safesleep .crib-static.swap {
      background: url(../images/Pacifier-Yes-Crib.png) no-repeat 0 0; }
  .activity-safesleep .pacifier-target {
    width: 80px;
    height: 152px;
    margin-right: 1em;
    position: relative;
    left: -20px;
    top: 25px; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .pacifier-target {
        width: 165px;
        height: 320px;
        left: -60px;
        top: 55px; } }
  .activity-safesleep .feedback {
    position: relative;
    bottom: 300px;
    width: 100%;
    max-width: 600px;
    height: auto;
    background-color: #FFFFFF;
    opacity: .95;
    border-radius: 20px;
    padding: 1em;
    z-index: 1102;
    border: 1px solid #0084d6;
    margin: 0 auto;
    text-align: center;
    -webkit-filter: drop-shadow(5px 5px 10px #9E9E9E);
    visibility: hidden; }
    .activity-safesleep .feedback.conclusion {
      margin: 1em auto 0 auto; }
    @media screen and (min-width: 640px) {
      .activity-safesleep .feedback {
        padding: 2em;
        bottom: 600px; }
        .activity-safesleep .feedback.conclusion {
          bottom: 500px; } }
    .activity-safesleep .feedback .closeFeedback {
      width: auto;
      font-size: 1.2em;
      margin: 1em auto 0 auto; }
  .activity-safesleep .feedbackTitle {
    font-size: 1.5em;
    color: #003595;
    text-align: left;
    font-family: "Museo300", sans-serif;
    font-weight: 400;
    margin-bottom: .25em;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .activity-safesleep .feedbackTitle {
        font-size: 2.5em; } }
  .activity-safesleep .feedbackText {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #003595;
    height: auto;
    text-align: center;
    font-family: "Museo300", sans-serif;
    font-weight: 400; }
    @media screen and (min-width: 1024px) {
      .activity-safesleep .feedbackText {
        font-size: 1.6em;
        line-height: 1.5em; } }
