/*
Site Name: Ryerson BMZ Portal
Site URI: http://mydmz.torontomu.ca/BMZ
Description: Member and Staff Portal for the Digital Media Zone at Toronto Metropolitan University
Version: 1.0
Author: Dana
Author URI: http://danawerpny.com
*/
/* ---------- START VARIABLES ---------- */
/* FONTS */
@import url("//hello.myfonts.net/count/2d2374");
@font-face {
  font-family: 'Avenir';
  src: url(../fonts/webfonts/2D2374_0_0.ttf); }
@font-face {
  font-family: 'Avenir Medium';
  src: url(../fonts/Avenir-Medium.otf); }
/* COLORS - RYERSON */
/* PRIMARY COLORS - BMZ */
/* SECONDARY COLORS - BMZ */
/* TERTIARY COLORS - BMZ (TO BE USED SPARINGLY) */
/* COLORS - LAUNCH ZONE */
/* COLORS - NEUTRALS */
/*$charcoal: #474747;
$grey-dark: #444;
$grey-medium: #939598;
$grey-light: #E6E7E8;
$grey-lightest: #F1F2F2;*/
/* ---------- END VARIABLES ---------- */
/* NORMALIZE, HTML 5 RESET, BORDER BOX & CLEARFIX */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*  Border Box */
html {
  box-sizing: border-box; }

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

/* Clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
/* DEFAULTS */
body {
  color: #444;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700; }

h1 {
  font-size: 42px;
  color: #00A0DD;
  margin: 25px 0; }

h2 {
  font-size: 30px;
  color: #444;
  font-weight: 400;
  margin-bottom: 25px; }

h3 {
  margin-bottom: 10px;
  padding-bottom: 5px; }

h3 {
  margin-top: 35px; }
  h3:first-child {
    margin-top: 0; }

h3.post-title {
  color: #00A0DD;
  cursor: pointer;
  margin-bottom: 2px; }

h5 {
  margin: 5px 0; }

h6 {
  margin: 0 0 10px; }

p.post-meta {
  margin-bottom: 10px; }

.page-content h3,
.panel h3 {
  border-bottom: 1px solid #EEE; }

a:link,
a:visited,
a[role="button"],
a.resend-new-member-form {
  color: #00A0DD;
  text-decoration: none;
  transition: 0.2s; }

a:link,
a:visited,
a[role="button"],
a.resend-evaluation-form {
  color: #00A0DD;
  text-decoration: none;
  transition: 0.2s; }

a[role="button"],
a.resend-new-member-form {
  cursor: pointer; }

a[role="button"],
a.resend-evaluation-form {
  cursor: pointer; }

a:hover,
a:active,
a[role="button"]:hover {
  color: #11bdff;
  color: #F9A21A; }

a.edit, a.delete {
  cursor: pointer; }

a.edit:before {
  font-family: FontAwesome, 'Avenir', sans-serif;
  content: "\f040\ "; }

a.delete {
  color: #DD4040; }

a.delete:hover,
a.delete:active {
  color: #F9A21A; }

a.delete:before {
  font-family: FontAwesome, 'Avenir', sans-serif;
  content: "\f057\ ";
  color: #DD4040; }

a.delete:hover:before {
  color: #F9A21A; }

li {
  margin: 10px 0;
  list-style-position: inside; }

li span {
  display: inline-block;
  vertical-align: top; }

strong {
  font-weight: 700; }

ul,
ol {
  padding-left: 0; }

label.error {
  color: red;
  font-style: italic;
  margin-top: 0px !important;
  display: block; }

ol.table-of-contents {
  list-style-type: upper-roman; }

ul.accordion {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px; }

ul.accordion li input {
  display: none;
  padding: 0;
  margin: 0;
  visibility: hidden; }

ul.accordion label {
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  padding: 0; }

ul.accordion label:hover {
  background-color: rgba(255, 255, 255, 0.75);
  cursor: pointer; }

ul.accordion li input ~ div {
  background-color: rgba(0, 0, 0, 0.05);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

ul.accordion li input ~ div p {
  font-size: .9em;
  margin: 16px 24px; }

ul.accordion li input:checked ~ div {
  max-height: 200px;
  opacity: 1;
  visibility: visible; }

ul.accordion li input:checked ~ div > ul {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

button {
  background: #F9A21A;
  color: #FFF;
  padding: 13px 20px;
  border: 0;
  border-radius: 5px;
  transition: 0.2s; }

button:hover {
  background: #4CB648; }

button.search-main {
  border-radius: 0 5px 5px 0;
  height: 68px; }

button.send-email:hover {
  color: #FFF; }

button.tables {
  padding: 7px 15px; }

button.panel {
  background: #F9A21A;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px; }

button.bottom-spacer {
  margin-bottom: 25px; }

button.panel:hover {
  background: #4CB648; }

button.box {
  margin: 15px 0; }

button.panel:hover {
  background: #4CB648; }

div.icon-button {
  display: inline-block;
  border: solid #00A0DD 2px;
  padding: 7px 10px;
  border-radius: 5px;
  background-color: #00A0DD;
  color: #FFF; }
  div.icon-button:before {
    font-family: FontAwesome;
    content: '\f2b7';
    margin-right: 5px;
    font-size: 18px; }
  div.icon-button a {
    color: inherit;
    font-size: 16px; }
    div.icon-button a:before {
      content: '|';
      margin-right: 5px;
      font-size: 18px; }
  div.icon-button:hover {
    cursor: pointer;
    transition: 0.2s ease-in-out;
    background-color: #FFF;
    color: #00A0DD; }
    div.icon-button:hover a {
      color: #00A0DD; }

p {
  margin: 2px 0; }

p.pending {
  background: #fef3f7;
  border: 1px solid #ED387B;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 25px; }

p.pending:before {
  font-family: FontAwesome, 'Avenir', sans-serif;
  content: "\f06a\ Pending:";
  padding-right: 5px;
  font-weight: bold; }

p.important {
  background: #ddf6ff;
  border: 1px solid #00A0DD;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 25px; }

p.important:before {
  font-family: FontAwesome, 'Avenir', sans-serif;
  content: "\f06a\ ";
  padding-right: 5px;
  font-weight: bold; }

p.hint {
  background: #fef3e1;
  border: 1px solid #F9A21A;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 25px; }

p.hint:before {
  font-family: FontAwesome, 'Avenir', sans-serif;
  content: "\f0eb\ ";
  padding-right: 5px;
  font-weight: bold; }

p.info {
  background: #dbf0da;
  border: 1px solid #4CB648;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 25px; }

p.info:before {
  content: "\f05a\:";
  padding-right: 5px;
  font-weight: bold; }

/* TODO: DRY up notices */
p.blue-notice {
  border: solid #00A0DD 1px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #DDD;
  text-align: center; }

p.orange-notice {
  border: solid #F9A21A 1px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #DDD;
  text-align: center; }

.primary .chroma-hash,
.secondary .chroma-hash,
.secondary .chroma-hash {
  margin-top: 0 !important; }

.success,
.notice,
.failure {
  padding: 10px;
  position: relative;
  text-align: center; }

.notice:before,
.success:before,
.failure:before {
  padding-right: 5px;
  font-weight: bold; }

.notice {
  background: #fef3e1;
  border: 1px solid #F9A21A; }

.notice:before {
  font-family: FontAwesome, 'Avenir', sans-serif;
  content: "\f12a\ Notice:"; }

.success {
  background: #d8e0b3;
  border: 1px solid #7e8e39; }

.success:before {
  font-family: FontAwesome, 'Avenir', sans-serif;
  content: "\f12a\ Success:"; }

.failure {
  background: #fcb7b7;
  border: 1px solid #7c3f98;
  border: 1px solid #dd0a0a; }

.failure:before {
  font-family: FontAwesome, 'Avenir', sans-serif;
  content: "\f12a\ Error:"; }

.x:after {
  font-family: FontAwesome, 'Avenir', sans-serif;
  content: "X";
  padding-right: 5px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }

.active {
  background: #00A0DD; }

xdsoft_datepicker.active, xdsoft_timepicker.active {
  background: none !important; }

img {
  max-width: 100%; }

img.content {
  padding: 25px 0; }

img.logo-profile {
  display: inline-block;
  width: 200px;
  margin-bottom: 25px; }

section {
  /* padding: 50px 0; */ }

.portal-news-date {
  font-style: italic;
  font-weight: bold; }

div.notice2 {
  position: relative;
  padding: 15px 0 10px 0;
  background: #4CB648;
  color: #FFF;
  transition: 0.5s; }
  div.notice2 p {
    text-align: center; }
    div.notice2 p:before {
      font-family: FontAwesome, 'Avenir', sans-serif;
      content: "\f058\ "; }
  div.notice2 .close-messages {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 28px; }

footer {
  padding: 50px 0;
  text-align: center; }

/* LAYOUT */
section.heading {
  padding: 30px 0;
  background: #00A0DD;
  margin-bottom: 45px; }
  section.heading h1, section.heading h2, section.heading p {
    color: #FFF; }
  section.heading h1, section.heading h2, section.heading h3, section.heading h4, section.heading h5, section.heading h6, section.heading p {
    text-align: left; }
  section.heading .prev-names, section.heading .company-number {
    margin-top: -20px;
    font-style: italic;
    font-size: 17pt; }

/*.new-member {*/
#new-member-form .cedz-question {
  margin-top: 15px; }
  #new-member-form .cedz-question .selections {
    margin-left: 8%;
    margin-right: 8%; }
    #new-member-form .cedz-question .selections .selection {
      float: left;
      padding: 10px 30px;
      text-align: center;
      width: 20%; }
      #new-member-form .cedz-question .selections .selection label > input {
        display: block;
        margin: 5px auto; }
        @media screen and (max-width: 768px) {
          #new-member-form .cedz-question .selections .selection label > input {
            display: inline;
            margin-right: 10px;
            width: 15px;
            height: 15px; } }
      @media screen and (max-width: 768px) {
        #new-member-form .cedz-question .selections .selection {
          width: 100%;
          text-align: left;
          float: none;
          padding: 10px; } }
  #new-member-form .cedz-question input[type="number"] {
    display: inline-block;
    width: 30%; }
    @media screen and (max-width: 768px) {
      #new-member-form .cedz-question input[type="number"] {
        display: block;
        width: 100%; } }
#new-member-form .heading {
  font-weight: bold;
  margin-top: 35px; }
#new-member-form .after {
  text-align: center;
  position: relative;
  font-size: 130%;
  margin-bottom: 80px; }
  #new-member-form .after strong {
    text-decoration: underline; }
  #new-member-form .after .fa.fa-file-text-o {
    font-size: 30pt; }
  #new-member-form .after .tc-preview {
    margin-top: 30px;
    width: 75%;
    height: 600px; }

/*.evaluation {*/
#evaluation-form .cedz-question {
  margin-top: 15px; }
  #evaluation-form .cedz-question .selections {
    margin-left: 8%;
    margin-right: 8%; }
    #evaluation-form .cedz-question .selections .selection {
      float: left;
      padding: 10px 30px;
      text-align: center;
      width: 20%; }
      #evaluation-form .cedz-question .selections .selection label > input {
        display: block;
        margin: 5px auto; }
        @media screen and (max-width: 768px) {
          #evaluation-form .cedz-question .selections .selection label > input {
            display: inline;
            margin-right: 10px;
            width: 15px;
            height: 15px; } }
      @media screen and (max-width: 768px) {
        #evaluation-form .cedz-question .selections .selection {
          width: 100%;
          text-align: left;
          float: none;
          padding: 10px; } }
  #evaluation-form .cedz-question input[type="number"] {
    display: inline-block;
    width: 30%; }
    @media screen and (max-width: 768px) {
      #evaluation-form .cedz-question input[type="number"] {
        display: block;
        width: 100%; } }
#evaluation-form .heading {
  font-weight: bold;
  margin-top: 35px; }
#evaluation-form .after {
  text-align: center;
  position: relative;
  font-size: 130%;
  margin-bottom: 80px; }
  #evaluation-form .after strong {
    text-decoration: underline; }
  #evaluation-form .after .fa.fa-file-text-o {
    font-size: 30pt; }
  #evaluation-form .after .tc-preview {
    margin-top: 30px;
    width: 75%;
    height: 600px; }

