@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(../images/graphics/vendor/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
*   Owl Carousel Owl Demo Theme 
*   v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/graphics/vendor/AjaxLoader.gif) no-repeat center center; }

@font-face {
  font-family: "icons";
  src: url("../fonts/icons-a32d8c20a3c1635b892424990aea0dd9.eot");
  src: url("../fonts/icons-a32d8c20a3c1635b892424990aea0dd9.eot?#iefix") format("embedded-opentype"), url("../fonts/icons-a32d8c20a3c1635b892424990aea0dd9.woff") format("woff"), url("../fonts/icons-a32d8c20a3c1635b892424990aea0dd9.ttf") format("truetype"), url("../fonts/icons-a32d8c20a3c1635b892424990aea0dd9.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-down:before {
  content: "\f100"; }

.icon-arrow-left:before {
  content: "\f101"; }

.icon-arrow-right:before {
  content: "\f102"; }

.icon-arrow-up:before {
  content: "\f103"; }

.icon-checkmark:before, .list-check li:before, .label-radio.selected:before {
  content: "\f104"; }

.icon-facebook:before {
  content: "\f105"; }

.icon-googleplus:before {
  content: "\f106"; }

.icon-linkedin:before {
  content: "\f107"; }

.icon-menu:before {
  content: "\f108"; }

.icon-twitter:before {
  content: "\f109"; }

/* CSS5 */
header, footer, article, section, hgroup, nav, figure {
  display: block; }

/* http://meyerweb.com/eric/tools/css/reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, input, textarea, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

body, html {
  overflow-x: hidden; }

.table-grid .cell, .list-awards li {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle; }
  .table-grid .cell:first-child, .list-awards li:first-child {
    padding-left: 0; }
  .table-grid .cell:last-child, .list-awards li:last-child {
    padding-right: 0; }
  .table-grid .last.cell, .list-awards li.last {
    padding-right: 0; }

.container,
.row, .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .footer-content, .form-row, .section-header, .subsection {
  *zoom: 1; }
  .container:before,
  .row:before, .span1:before, .span2:before, .span3:before, .span4:before, .span5:before, .span6:before, .span7:before, .span8:before, .span9:before, .span10:before, .span11:before, .span12:before, .footer-content:before, .form-row:before, .section-header:before, .subsection:before, .container:after,
  .row:after, .span1:after, .span2:after, .span3:after, .span4:after, .span5:after, .span6:after, .span7:after, .span8:after, .span9:after, .span10:after, .span11:after, .span12:after, .footer-content:after, .form-row:after, .section-header:after, .subsection:after {
    content: " ";
    display: table; }
  .container:after,
  .row:after, .span1:after, .span2:after, .span3:after, .span4:after, .span5:after, .span6:after, .span7:after, .span8:after, .span9:after, .span10:after, .span11:after, .span12:after, .footer-content:after, .form-row:after, .section-header:after, .subsection:after {
    clear: both; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 10px; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1060px; }
  .lt-ie9 .container {
    width: 1060px; }
  @media all and (max-width: 480px) {
    .container {
      padding: 0 10px; } }

.span1 {
  display: block;
  float: left;
  margin-left: 2.35765%;
  width: 6.17215%; }
  .span1:first-child {
    margin-left: 0; }

.span2 {
  display: block;
  float: left;
  margin-left: 2.35765%;
  width: 14.70196%; }
  .span2:first-child {
    margin-left: 0; }

.span3 {
  display: block;
  float: left;
  margin-left: 2.35765%;
  width: 23.23176%; }
  .span3:first-child {
    margin-left: 0; }

.span4 {
  display: block;
  float: left;
  margin-left: 2.35765%;
  width: 31.76157%; }
  .span4:first-child {
    margin-left: 0; }

.span5 {
  display: block;
  float: left;
  margin-left: 2.35765%;
  width: 40.29137%; }
  .span5:first-child {
    margin-left: 0; }

.span6 {
  display: block;
  float: left;
  margin-left: 2.35765%;
  width: 48.82117%; }
  .span6:first-child {
    margin-left: 0; }

.span7 {
  display: block;
  float: left;
  margin-left: 2.35765%;
  width: 57.35098%; }
  .span7:first-child {
    margin-left: 0; }

.span8 {
  display: block;
  float: left;
  margin-left: 2.35765%;
  width: 65.88078%; }
  .span8:first-child {
    margin-left: 0; }

.span9 {
  display: block;
  float: left;
  margin-left: 2.35765%;
  width: 74.41059%; }
  .span9:first-child {
    margin-left: 0; }

.span10 {
  display: block;
  float: left;
  margin-left: 2.35765%;
  width: 82.94039%; }
  .span10:first-child {
    margin-left: 0; }

.span11 {
  display: block;
  float: left;
  margin-left: 2.35765%;
  width: 91.4702%; }
  .span11:first-child {
    margin-left: 0; }

.span12 {
  display: block;
  float: left;
  margin-left: 2.35765%;
  width: 100%; }
  .span12:first-child {
    margin-left: 0; }

@media all and (max-width: 720px) {
  .span1 {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; }

  .span2 {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; }

  .span3 {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; }

  .span4 {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; }

  .span5 {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; }

  .span6 {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; }

  .span7 {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; }

  .span8 {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; }

  .span9 {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; }

  .span10 {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; }

  .span11 {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; }

  .span12 {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; } }
.table-grid {
  display: table;
  width: 100%; }
  @media all and (max-width: 720px) {
    .table-grid {
      display: block;
      width: auto; }
      .table-grid .cell {
        display: block;
        padding: 10px 0;
        width: auto; } }

.cell1 {
  padding: 0 25px;
  display: table-cell;
  width: 14.87299%;
  vertical-align: middle; }
  .cell1:first-child {
    width: 10.76207%; }
  @media all and (max-width: 720px) {
    .cell1 {
      display: block;
      padding: 10px 0;
      width: auto; } }

.cell2 {
  padding: 0 25px;
  display: table-cell;
  width: 29.74598%;
  vertical-align: middle; }
  .cell2:first-child {
    width: 25.63506%; }
  @media all and (max-width: 720px) {
    .cell2 {
      display: block;
      padding: 10px 0;
      width: auto; } }

.cell3 {
  padding: 0 25px;
  display: table-cell;
  width: 44.61896%;
  vertical-align: middle; }
  .cell3:first-child {
    width: 40.50805%; }
  @media all and (max-width: 720px) {
    .cell3 {
      display: block;
      padding: 10px 0;
      width: auto; } }

.cell4 {
  padding: 0 25px;
  display: table-cell;
  width: 59.49195%;
  vertical-align: middle; }
  .cell4:first-child {
    width: 55.38104%; }
  @media all and (max-width: 720px) {
    .cell4 {
      display: block;
      padding: 10px 0;
      width: auto; } }

.cell5 {
  padding: 0 25px;
  display: table-cell;
  width: 74.36494%;
  vertical-align: middle; }
  .cell5:first-child {
    width: 70.25402%; }
  @media all and (max-width: 720px) {
    .cell5 {
      display: block;
      padding: 10px 0;
      width: auto; } }

.cell6 {
  padding: 0 25px;
  display: table-cell;
  width: 89.23793%;
  vertical-align: middle; }
  .cell6:first-child {
    width: 85.12701%; }
  @media all and (max-width: 720px) {
    .cell6 {
      display: block;
      padding: 10px 0;
      width: auto; } }

.cell7 {
  padding: 0 25px;
  display: table-cell;
  width: 104.11092%;
  vertical-align: middle; }
  .cell7:first-child {
    width: 100%; }
  @media all and (max-width: 720px) {
    .cell7 {
      display: block;
      padding: 10px 0;
      width: auto; } }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

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

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

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

.hidden, .label-radio .input-radio {
  top: -9999px;
  left: -9999px;
  position: absolute; }

@media all and (max-width: 850px) {
  .desktop {
    left: -9999px;
    position: absolute;
    top: -9999px; } }

@media all and (min-width: 721px) {
  .mobile {
    left: -9999px;
    position: absolute;
    top: -9999px; } }
.lt-ie9 .mobile {
  display: none; }

.invisible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.sub-nav-active {
  color: #ee589f !important;
  font-weight: 800; }

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0; }

  50% {
    box-shadow: 0 0 0 20px rgba(60, 174, 189, 0.3); }

  100% {
    box-shadow: 0; } }
@-moz-keyframes pulse {
  0% {
    box-shadow: 0; }

  50% {
    box-shadow: 0 0 0 20px rgba(60, 174, 189, 0.3); }

  100% {
    box-shadow: 0; } }
@-o-keyframes pulse {
  0% {
    box-shadow: 0; }

  50% {
    box-shadow: 0 0 0 20px rgba(60, 174, 189, 0.3); }

  100% {
    box-shadow: 0; } }
@keyframes pulse {
  0% {
    box-shadow: 0; }

  50% {
    box-shadow: 0 0 0 20px rgba(60, 174, 189, 0.3); }

  100% {
    box-shadow: 0; } }
.icon-quotation {
  background-color: #ffffff;
  background-repeat: no-repeat;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  background-image: url(../images/graphics/sprite.png);
  background-position: -232px -86px;
  width: 40px;
  height: 40px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-quotation {
      background-image: url(../images/graphics/sprite2x.png) !important;
      background-size: 476px 250px; } }

.icon-circle {
  background-image: url(../images/graphics/sprite.png);
  height: 49px;
  display: inline-block;
  width: 49px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-circle {
      background-image: url(../images/graphics/sprite2x.png) !important;
      background-size: 476px 250px; } }
  .icon-circle.arrows {
    background-position: -102px -158px; }
  .icon-circle.building {
    background-position: -153px -107px; }
  .icon-circle.chain-break {
    background-position: -51px -56px; }
  .icon-circle.cloud {
    background-position: -102px -56px; }
  .icon-circle.code {
    background-position: -153px -56px; }
  .icon-circle.globe {
    background-position: 0px -107px; }
  .icon-circle.intersection {
    background-position: -51px -107px; }
  .icon-circle.lightning {
    background-position: -102px -107px; }
  .icon-circle.phone {
    background-position: 0px -56px; }
  .icon-circle.server {
    background-position: 0px -158px; }
  .icon-circle.settings {
    background-position: -51px -158px; }

.sprite-logo {
  clear: both;
  display: inline-block;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  margin: 0 0 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .sprite-logo {
      background-image: url(../images/graphics/sprite2x.png) !important;
      background-size: 476px 250px; } }
  .sprite-logo.traceview {
    background-image: url(../images/graphics/sprite.png);
    background-position: 0px -209px;
    width: 269px;
    height: 41px; }
  .sprite-logo.appview {
    background-image: url(../images/graphics/sprite.png);
    background-position: 0px 0px;
    width: 230px;
    height: 54px; }
  .sprite-logo.flowview {
    background-image: url(../images/graphics/sprite.png);
    background-position: -232px 0px;
    width: 244px;
    height: 41px; }
  .sprite-logo.pathview {
    background-image: url(../images/graphics/sprite.png);
    background-position: -232px -43px;
    width: 244px;
    height: 41px; }

body {
  font-family: "Open Sans", sans-serif !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif, "Helvetica Neue", "Arial", sans-serif;
  line-height: 1.4; }

h1 {
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3; }
  h1 .page-title {
    color: #304c57;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 1.5; }
  @media all and (max-width: 720px) {
    .hero h1 {
      color: #2d343e; }
    .hero.persona h1 {
      color: #ffffff; } }
  @media all and (max-width: 480px) {
    h1 {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.3; } }

h2 {
  color: #2d343e;
  font-size: 20px;
  font-size: 1.25rem; }
  @media all and (max-width: 480px) {
    h2 {
      font-size: 18px;
      font-size: 1.125rem; } }

h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase; }

h4 {
  color: #2d343e;
  color: rgba(45, 52, 62, 0.8);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9; }
  @media all and (max-width: 850px) {
    h4 {
      line-height: 1.6; } }
  @media all and (max-width: 480px) {
    h4 {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.4; } }

h5 {
  font-size: 14px;
  font-size: 0.875rem; }

a {
  color: #00a6f1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    text-decoration: underline; }

blockquote p {
  font-size: 16px;
  font-size: 1rem;
  font-style: italic; }
blockquote .source {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal; }

em {
  font-style: italic; }

p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: .01rem;
  line-height: 1.8;
  margin-top: 5px; }
  @media all and (max-width: 720px) {
    p {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.5; } }

small {
  font-size: 12px;
  font-size: 0.75rem; }

strong {
  font-weight: 700; }

.blue {
  color: #438fe1; }

.dark {
  color: #2d343e; }

.lime {
  color: #bee800; }

.orange {
  color: #ffce00; }

.pink {
  color: #ff6862; }

.teal {
  color: #3caebd; }

.light {
  color: #ffffff; }

.soft-text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.oblique {
  font-style: oblique;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  margin-top: 2%; }

.about-page-headings {
  margin-top: 7% !important;
  text-align: center; }
  .about-page-headings h1 {
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: -2px; }
    @media (max-width: 480px) {
      .about-page-headings h1 {
        font-size: 2.5rem; } }
  .about-page-headings h2 {
    margin: 0 auto;
    text-align: center;
    max-width: 600px; }
  .about-page-headings h4 {
    font-size: 1.31rem;
    margin-top: -11px; }

/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
Animate Background
==============================================
*/
.animateBg {
  animation-name: animateBg;
  -webkit-animation-name: animateBg;
  animation-duration: infinite;
  -webkit-animation-duration: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  visibility: visible !important; }

@keyframes animateBg {
  0% {
    background-position: 0 0; }

  100% {
    background-position: 100% 0; } }
/*
==============================================
slideDown
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }

  50% {
    transform: translateY(8%); }

  65% {
    transform: translateY(-4%); }

  80% {
    transform: translateY(4%); }

  95% {
    transform: translateY(-2%); }

  100% {
    transform: translateY(0%); } }
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }

  50% {
    -webkit-transform: translateY(8%); }

  65% {
    -webkit-transform: translateY(-4%); }

  80% {
    -webkit-transform: translateY(4%); }

  95% {
    -webkit-transform: translateY(-2%); }

  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }

  50% {
    transform: translateY(-8%); }

  65% {
    transform: translateY(4%); }

  80% {
    transform: translateY(-4%); }

  95% {
    transform: translateY(2%); }

  100% {
    transform: translateY(0%); } }
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%); }

  50% {
    -webkit-transform: translateY(-8%); }

  65% {
    -webkit-transform: translateY(4%); }

  80% {
    -webkit-transform: translateY(-4%); }

  95% {
    -webkit-transform: translateY(2%); }

  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideLeft {
  0% {
    transform: translateX(150%); }

  50% {
    transform: translateX(-8%); }

  65% {
    transform: translateX(4%); }

  80% {
    transform: translateX(-4%); }

  95% {
    transform: translateX(2%); }

  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%); }

  50% {
    -webkit-transform: translateX(-8%); }

  65% {
    -webkit-transform: translateX(4%); }

  80% {
    -webkit-transform: translateX(-4%); }

  95% {
    -webkit-transform: translateX(2%); }

  100% {
    -webkit-transform: translateX(0%); } }
/*
==============================================
slideRight
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideRight {
  0% {
    transform: translateX(-150%); }

  50% {
    transform: translateX(8%); }

  65% {
    transform: translateX(-4%); }

  80% {
    transform: translateX(4%); }

  95% {
    transform: translateX(-2%); }

  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%); }

  50% {
    -webkit-transform: translateX(8%); }

  65% {
    -webkit-transform: translateX(-4%); }

  80% {
    -webkit-transform: translateX(4%); }

  95% {
    -webkit-transform: translateX(-2%); }

  100% {
    -webkit-transform: translateX(0%); } }
/*
==============================================
slideExpandUp
==============================================
*/
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important; }

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5); }

  30% {
    transform: translateY(-8%) scaleX(0.5); }

  40% {
    transform: translateY(2%) scaleX(0.5); }

  50% {
    transform: translateY(0%) scaleX(1.1); }

  60% {
    transform: translateY(0%) scaleX(0.9); }

  70% {
    transform: translateY(0%) scaleX(1.05); }

  80% {
    transform: translateY(0%) scaleX(0.95); }

  90% {
    transform: translateY(0%) scaleX(1.02); }

  100% {
    transform: translateY(0%) scaleX(1); } }
@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5); }

  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5); }

  40% {
    -webkit-transform: translateY(2%) scaleX(0.5); }

  50% {
    -webkit-transform: translateY(0%) scaleX(1.1); }

  60% {
    -webkit-transform: translateY(0%) scaleX(0.9); }

  70% {
    -webkit-transform: translateY(0%) scaleX(1.05); }

  80% {
    -webkit-transform: translateY(0%) scaleX(0.95); }

  90% {
    -webkit-transform: translateY(0%) scaleX(1.02); }

  100% {
    -webkit-transform: translateY(0%) scaleX(1); } }