/*}*/
.advisor-form-info {
  margin-bottom: 20px; }
  .advisor-form-info p {
    margin-bottom: 20px; }

#advisor-application {
  border: solid #00A0DD 1px;
  padding: 20px; }

.list-box {
  /*border-style: solid;
  border-width: 1px;
  border-color: grey;*/
  border: solid #CCC 1px;
  margin: 20px 30px;
  line-height: 15px;
  height: 120px;
  padding: 15px; }
  .list-box p {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Avenir', 'Helvetica', sans-serif; }
  .list-box i {
    font-size: 20pt; }
  .list-box i:hover {
    color: #ED387B; }
  .list-box a.download-list {
    position: absolute;
    bottom: 5px;
    right: 10px; }

#loading-gif {
  left: 0;
  top: 0;
  width: 100%;
  height: 10%;
  background: url("../img/layout/loading.gif") 50% 50% no-repeat; }

.container > .row .new-name {
  width: 100px;
  height: 40px;
  margin: auto 5px;
  border-radius: 3px;
  /*font-size: 16pt;
  cursor: pointer;*/ }

.scheduler-text {
  font-size: 16pt; }

.yarooms {
  display: inline-block;
  width: 350px;
  height: 75px;
  background-image: url("../img/content/logos/yarooms.png");
  background-repeat: no-repeat;
  background-position: center;
  border: solid #10b4ca 1px;
  margin-top: 20px; }
  .yarooms:hover {
    background-image: url("../img/content/logos/yarooms-w.png");
    background-color: darkcyan;
    transition: 0.35s; }

.create-application {
  background-color: orange;
  padding: 15px;
  color: #FFF !important;
  border-radius: 5px; }
  .create-application:hover {
    background-color: #00A0DD; }

.bottom-padding {
  padding-bottom: 35px; }

.bottom-margin {
  margin-bottom: 25px; }

.box {
  border: solid #CCC 2px;
  padding: 25px; }

.post-desc img {
  width: 100%;
  height: auto; }

.post-desc p {
  font-size: 14px !important;
  color: #444 !important;
  line-height: 1.4em !important;
  margin: 0 0 10px !important;
  padding-top: 0 !important; }

.accordion-toggle {
  background: none;
  border: none; }

.accordion-content {
  /*background: #F3F3F3;*/
  padding: 10px;
  margin: 5px; }

ul.accordion {
  margin-bottom: 0; }

ul.inner {
  margin-left: 30px; }

li.single-milestone {
  margin-left: 15px;
  font-size: 13pt; }
  li.single-milestone .goal-title {
    font-weight: bold; }

.legend-group {
  margin-bottom: 15px; }

hr {
  margin-top: 25px;
  margin-bottom: 25px; }

.read-amount {
  cursor: pointer; }

.hidden {
  display: none; }

.card-info, .mailbox-info {
  margin-top: 10px !important;
  font-size: 20px;
  cursor: pointer;
  color: #444; }

.mailbox-info {
  margin-top: 7px; }

/* EVENTS SYSTEM STYLES */
/* Application */
.note {
  font-size: 16pt;
  padding-bottom: 25px;
  font-family: 'Avenir', 'Helvetica', sans-serif;
  color: #FFF; }

.event-form {
  font-family: 'Avenir', 'Helvetica', sans-serif;
  border: solid #CCC 1px;
  padding: 20px;
  background-color: #FFF; }
  .event-form .subtitle {
    font-size: 90%;
    color: #888; }
  .event-form .layout ul.horizontal li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 15px; }
    .event-form .layout ul.horizontal li label {
      font-size: 16pt;
      display: block;
      font-weight: bold;
      text-align: center;
      margin-bottom: 15px; }
    .event-form .layout ul.horizontal li input[type="radio"] {
      display: block;
      margin: 10px auto;
      width: 20px;
      height: 20px; }
  .event-form .layout img {
    height: 180px;
    width: 180px; }
  .event-form div[class$="-hidden"] {
    display: none; }
  .event-form #event-submit {
    border-radius: 0;
    font-weight: bold;
    font-size: 12pt; }
    .event-form #event-submit:hover {
      background-color: #ED387B; }
    .event-form #event-submit:disabled {
      background-color: #888; }

.thank-you, .thank-you-internal {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 400%;
  z-index: 1;
  background-color: #FFF;
  padding: 0 25px; }
  .thank-you .text, .thank-you-internal .text {
    position: absolute;
    font-size: 35pt;
    top: 390px;
    left: 471px;
    color: #00A0DD; }

/* Admin */
/* ---- Mail & Package ---- */
.fz-search-prompt {
  display: inline-block;
  width: 500px;
  height: 50px;
  /*border: solid $dmz-pink 1px;*/
  border-radius: 5px;
  /*background-color: lighten($dmz-pink, 25%);*/
  /*color: #FFF !important;*/
  margin-bottom: 30px;
  padding: 15px;
  font-size: 12pt; }

#display-history > .container,
#display-pending-pickup > .container {
  width: 90%; }

table#pending-mail tr,
table#history-table tr {
  height: 50px; }

/* ---- Events ----- */
#display-stats, #display-closed {
  border: solid #CCC 1px;
  box-shadow: 2px 2px 2px #DDD; }

.date-range {
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 12pt; }

#clear-filters {
  transform: translateY(103%);
  height: 30px;
  text-align: center;
  line-height: 0;
  padding: 8px; }

.event-box {
  position: relative;
  border: solid #CCC 1px;
  padding: 20px 20px 5px 20px;
  margin-top: 25px;
  box-shadow: 2px 2px 2px #DDD;
  font-family: 'Avenir Medium', 'Helvetica', sans-serif;
  /* Clickable elements */ }
  .event-box.open {
    /*
    .content {
    	display: block;
    }*/
    /*.expand {
    	margin-top: 15px;
    }*/ }
  .event-box.internal {
    border-color: #00A0DD;
    border-width: 2px; }
  .event-box.LZ {
    border-color: #F9A21A;
    border-width: 2px; }
  .event-box .header {
    /*height: 30px;*/
    border-bottom: solid #CCC 1px;
    padding-bottom: 15px;
    /*height: 150px;*/
    /* Just the first row */
    /* First and second row inside header */
    /* Just the second row */
    /* Third row inside header */
    /* Parent div to button */ }
    .event-box .header .row:nth-child(1) h1, .event-box .header h2, .event-box .header h3 {
      color: #00A0DD; }
    .event-box .header .row:nth-child(-n+2) {
      margin-bottom: 10px;
      border-bottom: solid #CCC 1px; }
    .event-box .header .row:nth-child(2) {
      margin-top: 20px; }
    .event-box .header .row:nth-child(3) {
      margin-top: 15px; }
    .event-box .header .row div[class^="col-md-"] label:nth-child(2) {
      margin-top: 6px;
      font-weight: bold;
      font-size: 105%; }
    .event-box .header .inline-button-container {
      line-height: 0;
      /* Vertically center button text */
      margin-top: 20px; }
      .event-box .header .inline-button-container button {
        height: 34px; }
  .event-box .content {
    display: none;
    background-color: #FFF;
    margin-top: 15px; }
    .event-box .content .row {
      margin-right: 0;
      margin-left: 0; }
    .event-box .content .planning-top {
      height: 320px;
      margin-bottom: 15px;
      border-bottom: solid #CCC 1px; }
      .event-box .content .planning-top .row {
        text-align: center; }
      .event-box .content .planning-top .partition {
        height: 95%; }
    .event-box .content .form-group label {
      display: block;
      padding-top: 7px;
      font-weight: bold; }
      .event-box .content .form-group label span {
        font-weight: normal; }
    .event-box .content .partition h2 {
      text-align: center;
      font-size: 18pt; }
    .event-box .content .partition:first-of-type {
      border-right: solid #CCC 1px; }
    .event-box .content .partition:last-of-type {
      border-left: solid #CCC 1px; }
    .event-box .content .partition .checklist .form-group {
      border-bottom: solid #CCC 1px; }
      .event-box .content .partition .checklist .form-group label {
        font-size: 115%; }
    .event-box .content .border-top {
      border-top: solid #CCC 1px;
      margin-top: 10px;
      padding-top: 15px; }
    .event-box .content .final-button {
      margin-top: 10px;
      margin-bottom: 10px; }
  .event-box .expand {
    text-align: center;
    font-size: 14pt;
    cursor: pointer;
    /* Prevent highlighting on double click 
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none; 
    -ms-user-select: none;
    */ }
    .event-box .expand a {
      /*position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;*/ }
  .event-box.inquiry .partition {
    height: 480px; }
  .event-box label {
    display: block; }
  .event-box a[role="button"].full-width, .event-box button.full-width {
    width: 100%;
    display: block;
    font-size: 18pt;
    padding: 15px;
    text-align: center;
    margin-top: 10px; }
  .event-box a[role="button"].half-width, .event-box button.half-width {
    width: 50%; }
  .event-box a[role="button"].third-width, .event-box button.third-width {
    width: 33.33%; }
  .event-box a[role="button"].blue, .event-box button.blue {
    background-color: #00A0DD;
    color: #FFF; }
    .event-box a[role="button"].blue:hover, .event-box button.blue:hover {
      background-color: #008ec4; }
  .event-box a[role="button"].green, .event-box button.green {
    background-color: #4CB648;
    color: #FFF; }
    .event-box a[role="button"].green:hover, .event-box button.green:hover {
      background-color: #44a441; }
  .event-box a[role="button"].red, .event-box button.red {
    background-color: red;
    color: #FFF; }
    .event-box a[role="button"].red:hover, .event-box button.red:hover {
      background-color: #e60000; }
  .event-box a[role="button"].pink, .event-box button.pink {
    background-color: #ED387B;
    color: #FFF; }
    .event-box a[role="button"].pink:hover, .event-box button.pink:hover {
      background-color: #eb216b; }
  .event-box .lg-checkbox {
    width: 25px;
    height: 25px; }
  .event-box button {
    border-radius: 0; }
  .event-box .btn-pink {
    background-color: #ED387B; }
    .event-box .btn-pink:hover {
      background-color: #4CB648;
      transition: 0.2s; }

.stat-card {
  border: solid #CCC 1px;
  padding: 10px; }
  .stat-card h1 {
    text-align: center;
    color: #00A0DD;
    margin: 0;
    padding: 7px;
    font-size: 12pt;
    border-bottom: solid #CCC 1px; }

.closed-event {
  border-bottom: solid #CCC 1px;
  text-align: center;
  padding: 15px; }
  .closed-event > .title {
    color: #00A0DD;
    font-size: 12pt; }
  .closed-event > span {
    display: block; }

/* ---- / Events ----- */
/* MEMBER SERVICES STYLES */
.ms-box {
  padding: 15px 0;
  border: 1px solid #CCC;
  margin-top: 25px;
  border-radius: 10px;
  min-height: 368px; }
  .ms-box .ptb {
    margin: 10px 0; }
  .ms-box .plr {
    margin: 0 10px; }
  .ms-box .plrb {
    margin: 0 10px 10px; }
  .ms-box .border-left {
    border-left: 1px solid #CCC; }
  .ms-box .border-right {
    border-right: 1px solid #CCC; }
  .ms-box input,
  .ms-box textarea,
  .ms-box label,
  .ms-box button,
  .ms-box .fa {
    margin: 5px 0; }
  .ms-box h3 {
    margin-bottom: 0; }
  .ms-box h4 {
    margin: 5px 0 10px; }
  .ms-box h5 {
    margin: 10px 0; }
  .ms-box .col-sm-9 {
    padding-left: 25px; }
  .ms-box .col-sm-3 {
    margin: 10px 0; }
  .ms-box .remove-padding-left {
    margin-left: 0;
    padding-left: 0; }
  .ms-box .remove-padding-right {
    margin-right: 0;
    padding-right: 0; }
  .ms-box label {
    padding-top: 5px; }
  .ms-box .fa-times-circle {
    padding-top: 4px; }
  .ms-box span[class^="edit-email"] {
    margin: 12px auto 0 auto;
    display: block;
    width: 50px;
    color: #00A0DD; }
    .ms-box span[class^="edit-email"]:hover {
      color: #F9A21A;
      cursor: pointer; }
  @media screen and (max-width: 768px) {
    .ms-box span[class^="edit-email"] {
      margin: 0;
      display: inline; }
    .ms-box .border-left,
    .ms-box .border-right {
      border: 0; } }
  .ms-box .fa-pencil {
    color: #00A0DD;
    font-size: 13px;
    border-radius: 50%;
    margin-top: 10px;
    display: inline; }
  .ms-box .circle {
    width: 1.7em;
    line-height: 1.7em;
    text-align: center; }

.pending-tc .ms-box h3 {
  font-size: 1.4vw; }

/* ---- / Member Services ----- */
.horizontal-rule {
  border-bottom: 1px solid #EEE;
  padding-top: 10px;
  margin-bottom: 20px; }

.fa-times-circle {
  color: red;
  font-size: 24px; }

.small-box {
  width: 400px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border: 1px solid #CCC;
  border-radius: 15px 15px 5px 5px;
  font-size: 100%; }
  .small-box legend,
  .small-box h2 {
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
    color: #444;
    background: #F7F7F7;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -os-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0; }
  .small-box p {
    padding: 25px; }
  .small-box fieldset {
    margin: 0;
    padding: 15px 25px 5px; }

form.small-box {
  padding: 0 0 35px; }

.incomplete-form-ms {
  background: wheat !important; }

#admin-submit,
#lead-submit {
  margin-top: 15px;
  background: #00A0DD;
  width: 200px;
  transition: 0.2s; }
  #admin-submit:hover,
  #lead-submit:hover {
    background: #4CB648; }

textarea.editable-field {
  display: block;
  width: 300px;
  height: 100px; }

.sus-data-box {
  margin: 15px 0; }
  .sus-data-box .sus-data-inner {
    border: solid #DDD 1px;
    text-align: center;
    padding: 15px;
    /*		.fa.fa-user-circle	{
    			font-size: 56px;
    			margin: 10px 0;
    		}*/ }
    .sus-data-box .sus-data-inner .lead-name {
      font-size: 22px;
      height: 40px;
      font-weight: bold; }

.team-profile-members .col-md-4 {
  padding: 15px 0;
  text-align: center;
  height: 160px; }
.team-profile-members i.fa {
  font-size: 56px;
  margin: 0 auto;
  width: 50%;
  display: block; }
.team-profile-members i.fa-star {
  color: #EDC624; }
.team-profile-members i.fa-envelope {
  color: #F9A21A; }

.inactive i.fa-user {
  color: #CCC; }

.pending i.fa-user {
  color: #666; }

aside.panel {
  margin-bottom: 35px; }

.panel {
  border: 0;
  margin-bottom: 0; }

.panel-manage {
  background: #F6F6F6;
  padding: 30px 25px 2px;
  margin-bottom: 35px; }
  .panel-manage input[type="date"] {
    margin-top: 10px;
    margin-bottom: 25px; }
  .panel-manage h3 {
    margin-bottom: 0; }

.panel2-manage {
  background: #F6F6F6;
  padding: 25px 25px 2px;
  margin-bottom: 35px; }
  .panel2-manage input[type="date"] {
    margin-top: 10px;
    margin-bottom: 25px; }
  .panel2-manage h3 {
    margin-bottom: 0; }

.border li {
  border-bottom: 1px solid #DDD;
  padding: 5px 0; }

.page-content span.edit-profile {
  float: right;
  text-align: right;
  color: #00A0DD;
  padding-top: 5px;
  transition: 0.2s; }
  .page-content span.edit-profile:hover {
    color: #F9A21A;
    cursor: pointer; }

.payment-member {
  margin: 10px 0px; }

/* This is kinda horrible */
.admin-section-spacing {
  margin-top: 15px; }

/* Popup Modal */
.blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  /*	
  overflow: auto;
  padding: 25px 25px 10px;
  height: 478px;
  width: 853px;
  left: 648px;
  box-shadow: rgba(0, 0, 0, 0.74902) -1px -2px 41px 0px;
  border-radius: 10px;
  right: auto;
  bottom: auto;
  top: 195px;
  */ }

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0; }
  .modal-wrapper .head .fa-times {
    color: #FFF;
    font-size: 24px;
    width: 50px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 10px; }

.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
  z-index: 1000; }

.content-box {
  border: 1px solid #CCC;
  margin: 25px 15px;
  padding: 25px 15px; }

.content-box:first-of-type {
  margin-top: -15px; }

.modal {
  width: 25%;
  max-width: 100%;
  display: block;
  padding: 50px;
  position: relative;
  top: 20%;
  left: 37%;
  background: #fff;
  opacity: 0;
  overflow: scroll;
  box-shadow: 0 0 10px #CCC;
  -moz-border-radius: 3px;
  -os-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .modal label {
    margin-top: 15px; }
  .modal input {
    margin-bottom: 15px; }
  .modal .fa-times {
    color: #00A0DD;
    font-size: 24px;
    width: 50px;
    text-align: center;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.2s; }
    .modal .fa-times:hover {
      color: #F9A21A; }

#package-modal, #pickup-modal {
  -webkit-box-shadow: -1px 0px 41px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 0px 41px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 0px 41px 0px rgba(0, 0, 0, 0.75); }

@media screen and (max-width: 768px) {
  .modal {
    margin: 0;
    left: 0; } }
.modal-wrapper.open .modal {
  opacity: 1; }

.btn-close {
  width: 32px;
  display: block;
  margin: 0 auto; }

.btn-close::before, .btn-close::after {
  content: '';
  width: 32px;
  height: 6px;
  display: block;
  background: #fff; }

.btn-close::before {
  margin-top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn-close::after {
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.content-answer {
  padding: 5%; }

/* Profile Panels */
.accordion-content {
  display: none; }

.accordion-toggle {
  cursor: pointer; }

.accordion-toggle.profile-section {
  background: none !important;
  border: none !important; }

.panel-manage {
  margin: 0;
  margin-bottom: 25px;
  padding: 5px 25px 5px; }

.panel h3 {
  border: 0;
  position: relative; }

.panel h3:before {
  font-family: FontAwesome;
  content: "\f0da\ ";
  font-size: 16px;
  position: absolute;
  top: 16px;
  left: -10px; }

.panel input[type="date"] {
  margin: 0; }

.new-member-box label {
  margin-top: 15px; }

.evaluation-box label {
  margin-top: 15px; }

.panel-cancel {
  margin-top: 25px; }

#add-more-members {
  margin: 10px 0 0;
  display: block;
  width: 200px; }

.tab-pane {
  padding: 20px; }
  .tab-pane.active {
    background: none; }

.fa-times {
  cursor: pointer;
  color: #666;
  float: right;
  font-size: 20px;
  margin-bottom: 10px;
  transition: 0.2s; }

.fa-times:hover {
  color: #CCC; }

.new-member-box > .horizontal-rule {
  border-bottom: 1px solid #CCC;
  padding-top: 25px; }

.evaluation-box > .horizontal-rule {
  border-bottom: 1px solid #CCC;
  padding-top: 25px; }

/* End Popup Modal */
/* Accordian & Member Services */
.accordion-toggle {
  background: #F6F6F6;
  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  -os-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  cursor: pointer; }

.accordion-content {
  display: none; }

.accordion-content.default {
  display: block; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

.progress-bar {
  background-color: #00A0DD;
  border-radius: 0;
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease; }

.completed {
  background: #4CB648;
  color: white; }

.fa.completed {
  background: none; }

.fa-check-circle {
  padding-top: 4px;
  color: #4CB648;
  font-size: 24px; }

.notif {
  font-size: 85%; }

.saving-notification {
  font-weight: bold; }

section.dashboard-nav {
  padding: 50px 0;
  background: #F6F6F6;
  margin-top: -50px;
  margin-bottom: 25px; }
  section.dashboard-nav .fa {
    font-size: 34px; }

/* End Accordion & Member Services */
@media (max-width: 350px) {
  .page-content span.edit-profile {
    display: block;
    float: none;
    padding-top: 0;
    padding-bottom: 20px;
    text-align: left; } }
@media screen and (max-width: 445px) {
  section.heading h1, section.heading h2, section.heading h3, section.heading h4, section.heading h5, section.heading h6, section.heading p {
    text-align: center;
    line-height: 1.3em; } }
@media screen and (max-width: 434px) {
  form#apply-dmz-1 input[type="submit"],
  form#apply-dmz-2 input[type="submit"] {
    margin-top: 15px; } }
@media screen and (min-width: 800px) and (max-width: 991px) {
  .container {
    width: 800px; } }
/* HEADER NAVIGATION */
/* Primary Navigation */
img.logo {
  display: block;
  width: 100px;
  margin: 4px auto; }

.navbar {
  margin-bottom: 0; }

.navbar input[type="search"] {
  height: 20px; }

.navbar-form {
  margin-top: 17px; }

/* Secondary Navigation */
nav.secondary-admin,
nav.secondary-member {
  background: #000;
  margin: 0; }
  nav.secondary-admin ul,
  nav.secondary-member ul {
    margin-bottom: 0; }
  nav.secondary-admin ul li,
  nav.secondary-member ul li {
    display: inline;
    text-transform: uppercase; }
  nav.secondary-admin ul li a:link,
  nav.secondary-admin ul li a:visited,
  nav.secondary-member ul li a:link,
  nav.secondary-member ul li a:visited {
    color: #FFF; }
    nav.secondary-admin ul li a:link:hover,
    nav.secondary-admin ul li a:visited:hover,
    nav.secondary-member ul li a:link:hover,
    nav.secondary-member ul li a:visited:hover {
      color: #F9A21A; }
  nav.secondary-admin ul li ul,
  nav.secondary-member ul li ul {
    background: #000; }
  nav.secondary-admin ul li ul li a:hover,
  nav.secondary-admin ul li ul li a:active,
  nav.secondary-member ul li ul li a:hover,
  nav.secondary-member ul li ul li a:active {
    background: none; }
  nav.secondary-admin button,
  nav.secondary-member button {
    border-radius: 0;
    border-right: 1px solid #FFF;
    background: none;
    text-transform: uppercase;
    margin-bottom: 0; }
    nav.secondary-admin button:hover, nav.secondary-admin button:active,
    nav.secondary-member button:hover,
    nav.secondary-member button:active {
      background: #00A0DD; }
    nav.secondary-admin button:focus,
    nav.secondary-member button:focus {
      outline: 0; }
  nav.secondary-admin #button1:before, nav.secondary-admin #button2:before, nav.secondary-admin #button3:before, nav.secondary-admin #button4:before, nav.secondary-admin #button5:before, nav.secondary-admin #button6:before,
  nav.secondary-member #button1:before,
  nav.secondary-member #button2:before,
  nav.secondary-member #button3:before,
  nav.secondary-member #button4:before,
  nav.secondary-member #button5:before,
  nav.secondary-member #button6:before {
    font-family: 'FontAwesome', 'Avenir', sans-serif; }
  nav.secondary-admin #button1:before,
  nav.secondary-member #button1:before {
    content: "\f016\ \00a0"; }
  nav.secondary-admin #button2:before,
  nav.secondary-member #button2:before {
    content: "\f0c0\ \00a0"; }
  nav.secondary-admin #button3:before,
  nav.secondary-member #button3:before {
    content: "\f007\ \00a0"; }
  nav.secondary-admin #button4,
  nav.secondary-admin #button6,
  nav.secondary-member #button4,
  nav.secondary-member #button6 {
    border-right: 0; }
  nav.secondary-admin #button4:before,
  nav.secondary-member #button4:before {
    content: "\f108\ \00a0"; }
  nav.secondary-admin #button5:before,
  nav.secondary-member #button5:before {
    content: "\f0ea\ \00a0"; }
  nav.secondary-admin #button6:before,
  nav.secondary-member #button6:before {
    content: "\f0c0\ \00a0"; }

nav.secondary-admin .dropdown-menu,
nav.secondary-member .dropdown-menu {
  top: 44px;
  border-radius: 0;
  border: 1px solid #FFF;
  padding: 0; }
nav.secondary-admin .dropdown-menu > li > a,
nav.secondary-member .dropdown-menu > li > a {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8); }

nav.secondary-admin .dropdown-menu {
  left: -286px;
  width: 286px; }

nav.secondary-member .dropdown-menu {
  left: -571px;
  width: 571px; }

a.logout {
  cursor: pointer; }

@media screen and (max-width: 1200px) {
  nav.secondary-admin .dropdown-menu,
  nav.secondary-member .dropdown-menu {
    left: -471px;
    width: 471px; } }
@media screen and (max-width: 992px) {
  nav.secondary-admin .dropdown-menu,
  nav.secondary-member .dropdown-menu {
    left: -361px;
    width: 361px; } }
@media (min-width: 768px) {
  li.mobile-only {
    display: none; } }
@media screen and (max-width: 767px) {
  nav.secondary-admin,
  nav.secondary-member {
    display: none; }

  .navbar-header {
    margin-bottom: 11px; }

  .navbar-toggle {
    margin-top: 16px; } }
@-moz-document url-prefix() {
  nav.secondary-admin .dropdown-menu,
  nav.secondary-member .dropdown-menu {
    top: 58px; } }
/* IMAGE SLIDER */
/* CUSTOMIZE THE CAROUSEL
 ========================================================= */
.hero-slider {
  background: linear-gradient(rgba(3, 61, 84, 0.5), rgba(0, 0, 0, 0.5)), url(../img/dmz-main.png) no-repeat center;
  position: relative;
  overflow: hidden; }

.hero-slider #scene {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.hero-slider #scene .layer {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute !important; }

.hero-slider #scene .layer img {
  display: inline-block;
  max-width: 100%;
  text-align: center; }

.hero-slider #scene .layer .scene-img {
  position: absolute;
  display: inline-block;
  text-align: center;
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s; }

.hero-slider #scene .hero-bottom-center,
.hero-slider #scene .hero-bottom-left,
.hero-slider #scene .hero-bottom-right {
  top: auto !important;
  bottom: 0;
  width: 100%; }

.hero-slider #scene .hero-top-center,
.hero-slider #scene .hero-top-left,
.hero-slider #scene .hero-top-right {
  width: 100%; }

.hero-slider #scene .hero-bottom-center .scene-img,
.hero-slider #scene .hero-bottom-left .scene-img,
.hero-slider #scene .hero-bottom-right .scene-img {
  position: relative;
  display: inline-block; }

.hero-slider #scene .hero-top-center .scene-img,
.hero-slider #scene .hero-top-left .scene-img,
.hero-slider #scene .hero-top-right .scene-img {
  position: relative;
  display: inline-block;
  top: -50px; }

.hero-slider #scene .hero-bottom-left {
  text-align: left; }

.hero-slider #scene .hero-bottom-right {
  text-align: right; }

.hero-slider #scene .hero-bottom-center {
  text-align: center;
  bottom: -100px; }

.hero-slider #scene .hero-bottom-right .scene-img {
  right: 10%; }

.hero-slider #scene .hero-bottom-left .scene-img {
  left: 10%; }

.hero-slider #scene .hero-top-left {
  text-align: left; }

.hero-slider #scene .hero-top-right {
  text-align: right; }

.hero-slider #scene .hero-top-center {
  text-align: center; }

.hero-slider #scene .hero-right,
.hero-slider #scene .hero-left {
  top: 0;
  bottom: 0;
  width: 100%; }

.hero-slider #scene .hero-right .scene-img {
  top: 45%;
  bottom: 0;
  margin: auto;
  right: 0; }

.hero-slider #scene .hero-left .scene-img {
  top: 40%;
  bottom: 0;
  margin: auto;
  left: 0; }

.hero-slider .carousel-caption {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: table;
  vertical-align: middle; }

.hero-slider .carousel-caption .caption-box {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.hero-slider .carousel-inner {
  z-index: 1; }

.hero-slider .carousel-control {
  z-index: 2; }

.carousel-fade .carousel-caption h2, .carousel-fade .carousel-caption p {
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.carousel-fade .carousel-content {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

/* Custom Fade Slider CSS */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  overflow: hidden;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px); }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

/* Animation
========================================================================*/
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.animated.hinge {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

/* Custom Media Queries
 ====================================================================== */
/*EX-Large desktop*/
@media (min-width: 1440px) {
  .hero-slider .carousel-inner > .item, .hero-slider #scene, .hero-slider .carousel-caption {
    /*height: 650px;*/
    height: 600px; }

  .hero-slider #scene .carousel-caption {
    padding: 0 25%; } }
/*Large desktop*/
@media (min-width: 1200px) and (max-width: 1439px) {
  .hero-slider .carousel-inner > .item, .hero-slider #scene, .hero-slider .carousel-caption {
    /*height:600px;*/
    height: 550px; }

  .hero-slider #scene .layer .scene-img img {
    max-width: 90%; }

  .hero-slider .carousel-caption {
    padding: 0 25%; } }
@media (max-width: 1199px) {
  .hero-slider #scene .hero-top-left .scene-img,
  .hero-slider #scene .hero-left .scene-img,
  .hero-slider #scene .hero-bottom-left .scene-img {
    text-align: left; }

  .hero-slider #scene .hero-top-right .scene-img,
  .hero-slider #scene .hero-right .scene-img,
  .hero-slider #scene .hero-bottom-right .scene-img {
    text-align: right; }

  .hero-slider #scene .hero-top-center .scene-img,
  .hero-slider #scene .hero-top-left .scene-img,
  .hero-slider #scene .hero-top-right .scene-img {
    top: -25px; }

  .hero-slider #scene .hero-bottom-center {
    bottom: -40px; } }
/*Large Tablet and Small Desktop*/
@media (min-width: 993px) and (max-width: 1199px) {
  .hero-slider .carousel-inner > .item, .hero-slider #scene, .hero-slider .carousel-caption {
    /*height: 550px;*/
    height: 500px; }

  .hero-slider #scene .layer .scene-img img {
    max-width: 70%; }

  .hero-slider .carousel-caption {
    padding: 0 25%; } }
/*Portrait tablet to landscape tablet and desktop*/
@media (min-width: 768px) and (max-width: 992px) {
  .hero-slider .carousel-inner > .item, .hero-slider #scene, .hero-slider .carousel-caption {
    /*height: 450px;*/
    height: 400px; }

  .hero-slider #scene .layer .scene-img img {
    max-width: 60%; }

  .hero-slider .carousel-caption {
    padding: 0 20%; } }
/*Landscape phone to portrait tablet*/
@media (max-width: 767px) {
  .hero-slider .carousel-inner > .item, .hero-slider #scene, .hero-slider .carousel-caption {
    /*height: 400px;*/
    height: 350px; }

  .hero-slider #scene .layer .scene-img img {
    max-width: 45%; }

  .hero-slider .carousel-caption {
    padding: 0 10%; }

  .hero-slider .carousel-caption h2 {
    font-size: 1.6em; }

  .hero-slider #scene .hero-bottom-center {
    bottom: -25px; } }