/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5); }

  60% {
    transform: translateY(-7%) scaleY(1.12); }

  75% {
    transform: translateY(3%); }

  100% {
    transform: translateY(0%) scale(1) scaleY(1); } }
@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5); }

  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12); }

  75% {
    -webkit-transform: translateY(3%); }

  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1); } }
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0; }

  60% {
    transform: scale(1.1); }

  80% {
    transform: scale(0.9);
    opacity: 1; }

  100% {
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }

  60% {
    -webkit-transform: scale(1.1); }

  80% {
    -webkit-transform: scale(0.9);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes expandOpen {
  0% {
    transform: scale(1.8); }

  50% {
    transform: scale(0.95); }

  80% {
    transform: scale(1.05); }

  90% {
    transform: scale(0.98); }

  100% {
    transform: scale(1); } }
@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8); }

  50% {
    -webkit-transform: scale(0.95); }

  80% {
    -webkit-transform: scale(1.05); }

  90% {
    -webkit-transform: scale(0.98); }

  100% {
    -webkit-transform: scale(1); } }
/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }

  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }

  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }

  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }

  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }

  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }

  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }

  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }

  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }

  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }

  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }

  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }
/*
==============================================
hatch
==============================================
*/
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important; }

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6); }

  20% {
    transform: rotate(-2deg) scaleY(1.05); }

  35% {
    transform: rotate(2deg) scaleY(1); }

  50% {
    transform: rotate(-2deg); }

  65% {
    transform: rotate(1deg); }

  80% {
    transform: rotate(-1deg); }

  100% {
    transform: rotate(0deg); } }
@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6); }

  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05); }

  35% {
    -webkit-transform: rotate(2deg) scaleY(1); }

  50% {
    -webkit-transform: rotate(-2deg); }

  65% {
    -webkit-transform: rotate(1deg); }

  80% {
    -webkit-transform: rotate(-1deg); }

  100% {
    -webkit-transform: rotate(0deg); } }
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6); }

  60% {
    transform: translateY(-100%) scaleY(1.1); }

  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05); }

  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1); }

  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1); }

  100% {
    transform: translateY(0%) scaleY(1) scaleX(1); } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6); }

  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1); }

  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05); }

  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1); }

  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1); }

  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1); } }
/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7; }

  50% {
    transform: scale(1);
    opacity: 1; }

  100% {
    transform: scale(0.9);
    opacity: 0.7; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; }

  50% {
    -webkit-transform: scale(1);
    opacity: 1; }

  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; } }
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes floating {
  0% {
    transform: translateY(0%); }

  50% {
    transform: translateY(15%); }

  100% {
    transform: translateY(0%); } }
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }

  50% {
    -webkit-transform: translateY(15%); }

  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes tossing {
  0% {
    transform: rotate(-4deg); }

  50% {
    transform: rotate(4deg); }

  100% {
    transform: rotate(-4deg); } }
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg); }

  50% {
    -webkit-transform: rotate(4deg); }

  100% {
    -webkit-transform: rotate(-4deg); } }
/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes pullUp {
  0% {
    transform: scaleY(0.1); }

  40% {
    transform: scaleY(1.02); }

  60% {
    transform: scaleY(0.98); }

  80% {
    transform: scaleY(1.01); }

  100% {
    transform: scaleY(0.98); }

  80% {
    transform: scaleY(1.01); }

  100% {
    transform: scaleY(1); } }
@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(0.1); }

  40% {
    -webkit-transform: scaleY(1.02); }

  60% {
    -webkit-transform: scaleY(0.98); }

  80% {
    -webkit-transform: scaleY(1.01); }

  100% {
    -webkit-transform: scaleY(0.98); }

  80% {
    -webkit-transform: scaleY(1.01); }

  100% {
    -webkit-transform: scaleY(1); } }
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%; }

@keyframes pullDown {
  0% {
    transform: scaleY(0.1); }

  40% {
    transform: scaleY(1.02); }

  60% {
    transform: scaleY(0.98); }

  80% {
    transform: scaleY(1.01); }

  100% {
    transform: scaleY(0.98); }

  80% {
    transform: scaleY(1.01); }

  100% {
    transform: scaleY(1); } }
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1); }

  40% {
    -webkit-transform: scaleY(1.02); }

  60% {
    -webkit-transform: scaleY(0.98); }

  80% {
    -webkit-transform: scaleY(1.01); }

  100% {
    -webkit-transform: scaleY(0.98); }

  80% {
    -webkit-transform: scaleY(1.01); }

  100% {
    -webkit-transform: scaleY(1); } }
/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%; }

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3); }

  40% {
    transform: scaleX(1.02); }

  60% {
    transform: scaleX(0.98); }

  80% {
    transform: scaleX(1.01); }

  100% {
    transform: scaleX(0.98); }

  80% {
    transform: scaleX(1.01); }

  100% {
    transform: scaleX(1); } }
@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(0.3); }

  40% {
    -webkit-transform: scaleX(1.02); }

  60% {
    -webkit-transform: scaleX(0.98); }

  80% {
    -webkit-transform: scaleX(1.01); }

  100% {
    -webkit-transform: scaleX(0.98); }

  80% {
    -webkit-transform: scaleX(1.01); }

  100% {
    -webkit-transform: scaleX(1); } }
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3); }

  40% {
    transform: scaleX(1.02); }

  60% {
    transform: scaleX(0.98); }

  80% {
    transform: scaleX(1.01); }

  100% {
    transform: scaleX(0.98); }

  80% {
    transform: scaleX(1.01); }

  100% {
    transform: scaleX(1); } }
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3); }

  40% {
    -webkit-transform: scaleX(1.02); }

  60% {
    -webkit-transform: scaleX(0.98); }

  80% {
    -webkit-transform: scaleX(1.01); }

  100% {
    -webkit-transform: scaleX(0.98); }

  80% {
    -webkit-transform: scaleX(1.01); }

  100% {
    -webkit-transform: scaleX(1); } }
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  position: relative;
  top: -3px;
  color: #ffffff;
  font-size: 2rem; }

@keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
/* 
 * Wallpaper v3.1.18 - 2014-06-16 
 * A jQuery plugin for smooth-scaling image and video backgrounds. Part of the Formstone Library. 
 * http://formstone.it/wallpaper/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */
.wallpaper,
.wallpaper .wallpaper-container,
.wallpaper .wallpaper-media {
  -webkit-transition: none !important;
  transition: none !important; }

.wallpaper {
  overflow: hidden;
  position: relative; }

.wallpaper .wallpaper-container {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.wallpaper .wallpaper-media {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0; }

.wallpaper .wallpaper-media.animated {
  -webkit-transition: opacity 0.5s linear !important;
  transition: opacity 0.5s linear !important; }

.wallpaper .wallpaper-media img,
.wallpaper .wallpaper-media video,
.wallpaper .wallpaper-media iframe {
  display: block;
  height: 100%;
  width: 100%; }

.wallpaper .wallpaper-embed.ready:after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.wallpaper .wallpaper-embed.ready iframe {
  /* pointer-events: none; - safari doesn't like this :/ */
  z-index: 0; }

.wallpaper .wallpaper-media.native {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%; }

.wallpaper .wallpaper-media.native img {
  display: none; }

.wallpaper .wallpaper-media.fixed {
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  width: 100%; }

.wallpaper .wallpaper-media.fixed img {
  display: none; }

.banner-section {
  background: #ecf0f1;
  padding: 20px 0 0;
  text-align: justify; }
  .banner-section .container:after {
    content: "";
    display: inline-block;
    line-height: 0;
    width: 100%; }
  .banner-section .pod, .banner-section .companies_pod {
    display: inline-block;
    vertical-align: middle; }
  @media all and (max-width: 850px) {
    .banner-section .companies_pod {
      width: 20%; }
    .banner-section .pod, .banner-section .companies_pod {
      float: left;
      display: block; } }
  @media all and (max-width: 1080px) {
    .banner-section .companies_pod {
      width: 20%;
      float: left;
      display: block; }
    .banner-section .pod {
      float: left;
      display: block;
      width: 16%; } }

.banner-section.logos .pod a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .8;
  -webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
  -moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
  -o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
  transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0; }

.banner-section.logos .pod a img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1; }

.banner-section.logos .companies_pod a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .8;
  -webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
  -moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
  -o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
  transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0; }

.banner-section.logos .companies_pod a img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1; }