/*Landscape phones and down*/
@media (max-width: 480px) {
  .hero-slider #scene .hero-right .scene-img,
  .hero-slider #scene .hero-left .scene-img {
    display: none; }

  .hero-slider #scene .layer .scene-img img {
    max-width: 35%; } }
/* FORMS */
fieldset {
  margin: 25px 0;
  border: 0; }

legend {
  border-bottom: 1px solid #EEE;
  color: #00A0DD; }

legend.sublegend {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 0; }

legend.sublegend:before {
  content: none; }

.text-small {
  margin-top: 25px;
  font-size: 12px; }

p.tour-app-info {
  border: solid rgba(0, 128, 0, 0.4) 1px;
  border-radius: 5px;
  padding: 15px;
  background-color: rgba(0, 128, 0, 0.08);
  margin-bottom: 20px;
  font-size: 12pt; }

label {
  font-weight: 400;
  color: #444; }

label.error {
  font-style: italic;
  color: red; }

label strong {
  color: #222; }

label.optional:before {
  content: "(Optional) ";
  font-weight: 700; }

label.required:after {
  content: " *";
  color: red; }

label.event-ended {
  text-decoration: line-through; }

label.event-ended:after {
  content: " (Event Ended)";
  font-weight: 700;
  text-decoration: none; }

label.deactivated {
  text-decoration: line-through; }

label.deactivated:after {
  content: " (Deactivated)";
  font-weight: 700; }

label.draft:after {
  content: " - Draft";
  font-weight: 700;
  text-decoration: none; }

/*label.published:after {
	content: " Published";
	font-weight: 700;
	text-decoration: none;
}*/
.not-required:after,
li.not-required:before {
  content: "* ";
  visibility: hidden; }

span.maxlength-feedback {
  float: right;
  font-style: italic; }

textarea {
  margin-bottom: 25px; }

textarea.form-control {
  height: 125px; }

form#create-new-tour .loading {
  border-color: red;
  color: red;
  font-style: italic; }

form#tour-apply {
  border: solid #CCC 1px;
  padding: 50px;
  font-family: 'Avenir', 'Helvetica', sans-serif;
  font-weight: bold; }
  form#tour-apply label {
    font-weight: bold; }
  form#tour-apply #submit {
    border-radius: 0; }

.form-row {
  text-align: center;
  background-color: #EEE;
  padding: 5px;
  margin-bottom: 20px;
  border: solid #CCC 1px;
  box-shadow: 1px 1px 2px #CCC; }
  .form-row .row {
    margin: auto auto; }
  .form-row input, .form-row select {
    box-shadow: 1px 1px 2px #BBB;
    border-radius: 0; }
    .form-row input[id$="-other"], .form-row select[id$="-other"] {
      margin-top: 5px; }
  .form-row input[type="submit"] {
    margin: 30px 0;
    padding: 0; }

/* Contains advisor application form */
.advisor-form-info {
  font-family: 'Avenir', 'Helvetica', sans-serif; }
  .advisor-form-info p {
    font-weight: bold; }

form ul li {
  list-style-type: none; }

form ul li:last-child {
  margin-bottom: 20px; }

form .wrapper {
  width: 200px;
  margin: 20px auto; }

form.center-legends legend {
  text-align: center; }

form.center-input-text input[type="text"],
form.center-input-text input[type="number"],
form.center-input-text input[type="date"] {
  text-align: center; }

form button.add-remove {
  width: 100px;
  max-width: 100%;
  margin: 0 0 5px 0; }

.form-group > label {
  margin-top: 5px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="submit"],
button.submit-button, button.blue {
  background: #00A0DD;
  color: #FFF;
  border: 0;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 15px 0;
  /*width: 200px;*/
  max-width: 100%;
  transition: 0.2s; }

input[type="submit"]:hover {
  background: #4CB648; }

input.orange {
  background: #F9A21A;
  border: 0;
  border-radius: 5px;
  transition: 0.2s; }

input.orange:hover {
  background: #4CB648; }

.input-group-btn {
  z-index: 999; }

.radio-btn input[type="radio"],
.check-box input[type="checkbox"] {
  visibility: hidden; }

#search-button {
  width: 100%; }

/*Custom checkbox*/
.check-box {
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: inline-block;
  margin: 0 7px 0 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  border: 1px solid #ccc; }

.check-box i {
  background: url("http://cdn1.iconfinder.com/data/icons/mimiGlyphs/16/check_mark.png") no-repeat center center;
  position: absolute;
  left: 3px;
  bottom: -18px;
  width: 16px;
  height: 16px;
  opacity: .5;
  transition: 0.1s;
  /*-webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform:rotateZ(-180deg);
  -moz-transform:rotateZ(-180deg);
  -o-transform:rotateZ(-180deg);
  transform:rotateZ(-180deg);*/ }

.checkedBox {
  -moz-box-shadow: inset 0 0 5px 1px #ccc;
  -webkit-box-shadow: inset 0 0 5px 1px #ccc;
  box-shadow: inset 0 0 5px 1px #ccc;
  border-bottom-color: #fff; }

.checkedBox i {
  bottom: 2px;
  /*-webkit-transform:rotateZ(0deg);
  -moz-transform:rotateZ(0deg);
  -o-transform:rotateZ(0deg);
  transform:rotateZ(0deg);*/
  transition: 0.1s; }

/*Custom radio button*/
.radio-btn {
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  margin: 0 7px 0 0;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #ccc;
  box-shadow: 0 0 1px #ccc;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0); }

.checkedRadio {
  -moz-box-shadow: inset 0 0 5px 1px #ccc;
  -webkit-box-shadow: inset 0 0 5px 1px #ccc;
  box-shadow: inset 0 0 5px 1px #ccc; }

.radio-btn i {
  border: 1px solid #E1E2E4;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.checkedRadio i {
  background-color: #898A8C; }

/* Customizations for BMZ Application Form */
/* Stage 2 */
#apply-dmz-2 div.b2b,
#apply-dmz-2 div.b2c,
#apply-dmz-2 [class^="affiliation-"],
p[id^="important"] {
  display: none; }

.together {
  background: #F6F6F6;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
  margin: 10px 0 20px 0; }

#apply-dmz-2 input[id$="-date"] {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  margin: 10px 0 10px 0; }

label[for^="advisor"] {
  margin-top: 10px; }

/* Search */
.ui-autocomplete .ui-front .ui-menu .ui-widget .ui-widget-content {
  border-radius: 5px; }

.ui-menu-item {
  padding: 10px !important;
  background: #F6F6F6 !important;
  border-radius: 5px !important; }
  .ui-menu-item:hover, .ui-menu-item:active {
    background: #DDD !important;
    border-radius: 5px !important; }

.btn-center {
  margin: 25px auto;
  width: auto;
  display: block; }
  .btn-center:hover {
    color: #FFF; }

#show-hotstamp {
  cursor: pointer; }

#img-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%; }

#img-modal.shown {
  display: block;
  background-color: rgba(0, 0, 0, 0.8); }

#img-modal > .img-container {
  transform: translateY(100%);
  text-align: center; }

#img-modal #close-modal {
  color: #FFF;
  float: none;
  font-size: 14pt;
  cursor: pointer; }

/* XdSoft datetime picker */
.xdsoft_timepicker.active {
  background: none; }

.xdsoft_datepicker.active {
  background: none; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background-color: #F9A21A; }

/* TABLES */
.ui-state-focus {
  background: #DDD !important;
  border-radius: 5px !important; }

.perks-table-container {
  width: 80%; }

#perks-table tr > td:nth-child(2) {
  font-weight: 700; }

.dynatable-pagination-links > li span {
  vertical-align: inherit; }

#application-display,
#dynatable-processing,
.dynatable-processing,
.application-view {
  position: static !important;
  top: 0 !important;
  left: 0 !important; }

.responsive-table {
  width: 100%;
  margin-bottom: 1.5em; }

th a:hover {
  color: #00A0DD;
  opacity: 0.7;
  text-decoration: none; }

tr.team-lead .fa-star {
  color: #EDC624; }

tr.active-member .fa-star {
  color: #00A0DD; }

tr.inactive-member .fa-star-o {
  color: #ED387B; }

@media (min-width: 44em) {
  .responsive-table {
    font-size: .9em; } }
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em; } }
.pointer {
  cursor: pointer; }

.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 1px solid #00A0DD;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.responsive-table thead a {
  color: #FFF; }

.fa-clipboard, .fa-qrcode {
  cursor: pointer; }

@media (min-width: 44em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto; } }
#perks-table.responsive-table thead th {
  text-align: left; }

.responsive-table thead th {
  background-color: #00A0DD;
  font-weight: normal;
  text-align: center;
  color: white; }

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal; }

#bulk-actions {
  margin: 15px auto;
  display: block;
  width: 500px; }
  #bulk-actions .col-sm-6 {
    padding-left: 0; }
  #bulk-actions input[type="submit"] {
    margin: 0; }