button,
.button {
  background: #00a6f1;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif, "Helvetica Neue", "Arial", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  min-width: 180px;
  padding: 17px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased; }
  button:hover,
  .button:hover {
    background: #0083be;
    text-decoration: none; }
  button.ghost,
  .button.ghost {
    border: 2px solid #ffffff;
    box-sizing: border-box;
    background: rgba(0, 182, 255, 0);
    height: 50px; }
    button.ghost:hover,
    .button.ghost:hover {
      border: 2px solid rgba(255, 255, 255, 0.5); }
  button.clear,
  .button.clear {
    background: none;
    color: #ecf0f1;
    min-width: 0;
    padding: 10px 15px; }
    button.clear i,
    .button.clear i {
      font-weight: normal;
      margin: 0 5px 0 0; }
    button.clear:hover, button.clear:focus, button.clear:active,
    .button.clear:hover,
    .button.clear:focus,
    .button.clear:active {
      background: #99a4b0;
      color: #ffffff; }
  @media all and (max-width: 720px) {
    button,
    .button {
      min-width: 0;
      max-width: 100%;
      width: 100%; }
      .global-navigation button, .global-navigation
      .button {
        max-width: none;
        width: auto; } }
  button.secondary,
  .button.secondary {
    background: none;
    border: 1px solid #575d65;
    color: #575d65; }
    button.secondary:hover, button.secondary:focus, button.secondary:active,
    .button.secondary:hover,
    .button.secondary:focus,
    .button.secondary:active {
      background: #dee2e6; }

.button.inline {
  padding: 12px;
  min-width: 160px;
  font-size: 13px;
  margin: 10px 0; }

.social-share-buttons {
  margin-top: -4.5%;
  float: right; }
  @media all and (max-width: 720px) {
    .social-share-buttons {
      float: none;
      margin-top: 5%; } }

.subnavigation .button:focus, .subnavigation .button:active {
  background: none; }

.subnavigation .button {
  font-size: .9rem; }

.callout-container-transparent, .callout-container {
  background: #ecf0f1;
  border-radius: 3px;
  margin: 40px 0 0;
  padding: 30px; }
  .callout-container-transparent h5, .callout-container h5 {
    margin: 5px 0 0; }
  .callout-container-transparent p, .callout-container p {
    margin: 10px 0 0; }
  .callout-container-transparent .seal, .callout-container .seal {
    background: #ffffff;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 1;
    text-align: center;
    width: 40px; }
  .dark-theme .callout-container-transparent, .dark-theme .callout-container {
    background: #ffffff; }
  @media all and (max-width: 1040px) {
    .callout-container-transparent, .callout-container {
      padding: 30px 50px; } }
  @media all and (max-width: 720px) {
    .callout-container-transparent, .callout-container {
      margin: 25px 0 0;
      padding: 20px 20px;
      text-align: center; }
      .callout-container-transparent .button, .callout-container .button {
        display: block;
        margin: 0 auto; } }

.blockquote {
  padding: 30px 90px 50px;
  text-align: center; }
  @media all and (max-width: 720px) {
    .blockquote {
      padding: 30px 15px; }
      .blockquote .source {
        margin: 20px 0 0; } }

.callout-container-transparent {
  position: relative;
  top: 100px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  margin: 30px 0px 0px 0px;
  padding: 40px; }
  .callout-container-transparent h5 {
    margin: 5px 0 0; }
  .callout-container-transparent p {
    margin: 10px 0 0; }
  .callout-container-transparent.seal {
    background: white;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 1;
    text-align: center;
    width: 40px; }

.dark-theme .callout-container {
  background: white; }

@media all and (max-width: 1040px) {
  .callout-container-transparent {
    padding: 30px 50px; } }
@media all and (max-width: 1040px) and (max-width: 740px) {
  .callout-container-transparent {
    top: -50px; } }
@media all and (max-width: 1040px) and (max-width: 480px) {
  .callout-container-transparent {
    top: 20px; } }
@media all and (max-width: 1040px) {
  /* line 38, ../../app/sass/component/_callout.scss */
  .callout-container-transparent .button {
    display: block;
    margin: 0 auto; } }
.carousel {
  padding: 0 10px;
  position: relative;
  text-align: center; }
  .carousel .owl-theme .owl-controls {
    margin: 0; }
    .carousel .owl-theme .owl-controls .owl-buttons > div {
      background: none;
      border-radius: 0;
      color: #ffffff;
      margin-top: -30px;
      opacity: 1;
      position: absolute;
      right: -20px;
      top: 50%; }
      .carousel .owl-theme .owl-controls .owl-buttons > div:first-child {
        left: -20px;
        right: auto; }
      .carousel .owl-theme .owl-controls .owl-buttons > div:hover i, .carousel .owl-theme .owl-controls .owl-buttons > div:focus i {
        background: #2d343e;
        background: rgba(45, 52, 62, 0.7); }
      .carousel .owl-theme .owl-controls .owl-buttons > div i {
        background: #4d596a;
        background: rgba(45, 52, 62, 0.3);
        border-radius: 40px;
        display: block;
        font-size: 30px;
        font-size: 1.875rem;
        height: 40px;
        line-height: 40px;
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out;
        width: 40px; }
      .feature-container .carousel .owl-theme .owl-controls .owl-buttons > div i {
        border-radius: 60px;
        font-size: 50px;
        font-size: 3.125rem;
        height: 60px;
        line-height: 55px;
        width: 60px; }
        @media all and (max-width: 480px) {
          .feature-container .carousel .owl-theme .owl-controls .owl-buttons > div i {
            border-radius: 40px;
            font-size: 30px;
            font-size: 1.875rem;
            height: 40px;
            line-height: 35px;
            width: 40px; } }

.carousel-navigation {
  padding: 15px 0 0; }
  .carousel-navigation li {
    background: #ffffff;
    border-radius: 3px;
    padding: 12px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .carousel-navigation li.active {
      background: #ecf0f1;
      color: #2d343e; }
    .carousel-navigation li strong {
      color: #2d343e; }
    .carousel-navigation li p {
      letter-spacing: 0;
      line-height: 1.7; }
  @media all and (max-width: 850px) {
    .carousel-navigation {
      padding: 0;
      text-align: center; }
      .carousel-navigation li {
        height: 0;
        margin: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0; }
        .carousel-navigation li.active {
          background: none;
          height: auto;
          opacity: 1; } }

.carousel-text {
  padding: 60px 0; }
  @media all and (max-width: 720px) {
    .carousel-text {
      padding: 10px;
      text-align: center; } }

.dropdown-container {
  font-family: "Montserrat", "Helvetica Neue", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  position: relative; }

/* line 7, ../../app/sass/component/_dropdown.scss */
.dropdown-container .dropdown-link {
  color: #2d343e;
  display: block;
  border-right: 1px solid #eaeaeb;
  position: relative; }

.global-header .dropdown-link ul li span:before {
  display: inline-block;
  font-family: 'icons';
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  position: relative;
  margin: 2px 0 0 20px;
  content: '\f100'; }

.global-header .dropdown-container.open .dropdown-link ul li span:before {
  content: '\f103'; }

.dropdown-container .dropdown-link:hover, .dropdown-container .dropdown-link:focus, .dropdown-container .dropdown-link:active {
  background: #fafbfb; }

/* line 29, ../../app/sass/component/_dropdown.scss */
.dropdown-container .dropdown-link ul {
  display: block; }

/* line 33, ../../app/sass/component/_dropdown.scss */
.dropdown-container .dropdown-link ul li {
  float: left;
  padding: 23px 30px; }

@media all and (max-width: 720px) {
  /* line 7, ../../app/sass/component/_dropdown.scss */
  .dropdown-container .dropdown-link {
    border-top: 1px solid #eaeaeb;
    border-right: 0; }

  /* line 45, ../../app/sass/component/_dropdown.scss */
  .dropdown-container .dropdown-link:before {
    line-height: 42px;
    right: 20px; }

  /* line 51, ../../app/sass/component/_dropdown.scss */
  .dropdown-container .dropdown-link ul li {
    padding: 10px 5px;
    text-align: center;
    width: 50%; }

  /* line 56, ../../app/sass/component/_dropdown.scss */
  .dropdown-container .dropdown-link ul li:first-child {
    border-left: 0; } }
@media all and (max-width: 480px) {
  /* line 1, ../../app/sass/component/_dropdown.scss */
  .dropdown-container {
    font-size: 14px;
    font-size: 0.875rem; }

  /* line 76, ../../app/sass/component/_dropdown.scss */
  .dropdown-container .dropdown-link:before {
    display: none; } }
/* line 83, ../../app/sass/component/_dropdown.scss */
/* line 91, ../../app/sass/component/_dropdown.scss */
.open .dropdown {
  background: white;
  background: rgba(255, 255, 255, 0.95);
  border-right: 1px solid #eaeaeb;
  font-size: 14px;
  font-size: 0.875rem;
  height: auto;
  overflow: auto;
  width: 100%; }

/* line 102, ../../app/sass/component/_dropdown.scss */
.open .dropdown a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

/* line 106, ../../app/sass/component/_dropdown.scss */
.open .dropdown ul {
  border-left: 1px solid #eaeaeb;
  float: left;
  padding: 20px 30px;
  width: 250px; }

/* line 112, ../../app/sass/component/_dropdown.scss */
.open .dropdown ul li {
  margin: 10px 0 0; }

/* line 115, ../../app/sass/component/_dropdown.scss */
.open .dropdown ul li:first-child {
  margin: 0; }

@media all and (max-width: 720px) {
  /* line 83, ../../app/sass/component/_dropdown.scss */
  .dropdown {
    position: relative; }

  /* line 125, ../../app/sass/component/_dropdown.scss */
  .open .dropdown {
    border-right: 0; }

  /* line 128, ../../app/sass/component/_dropdown.scss */
  .open .dropdown ul {
    padding: 10px 20px 20px;
    width: 50%; } }
@media all and (max-width: 480px) {
  .global-header .dropdown-link ul li span:before {
    display: none; } }
.feature-container .carousel {
  padding: 0;
  margin-top: -2%; }
.feature-container .stack-carousel,
.feature-container .stack-nav {
  float: left;
  margin-left: 2%; }
  .feature-container .stack-carousel:first-child,
  .feature-container .stack-nav:first-child {
    margin-left: 0; }
.feature-container .stack-carousel {
  text-align: center;
  width: 68%; }
.feature-container .stack-nav {
  width: 30%; }
@media all and (max-width: 850px) {
  .feature-container .carousel {
    margin-top: 0; }
  .feature-container .stack-carousel,
  .feature-container .stack-nav {
    float: none;
    margin-left: 0;
    width: auto; }
  .feature-container .stack-carousel {
    padding: 0 10px 20px; }
    .feature-container .stack-carousel:first-child {
      padding: 20px 10px 10px; }
  .feature-container .stack-nav {
    padding: 0 20px 20px; }
    .feature-container .stack-nav:first-child {
      padding: 20px 20px 10px; } }
@media all and (max-width: 720px) {
  .feature-container .stack-carousel {
    padding: 0 0 20px; }
    .feature-container .stack-carousel:first-child {
      padding: 20px 0 10px; }
  .feature-container .stack-nav {
    padding: 0 0 20px; }
    .feature-container .stack-nav:first-child {
      padding: 20px 0 10px; } }
@media all and (max-width: 480px) {
  .feature-container .stack-carousel {
    padding: 0 0 10px; }
    .feature-container .stack-carousel:first-child {
      padding: 10px 0 5px; }
  .feature-container .stack-nav {
    padding: 0 0 10px; }
    .feature-container .stack-nav:first-child {
      padding: 10px 0 5px; } }

.coding-hero .feature-header h1 {
  color: #bee800;
  font-size: 45px;
  font-size: 2.8125rem; }
  @media all and (max-width: 480px) {
    .coding-hero .feature-header h1 {
      font-size: 24px;
      font-size: 1.5rem; } }

/* line 126, ../../app/sass/section/_hero.scss */
.coding-hero .feature-header h4 {
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 10px 0 0; }
  @media all and (max-width: 480px) {
    .coding-hero .feature-header h4 {
      font-size: 16px;
      font-size: 1rem; } }

.feature-header {
  border-radius: 3px;
  padding: 40px 0 40px;
  text-align: center; }
  .feature-header.theme-blue {
    background: #438fe1; }
  .feature-header.theme-cerulean {
    background: #6fe1f0; }
  .feature-header.theme-lime {
    background: #bee800; }
  .feature-header.theme-orange {
    background: #ffce00; }
  .feature-header.theme-pink {
    background: #ff6862; }
  .feature-header.theme-teal {
    background: #3caebd; }
  @media all and (max-width: 850px) {
    .feature-header {
      padding: 30px 40px; } }
  @media all and (max-width: 480px) {
    .feature-header {
      padding: 20px; } }

.button-container {
  height: 114px;
  position: absolute;
  right: 7%;
  top: 14%;
  width: 114px; }
  @media all and (max-width: 720px) {
    .button-container {
      left: -9999px;
      right: auto;
      top: -9999px; } }

.flip-container {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  position: relative; }
  .flip-container:hover .front, .activated .flip-container .front {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg); }
  .flip-container:hover .back, .activated .flip-container .back {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  .flip-container:hover .front a,
  .flip-container:hover .back a {
    background: #3caebd;
    color: #ffffff;
    text-decoration: none; }
  .flip-container .front,
  .flip-container .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 114px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 114px; }
    .flip-container .front a,
    .flip-container .back a {
      background: #2d343e;
      border-radius: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      color: #ffffff;
      display: block;
      font-family: "Montserrat", sans-serif, "Helvetica Neue", "Arial", sans-serif;
      height: 100%;
      padding: 35px 10px 0;
      text-align: center;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 100%; }
      .flip-container .front a i,
      .flip-container .back a i {
        display: block;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1; }
  .flip-container .front {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 2; }
    .flip-container .front a {
      -webkit-animation: pulse 3s ease-in-out infinite;
      -moz-animation: pulse 3s ease-in-out infinite;
      animation: pulse 3s ease-in-out infinite; }
  .flip-container .back {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg); }

.flipper {
  position: relative;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.input-text {
  border: 1px solid #ccc;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%; }

.poetry-page input {
  height: 50px;
  color: #4b4b4b !important;
  padding-left: 10px !important;
  margin-top: 5px !important;
  font-size: 18px !important;
  border: 1px solid #DADADA;
  display: inline;
  width: 495px !important;
  margin-top: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff)); }
  .poetry-page input:focus {
    background: #ffffff;
    box-shadow: 0 0 5px #3498db;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #3498db; }
  @media (max-width: 1100px) {
    .poetry-page input {
      width: 100% !important; } }
  @media all and (max-width: 600px) {
    .poetry-page input {
      width: 400px !important; } }
  @media all and (max-width: 480px) {
    .poetry-page input {
      width: 100% !important; } }

.poetry-page .mktoButtonWrap {
  margin: 20px auto !important; }

.poetry-page button.mktoButton {
  padding: 2em 17em !important;
  margin-top: 6% !important;
  margin-bottom: 13% !important; }
  @media (max-width: 1100px) {
    .poetry-page button.mktoButton {
      padding: 2em 11.5em !important; } }
  @media all and (max-width: 600px) {
    .poetry-page button.mktoButton {
      padding: 2em 8.8em !important; } }

.poetry-page .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  padding: 2em 17em !important;
  margin-top: 6% !important;
  margin-bottom: 13% !important; }
  @media (max-width: 1100px) {
    .poetry-page .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
      padding: 2em 11.5em !important; } }
  @media all and (max-width: 600px) {
    .poetry-page .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
      padding: 2em 8.8em !important; } }

.poetry-page label {
  color: #4b4b4b !important;
  width: 110px !important; }

#mktoForm_468 {
  margin: 0 auto; }

/* The CSS */
.poetry-page select {
  padding: 15px 10px !important;
  margin: 5px 0px 0px 0px !important;
  font-size: 18px !important;
  width: 550px !important;
  border-radius: 0px !important;
  color: #4B4B4B;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
  border: 1px solid #DADADA;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  @media all and (max-width: 600px) {
    .poetry-page select {
      width: 400px !important; } }
  @media all and (max-width: 480px) {
    .poetry-page select {
      width: 100% !important; } }

.select {
  border: 1px solid #ccc;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px;
  height: 31px;
  width: 100%; }

@media all and (max-width: 480px) {
  .list li {
    margin: 5px 0 0; }
    .list li:first-child {
      margin: 0; } }

.list-awards {
  display: table;
  width: 100%; }
  .list-awards li {
    padding: 0; }
    @media (max-width: 480px) {
      .list-awards li {
        width: 54px !important; } }

.list-check {
  margin: 20px 0 0; }
  .list-check li {
    display: inline-block;
    padding: 10px 30px 10px 35px;
    position: relative;
    vertical-align: top;
    width: 33%;
    font-weight: 600; }
    .list-check li:before {
      color: #a5cf00;
      display: inline-block;
      font-family: 'icons';
      font-size: 18px;
      font-size: 1.125rem;
      left: 0;
      position: absolute;
      top: 7px; }
  @media all and (max-width: 850px) {
    .list-check li {
      width: 49%; } }
  @media all and (max-width: 720px) {
    .list-check li {
      display: block;
      padding: 5px 0 5px 30px;
      width: auto; }
      .list-check li:before {
        top: 0; } }

.list-check-manual {
  margin: 20px 0 0; }
  .list-check-manual li {
    display: inline-block;
    padding: 10px 30px 10px 35px;
    position: relative;
    vertical-align: top;
    width: 49%;
    font-weight: 600; }
    .list-check-manual li i {
      color: #a5cf00; }
  @media all and (max-width: 850px) {
    .list-check-manual li {
      width: 49%; } }
  @media all and (max-width: 720px) {
    .list-check-manual li {
      display: block;
      padding: 5px 0 5px 30px;
      width: auto; }
      .list-check-manual li:before {
        top: 0; } }

.list-inline {
  display: inline-block;
  padding-left: 20px; }
  @media all and (max-width: 480px) {
    .list-inline {
      display: block; } }
  .list-inline li {
    display: inline-block;
    padding-right: 20px; }
    @media all and (max-width: 480px) {
      .list-inline li {
        display: block; } }
  .list-inline a {
    font-weight: 700; }

.list-ordered {
  list-style: decimal;
  padding: 0 0 0 20px; }
  .list-ordered li {
    padding: 10px 0 0; }

.list-styled {
  list-style: disc;
  padding: 0 0 0 20px; }
  .list-styled li {
    padding: 10px 0 0; }
  @media all and (max-width: 480px) {
    .list-styled li {
      padding: 5px 0 0; } }

.list-tags li {
  display: inline-block;
  margin: 0; }
  .list-tags li .icon-circle {
    position: relative;
    text-align: center; }
    .list-tags li .icon-circle:before, .list-tags li .icon-circle:after {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      position: absolute;
      z-index: 20; }
    .list-tags li .icon-circle:before {
      background: #4B4B4B;
      border-radius: 3px;
      color: #ffffff;
      content: attr(data-tag);
      display: inline-block;
      font-size: 12px;
      font-size: 0.75rem;
      left: -13px;
      padding: 5px 0;
      right: -13px;
      text-align: center;
      top: -25px; }
    .list-tags li .icon-circle:hover:before {
      opacity: 1;
      text-decoration: none; }

.modal .container {
  background: #ffffff;
  max-width: 1000px;
  padding: 20px; }
.modal h2 {
  margin: 0 0 20px; }
.modal .form-row {
  padding: 0 !important; }
  .modal .form-row:first-child .label-radio {
    border-top: 1px solid #308a96; }
  .modal .form-row:last-child {
    padding: 20px 0 0 !important; }
.modal .mfp-close {
  display: none; }
@media all and (max-width: 720px) {
  .modal .button {
    padding: 15px 3px;
    min-width: 0;
    max-width: none;
    width: 49%; } }

/* Embeding forms from marketo*/
.noScroll {
  overflow: hidden; }

.contactForm iframe {
  width: 100%;
  height: 100%; }

#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #377bbf;
  background: #000;
  opacity: .81;
  height: 9000px;
  width: 100%;
  z-index: 99;
  display: none; }

#free-trial-form, #free-demo-form {
  display: none;
  position: fixed;
  overflow-y: scroll;
  z-index: 99999999999;
  /* top: 20px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.double-form-wrap {
  padding-bottom: 2%; }
  .double-form-wrap .button {
    padding: 6% 25%;
    width: 100%;
    border-bottom: 4px solid #3F95D8; }
    @media all and (max-width: 720px) {
      .double-form-wrap .button {
        max-width: 90%;
        margin-left: 4.5%; } }
    .double-form-wrap .button:hover {
      border-bottom: 4px solid #0473A5; }
  .double-form-wrap h3 {
    text-align: center;
    padding: 20px 0px;
    font-size: .9rem; }

.free-trial-demo-form {
  position: relative;
  height: 100%;
  /* max-height: 560px; */
  width: 70%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  background: white; }

.double-form-wrap {
  position: relative;
  /* max-height: 560px; */
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  background: white; }

@media all and (max-width: 686px) {
  #free-trial-form, #free-demo-form {
    top: 0; }

  .free-trial-demo-form, .double-form-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; } }
.free-trial-demo-form iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

a.close {
  background: transparent;
  margin: 0px 0 0 0;
  right: 0;
  z-index: 9999999;
  display: block;
  padding: 6px 0 6px 10px;
  margin-right: 20px;
  text-align: center;
  transition: all 0.2s ease-in 0s; }

a.modalclose {
  float: right;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
  color: #616161;
  background: rgba(96, 95, 97, 0);
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px; }
  @media all and (max-width: 720px) {
    a.modalclose {
      top: 5px;
      right: 5px; } }
  a.modalclose:hover {
    text-decoration: none;
    color: #9B9B9B; }

.modalclose:before {
  content: "×";
  cursor: pointer; }

/* se-demo page */
.se-demo a img, .se-demo a.button {
  display: block;
  margin: auto;
  width: 100%; }

#apps_build_details, #apps_buy_details {
  display: none;
  background-color: #fff;
  height: 120px;
  position: absolute;
  width: 100%;
  z-index: 9999; }

#apps_build_details {
  bottom: 0; }
  @media all and (max-width: 720px) {
    #apps_build_details {
      bottom: 70px; } }

#apps_buy_details {
  top: 165px; }
  @media all and (max-width: 720px) {
    #apps_buy_details {
      top: 130px; } }

#mobile-apps-build, #mobile-apps-buy {
  position: relative;
  left: 33%;
  top: 5px;
  display: none; }
  @media all and (max-width: 690px) {
    #mobile-apps-build, #mobile-apps-buy {
      left: 35%; } }
  @media all and (max-width: 480px) {
    #mobile-apps-build, #mobile-apps-buy {
      left: 28%; } }

#apps_build_details .modal-image-holder img {
  width: 75px;
  height: auto;
  text-align: justify;
  vertical-align: middle; }
  @media all and (max-width: 480px) {
    #apps_build_details .modal-image-holder img {
      width: 65px; } }

.modal-image-holder {
  text-align: center;
  margin: 0 auto; }
  .modal-image-holder img {
    text-align: justify;
    width: 85px;
    height: auto; }
    @media all and (max-width: 720px) {
      .modal-image-holder img {
        width: 70px; } }
    @media all and (max-width: 500px) {
      .modal-image-holder img {
        width: 55px; } }

.invisible {
  visibility: hidden; }

.step-bar {
  width: 100%;
  margin-top: 10%;
  margin-bottom: 5%; }
  @media all and (max-width: 500px) {
    .step-bar {
      width: 92%;
      margin: 30px auto 0px auto; } }

.step1, .step2 {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  width: 50%;
  text-align: center; }

.step1 {
  background: #0473A5;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 5px 5px 29px -5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 5px 5px 29px -5px rgba(0, 0, 0, 0.4);
  box-shadow: inset 5px 5px 29px -5px rgba(0, 0, 0, 0.4); }

.step2 {
  border: 1px solid #ccc;
  opacity: .65; }

.agree {
  margin-top: 30% !important; }

.modal-back-link {
  position: relative;
  top: 8px;
  left: 22px;
  z-index: 9999; }