input[type="submit"].tables {
  height: 34px;
  padding: 0; }

.make-green {
  background: green; }

.team-lead {
  color: #F9A21A; }

.active-member {
  color: #00A0DD; }

.inactive-member {
  color: #ED387B; }

@media (min-width: 44em) {
  .responsive-table tr {
    display: table-row; } }
.responsive-table th,
.responsive-table td {
  padding: .5em;
  vertical-align: middle; }

@media (min-width: 30em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em; } }
@media (min-width: 44em) {
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: .5em; } }
@media (min-width: 62em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em; } }
@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em; } }
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center; }

@media (min-width: 44em) {
  .responsive-table caption {
    font-size: 1.5em; } }
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic; }

@media (min-width: 62em) {
  .responsive-table tfoot {
    font-size: .9em; } }
@media (min-width: 44em) {
  .responsive-table tbody {
    display: table-row-group; } }
.responsive-table tbody tr {
  margin-bottom: 1em;
  border: 1px solid #CCC; }

@media (min-width: 44em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px; } }
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0; }

@media (min-width: 44em) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1); } }
.responsive-table tbody th[scope="row"] {
  background-color: #00A0DD;
  color: white;
  text-align: center; }

@media (min-width: 44em) {
  .responsive-table tr {
    border: 0; }

  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #000; } }
.responsive-table tbody td {
  text-align: right;
  border-bottom: 1px solid #CCC; }

@media (min-width: 30em) {
  .responsive-table tbody td {
    border-bottom: 1px solid #CCC; } }
@media (min-width: 44em) {
  .responsive-table tbody td {
    text-align: center; } }
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75); }

@media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
    font-size: .9em; } }