.footer_callout {
  background: #9bb14a;
  padding: 45px 0px 35px 0px;
  border-bottom: 8px solid #819e5d; }
  .footer_callout h2 {
    color: #ffffff; }
    @media all and (max-width: 600px) {
      .footer_callout h2 {
        text-align: center; } }
  .footer_callout h5 {
    margin-top: 1px; }
    @media all and (max-width: 600px) {
      .footer_callout h5 {
        text-align: center; } }
  .footer_callout .button {
    background: rgba(0, 182, 255, 0); }
    @media all and (max-width: 600px) {
      .footer_callout .button {
        margin-top: 25px;
        float: none; } }

.image-container {
  background-position: center bottom;
  background-repeat: no-repeat; }
  .image-container.acquia {
    background-image: url("../images/graphics/logo-acquia.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .image-container.acquia {
        background-image: url("../images/graphics/logo-acquia_2x.png");
        background-size: 178px 41px; } }
  .image-container.beth-israel {
    background-image: url("../images/graphics/logo-beth-israel.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .image-container.beth-israel {
        background-image: url("../images/graphics/logo-beth-israel_2x.png");
        background-size: 243px 63px; } }
  .image-container.cake {
    background-image: url(../images/graphics/logo-cake.png); }
  .image-container.citrix {
    background-image: url("../images/graphics/logo-citrix.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .image-container.citrix {
        background-image: url("../images/graphics/logo-citrix_2x.png");
        background-size: 163px 65px; } }
  .image-container.co-operators {
    background-image: url("../images/graphics/logo-cooperators.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .image-container.co-operators {
        background-image: url("../images/graphics/logo-cooperators_2x.png");
        background-size: 257px 50px; } }
  .image-container.ebay {
    background-image: url("../images/graphics/logo-ebay.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .image-container.ebay {
        background-image: url("../images/graphics/logo-ebay_2x.png");
        background-size: 155px 61px; } }
  .image-container.map-my-fitness {
    background-image: url("../images/graphics/logo-mapmyfitness.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .image-container.map-my-fitness {
        background-image: url("../images/graphics/logo-mapmyfitness_2x.png");
        background-size: 221px 53px; } }
  .image-container.service-now {
    background-image: url("../images/graphics/logo-servicenow.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .image-container.service-now {
        background-image: url("../images/graphics/logo-servicenow_2x.png");
        background-size: 225px 28px; } }
  .image-container.shutterfly {
    background-image: url("../images/graphics/logo-shutterfly.png"); }

.max-height-100 {
  max-height: 100px; }

table {
  background: #ecf0f1;
  width: 100%; }
  table th,
  table td {
    border: 3px solid #ffffff;
    padding: 20px 15px;
    vertical-align: middle;
    width: 25%; }
  table td {
    padding: 25px 15px; }
  table thead th {
    background: #2d343e; }
    table thead th.theme-orange {
      background: #ffce00; }
    table thead th.theme-blue {
      background: #438fe1; }
  table thead h4 {
    color: #ffffff; }
  table h4 {
    line-height: 1.2; }
  table .dark-row {
    background: #dee2e6; }
  @media all and (max-width: 720px) {
    table h4 {
      font-size: 14px;
      font-size: 0.875rem; }
    table th,
    table td {
      padding: 10px 15px; } }
  @media all and (max-width: 480px) {
    table tr {
      height: auto !important; }
    table th,
    table td {
      font-size: 12px;
      font-size: 0.75rem;
      height: auto !important;
      padding: 10px;
      min-width: 140px; }
    table h4 {
      font-size: 12px;
      font-size: 0.75rem; } }

.table-container {
  overflow: auto;
  width: 100%; }

.crossword_pattern {
  background-image: url(/images/graphics/crossword.png); }

.fabric_pattern {
  background-image: url(/images/graphics/fabric_of_squares_gray.png); }

.topo_lines {
  background-image: url(/images/graphics/cartographer.png); }

.noisy_grid {
  background-image: url(/images/graphics/noisy_grid.png); }

.geomerty_pattern {
  background-image: url(/images/graphics/geometry2.png); }

.video-container {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  display: block;
  min-width: 442px;
  max-width: 442px;
  height: auto; }
  @media all and (min-width: 1025px) {
    .video-container {
      height: 249px; } }
  .video-container iframe {
    display: block; }
  .hero .video-container {
    margin: 0 0 0 10px; }
  @media all and (max-width: 1024px) {
    .video-container {
      min-width: 340px; } }
  @media all and (max-width: 720px) {
    .video-container {
      min-width: 0; }
      .hero .video-container {
        margin: 0 auto;
        max-width: 480px; } }

body {
  background: #2d343e;
  color: #575d65;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased; }
  body ::selection {
    background: #fe57a1;
    /* WebKit/Blink Browsers */ }
  body ::-moz-selection {
    background: #fe57a1;
    /* Gecko Browsers */ }
  @media all and (max-width: 480px) {
    body {
      font-size: 13px;
      font-size: 0.8125rem; } }

p {
  font-family: "Open Sans", sans-serif !important; }

hr {
  background: #dee2e6;
  height: 2px;
  margin: 40px 0; }

img {
  max-width: 100%; }

.main {
  background: #ffffff;
  display: block; }

/* Montserrat Font Fix
------------------------------------------------- */
/* Utilities
------------------------------------------------- */
.text-center {
  text-align: center; }

.space {
  margin-top: 50px; }

/* Menu Overlap Fix
------------------------------------------------- */
.open .dropdown {
  z-index: 999; }

/* Responsive Correction
------------------------------------------------- */
@media all and (max-width: 768px) {
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    padding-bottom: 7px; }

  #resource-container ul li .icon {
    background-size: contain !important; }

  .list-awards li {
    padding: 0;
    width: 120px;
    display: inline-block; }

  .global-navigation ul li ul {
    display: inline !important;
    position: relative !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-top: 0;
    z-index: 999;
    border-radius: 0 !important;
    overflow: hidden; }

  .global-navigation ul li ul li {
    background-color: #2d343e;
    width: 100%;
    padding: 0 !important;
    text-align: left !important; }

  .global-navigation.open ul {
    max-height: 275px !important; }

  .hidden-mobile {
    display: none !important; } }
@media all and (max-width: 790px) {
  .global-navigation {
    font-size: 11px; } }
/* Repurpoused New AppNeta Styles 
------------------------------------------------- */
.category .theme-blue {
  background-color: #438fe1; }

.category .theme-blue li a:hover {
  background-color: #3b81cc; }

.category .theme-cerulean {
  background-color: #6fe1f0; }

.category .theme-cerulean li a:hover {
  background-color: #68d1e0; }

.category .theme-lime {
  background: #bee800; }

.category .theme-lime li a:hover {
  background-color: #add301; }

.category .theme-orange {
  background: #ffce00; }

.category .theme-orange li a:hover {
  background-color: #edaa00; }

.category .theme-pink {
  background: #ff6862; }

.category .theme-pink li a:hover {
  background-color: #db6560; }

.category .theme-teal {
  background: #3caebd; }

.category .theme-teal li a:hover {
  background-color: #359caa; }

/* Previous AppNeta Styles
------------------------------------------------- */
/* Form */
.form {
  max-width: 60%;
  margin: 0 auto; }

.error_container {
  clear: both;
  color: #BF1E2E;
  display: none;
  font-size: 11px;
  margin: 0 0 0 220px;
  min-height: 22px;
  padding: 5px 0 0 5px;
  position: relative;
  width: 335px; }

/* Resource Filters */
#filter {
  position: relative;
  float: left;
  margin: 50px 0 0 0;
  width: 100%; }

#filter #industry {
  display: none; }

#filter ul {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

#filter ul .category {
  position: relative;
  float: left;
  display: inline-block;
  width: 240px;
  width: 30%;
  padding-bottom: 30px;
  text-align: center;
  font-size: 28px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

#filter ul .category.active {
  color: #333333 !important; }

#filter ul .category a {
  font-weight: 300;
  color: #8d8b8b; }

#filter ul .category ul {
  position: absolute;
  top: 50px;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 10; }

#filter ul .category ul .pointer {
  left: 90px; }

#filter ul .category ul li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left; }

#filter ul .category ul li a {
  font-size: 16px;
  position: relative;
  float: left;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

#filter ul #topic.category {
  width: 20%; }

#filter ul #type.category {
  width: 20%; }

#resource-container {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%; }

#resource-container ul {
  position: relative;
  width: 100%;
  min-height: 700px !important;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: auto !important; }

#resource-container ul li {
  position: relative;
  float: left;
  margin: 30px 20px;
  padding: 0;
  width: 300px;
  height: 430px;
  height: auto;
  list-style: inherit;
  width: 30%;
  margin: 30px 5% 30px 0; }

#resource-container ul li:nth-child(3n+3) {
  margin-right: 0; }

#resource-container ul li:nth-child(3n+4) {
  clear: both; }

#resource-container ul li img {
  max-width: 90%; }

#resource-container ul li .icon {
  height: 170px;
  margin-bottom: 20px;
  background: url(/images/graphics/whitepapers.png) no-repeat center center; }

#resource-container ul li[data-tags*="Video"] .icon {
  height: 120px;
  background: url(/images/graphics/videos.png) no-repeat center center; }

#resource-container ul li[data-tags*="Datasheet"] .icon {
  height: 150px;
  background: url(/images/graphics/datasheets.png) no-repeat center center; }

#resource-container ul li[data-tags*="Webinar"] .icon {
  height: 150px;
  background: url(/images/graphics/webinar.png) no-repeat center center; }

#resource-container ul.hidden, #resource-container .label-radio ul.input-radio, .label-radio #resource-container ul.input-radio {
  display: none; }

/* Login Dropdown */
.global-navigation ul li {
  position: relative; }

.global-navigation ul li:hover ul {
  display: block; }

.global-navigation ul li ul {
  display: none;
  position: absolute;
  width: 110px;
  margin-top: -10px;
  margin-left: -34px;
  padding-top: 20px;
  z-index: 999;
  border-radius: 3px;
  overflow: hidden; }

.global-navigation ul li ul li {
  background-color: #2d343e;
  width: 100%;
  padding: 5px 12px;
  text-align: center; }

.global-footer {
  background: #2d343e;
  color: #99a4b0;
  font-family: "Montserrat", sans-serif, "Helvetica Neue", "Arial", sans-serif;
  padding: 50px 0; }
  @media all and (max-width: 720px) {
    .global-footer {
      padding: 30px 0; } }

.footer-content {
  border-bottom: 2px solid #424952;
  padding: 0 0 30px; }
  .footer-content .footer-logo {
    float: left;
    max-width: 145px; }
  .footer-content nav {
    float: right;
    padding: 6px 0 0; }
    .footer-content nav ul li {
      border-left: 2px solid #7e8894;
      display: inline-block;
      padding: 0 10px; }
      .footer-content nav ul li:first-child {
        border-left: 0; }
  @media all and (max-width: 720px) {
    .footer-content {
      text-align: center; }
      .footer-content .footer-logo, .footer-content nav {
        display: block;
        float: none;
        padding: 5px 0; } }
  @media all and (max-width: 480px) {
    .footer-content .footer-logo, .footer-content nav {
      margin: 0 auto; } }

.footer-navigation {
  padding: 30px 0; }
  .footer-navigation h5 {
    color: #ffffff; }
  .footer-navigation .site-map a, .footer-navigation .list-social a {
    color: #99a4b0; }
    .footer-navigation .site-map a:hover, .footer-navigation .list-social a:hover {
      color: #ffffff;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .footer-navigation .site-map ul {
    float: left;
    padding: 0 75px 0 0; }
    .footer-navigation .site-map ul li {
      padding: 5px 0 0; }
  @media all and (max-width: 1060px) {
    .footer-navigation .site-map ul {
      padding: 0 40px 0 0; } }
  .footer-navigation .link-tel {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 50px; }
  .footer-navigation .list-social {
    font-size: 1.7rem; }
    @media all and (max-width: 1033px) and (min-width: 850px) {
      .footer-navigation .list-social {
        font-size: 1.3rem; } }
    .footer-navigation .list-social li {
      display: inline-block;
      margin: 0 9px 0 0; }
      .footer-navigation .list-social li i {
        vertical-align: baseline; }
  @media all and (max-width: 850px) {
    .footer-navigation {
      padding: 30px 0 10px; }
      .footer-navigation [class^="span"], .footer-navigation [class*=" span"] {
        display: block;
        float: none;
        width: auto; }
      .footer-navigation .site-map ul {
        width: 23%; }
        .footer-navigation .site-map ul.long {
          width: 31%; }
      .footer-navigation .list-social {
        display: block;
        margin: 30px 0 0;
        text-align: center; } }
  @media all and (max-width: 720px) {
    .footer-navigation .site-map ul, .footer-navigation .site-map ul.long {
      display: inline-block;
      float: none;
      padding: 0 5px 0 0;
      vertical-align: top;
      width: 49%; }
    .footer-navigation .site-map .list-map-title {
      width: 45%; }
      .footer-navigation .site-map .list-map-title.long {
        width: 53%; }
    .footer-navigation hr {
      background: #424952;
      margin: 20px 0; }
    .footer-navigation .list-social {
      margin: 50px 0 0; } }

.footer-copyright {
  padding: 40px 0 0; }
  @media all and (max-width: 850px) {
    .footer-copyright {
      padding: 0; } }

.form {
  color: "Montserrat", sans-serif, "Helvetica Neue", "Arial", sans-serif; }
  .form label {
    display: block;
    line-height: 1.6;
    margin: 0 0 5px; }
    .form label.label-radio {
      margin: 0; }

.form-row {
  padding: 5px 0; }
  .form-row:first-child {
    padding: 0 0 5px; }
  .form-row .button {
    margin: 10px 0 0; }
  @media all and (max-width: 720px) {
    .form-row .span7 {
      padding: 10px 0 0; } }

.label-radio {
  background: #addee5;
  border: 1px solid #308a96;
  border-top: 0;
  color: #2d343e;
  margin: 0;
  padding: 10px 20px; }
  .label-radio strong {
    display: block;
    font-family: "Montserrat", sans-serif, "Helvetica Neue", "Arial", sans-serif;
    font-size: 16px;
    font-size: 1rem; }
  .label-radio.selected {
    background: #3caebd;
    color: #ffffff;
    padding: 10px 20px 10px 35px;
    position: relative; }
    .label-radio.selected:before {
      color: #bee800;
      font-family: 'icons';
      position: absolute;
      left: 10px;
      top: 10px; }

.global-header {
  background: #ffffff; }
  .global-header .header-content .container {
    padding: 0 0 0 10px; }
  .global-header .dropdown-container {
    display: block;
    float: right; }
  .global-header .logo {
    float: left;
    padding: 12px 0 6px;
    max-width: 175px; }
  @media all and (max-width: 720px) {
    .global-header .header-content .container {
      padding: 0; }
    .global-header .dropdown-container {
      float: none; }
    .global-header .logo {
      float: none;
      padding: 10px 10px 5px; }
      .global-header .logo img {
        max-width: 210px;
        padding: 5px; } }

.global-navigation {
  background: #2d343e;
  font-family: "Montserrat", sans-serif, "Helvetica Neue", "Arial", sans-serif;
  padding: 13px 0;
  text-align: right; }
  .global-navigation a {
    color: #ffffff; }
  .global-navigation ul {
    display: inline-block; }
    .global-navigation ul li {
      display: inline-block;
      padding: 0 0 0 40px; }
  @media all and (max-width: 720px) {
    .global-navigation {
      padding: 5px 0 0; }
      .global-navigation .container {
        padding: 0; }
      .global-navigation .button {
        margin: 0 10px 5px 0; }
      .global-navigation ul {
        display: block;
        max-height: 0;
        overflow: hidden;
        text-align: left;
        text-transform: uppercase;
        -webkit-transition: max-height 0.3s linear;
        -moz-transition: max-height 0.3s linear;
        transition: max-height 0.3s linear; }
        .global-navigation ul li {
          display: block;
          padding: 0; }
          .global-navigation ul li a {
            border-top: 1px solid #424952;
            display: block;
            line-height: 1.7;
            padding: 5px 10px; }
      .global-navigation.open ul {
        max-height: 250px; } }
  @media all and (max-width: 720px) {
    .global-navigation .button {
      margin: 0 20px 5px 0; }
    .global-navigation ul li a {
      padding: 10px 20px; } }

.link-phone-number {
  color: #2d343e;
  font-weight: 700;
  white-space: nowrap; }

.smooth-scroll-top {
  color: #2d343e;
  display: inline-block;
  font-family: "Montserrat", sans-serif, "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  margin: 0 0 0 30px;
  position: relative;
  text-transform: uppercase; }
  .smooth-scroll-top:hover, .smooth-scroll-top:active, .smooth-scroll-top:focus {
    color: #438fe1;
    text-decoration: none; }

.sub-navigation {
  background: #ffffff;
  border-top: 1px solid #EAEAEB;
  font-family: "Montserrat", sans-serif, "Helvetica Neue", "Arial", sans-serif;
  padding: 13px 0;
  width: 100%;
  text-align: center;
  z-index: 2; }
  @media all and (max-width: 480px) {
    .sub-navigation {
      position: static !important;
      padding: 0px; } }
  .sub-navigation a {
    color: #545454; }
  @media all and (max-width: 480px) {
    .sub-navigation {
      border-bottom: 1px solid #EAEAEB; } }
  .sub-navigation ul {
    display: inline-block; }
    @media all and (max-width: 885px) {
      .sub-navigation ul {
        font-size: 12px; } }
    @media all and (max-width: 660px) {
      .sub-navigation ul {
        font-size: 14px;
        width: 100%; } }
    .sub-navigation ul li {
      display: inline-block;
      padding: 0 0 0 40px; }
      @media all and (max-width: 885px) {
        .sub-navigation ul li {
          padding: 0 0 0 20px; } }
      @media all and (max-width: 660px) {
        .sub-navigation ul li {
          display: block;
          border-bottom: 1px dotted #ccc;
          padding: 10px 0 10px 0; }
          .sub-navigation ul li:last-of-type {
            border-bottom: none; } }
  .sub-navigation h3 {
    text-transform: none;
    color: #545454; }

.sub-nav-active {
  color: #ee589f !important;
  font-weight: 800; }

.sub-navigation.resources-subnav {
  border: none; }

.sidebar-scroll-nav {
  position: fixed;
  top: 5%;
  left: 20%;
  font-weight: 400;
  display: none; }
  @media (max-width: 2170px) {
    .sidebar-scroll-nav {
      left: 2%; } }
  @media (max-width: 1340px) {
    .sidebar-scroll-nav {
      display: none !important; } }
  .sidebar-scroll-nav a:hover {
    text-decoration: none; }

.side-nav-active {
  color: #ee589f !important;
  font-weight: 800; }

.mega-menu {
  display: none;
  background: #ecf0f1;
  padding: 1% 0;
  position: relative; }
  .mega-menu a {
    text-decoration: none;
    color: #797D84;
    font-size: 12px; }
  .mega-menu p {
    color: #797D84;
    font-size: 12px; }
  @media (max-width: 720px) {
    .mega-menu {
      padding: 0px; } }
  .mega-menu .triangle-product {
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 1em;
    border-bottom-color: #ecf0f1;
    position: absolute;
    right: 23%;
    top: -25px; }
    @media (max-width: 2600px) {
      .mega-menu .triangle-product {
        right: 32%; } }
    @media (max-width: 2400px) {
      .mega-menu .triangle-product {
        right: 31%; } }
    @media (max-width: 2200px) {
      .mega-menu .triangle-product {
        right: 30%; } }
    @media (max-width: 2100px) {
      .mega-menu .triangle-product {
        right: 28%; } }
    @media (max-width: 2000px) {
      .mega-menu .triangle-product {
        right: 27%; } }
    @media (max-width: 1900px) {
      .mega-menu .triangle-product {
        right: 26%; } }
    @media (max-width: 1800px) {
      .mega-menu .triangle-product {
        right: 24%; } }
    @media (max-width: 1600px) {
      .mega-menu .triangle-product {
        right: 21%; } }
    @media (max-width: 1500px) {
      .mega-menu .triangle-product {
        right: 20%; } }
    @media (max-width: 1420px) {
      .mega-menu .triangle-product {
        right: 18%; } }
    @media (max-width: 1320px) {
      .mega-menu .triangle-product {
        right: 15%; } }
    @media (max-width: 1250px) {
      .mega-menu .triangle-product {
        right: 13%; } }
    @media (max-width: 1175px) {
      .mega-menu .triangle-product {
        right: 11%; } }
    @media (max-width: 1100px) {
      .mega-menu .triangle-product {
        right: 8%; } }
    @media (max-width: 720px) {
      .mega-menu .triangle-product {
        right: 22%;
        top: -26px; } }
  .mega-menu .triangle-solutions {
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 1em;
    border-bottom-color: #ecf0f1;
    position: absolute;
    right: 32%;
    top: -25px; }
    @media (max-width: 2600px) {
      .mega-menu .triangle-solutions {
        right: 38%; } }
    @media (max-width: 2400px) {
      .mega-menu .triangle-solutions {
        right: 37%; } }
    @media (max-width: 2100px) {
      .mega-menu .triangle-solutions {
        right: 36%; } }
    @media (max-width: 1900px) {
      .mega-menu .triangle-solutions {
        right: 35%; } }
    @media (max-width: 1800px) {
      .mega-menu .triangle-solutions {
        right: 34%; } }
    @media (max-width: 1700px) {
      .mega-menu .triangle-solutions {
        right: 33%; } }
    @media (max-width: 1600px) {
      .mega-menu .triangle-solutions {
        right: 31%; } }
    @media (max-width: 1500px) {
      .mega-menu .triangle-solutions {
        right: 30%; } }
    @media (max-width: 1420px) {
      .mega-menu .triangle-solutions {
        right: 29%; } }
    @media (max-width: 1320px) {
      .mega-menu .triangle-solutions {
        right: 28%; } }
    @media (max-width: 1250px) {
      .mega-menu .triangle-solutions {
        right: 26%; } }
    @media (max-width: 1175px) {
      .mega-menu .triangle-solutions {
        right: 25%; } }
    @media (max-width: 1100px) {
      .mega-menu .triangle-solutions {
        right: 23%; } }
    @media (max-width: 900px) {
      .mega-menu .triangle-solutions {
        right: 26%; } }
    @media (max-width: 830px) {
      .mega-menu .triangle-solutions {
        right: 28%; } }
    @media (max-width: 780px) {
      .mega-menu .triangle-solutions {
        right: 31%; } }
    @media (max-width: 720px) {
      .mega-menu .triangle-solutions {
        right: 73%;
        top: -26px; } }
  .mega-menu .megamenu-product-wrap {
    padding: 14px 0px;
    margin-bottom: 0px; }
    @media (max-width: 720px) {
      .mega-menu .megamenu-product-wrap {
        padding: 0px;
        margin-bottom: 0px; } }
  .mega-menu .megamenu-solutions-wrap h3 {
    text-transform: none;
    color: #6F6F6F; }
  .mega-menu .megamenu-solutions-wrap p {
    font-size: 12px; }
  @media (max-width: 720px) {
    .mega-menu .megamenu-solutions-wrap {
      padding: 0px;
      margin-bottom: 0px; } }
  .mega-menu .megamenu-item {
    padding: 10px 5px;
    margin-left: 0%; }
    .mega-menu .megamenu-item:hover {
      background: #E5E7E7; }
    @media (max-width: 720px) {
      .mega-menu .megamenu-item {
        padding: 20px 0;
        margin-left: 0;
        border-top: 1px solid #E5E5E5; } }
    @media (max-width: 480px) {
      .mega-menu .megamenu-item {
        padding: 25px 0; } }

#Container .mix {
  display: none; }

.section {
  padding: 60px 0; }
  @media all and (max-width: 720px) {
    .section {
      padding: 40px 0; } }
  .section.secondary {
    padding: 60px 100px; }
    @media all and (max-width: 1024px) {
      .section.secondary {
        padding: 60px 30px; } }
    @media all and (max-width: 850px) {
      .section.secondary {
        padding: 60px 0; } }
    @media all and (max-width: 720px) {
      .section.secondary {
        padding: 40px 0; } }

.section-header {
  border-bottom: 2px solid #dee2e6;
  color: #2d343e;
  margin: 0;
  padding: 0 0 10px; }
  .section-header h3 {
    float: left; }
  @media all and (max-width: 720px) {
    .section-header {
      padding: 0 76px 10px 0;
      position: relative; }
      .section-header h3 {
        float: none; }
      .section-header .smooth-scroll-top {
        position: absolute;
        right: 0;
        top: 2px; } }

.subsection {
  margin: 40px 0 0; }
  .subsection:first-child {
    margin: 0; }
  .subsection.secondary {
    padding: 0 100px; }
    @media all and (max-width: 1024px) {
      .subsection.secondary {
        padding: 0 30px; } }
    @media all and (max-width: 1024px) {
      .subsection.secondary {
        padding: 0; } }
  .subsection.half {
    margin: 20px 0 0; }
  @media all and (max-width: 720px) {
    .subsection.mobile-carousel {
      border-top: 1px solid #dee2e6;
      margin: 0;
      padding: 30px 0; }
      .subsection.mobile-carousel:first-child {
        border-top: 0;
        padding-top: 0; }
      .subsection.mobile-carousel .carousel {
        padding: 10px 0; } }
  @media all and (max-width: 480px) {
    .subsection.mobile-carousel .carousel-text p {
      line-height: 1.4; } }
  @media all and (max-width: 720px) {
    .subsection {
      margin: 25px 0 0; } }

.dark-theme {
  background: #ecf0f1;
  border-bottom: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC; }

.smooth-scroll-top:after {
  content: "\f0de";
  font-family: FontAwesome;
  padding-left: 5px; }

.hero {
  position: relative; }
  .hero:before, .hero:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    background-color: #007089 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #007089 0%, #36c7d3 16.7%, #40c7d9 33.4%, #9fe3ed 50%, #40c7d9 66.7%, #36c7d3 83.4%, #007089 100%));
    background-image: -webkit-linear-gradient(left, #007089 0%, #36c7d3 16.7%, #40c7d9 33.4%, #9fe3ed 50%, #40c7d9 66.7%, #36c7d3 83.4%, #007089 100%);
    background-image: linear-gradient(to right,#007089 0%, #36c7d3 16.7%, #40c7d9 33.4%, #9fe3ed 50%, #40c7d9 66.7%, #36c7d3 83.4%, #007089 100%);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .hero:after {
    background-color: #9fe3ed 0%;
    background-image: -webkit-gradient(radial, center center, 0, center center, 460, color-stop(100%, #9fe3ed 0%, #40c7d9 33%, #168b92 66%, #007089 100%));
    background-image: -webkit-radial-gradient(50% 0, circle, #9fe3ed 0%, #40c7d9 33%, #168b92 66%, #007089 100%);
    background-image: radial-gradient(  circle at 50% 0, #9fe3ed 0%, #40c7d9 33%, #168b92 66%, #007089 100%);
    opacity: .5;
    z-index: 2; }
  .hero .container {
    position: relative;
    z-index: 10; }
  .hero .table-grid {
    margin: 25px 0; }
  .hero.lighter:before {
    background-color: #d4ffff 0%;
    background-image: -webkit-gradient(radial, center center, 0, center center, 460, color-stop(100%, #d4ffff 0%, #6ae1f0 33%, #55c7d6 66%, #3caebd 100%));
    background-image: -webkit-radial-gradient(50% 0, circle, #d4ffff 0%, #6ae1f0 33%, #55c7d6 66%, #3caebd 100%);
    background-image: radial-gradient(  circle at 50% 0, #d4ffff 0%, #6ae1f0 33%, #55c7d6 66%, #3caebd 100%); }
  .hero.lighter:after {
    background-color: #3caebd 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #3caebd 0%, #55c7d6 16.7%, #6ae1f0 33.4%, #d4ffff 50%, #6ae1f0 66.7%, #55c7d6 83.4%, #3caebd 100%));
    background-image: -webkit-linear-gradient(left, #3caebd 0%, #55c7d6 16.7%, #6ae1f0 33.4%, #d4ffff 50%, #6ae1f0 66.7%, #55c7d6 83.4%, #3caebd 100%);
    background-image: linear-gradient(to right,#3caebd 0%, #55c7d6 16.7%, #6ae1f0 33.4%, #d4ffff 50%, #6ae1f0 66.7%, #55c7d6 83.4%, #3caebd 100%); }
  @media all and (max-width: 720px) {
    .hero {
      text-align: center; }
      .hero:before {
        background-color: #007089;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007089), color-stop(33.4%, #40c7d9), color-stop(50%, #74d6e5), color-stop(66.7%, #40c7d9), color-stop(100%, #007089));
        background-image: -webkit-linear-gradient(left, #007089 0%, #40c7d9 33.4%, #74d6e5 50%, #40c7d9 66.7%, #007089 100%);
        background-image: linear-gradient(to right,#007089 0%, #40c7d9 33.4%, #74d6e5 50%, #40c7d9 66.7%, #007089 100%); }
      .hero.lighter:before {
        background-color: #3caebd;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3caebd), color-stop(33.4%, #6ae1f0), color-stop(50%, #a1ffff), color-stop(66.7%, #6ae1f0), color-stop(100%, #3caebd));
        background-image: -webkit-linear-gradient(#3caebd 0%, #6ae1f0 33.4%, #a1ffff 50%, #6ae1f0 66.7%, #3caebd 100%);
        background-image: linear-gradient(#3caebd 0%, #6ae1f0 33.4%, #a1ffff 50%, #6ae1f0 66.7%, #3caebd 100%); } }
  .lt-ie10 .hero {
    background: #304c57 url(../images/graphics/gradient-bg.png) no-repeat center center; }
    .lt-ie10 .hero.lighter {
      background-image: url(../images/graphics/gradient-light-bg.png); }
    @media all and (min-width: 1280px) {
      .lt-ie10 .hero {
        background-size: cover; } }
  .hero.persona {
    background: url(../images/photography/hero-typing.jpg) no-repeat top center;
    background-size: cover; }
    .hero.persona:before, .hero.persona:after {
      display: none; }
    .hero.persona h4 {
      color: #ffffff;
      margin: 20px 0 0; }
  .hero.homepage {
    background-image: url(../images/photography/hero-coding.jpg);
    background-size: cover;
    background-repeat: no-repeat; }
    .hero.homepage:before {
      background-color: #3caebd 0%;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #3caebd 0%, #55c7d6 16.7%, #6ae1f0 33.4%, #d4ffff 50%, #6ae1f0 66.7%, #55c7d6 83.4%, #3caebd 100%));
      background-image: -webkit-linear-gradient(left, #3caebd 0%, #55c7d6 16.7%, #6ae1f0 33.4%, #d4ffff 50%, #6ae1f0 66.7%, #55c7d6 83.4%, #3caebd 100%);
      background-image: linear-gradient(to right,#3caebd 0%, #55c7d6 16.7%, #6ae1f0 33.4%, #d4ffff 50%, #6ae1f0 66.7%, #55c7d6 83.4%, #3caebd 100%);
      opacity: .3; }
    .hero.homepage:after {
      background-color: #3caebd 0%;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #3caebd 0%, #55c7d6 16.7%, #6ae1f0 33.4%, #d4ffff 50%, #6ae1f0 66.7%, #55c7d6 83.4%, #3caebd 100%));
      background-image: -webkit-linear-gradient(left, #3caebd 0%, #55c7d6 16.7%, #6ae1f0 33.4%, #d4ffff 50%, #6ae1f0 66.7%, #55c7d6 83.4%, #3caebd 100%);
      background-image: linear-gradient(to right,#3caebd 0%, #55c7d6 16.7%, #6ae1f0 33.4%, #d4ffff 50%, #6ae1f0 66.7%, #55c7d6 83.4%, #3caebd 100%);
      opacity: .15; }
    .hero.homepage.bridge, .hero.homepage.glasses {
      background-color: #575d65;
      background-image: url(../images/photography/hero-glasses.jpg);
      background-position: center bottom;
      background-repeat: no-repeat;
      height: 525px; }
      .hero.homepage.bridge .container, .hero.homepage.glasses .container {
        height: 100%; }
        .hero.homepage.bridge .container .container-box, .hero.homepage.glasses .container .container-box {
          height: 50%; }
      .hero.homepage.bridge:before, .hero.homepage.bridge:after, .hero.homepage.glasses:before, .hero.homepage.glasses:after {
        display: none; }
      .hero.homepage.bridge .feature-header, .hero.homepage.glasses .feature-header {
        padding: 20px 0 40px; }
        .hero.homepage.bridge .feature-header h1, .hero.homepage.glasses .feature-header h1 {
          color: #bee800;
          font-size: 45px;
          font-size: 2.8125rem; }
        .hero.homepage.bridge .feature-header h4, .hero.homepage.glasses .feature-header h4 {
          color: #ffffff;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.6;
          margin: 10px 0 0; }
      .hero.homepage.bridge .callout-container, .hero.homepage.glasses .callout-container {
        background: rgba(255, 255, 255, 0.7);
        margin: 70px 0 0;
        padding: 40px; }
        .hero.homepage.bridge .callout-container .table-grid, .hero.homepage.glasses .callout-container .table-grid {
          margin: 0; }
      @media all and (min-width: 1440px) {
        .hero.homepage.bridge, .hero.homepage.glasses {
          background-size: cover; } }
      @media all and (max-width: 720px) {
        .hero.homepage.bridge, .hero.homepage.glasses {
          padding: 20px 0 0; }
          .hero.homepage.bridge .feature-header h1, .hero.homepage.glasses .feature-header h1 {
            font-size: 30px;
            font-size: 1.875rem; }
          .hero.homepage.bridge .feature-header h4, .hero.homepage.glasses .feature-header h4 {
            font-size: 18px;
            font-size: 1.125rem; }
          .hero.homepage.bridge .callout-container, .hero.homepage.glasses .callout-container {
            margin: 30px 0 0;
            padding: 20px; } }
      @media all and (max-width: 480px) {
        .hero.homepage.bridge .feature-header h1, .hero.homepage.glasses .feature-header h1 {
          font-size: 24px;
          font-size: 1.5rem; }
        .hero.homepage.bridge .feature-header h4, .hero.homepage.glasses .feature-header h4 {
          font-size: 16px;
          font-size: 1rem; } }
    .hero.homepage.bridge {
      background-image: url(../images/photography/hero-bridge.jpg); }
    .hero.homepage.glasses {
      background-image: url(../images/photography/hero-glasses.jpg); }
    .hero.homepage .feature-header h1 {
      color: #ffffff; }
    .hero.homepage .feature-header h4 {
      margin: 20px 0 0; }
    .hero.homepage .feature-header .slide-1, .hero.homepage .feature-header .slide-2 {
      -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out; }
    .hero.homepage .feature-header .slide-1 {
      opacity: 1; }
    .hero.homepage .feature-header .slide-2 {
      opacity: 0;
      position: absolute;
      left: -9999px;
      top: -9999px; }
    @media all and (max-width: 720px) {
      .hero.homepage .feature-header .slide-1 {
        opacity: 0;
        position: absolute;
        left: -9999px;
        top: -9999px; }
      .hero.homepage .feature-header .slide-2 {
        opacity: 1;
        position: static;
        left: auto;
        top: auto; } }
    .hero.homepage.activated .feature-header .slide-1 {
      opacity: 0;
      position: absolute;
      left: -9999px;
      top: -9999px; }
    .hero.homepage.activated .feature-header .slide-2 {
      opacity: 1;
      position: static;
      left: 0;
      top: 0; }

.slide-map-container {
  margin: 0 0 20px;
  position: relative; }
  .slide-map-container .slide-2 {
    left: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; }
    .activated .slide-map-container .slide-2 {
      opacity: 1; }
    @media all and (max-width: 720px) {
      .slide-map-container .slide-2 {
        opacity: 1; } }

.hero-footer {
  background: rgba(45, 52, 62, 0.7);
  padding: 15px 0;
  position: relative;
  z-index: 10; }
  .hero-footer h2 {
    color: #ffffff; }
  .hero-footer h5 {
    color: #b0f2ff;
    margin: 5px 0 0; }
  @media all and (max-width: 850px) {
    .hero-footer {
      padding: 10px 0; }
      .hero-footer .cell {
        text-align: center; } }
  @media all and (max-width: 480px) {
    .hero-footer {
      padding: 0; } }

.coding-hero {
  background-image: url(../images/photography/hero-coding.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 550px;
  padding-top: 40px;
  background-attachment: fixed; }

.homepage-hero {
  padding-top: 8%;
  padding-bottom: 8%;
  background-image: url(../images/photography/hero-coding-blur.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.homepage-hero-heading {
  font-size: 4rem;
  font-weight: 800; }
  @media (max-width: 925px) {
    .homepage-hero-heading {
      font-size: 3rem; } }
  @media (max-width: 720px) {
    .homepage-hero-heading {
      font-size: 2rem; } }
  @media (max-width: 480px) {
    .homepage-hero-heading {
      font-size: 1.3rem; } }

@media (max-width: 720px) {
  .moving-text-heading {
    font-size: 1.3rem; } }
@media (max-width: 480px) {
  .moving-text-heading {
    font-size: .75rem; } }

.page-homepage .pods {
  text-align: center; }
  .page-homepage .pods .span3 p {
    padding: 0 10px; }
  @media all and (max-width: 720px) {
    .page-homepage .pods .span3 {
      text-align: center;
      padding: 40px 0 0; }
      .page-homepage .pods .span3:first-child {
        padding: 0; }
      .page-homepage .pods .span3 img {
        display: inline-block;
        margin: 0 0 10px; }
      .page-homepage .pods .span3 .sprite-logo {
        display: table;
        margin: 0 auto; } }
.page-homepage #client-pod .owl-controls,
.page-homepage #product-pods .owl-controls {
  margin-top: 0; }
  .page-homepage #client-pod .owl-controls .owl-buttons > div,
  .page-homepage #product-pods .owl-controls .owl-buttons > div {
    background: none;
    border-radius: 0;
    color: #ffffff;
    margin-top: -30px;
    opacity: 1;
    position: absolute;
    right: -20px;
    top: 50%; }
    .page-homepage #client-pod .owl-controls .owl-buttons > div:first-child,
    .page-homepage #product-pods .owl-controls .owl-buttons > div:first-child {
      left: -20px;
      right: auto; }
    .page-homepage #client-pod .owl-controls .owl-buttons > div:hover i, .page-homepage #client-pod .owl-controls .owl-buttons > div:focus i,
    .page-homepage #product-pods .owl-controls .owl-buttons > div:hover i,
    .page-homepage #product-pods .owl-controls .owl-buttons > div:focus i {
      background: #2d343e;
      background: rgba(45, 52, 62, 0.7); }
    .page-homepage #client-pod .owl-controls .owl-buttons > div i,
    .page-homepage #product-pods .owl-controls .owl-buttons > div i {
      background: #4d596a;
      background: rgba(45, 52, 62, 0.3);
      border-radius: 40px;
      display: block;
      font-size: 30px;
      font-size: 1.875rem;
      height: 40px;
      line-height: 40px;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      width: 40px; }
.page-homepage .client-pod {
  display: inline-block;
  padding: 0 20px 20px 0;
  text-align: center;
  vertical-align: top;
  position: relative;
  width: 33%; }
  .page-homepage .client-pod.break {
    padding: 0 0 20px; }
  .page-homepage .client-pod .image-container {
    height: 70px;
    text-align: center; }
  @media all and (max-width: 850px) {
    .page-homepage .client-pod {
      padding: 0 10px 40px 0;
      width: 32.6%; } }
  @media all and (max-width: 720px) {
    .page-homepage .client-pod {
      display: block;
      float: left;
      padding: 0 10px 20px;
      width: 50%; }
      .page-homepage .client-pod.break {
        padding: 0 0 20px; } }
  @media all and (max-width: 720px) {
    .page-homepage .client-pod {
      float: none;
      padding: 0 20px;
      width: 100%; }
      .page-homepage .client-pod.break {
        padding: 0; } }
.page-homepage .client-pod-bubble {
  border-radius: 3px;
  box-shadow: 0 1px 5px #c4cad1;
  margin: 20px 0 0;
  min-height: 130px;
  padding: 20px 30px 30px;
  position: relative; }
  .page-homepage .client-pod-bubble .lt-ie9 {
    border: 1px solid #99a4b0; }
  .page-homepage .client-pod-bubble:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #ffffff;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -12px;
    z-index: 5; }
  .page-homepage .client-pod-bubble:after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #F1F2F4;
    content: "";
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: -15px; }
  @media all and (max-width: 720px) {
    .page-homepage .client-pod-bubble {
      min-height: 0; } }
@media all and (max-width: 720px) {
  .page-homepage .homepage-subsection .span5,
  .page-homepage .homepage-subsection .span7 {
    text-align: center; }
    .page-homepage .homepage-subsection .span5:first-child,
    .page-homepage .homepage-subsection .span7:first-child {
      margin: 0 0 20px; } }

@media all and (max-width: 720px) {
  .pricing-pod {
    display: table;
    margin: 0 0 10px;
    width: 100%; }
    .pricing-pod .pricing-summary,
    .pricing-pod .pricing-details {
      display: table-cell;
      vertical-align: top; }
    .pricing-pod .pricing-summary {
      width: 35%; }
    .pricing-pod .pricing-details {
      min-height: 0;
      padding: 10px 25px;
      text-align: left;
      width: 65%; } }
@media all and (max-width: 480px) {
  .pricing-pod .pricing-details {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 20px 15px 20px 30px; }
    .pricing-pod .pricing-details li {
      list-style: disc;
      padding: 5px 0; } }

.theme-lime .pricing-summary {
  background: #bee800; }
.theme-pink .pricing-summary {
  background: #ff6862; }

.pricing-header {
  background: #2d343e;
  color: #ffffff;
  padding: 15px 20px; }
  .pricing-header h2 {
    color: #ffffff; }
  @media all and (max-width: 720px) {
    .pricing-header {
      padding: 10px; }
      .pricing-header h2 {
        font-size: 16px;
        font-size: 1rem; } }

.pricing-tag {
  color: #2d343e;
  padding: 20px; }
  .pricing-tag h1 {
    color: #2d343e;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 50px; }
    .pricing-tag h1 span {
      display: inline-block;
      font-size: 30px;
      font-size: 1.875rem;
      vertical-align: text-top; }
  .pricing-tag h5 {
    margin: 0; }
  .theme-lime .pricing-tag {
    background: #bee800; }
  .theme-pink .pricing-tag {
    background: #ff6862; }
  .theme-orange .pricing-tag {
    background: #ffce00; }
  .theme-blue .pricing-tag {
    background: #438FE1; }
  @media all and (max-width: 720px) {
    .pricing-tag {
      padding: 10px 10px 20px; }
      .pricing-tag h1 {
        font-size: 40px;
        font-size: 2.5rem; }
        .pricing-tag h1 span {
          font-size: 16px;
          font-size: 1rem; } }

.pricing-details {
  background: #ecf0f1;
  padding: 20px 10px 30px; }
  .pricing-details li {
    padding: 10px 0; }

/*new career page*/
.soft-text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.engineer-description-banner {
  background-color: #28bdc0;
  background-image: url(../images/textures/random-grey-variations.png);
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
  min-height: 205px; }
  .engineer-description-banner h1 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 3.0rem; }

.sales-description-banner {
  background-color: #cc2d2d;
  background-image: url(../images/textures/argyle.png);
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
  min-height: 205px; }
  .sales-description-banner h1 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 3.0rem; }

.marketing-description-banner {
  background-color: #ffe000;
  background-image: url(../images/textures/cartographer.png);
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
  min-height: 205px; }
  .marketing-description-banner h1 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 3.0rem; }

.finance-description-banner {
  background-color: #377bbf;
  background-image: url(../images/textures/arabesque.png);
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
  min-height: 205px; }
  .finance-description-banner h1 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 3.0rem; }

.customer-care-description-banner {
  background-color: #9bb14a;
  background-image: url(../images/textures/arches.png);
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
  min-height: 205px; }
  .customer-care-description-banner h1 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 3.0rem; }

.human-resources-description-banner {
  background-color: #bac83c;
  background-image: url(../images/textures/black-linen.png);
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
  min-height: 205px; }
  .human-resources-description-banner h1 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 3.0rem; }

.company-culture-hero {
  background: url(../images/photography/company-culture.jpg);
  height: 33.33vh;
  min-height: 400px;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -120px; }

.dotted-border {
  border-bottom: 1px dotted #C9C9C9;
  padding-bottom: 30px; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #202020;
  position: relative;
  bottom: -65px;
  margin: 0 auto; }
  @media all and (max-width: 860px) {
    .arrow-down {
      display: none; } }

.career-hero {
  background: url(../images/photography/engineer-hero-dark.jpg);
  height: 33vh;
  min-height: 400px;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 30px; }
  @media all and (max-width: 1680px) {
    .career-hero {
      background-image: url(../images/photography/engineer-hero-dark.jpg);
      height: 33.33vh;
      background-position: 0px 0px;
      background-attachment: fixed; } }
  @media all and (max-width: 1600px) {
    .career-hero {
      background: url(../images/photography/engineer-hero1600.jpg);
      height: 33.33vh;
      background-attachment: fixed; } }
  @media all and (max-width: 1440px) {
    .career-hero {
      background: url(../images/photography/engineer-hero1600.jpg);
      height: 33.33vh;
      background-attachment: fixed; } }
  @media all and (max-width: 1280px) {
    .career-hero {
      background: url(/images/photography/engineer-hero1600.jpg);
      height: 33.33vh;
      background-position: -200px 0px;
      background-attachment: fixed; } }
  @media all and (max-width: 1200px) {
    .career-hero {
      background: url(/images/photography/engineer-hero1600.jpg);
      background-position: -350px -100px;
      height: 300px;
      background-attachment: fixed; } }
  @media all and (max-width: 1024px) {
    .career-hero {
      background: url(/images/photography/engineer-hero1200.jpg);
      background-position: -200px 0px;
      height: 350px;
      background-attachment: fixed; } }
  @media all and (max-width: 720px) {
    .career-hero {
      height: 300px;
      background: url(../images/photography/engineer-hero900.jpg);
      background-position: -200px 0px; } }
  @media all and (max-width: 400px) {
    .career-hero {
      height: 300px;
      background: url(../images/photography/engineer-hero400.jpg);
      background-size: cover; } }

.engineering-hero {
  position: relative;
  top: -300px; }
  .engineering-hero h3.career-heading {
    color: #fff; }
  .engineering-hero p.career-heading {
    color: #fff; }
  .engineering-hero .button.secondary {
    transition: all .6s ease;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF;
    color: #FFFFFF; }
    .engineering-hero .button.secondary:hover {
      background: #fff;
      color: #000; }

.career-buttons-wrap {
  padding-bottom: 60px;
  margin-top: -40px; }

.career-listing-wrap .career-listing-wrap .location-listing {
  margin-top: 20px; }
@media all and (max-width: 720px) {
  .career-listing-wrap .career-listing-wrap a {
    text-decoration: underline; } }

@media all and (max-width: 720px) {
  .section-header {
    font-size: 12px; }

  .section {
    padding: 25px 0px; }

  .button.secondary {
    margin-top: 10px; } }
.Collage {
  padding: 10px;
  margin-top: 3%; }
  .Collage img {
    /* ensures padding at the bottom of the image is correct */
    vertical-align: bottom;
    /* hide the images until the plugin has run. the plugin will reveal the images*/
    opacity: 0; }

.effect-parent {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px; }

/* EFFECT 1 */
.effect-1 {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  -moz-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly ease-in-out forwards;
  -moz-animation: fly ease-in-out forwards;
  animation: fly ease-in-out forwards; }

@-webkit-keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    -webkit-transform-origin: 50% 50% 0; } }
@-moz-keyframes fly {
  100% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
    -moz-transform-origin: 50% 50% 0; } }
@keyframes fly {
  100% {
    transform: rotateX(0deg);
    opacity: 1;
    transform-origin: 50% 50% 0; } }
/* EFFECT 2 */
.effect-2 {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp ease forwards;
  -moz-animation: moveUp ease forwards;
  animation: moveUp ease forwards; }

@-webkit-keyframes moveUp {
  to {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes moveUp {
  to {
    -moz-transform: translateY(0);
    opacity: 1; } }
@keyframes moveUp {
  to {
    transform: translateY(0);
    opacity: 1; } }
/* EFFECT 3 */
.effect-3 {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective ease-in-out forwards;
  -moz-animation: fallPerspective ease-in-out forwards;
  animation: fallPerspective ease-in-out forwards; }

@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes fallPerspective {
  100% {
    -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }
@keyframes fallPerspective {
  100% {
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }
/* EFFECT 4 */
.effect-4 {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  -moz-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip ease-in-out forwards;
  -moz-animation: flip ease-in-out forwards;
  animation: flip ease-in-out forwards; }

@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flip {
  100% {
    -moz-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes flip {
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }
/* EFFECT 5 */
.effect-5 {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: moveUp ease-in-out forwards;
  -moz-animation: moveUp ease-in-out forwards;
  animation: moveUp ease-in-out forwards; }

/* EFFECT 6 */
.effect-6 {
  -webkit-transform: scale(0.638) translate(-179px);
  -moz-transform: scale(0.638) translate(-179px);
  transform: scale(0.638) translate(-179px);
  -webkit-animation: moveUp ease-in-out forwards;
  -moz-animation: moveUp ease-in-out forwards;
  animation: moveUp ease-in-out forwards; }

/* Universal durations */
.effect-duration-1 {
  -webkit-animation-duration: .4s;
  -moz-animation-duration: .4s;
  animation-duration: .4s; }

.effect-duration-2 {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s; }

.effect-duration-3 {
  -webkit-animation-duration: .6s;
  -moz-animation-duration: .6s;
  animation-duration: .6s; }

.effect-duration-4 {
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  animation-duration: .7s; }

.effect-duration-5 {
  -webkit-animation-duration: .8s;
  -moz-animation-duration: .8s;
  animation-duration: .8s; }

.effect-duration-6 {
  -webkit-animation-duration: .9s;
  -moz-animation-duration: .9s;
  animation-duration: .9s; }

.effect-duration-7 {
  -webkit-animation-duration: .95s;
  -moz-animation-duration: .95s;
  animation-duration: .95s; }

.effect-duration-8 {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s; }

.effect-duration-9 {
  -webkit-animation-duration: 1.05s;
  -moz-animation-duration: 1.05s;
  animation-duration: 1.05s; }

.effect-duration-10 {
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-duration: 1.1s; }

#culture-photos .item {
  margin: 3px; }
  #culture-photos .item img {
    display: block;
    width: 100%;
    height: auto; }

/*404 page styles
==================================================*/
.black-hero {
  background-color: #000; }

.black-hero p, .black-hero h1, .black-hero h4, .black-hero h6 {
  font-family: 'Press Start 2P', cursive;
  color: #fff; }

.invader-score {
  margin-top: 22%; }

@media all and (max-width: 720px) {
  .invader-score {
    position: relative;
    top: 385px;
    margin-top: 0px; } }
/* Invaders are coming!
================================================== */
.invader-wrap {
  font-size: 3px;
  height: 120em;
  overflow: hidden;
  position: relative;
  width: 100%; }

ul.line, ul.barrier_line, ul.ship_line {
  height: 14em;
  width: 166em; }

ul.line {
  -moz-animation: linedance 5s steps(10, end) 0s alternate none 100;
  -webkit-animation: linedance 5s steps(10, end) 0s alternate none 100;
  animation: linedance 5s step(10, end) 0s alternate none 100; }

@-moz-keyframes linedance {
  0% {
    margin-left: 0; }

  100% {
    margin-left: 30em; } }
@-webkit-keyframes linedance {
  0% {
    margin-left: 0; }

  100% {
    margin-left: 30em; } }
@keyframes linedance {
  0% {
    margin-left: 0; }

  100% {
    margin-left: 30em; } }
.invader1 li, .invader2 li, .invader3 li, .barrier_line li, .ship_line li {
  float: left;
  height: 1em;
  width: 1em; }

ul.line li {
  -moz-animation: invader-1 1s step-end 0s normal none 100;
  -webkit-animation: invader-1 1s step-end 0s normal none 100;
  -ms-animation: invader-1 1s step-end 0s normal none 100;
  animation: invader-1 1s step-end 0s normal none 100;
  margin: 0 14em 0 0;
  position: relative; }

ul.line li:before {
  content: " ";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1em; }

ul.line.invader1 li:before {
  box-shadow: 1em 3em #f70277, 1em 4em #f70277, 2em 2em #f70277, 2em 3em #f70277, 2em 4em #f70277, 2em 6em #f70277, 3em 1em #f70277, 3em 2em #f70277, 3em 4em #f70277, 3em 5em #f70277, 3em 7em #f70277, 4em 0 #f70277, 4em 1em #f70277, 4em 2em #f70277, 4em 3em #f70277, 4em 4em #f70277, 5em 0 #f70277, 5em 1em #f70277, 5em 2em #f70277, 5em 3em #f70277, 5em 4em #f70277, 6em 1em #f70277, 6em 2em #f70277, 6em 4em #f70277, 6em 5em #f70277, 6em 7em #f70277, 7em 2em #f70277, 7em 3em #f70277, 7em 4em #f70277, 7em 6em #f70277, 8em 3em #f70277, 8em 4em #f70277; }

ul.line.invader2 li {
  -moz-animation-name: invader-2;
  -webkit-animation-name: invader-2;
  -ms-animation-name: invader-2;
  animation-name: invader-2; }

ul.line.invader2 li:before {
  box-shadow: 0 3em #ff7701, 0 4em #ff7701, 1em 3em #ff7701, 1em 4em #ff7701, 1em 5em #ff7701, 2em 0 #ff7701, 2em 2em #ff7701, 2em 3em #ff7701, 2em 4em #ff7701, 2em 5em #ff7701, 2em 6em #ff7701, 3em 1em #ff7701, 3em 2em #ff7701, 3em 4em #ff7701, 3em 5em #ff7701, 4em 2em #ff7701, 4em 3em #ff7701, 4em 4em #ff7701, 4em 5em #ff7701, 5em 2em #ff7701, 5em 3em #ff7701, 5em 4em #ff7701, 5em 5em #ff7701, 6em 1em #ff7701, 6em 2em #ff7701, 6em 4em #ff7701, 6em 5em #ff7701, 7em 0 #ff7701, 7em 2em #ff7701, 7em 3em #ff7701, 7em 4em #ff7701, 7em 5em #ff7701, 7em 6em #ff7701, 8em 3em #ff7701, 8em 4em #ff7701, 8em 5em #ff7701, 9em 3em #ff7701, 9em 4em #ff7701; }

ul.line.invader3 li {
  -moz-animation-name: invader-3;
  -webkit-animation-name: invader-3;
  -ms-animation-name: invader-3;
  animation-name: invader-3; }

ul.line.invader3 li:before {
  box-shadow: 0 2em #008dd5, 0 3em #008dd5, 0 4em #008dd5, 1em 1em #008dd5, 1em 2em #008dd5, 1em 3em #008dd5, 1em 4em #008dd5, 1em 6em #008dd5, 2em 1em #008dd5, 2em 2em #008dd5, 2em 4em #008dd5, 2em 5em #008dd5, 2em 6em #008dd5, 3em 1em #008dd5, 3em 2em #008dd5, 3em 4em #008dd5, 3em 5em #008dd5, 4em 0 #008dd5, 4em 1em #008dd5, 4em 2em #008dd5, 4em 3em #008dd5, 4em 4em #008dd5, 4em 6em #008dd5, 5em 0 #008dd5, 5em 1em #008dd5, 5em 2em #008dd5, 5em 3em #008dd5, 5em 4em #008dd5, 5em 6em #008dd5, 6em 1em #008dd5, 6em 2em #008dd5, 6em 4em #008dd5, 6em 5em #008dd5, 7em 1em #008dd5, 7em 2em #008dd5, 7em 4em #008dd5, 7em 5em #008dd5, 7em 6em #008dd5, 8em 1em #008dd5, 8em 2em #008dd5, 8em 3em #008dd5, 8em 4em #008dd5, 8em 6em #008dd5, 9em 2em #008dd5, 9em 3em #008dd5, 9em 4em #008dd5; }

@-moz-keyframes invader-1 {
  0% {
    box-shadow: 1em 7em #f70277, 4em 6em #f70277, 5em 6em #f70277, 8em 7em #f70277; }

  50% {
    box-shadow: none; } }
@-moz-keyframes invader-2 {
  0% {
    box-shadow: 0 1em #ff7701, 0 2em #ff7701, 1em 7em #ff7701, 8em 7em #ff7701, 9em 1em #ff7701, 9em 2em #ff7701; }

  50% {
    box-shadow: 0 5em #ff7701, 0 6em #ff7701, 3em 7em #ff7701, 6em 7em #ff7701, 9em 5em #ff7701, 9em 6em #ff7701; } }
@-moz-keyframes invader-3 {
  0% {
    box-shadow: 0 7em #008dd5, 1em 7em #008dd5, 8em 7em #008dd5, 9em 7em #008dd5; }

  50% {
    box-shadow: 2em 7em #008dd5, 3em 7em #008dd5, 6em 7em #008dd5, 7em 7em #008dd5; } }
@-webkit-keyframes invader-1 {
  0% {
    box-shadow: 1em 7em #f70277, 4em 6em #f70277, 5em 6em #f70277, 8em 7em #f70277; }

  50% {
    box-shadow: none; } }
@-webkit-keyframes invader-2 {
  0% {
    box-shadow: 0 1em #ff7701, 0 2em #ff7701, 1em 7em #ff7701, 8em 7em #ff7701, 9em 1em #ff7701, 9em 2em #ff7701; }

  50% {
    box-shadow: 0 5em #ff7701, 0 6em #ff7701, 3em 7em #ff7701, 6em 7em #ff7701, 9em 5em #ff7701, 9em 6em #ff7701; } }
@-webkit-keyframes invader-3 {
  0% {
    box-shadow: 0 7em #008dd5, 1em 7em #008dd5, 8em 7em #008dd5, 9em 7em #008dd5; }

  50% {
    box-shadow: 2em 7em #008dd5, 3em 7em #008dd5, 6em 7em #008dd5, 7em 7em #008dd5; } }
@keyframes invader-1 {
  0% {
    box-shadow: 1em 7em #f70277, 4em 6em #f70277, 5em 6em #f70277, 8em 7em #f70277; }

  50% {
    box-shadow: none; } }
@keyframes invader-2 {
  0% {
    box-shadow: 0 1em #ff7701, 0 2em #ff7701, 1em 7em #ff7701, 8em 7em #ff7701, 9em 1em #ff7701, 9em 2em #ff7701; }

  50% {
    box-shadow: 0 5em #ff7701, 0 6em #ff7701, 3em 7em #ff7701, 6em 7em #ff7701, 9em 5em #ff7701, 9em 6em #ff7701; } }
@keyframes invader-3 {
  0% {
    box-shadow: 0 7em #008dd5, 1em 7em #008dd5, 8em 7em #008dd5, 9em 7em #008dd5; }

  50% {
    box-shadow: 2em 7em #008dd5, 3em 7em #008dd5, 6em 7em #008dd5, 7em 7em #008dd5; } }
ul.barrier_line, ul.ship_line {
  margin: 0 auto; }

ul.barrier_line {
  height: 15em;
  margin-top: 20em; }

.barrier_line li {
  margin: 0 18em;
  box-shadow: 0 3em #33ff00, 0 4em #33ff00, 0 5em #33ff00, 0 6em #33ff00, 0 7em #33ff00, 0 8em #33ff00, 0 9em #33ff00, 0 10em #33ff00, 0 11em #33ff00, 0 12em #33ff00, 0 13em #33ff00, 1em 2em #33ff00, 1em 3em #33ff00, 1em 4em #33ff00, 1em 5em #33ff00, 1em 6em #33ff00, 1em 7em #33ff00, 1em 8em #33ff00, 1em 9em #33ff00, 1em 10em #33ff00, 1em 11em #33ff00, 1em 12em #33ff00, 1em 13em #33ff00, 2em 1em #33ff00, 2em 2em #33ff00, 2em 3em #33ff00, 2em 4em #33ff00, 2em 5em #33ff00, 2em 6em #33ff00, 2em 7em #33ff00, 2em 8em #33ff00, 2em 9em #33ff00, 2em 10em #33ff00, 2em 11em #33ff00, 2em 12em #33ff00, 2em 13em #33ff00, 3em 0 #33ff00, 3em 1em #33ff00, 3em 2em #33ff00, 3em 3em #33ff00, 3em 4em #33ff00, 3em 5em #33ff00, 3em 6em #33ff00, 3em 7em #33ff00, 3em 8em #33ff00, 3em 9em #33ff00, 3em 10em #33ff00, 3em 11em #33ff00, 3em 12em #33ff00, 3em 13em #33ff00, 4em 0 #33ff00, 4em 1em #33ff00, 4em 2em #33ff00, 4em 3em #33ff00, 4em 4em #33ff00, 4em 5em #33ff00, 4em 6em #33ff00, 4em 7em #33ff00, 4em 8em #33ff00, 5em 0 #33ff00, 5em 1em #33ff00, 5em 2em #33ff00, 5em 3em #33ff00, 5em 4em #33ff00, 5em 5em #33ff00, 5em 6em #33ff00, 5em 7em #33ff00, 6em 0 #33ff00, 6em 1em #33ff00, 6em 2em #33ff00, 6em 3em #33ff00, 6em 4em #33ff00, 6em 5em #33ff00, 6em 6em #33ff00, 7em 0 #33ff00, 7em 1em #33ff00, 7em 2em #33ff00, 7em 3em #33ff00, 7em 4em #33ff00, 7em 5em #33ff00, 8em 0 #33ff00, 8em 1em #33ff00, 8em 2em #33ff00, 8em 3em #33ff00, 8em 4em #33ff00, 8em 5em #33ff00, 9em 0 #33ff00, 9em 1em #33ff00, 9em 2em #33ff00, 9em 3em #33ff00, 9em 4em #33ff00, 9em 5em #33ff00, 10em 0 #33ff00, 10em 1em #33ff00, 10em 2em #33ff00, 10em 3em #33ff00, 10em 4em #33ff00, 10em 5em #33ff00, 10em 6em #33ff00, 11em 0 #33ff00, 11em 1em #33ff00, 11em 2em #33ff00, 11em 3em #33ff00, 11em 4em #33ff00, 11em 5em #33ff00, 11em 6em #33ff00, 11em 7em #33ff00, 12em 0 #33ff00, 12em 1em #33ff00, 12em 2em #33ff00, 12em 3em #33ff00, 12em 4em #33ff00, 12em 5em #33ff00, 12em 6em #33ff00, 12em 7em #33ff00, 12em 8em #33ff00, 13em 0 #33ff00, 13em 1em #33ff00, 13em 2em #33ff00, 13em 3em #33ff00, 13em 4em #33ff00, 13em 5em #33ff00, 13em 6em #33ff00, 13em 7em #33ff00, 13em 8em #33ff00, 13em 9em #33ff00, 13em 10em #33ff00, 13em 11em #33ff00, 13em 12em #33ff00, 13em 13em #33ff00, 14em 1em #33ff00, 14em 2em #33ff00, 14em 3em #33ff00, 14em 4em #33ff00, 14em 5em #33ff00, 14em 6em #33ff00, 14em 7em #33ff00, 14em 8em #33ff00, 14em 9em #33ff00, 14em 10em #33ff00, 14em 11em #33ff00, 14em 12em #33ff00, 14em 13em #33ff00, 15em 2em #33ff00, 15em 3em #33ff00, 15em 4em #33ff00, 15em 5em #33ff00, 15em 6em #33ff00, 15em 7em #33ff00, 15em 8em #33ff00, 15em 9em #33ff00, 15em 10em #33ff00, 15em 11em #33ff00, 15em 12em #33ff00, 15em 13em #33ff00, 16em 3em #33ff00, 16em 4em #33ff00, 16em 5em #33ff00, 16em 6em #33ff00, 16em 7em #33ff00, 16em 8em #33ff00, 16em 9em #33ff00, 16em 10em #33ff00, 16em 11em #33ff00, 16em 12em #33ff00, 16em 13em #33ff00; }

ul.ship_line {
  height: 9em;
  margin-top: 5em; }

.ship_line li {
  margin-left: 100em;
  box-shadow: 0 5em #33ff00, 0 6em #33ff00, 0 7em #33ff00, 1em 4em #33ff00, 1em 5em #33ff00, 1em 6em #33ff00, 1em 7em #33ff00, 2em 4em #33ff00, 2em 5em #33ff00, 2em 6em #33ff00, 2em 7em #33ff00, 3em 4em #33ff00, 3em 5em #33ff00, 3em 6em #33ff00, 3em 7em #33ff00, 4em 2em #33ff00, 4em 3em #33ff00, 4em 4em #33ff00, 4em 5em #33ff00, 4em 6em #33ff00, 4em 7em #33ff00, 5em 1em #33ff00, 5em 2em #33ff00, 5em 3em #33ff00, 5em 4em #33ff00, 5em 5em #33ff00, 5em 6em #33ff00, 5em 7em #33ff00, 6em 2em #33ff00, 6em 3em #33ff00, 6em 4em #33ff00, 6em 5em #33ff00, 6em 6em #33ff00, 6em 7em #33ff00, 7em 4em #33ff00, 7em 5em #33ff00, 7em 6em #33ff00, 7em 7em #33ff00, 8em 4em #33ff00, 8em 5em #33ff00, 8em 6em #33ff00, 8em 7em #33ff00, 9em 4em #33ff00, 9em 5em #33ff00, 9em 6em #33ff00, 9em 7em #33ff00, 10em 5em #33ff00, 10em 6em #33ff00, 10em 7em #33ff00; }

/*make the score blink*/
.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1.3s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@-moz-keyframes blinker {
  0% {
    opacity: 1.0; }

  50% {
    opacity: 0.0; }

  100% {
    opacity: 1.0; } }
@-webkit-keyframes blinker {
  0% {
    opacity: 1.0; }

  50% {
    opacity: 0.0; }

  100% {
    opacity: 1.0; } }
@keyframes blinker {
  0% {
    opacity: 1.0; }

  50% {
    opacity: 0.0; }

  100% {
    opacity: 1.0; } }
.about-video-hero {
  height: 400px;
  cursor: pointer; }

#about-heading-area {
  margin-top: 12%; }

.toggled-video {
  height: 92vh !important;
  cursor: pointer; }

.video-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  height: 400px;
  cursor: pointer;
  height: 400px;
  top: -400px;
  margin-bottom: -400px; }

#full_screen_map {
  height: 45vh;
  min-height: 300px;
  width: 100%; }
  @media all and (max-width: 1060px) {
    #full_screen_map {
      height: 300px; } }

.border-top {
  border-top: 2px solid #F3F2F2; }

.border-bottom {
  border-bottom: 2px solid #F3F2F2; }

.map-info-container {
  width: 100%; }

.gm-style img {
  max-width: none; }

.gm-style label {
  width: auto;
  display: inline; }

.open-source-about {
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
  background-color: #377bbf;
  background-image: url(../images/textures/arabesque.png); }
  .open-source-about a {
    text-decoration: none; }
  .open-source-about #about-octo:hover {
    fill: #ffce00;
    transition: all .6s ease; }

.contactForm input {
  box-shadow: none !important;
  color: #4b4b4b !important;
  padding-left: 10px !important;
  margin-top: 5px !important;
  font-size: 18px !important;
  border: 1px solid #DADADA;
  display: inline;
  width: 450px !important;
  margin-top: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff)); }
  .contactForm input:focus {
    background: #ffffff;
    vertical-align: middle !important;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #3498db; }
  @media all and (max-width: 940px) {
    .contactForm input {
      width: 350px !important; } }
  @media all and (max-width: 480px) {
    .contactForm input {
      width: 100% !important; } }

.contactForm .mktoButtonWrap {
  margin: 20px auto !important; }

.contactForm .mktoButton {
  margin-top: 8% !important;
  margin-bottom: 13% !important;
  background: #ffffff !important;
  border: 1px solid #dddddd !important;
  box-shadow: none !important;
  padding: 1.4em 5em !important; }

.contactForm .mktoButton:hover {
  background: #eff1f3 !important; }

.contactForm label {
  color: #4b4b4b !important;
  width: 110px !important; }

#mktoForm_468 {
  margin: 0 auto; }

/* The CSS */
.contactForm select {
  margin: 5px 0px 0px 0px !important;
  font-size: 18px !important;
  width: 450px !important;
  border-radius: 0px !important;
  color: #4B4B4B;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
  border: 1px solid #DADADA;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  @media all and (max-width: 940px) {
    .contactForm select {
      width: 350px !important; } }
  @media all and (max-width: 480px) {
    .contactForm select {
      width: 100% !important; } }

.contactForm .mktoOffset {
  width: 0px !important; }

.press-room-hero {
  background-color: #28bdc0;
  background-image: url(../images/textures/cubes.png);
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1); }

#the-team {
  position: relative; }

#the-team .content {
  overflow: visible; }

#the-team .content h3 {
  color: #656565;
  text-align: center; }

#the-team .content .team_list {
  padding-bottom: 60px; }

#the-team .content .team_list ul {
  list-style: none outside none;
  margin: 30px auto;
  text-align: center;
  width: 85%; }

#the-team .content .team_list ul li {
  border: solid 1px #ccc;
  border-radius: 50%;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 80px;
  margin: 0 15px 15px 15px;
  position: relative;
  vertical-align: middle;
  width: 80px; }

#the-team .content .team_list ul li span {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  filter: alpha(opacity=100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  background: rgba(0, 153, 153, 0.9);
  border-radius: 50% 50% 50% 50%;
  display: block;
  font-size: 12px;
  height: 60px;
  left: 30px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 60px;
  white-space: nowrap; }

#the-team .content .team_list ul li span ins {
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  -ms-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  filter: alpha(opacity=100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  line-height: 120px;
  text-decoration: none; }

#the-team .content .team_list ul li div {
  border-radius: 2px;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: auto;
  left: 50%;
  margin: 0 0 0 -175px;
  padding: 10px;
  position: absolute;
  top: 140px;
  width: 350px;
  z-index: 9999; }

#the-team .content .team_list ul li div p {
  font-size: 11px;
  line-height: 1.4em;
  text-align: left;
  font-family: "Montserrat", "Helvetica Neue", "Arial", sans-serif !important;
  padding: 10px; }

#the-team .content .team_list ul li div p strong {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 5px 0; }

#the-team .content .team_list ul li div:after {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -10px;
  z-index: -1; }

#the-team .content .team_list ul li.lin {
  background: url("/images/dev_team_pics/llin.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.jesse {
  background: url("/images/dev_team_pics/jdavis.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.chris {
  background: url("/images/dev_team_pics/cerway.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.mike {
  background: url("/images/dev_team_pics/malexander.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.guy {
  background: url("/images/dev_team_pics/glancaster.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.patson {
  background: url("/images/dev_team_pics/pluk.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.dave {
  background: url("/images/dev_team_pics/dcostantino.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.dan1 {
  background: url("/images/dev_team_pics/dkuebrich.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.dan3 {
  background: url("/images/people/danriti.jpg") -9px -6px no-repeat; }

#the-team .content .team_list ul li.dmitry {
  background: url("/images/dev_team_pics/dmukhin.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.geoff {
  background: url("/images/dev_team_pics/ggerrietts.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.rob {
  background: url("/images/dev_team_pics/rsalmond.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.abiryukov {
  background: url("/images/dev_team_pics/abiryukov.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.acornax {
  background: url("/images/dev_team_pics/acornax.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.aindeev {
  background: url("/images/dev_team_pics/aindeev.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.aleung {
  background: url("/images/dev_team_pics/aleung.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.aproskuryakova {
  background: url("/images/dev_team_pics/aproskuryakova.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.asleung {
  background: url("/images/dev_team_pics/asleung.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.bmacpherson {
  background: url("/images/dev_team_pics/bmacpherson.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.bmazzotta {
  background: url("/images/dev_team_pics/bmazzotta.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.cclough {
  background: url("/images/dev_team_pics/cclough.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.ckowalik {
  background: url("/images/dev_team_pics/ckowalik.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.cprince {
  background: url("/images/dev_team_pics/cprince.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.cthomson {
  background: url("/images/dev_team_pics/cthomson.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.cye {
  background: url("/images/dev_team_pics/cye.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.ddhar {
  background: url("/images/dev_team_pics/ddhar.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.draines {
  background: url("/images/dev_team_pics/draines.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.dschnabel {
  background: url("/images/dev_team_pics/dschnabel.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.dsinclair {
  background: url("/images/dev_team_pics/dsinclair.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.enathaniel {
  background: url("/images/dev_team_pics/enathaniel.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.fbattiwalla {
  background: url("/images/dev_team_pics/fbattiwalla.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.fklassen {
  background: url("/images/dev_team_pics/fklassen.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.ghigginson {
  background: url("/images/dev_team_pics/ghigginson.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.hpan {
  background: url("/images/dev_team_pics/hpan.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.hpeterson {
  background: url("/images/dev_team_pics/hpeterson.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.ihabib {
  background: url("/images/dev_team_pics/ihabib.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.jhislop {
  background: url("/images/dev_team_pics/jhislop.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.jsherin {
  background: url("/images/dev_team_pics/jsherin.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.kcheang {
  background: url("/images/dev_team_pics/kcheang.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.kparsa {
  background: url("/images/dev_team_pics/kparsa.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.lchan {
  background: url("/images/dev_team_pics/lchan.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.mhustler {
  background: url("/images/dev_team_pics/mhustler.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.mmercer {
  background: url("/images/dev_team_pics/mmercer.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.mmorgan {
  background: url("/images/dev_team_pics/mmorgan.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.mwong {
  background: url("/images/dev_team_pics/mwong.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.mzino {
  background: url("/images/dev_team_pics/mzino.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.naustin {
  background: url("/images/dev_team_pics/naustin.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.nsequeira {
  background: url("/images/dev_team_pics/nsequeira.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.qmarcus {
  background: url("/images/dev_team_pics/qmarcus.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.sbelanger {
  background: url("/images/dev_team_pics/sbelanger.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.sdiffer {
  background: url("/images/dev_team_pics/sdiffer.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.sliddell {
  background: url("/images/dev_team_pics/sliddell.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.smulye {
  background: url("/images/dev_team_pics/smulye.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.tzinovyeva {
  background: url("/images/dev_team_pics/tzinovyeva.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.ylim {
  background: url("/images/dev_team_pics/ylim.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.zwang {
  background: url("/images/dev_team_pics/zwang.jpg") -11px -15px no-repeat; }

#the-team .content .team_list ul li.hiring {
  border: none;
  box-shadow: none; }

#the-team .content .team_list ul li.hiring a {
  background: #009999;
  border-radius: 50% 50% 50% 50%;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 300;
  height: 120px;
  left: 0;
  line-height: 30px;
  padding: 30px 0 0 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 120px;
  white-space: nowrap; }

#the-team .content .team_list ul li.hiring a:hover {
  background: #007f80; }

#the-team .content .team_list ul li:hover div {
  display: block; }

#the-team .content .button {
  background: #009999;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  padding: 0.5em;
  text-decoration: none;
  clear: both;
  display: block;
  font-size: 1.6em;
  font-weight: 300;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  width: 200px; }

#the-team .content .button:hover {
  background: #006666; }

.team_list {
  cursor: move;
  max-width: 50%;
  margin-top: -2%; }

.dev canvas {
  margin-left: -17%;
  height: 100vh; }

.dev .dev_wrap h1, .dev .dev_wrap h2, .dev .dev_wrap h3, .dev .dev_wrap h4, .dev .dev_wrap h5, .dev .dev_wrap h6, .dev .dev_wrap p {
  font-family: "Press Start 2P", cursive !important;
  color: #fff;
  text-shadow: 1px 1px 1px #686868; }

.dev .dev-nav {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  width: 100%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid rgba(44, 44, 44, 0.76);
  box-shadow: 0px -1px 12px #000000; }
  .dev .dev-nav li {
    display: inline-block;
    padding: 20px 2%; }
    .dev .dev-nav li:hover {
      background: #00a6f1;
      color: #ffffff; }
  .dev .dev-nav a {
    color: #ffffff;
    text-shadow: 0px 0px 3px #2B2B2B; }
    .dev .dev-nav a:hover {
      text-decoration: none; }
  .dev .dev-nav .no-hover:hover {
    background: none; }

.dev .welcome-text-wrap {
  width: 75%;
  position: fixed;
  left: 50%;
  margin: 10% 0 0 -37.5%; }
  .dev .welcome-text-wrap h1 {
    text-align: center;
    font-size: 2.475rem;
    margin-top: 15%; }
  .dev .welcome-text-wrap img {
    margin-left: 43%;
    margin-bottom: 1%;
    width: 250px; }

.dev .dev-hero {
  width: 100%;
  background: #ffffff; }
  .dev .dev-hero h1 {
    padding-top: 5%; }

.dev .fix-div-wrap {
  width: 75%;
  position: fixed;
  left: 50%;
  margin: 0% 0 0 -37.5%; }

.dev .tech-list {
  background: #ffffff;
  border-left: 50px solid #e3991b;
  margin-top: 20px;
  padding: 20px; }
  .dev .tech-list ul {
    list-style: square;
    margin-left: 20px;
    line-height: 1.5;
    font-size: 16px; }
    .dev .tech-list ul li {
      padding-top: 15px;
      padding-bottom: 5px; }
  .dev .tech-list p, .dev .tech-list h3 {
    font-family: "Montserrat", "Helvetica Neue", "Arial", sans-serif !important;
    color: #4D4D4D;
    text-shadow: none; }

.dev .tech-we-use {
  color: #fff;
  position: fixed;
  top: 34%;
  font-size: 18px;
  list-style: square;
  line-height: 1.5; }

.dev .dropped {
  display: none !important; }

.dev #octo {
  position: fixed;
  fill: rgba(0, 0, 0, 0.3);
  margin-left: 33%; }
  .dev #octo :hover {
    fill: #ffffff;
    transition-property: fill;
    transition-duration: 1s;
    transition-timing-function: linear; }

.dev .github-link {
  margin: 0 auto; }

.dev #team-sort > li {
  position: relative; }

.poetry-page .section-header h3, .thanks-poetry-page .section-header h3 {
  float: none;
  text-align: center;
  padding-top: 4%; }
  @media all and (max-width: 600px) {
    .poetry-page .section-header h3, .thanks-poetry-page .section-header h3 {
      margin-left: 25%; } }

.poetry-page .subsection {
  margin: 30px 0 0; }

.poetry-page .subsection p {
  text-align: center;
  padding-bottom: 3%; }

.poetry-hero {
  height: 400px;
  width: 100%; }
  @media all and (max-width: 600px) {
    .poetry-hero {
      height: 200px; } }

.thanks-poetry-page h3 {
  padding: 30% 0; }

.resource-page-wrap .ui.dropdown > .default.text {
  color: #8c8c8c; }
  .resource-page-wrap .ui.dropdown > .default.text:hover {
    color: #8c8c8c; }
.resource-page-wrap .ui.items > .item > .content > .description {
  max-width: 610px; }
@media (max-width: 480px) {
  .resource-page-wrap .open-source-button > a {
    font-size: 12px; } }
.resource-page-wrap .engineer-description-banner {
  min-height: 0px; }
.resource-page-wrap .open-source-item {
  min-height: 500px !important; }
  @media (max-width: 480px) {
    .resource-page-wrap .open-source-item {
      max-height: 450px !important;
      min-height: 450px !important;
      overflow: scroll; }
      .resource-page-wrap .open-source-item h3 {
        font-size: .73rem; } }
.resource-page-wrap .ui.ribbon.resource-card.label {
  left: -23%; }
  @media (min-width: 720px) and (max-width: 991px) {
    .resource-page-wrap .ui.ribbon.resource-card.label {
      left: -20.5%; } }
  @media (max-width: 480px) {
    .resource-page-wrap .ui.ribbon.resource-card.label {
      left: -30%;
      top: -22px; } }
@media (max-width: 720px) {
  .resource-page-wrap .ui.buttons .button {
    margin-top: 10px; } }

.featured-resource-wrap {
  margin-bottom: 4%;
  border: 1px solid #DCDCDC;
  background: #ecf0f1;
  padding: 2%; }
  .featured-resource-wrap .image {
    text-align: center; }
    @media (max-width: 720px) {
      .featured-resource-wrap .image {
        text-align: left; } }
  .featured-resource-wrap a i {
    text-decoration: none; }
  .featured-resource-wrap i {
    text-decoration: none;
    color: #575D65;
    transition: all .3s; }
    .featured-resource-wrap i:hover {
      color: #00a6f1;
      transition: all .3s; }

.curated-resources-heading {
  padding: 15px 0px 10px 0px;
  color: #7f8c8d;
  font-size: 16px; }

.related-resource {
  background: #ecf0f1;
  border: 1px solid #DCDCDC;
  padding-top: 5px; }
  .related-resource .ui.ribbon.resource-card.label {
    left: -22.5%; }
    @media (min-width: 720px) and (max-width: 991px) {
      .related-resource .ui.ribbon.resource-card.label {
        left: -20.5%; } }
    @media (max-width: 480px) {
      .related-resource .ui.ribbon.resource-card.label {
        left: -22%;
        top: -22px; } }
  .related-resource .open-source-item {
    background: #fff;
    width: 100%;
    max-height: 390px !important;
    min-height: 390px !important;
    overflow: scroll; }

.embed-pdf {
  width: 100%;
  height: 80vh;
  border-top: 1px solid #DEE2E6;
  box-shadow: 0 10px 6px -6px #777; }

.open-source-video {
  height: 400px; }
  @media all and (max-width: 720px) {
    .open-source-video {
      display: none; } }

.open-source-item {
  margin: 1% 0;
  border: 1px solid #dcdcdc;
  padding: 12%;
  min-height: 500px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  @media all and (min-width: 1050px) {
    .open-source-item {
      min-height: 500px !important; } }
  @media all and (min-width: 721px) {
    .open-source-item {
      min-height: 660px; } }
  @media all and (max-width: 480px) {
    .open-source-item {
      height: 400px !important; } }

.open-source-logo {
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 7%; }
  .open-source-logo img, .open-source-logo i {
    max-height: 65px;
    margin: 0 auto;
    text-align: center; }
    @media all and (max-width: 720px) {
      .open-source-logo img, .open-source-logo i {
        font-size: 3em !important; } }

.open-source-item-content {
  padding-top: 7%; }

@media all and (max-width: 720px) {
  .video-hero-wrapper {
    display: none; } }

.open-source-button {
  text-align: center;
  position: relative;
  top: -40px; }

.open-source-button > a {
  text-transform: none;
  padding: 13px 11px;
  min-width: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #656B72;
  border-radius: 0px; }
  .open-source-button > a:hover {
    color: #ffffff; }