@media (min-width: 44em) {
  .responsive-table tbody td[data-title]:before {
    content: none; } }
@media screen and (max-width: 768px) {
  input[type="submit"].tables,
  #bulk-actions select {
    display: block;
    width: 200px;
    margin: 0 auto; }

  #bulk-actions select {
    margin-bottom: 5px; }

  #bulk-actions .col-sm-6 {
    padding: 0; }
    #bulk-actions .col-sm-6 .col-sm-6 {
      padding: 0; } }
/* TABS */
.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table; }

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

.tabBlock {
  margin: 0 0 2.5rem; }

li.tabBlock-tab {
  margin: 0; }

.tabBlock-tab {
  background: #FFF;
  border-color: #CCC;
  border-left-style: solid;
  border-top: solid;
  border-width: 2px;
  color: #CCC;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  float: left;
  padding: 0.625rem 1.25rem;
  position: relative;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out; }

.tabBlock-tab:last-of-type {
  border-right-style: solid; }

.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out; }

.tabBlock-tab::before {
  background-color: #CCC;
  left: -2px;
  right: -2px;
  top: -2px; }

.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0; }

@media screen and (min-width: 700px) {
  .tabBlock-tab {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }
.tabBlock-tab.is-active {
  position: relative;
  color: #00A0DD;
  z-index: 1; }

.tabBlock-tab.is-active::before {
  background-color: #00A0DD; }

.tabBlock-tab.is-active::after {
  background-color: #fff; }

.tabBlock-content {
  background-color: #fff;
  border: 2px solid #CCC;
  max-height: 550px;
  padding: 1.25rem;
  overflow: scroll; }

.tabBlock-pane > :last-child {
  margin-bottom: 0; }

/* ISOTOPE FILTERING PLUGIN */
/* ---- button ---- */
#filters button,
#sorts button {
  margin-bottom: 15px; }

.filter {
  display: inline-block;
  background: #EEE;
  border: none;
  border-radius: 7px;
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer; }

.filter:hover {
  background-color: #CCC;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  color: #222; }

.filter:active,
.filter.is-checked {
  background-color: #00A0DD;
  text-shadow: 0 1px #00A0DD; }

.filter.is-checked {
  color: white; }

.filter:active {
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.8); }

.filter:focus {
  outline: 0; }

/* ---- button-group ---- */
.button-group:after {
  content: '';
  display: block;
  clear: both; }

.button-group .filter {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px; }

.button-group .filter:first-child {
  border-radius: 0.5em 0 0 0.5em; }

.button-group .filter:last-child {
  border-radius: 0 0.5em 0.5em 0; }

/* ---- .element-item ---- */
.element-item {
  float: left;
  width: 275px;
  height: 200px;
  margin: 5px;
  padding: 10px;
  background: #888;
  color: #262524;
  text-align: center; }
  .element-item .fa-user {
    font-size: 42px;
    color: #CCC; }

.info-block.onboarding .fa-user {
  color: #00A0DD; }

.info-block.active {
  color: #000;
  background: none !important; }

.info-block.light {
  background: #fbf3ee !important; }

.info-block.exiting {
  background: #fef3f7;
  border: 1px solid #ED387B; }

.info-block.onboarding {
  background: #F5FCED;
  border: 1px solid #CCC; }

.info-block.alumni {
  background: #F6F6F6;
  opacity: 0.6; }
  .info-block.alumni img {
    filter: grayscale(100%); }

.info-block > * {
  margin: 0;
  padding: 0; }

.info-block .name {
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 700; }

.info-block .type {
  margin-bottom: 15px; }

.info-block .type:before {
  content: "Type: ";
  font-weight: 500; }

.info-block .start-date,
.info-block .end-date {
  font-size: 12px; }

.info-block .start-date:before {
  content: "Start Date: "; }

.info-block .end-date:before {
  content: "End Date: "; }

.info-block .start-date:before,
.info-block .end-date:before {
  font-weight: 500; }

.info-block {
  border: 1px solid #CCC;
  background: #FFF; }

.info-circle {
  background: #F9A21A;
  border-radius: 5px;
  text-align: center;
  max-width: 100%;
  padding: 13px 10px 10px;
  margin: 0 auto 25px;
  color: #FFF;
  transform: 0.2s; }
  .info-circle:hover {
    background: #00A0DD;
    cursor: pointer; }
  .info-circle .active {
    background: #00A0DD; }
  .info-circle h3 {
    font-size: 17px;
    line-height: 1.2em;
    margin-bottom: 0; }
  .info-circle h3.manage-buttons {
    margin-top: 5px; }
  .info-circle h4 {
    font-size: 50px; }
  .info-circle .fa {
    font-size: 42px; }

.main-button {
  display: inline-block;
  margin: auto 10px; }

input[type="checkbox"] {
  width: 20px; }

.no-margin {
  margin: 0px !important; }

div[id^="info-circle-"].active {
  background: #00A0DD; }

.info-block .active {
  background: #FFF; }

button.team-actions {
  padding: 5px 10px;
  margin-top: 10px; }

/* Combo Filter Styles */
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

/**** Isotope styles ****/
/* required for containers to inherit vertical size from window */
html,
body {
  height: 100%; }

#container {
  margin-bottom: 20px; }

/**** Example Options ****/
#options {
  padding-bottom: 1.0em; }

#options h3 {
  margin-bottom: 0.2em;
  font-size: 15px; }

#options h4 {
  font-weight: 500; }

#options ul {
  margin: 0;
  list-style: none; }

#options ul ul {
  margin-left: 1.5em; }

#options li {
  float: left;
  margin: 0; }

#options li a {
  display: block;
  padding: 0.4em 0.5em;
  background-color: #EEE;
  color: #000;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5); }

#options li a:hover {
  background: #00A0DD;
  color: #FFF;
  text-decoration: none; }

#options li a:active {
  background-color: #00A0DD;
  -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.6);
  -o-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.6); }

#options li a {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF; }

#options li:first-child a {
  border-radius: 7px 0 0 7px;
  border-left: none; }

#options li:last-child a {
  border-radius: 0 7px 7px 0; }

#options li a.selected {
  background: #00A0DD;
  text-shadow: none;
  color: white; }

/* Combination filter options*/
#options .option-combo {
  display: inline-block;
  /*float: left;*/
  margin-right: 10px; }

#options .option-combo ul {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
  display: inline-block; }

#options .option-combo h2,
#options .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: block;
  vertical-align: top; }

/* Info Block */
.info-block {
  width: 270px;
  height: 200px;
  margin: 6px;
  padding: 10px;
  border: 1px solid #CCC;
  float: left;
  text-align: center; }
  .info-block img {
    margin: 15px auto 20px auto; }

.info-block.red {
  background: red; }

.info-block.blue {
  background: blue; }

.info-block.yellow {
  background: yellow; }

.info-block.wide,
.info-block.big {
  /*width: 150px; */ }

.info-block.tall,
.info-block.big {
  /*height: 150px; */ }

.info-block a {
  display: block;
  height: 100%; }

.info-block a:hover {
  background: white;
  background: rgba(255, 255, 255, 0.5); }

/* ISOTOPE FILTERING PLUGIN */
/*!
 * @copyright &copy; Kartik Visweswaran, Krajee.com, 2013 - 2015
 * @version 3.5.4
 *
 * A simple yet powerful JQuery star rating plugin that allows rendering
 * fractional star ratings and supports Right to Left (RTL) input.
 *
 * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0px;
  color: #fff;
  background: transparent url("../img/loading.gif") top left no-repeat;
  border: none; }

/*
 * Stars
 */
.rating-fa {
  font-family: 'FontAwesome';
  padding-left: 1px; }

.rating-fa .rating-stars:before {
  padding-left: 1px; }

.rating-gly {
  font-family: 'Glyphicons Halflings'; }

.rating-gly-star {
  font-family: 'Glyphicons Halflings';
  padding-left: 2px; }

.rating-gly-star .rating-stars:before {
  padding-left: 2px; }

.rating-lg .rating-gly-star, .rating-lg .rating-gly-star .rating-stars:before {
  padding-left: 4px; }

.rating-xl .rating-gly-star, .rating-xl .rating-gly-star .rating-stars:before {
  padding-left: 2px; }

.rating-active {
  cursor: default; }

.rating-disabled {
  cursor: not-allowed; }

.rating-uni {
  font-size: 1.2em;
  margin-top: -5px; }

.rating-container {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #e3e3e3;
  overflow: hidden; }

.rating-container:before {
  content: attr(data-content); }

.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fde16d;
  transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out; }

.rating-container .rating-stars:before {
  content: attr(data-content);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7); }

.rating-container-rtl {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  color: #fde16d; }

.rating-container-rtl:before {
  content: attr(data-content);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7); }

.rating-container-rtl .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #e3e3e3;
  transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out; }

.rating-container-rtl .rating-stars:before {
  content: attr(data-content); }

/**
 * Rating sizes
 */
.rating-xl {
  font-size: 4.89em; }

.rating-lg {
  font-size: 3.91em; }

.rating-md {
  font-size: 3.13em; }

.rating-sm {
  font-size: 2.5em; }

.rating-xs {
  font-size: 2em; }

/**
 * Clear rating button
 */
.star-rating .clear-rating, .star-rating-rtl .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%; }

.clear-rating-active {
  cursor: pointer !important; }

.clear-rating-active:hover {
  color: #843534; }

.star-rating .clear-rating {
  padding-right: 5px; }

/**
 * Caption
 */
.star-rating .caption, .star-rating-rtl .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  font-size: 55%; }

.star-rating .caption {
  padding-left: 5px; }

.star-rating-rtl .caption {
  padding-right: 5px; }

/**
 * Print
 */
@media print {
  .rating-container, .rating-container:before, .rating-container-rtl .rating-stars, .rating-container-rtl .rating-stars:before {
    color: #f3f3f3 !important; }

  .star-rating .clear-rating, .star-rating-rtl .clear-rating {
    display: none; } }
/* CSS ANIMATIONS */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 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; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-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);
    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); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-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);
    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); } }
.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);
    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); } }
.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);
    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); } }
.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);
    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); } }
.swing {
  -webkit-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);
    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); } }
.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;
    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; } }
.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);
    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); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-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);
    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; } }
.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);
    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; } }
.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);
    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; } }
.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);
    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); } }
.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);
    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); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-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);
    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); } }
.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);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-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);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-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);
    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); } }
.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);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-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);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-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);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-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);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-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);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-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);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-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);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-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);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-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);
    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);
    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);
    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);
    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);
    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);
    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);
    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);
    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);
    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; } }
.animated.flip {
  -webkit-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);
    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); } }
.flipInX {
  -webkit-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);
    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); } }
.flipInY {
  -webkit-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);
    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; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-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);
    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; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-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);
    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; } }
.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);
    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;
    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; } }
.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;
    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; } }
.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;
    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; } }
.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;
    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; } }
.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;
    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; } }
.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;
    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; } }
.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;
    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; } }
.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;
    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; } }
.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;
    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; } }
.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;
    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; } }
.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;
    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; } }
.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);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-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);
    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);
    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);
    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); } }
.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);
    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); } }
.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);
    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); } }
.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);
    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); } }
.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);
    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);
    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); } }
.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);
    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; } }
.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);
    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; } }
.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);
    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); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* -------- */
/* Modules
/* -------- */
.login-text {
  text-align: center; }
  .login-text h2 {
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 5px; }
  .login-text p:last-of-type {
    margin-bottom: 20px; }

.center-tabs {
  text-align: center; }
  .center-tabs li {
    display: inline-block;
    float: none; }
  .center-tabs li.active {
    background: none; }

#assign, #add {
  border-bottom: solid #CCC 1px; }
  #assign .form-row, #add .form-row {
    margin-bottom: 0; }

.list-card-parent {
  margin-top: 20px; }
  .list-card-parent .list-card {
    border: solid #CCC 1px;
    border-radius: 5px; }
    .list-card-parent .list-card .title {
      background-color: #EEE;
      border-bottom: solid #CCC 1px;
      padding: 10px;
      text-align: center; }
      .list-card-parent .list-card .title h3 {
        margin: 0; }
    .list-card-parent .list-card .content ul {
      list-style-type: none;
      margin-bottom: 0; }
      .list-card-parent .list-card .content ul li {
        padding: 8px 30px;
        position: relative;
        font-size: 18pt;
        margin: 0;
        border-bottom: solid #CCC 1px;
        padding-right: 10px; }
        .list-card-parent .list-card .content ul li p {
          display: inline-block; }
        .list-card-parent .list-card .content ul li p + p {
          font-size: 14pt;
          font-style: italic; }
        .list-card-parent .list-card .content ul li a {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          display: flex;
          flex-direction: column;
          justify-content: center;
          width: 50px;
          height: 100%;
          border-left: solid #CCC 1px;
          text-align: center; }
      .list-card-parent .list-card .content ul#cards-overdue {
        background-color: rgba(244, 67, 54, 0.1); }

#apply-playbook fieldset {
  display: none; }
#apply-playbook fieldset:first-of-type {
  display: block; }

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