@charset "UTF-8";
.mauto {
  margin: auto; }

.m0auto {
  margin: 0 auto; }

.m0 {
  margin: 0rem; }

.m1 {
  margin: 1rem; }

.m2 {
  margin: 2rem; }

.m3 {
  margin: 3rem; }

.m4 {
  margin: 4rem; }

.m5 {
  margin: 5rem; }

.mt0 {
  margin-top: 0rem; }

.mt1, .nav-bar {
  margin-top: 1rem; }

.mt2 {
  margin-top: 2rem; }

.mt3 {
  margin-top: 3rem; }

.mt4 {
  margin-top: 4rem; }

.mt5 {
  margin-top: 5rem; }

.mb0 {
  margin-bottom: 0rem !important; }

.mb1, .snippet-example .button {
  margin-bottom: 1rem !important; }

.mb2, .definition-box > .description {
  margin-bottom: 2rem !important; }

.mb3 {
  margin-bottom: 3rem !important; }

.mb4 {
  margin-bottom: 4rem !important; }

.mb5 {
  margin-bottom: 5rem !important; }

.ml0 {
  margin-left: 0rem; }

.ml1 {
  margin-left: 1rem; }

.ml2, .nav-link {
  margin-left: 2rem; }

.ml3 {
  margin-left: 3rem; }

.ml4 {
  margin-left: 4rem; }

.ml5 {
  margin-left: 5rem; }

.ml15 {
  margin-left: 1.5rem; }

.mr0 {
  margin-right: 0rem; }

.mr1, .definition-box .circle {
  margin-right: 1rem; }

.mr2 {
  margin-right: 2rem; }

.mr3 {
  margin-right: 3rem; }

.mr4 {
  margin-right: 4rem; }

.mr5 {
  margin-right: 5rem; }

.p0 {
  padding: 0rem; }

.p1 {
  padding: 1rem; }

.p2, .wrap {
  padding: 2rem; }

.p3 {
  padding: 3rem; }

.p4 {
  padding: 4rem; }

.p5 {
  padding: 5rem; }

.pt0 {
  padding-top: 0rem; }

.pt1 {
  padding-top: 1rem; }

.pt2 {
  padding-top: 2rem; }

.pt3 {
  padding-top: 3rem; }

.pt4 {
  padding-top: 4rem; }

.pt5 {
  padding-top: 5rem; }

.pb0 {
  padding-bottom: 0rem; }

.pb1 {
  padding-bottom: 1rem; }

.pb2 {
  padding-bottom: 2rem; }

.pb3 {
  padding-bottom: 3rem; }

.pb4 {
  padding-bottom: 4rem; }

.pb5 {
  padding-bottom: 5rem; }

.pl0 {
  padding-left: 0rem; }

.pl1 {
  padding-left: 1rem; }

.pl2 {
  padding-left: 2rem; }

.pl3 {
  padding-left: 3rem; }

.pl4 {
  padding-left: 4rem; }

.pl5 {
  padding-left: 5rem; }

.pr0 {
  padding-right: 0rem; }

.pr1 {
  padding-right: 1rem; }

.pr2 {
  padding-right: 2rem; }

.pr3 {
  padding-right: 3rem; }

.pr4 {
  padding-right: 4rem; }

.pr5 {
  padding-right: 5rem; }

.block {
  display: block !important; }

.inline {
  display: inline !important; }

.inline-block {
  display: inline-block !important; }

.none {
  display: none !important; }

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

.text-right, .nav-bar {
  text-align: right; }

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

.va-top {
  vertical-align: top; }

.va-middle {
  vertical-align: middle; }

.va-bottom {
  vertical-align: bottom; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.no-select, .clickable, .vnext-dropdown-container {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select-allowed {
  -webkit-touch-callout: initial;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial; }

.clickable, .vnext-dropdown-container {
  cursor: pointer; }

.tt-none {
  text-transform: none; }

.tt-uppercase {
  text-transform: uppercase; }

.tt-lowercase {
  text-transform: lowercase; }

.tt-capitalize {
  text-transform: capitalize; }

.bg-fucsia {
  background: #ff0066; }

.c-fucsia {
  color: #ff0066 !important; }

.bg-fucsia-hover {
  background: #D60057; }

.c-fucsia-hover {
  color: #D60057 !important; }

.bg-dark-gray {
  background: #393939; }

.c-dark-gray {
  color: #393939 !important; }

.bg-medium-gray {
  background: #4C4C4C; }

.c-medium-gray {
  color: #4C4C4C !important; }

.bg-gray {
  background: #B7B7B7; }

.c-gray {
  color: #B7B7B7 !important; }

.bg-light-gray {
  background: #CCCCCC; }

.c-light-gray {
  color: #CCCCCC !important; }

.bg-lighter-gray {
  background: #D8D8D8; }

.c-lighter-gray {
  color: #D8D8D8 !important; }

.bg-eze {
  background: #E2E2E2; }

.c-eze {
  color: #E2E2E2 !important; }

.bg-ed {
  background: #EDEDED; }

.c-ed {
  color: #EDEDED !important; }

.bg-fafafa {
  background: #FAFAFA; }

.c-fafafa {
  color: #FAFAFA !important; }

.bg-white {
  background: #FFFFFF; }

.c-white {
  color: #FFFFFF !important; }

.bg-black {
  background: #000000; }

.c-black {
  color: #000000 !important; }

.bg-dark-grey-blue {
  background: #6F7F87; }

.c-dark-grey-blue {
  color: #6F7F87 !important; }

.fs-tiny {
  font-size: 1.3rem !important; }

.fs-smaller {
  font-size: 1.4rem !important; }

.fs-small {
  font-size: 1.6rem !important; }

.fs-normal {
  font-size: 1.8rem !important; }

.fs-big {
  font-size: 2rem !important; }

.fs-semi-fat {
  font-size: 2.4rem !important; }

.fs-fat {
  font-size: 2.8rem !important; }

.fs-extra-big {
  font-size: 3.2rem !important; }

.fs-extra-bigger {
  font-size: 4rem !important; }

.fs-huge {
  font-size: 4.4rem !important; }

.fs-super-huge {
  font-size: 7rem !important; }

.fs-icon {
  font-size: 2.4rem !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-regular {
  font-weight: 400 !important; }

.fw-semibold {
  font-weight: 500 !important; }

.fw-bold {
  font-weight: 600 !important; }

.fw-extra-bold {
  font-weight: 700 !important; }

.ellipsis p, .vnext-dropdown-container .dropdown-title .team-name p, .vnext-dropdown-container .dropdown-title .user-name p, .ellipsis h1, .vnext-dropdown-container .dropdown-title .team-name h1, .vnext-dropdown-container .dropdown-title .user-name h1, .ellipsis h2, .vnext-dropdown-container .dropdown-title .team-name h2, .vnext-dropdown-container .dropdown-title .user-name h2, .ellipsis h3, .vnext-dropdown-container .dropdown-title .team-name h3, .vnext-dropdown-container .dropdown-title .user-name h3, .ellipsis h4, .vnext-dropdown-container .dropdown-title .team-name h4, .vnext-dropdown-container .dropdown-title .user-name h4, .ellipsis h5, .vnext-dropdown-container .dropdown-title .team-name h5, .vnext-dropdown-container .dropdown-title .user-name h5, .ellipsis h6, .vnext-dropdown-container .dropdown-title .team-name h6, .vnext-dropdown-container .dropdown-title .user-name h6, .ellipsis span, .vnext-dropdown-container .dropdown-title .team-name span, .vnext-dropdown-container .dropdown-title .user-name span, .ellipsis a, .vnext-dropdown-container .dropdown-title .team-name a, .vnext-dropdown-container .dropdown-title .user-name a, .ellipsis strong, .vnext-dropdown-container .dropdown-title .team-name strong, .vnext-dropdown-container .dropdown-title .user-name strong, .ellipsis em, .vnext-dropdown-container .dropdown-title .team-name em, .vnext-dropdown-container .dropdown-title .user-name em {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.center-x {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%; }

.center-y {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%; }

.center-all {
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%; }

.width-10 {
  width: 10%; }

.width-20 {
  width: 20%; }

.width-30 {
  width: 30%; }

.width-40 {
  width: 40%; }

.width-50 {
  width: 50%; }

.width-60 {
  width: 60%; }

.width-70 {
  width: 70%; }

.width-80 {
  width: 80%; }

.width-90 {
  width: 90%; }

.width-100 {
  width: 100%; }

.height-10 {
  height: 10%; }

.height-20 {
  height: 20%; }

.height-30 {
  height: 30%; }

.height-40 {
  height: 40%; }

.height-50 {
  height: 50%; }

.height-60 {
  height: 60%; }

.height-70 {
  height: 70%; }

.height-80 {
  height: 80%; }

.height-90 {
  height: 90%; }

.height-100 {
  height: 100%; }

.w100 {
  width: 100%; }

.mb0.mb0.mb0.mb0.mb0.mb0.mb0.mb0 {
  margin-bottom: 0; }

.mb.mb.mb.mb.mb.mb.mb.mb.mb.mb {
  margin-bottom: 0.80rem; }

.mb1.mb1.mb1.mb1.mb1.mb1.mb1.mb1, .snippet-example .button {
  margin-bottom: 1.60rem; }

.mb2.mb2.mb2.mb2.mb2.mb2.mb2.mb2, .definition-box > .description {
  margin-bottom: 3.20rem; }

.mb3.mb3.mb3.mb3.mb3.mb3.mb3.mb3 {
  margin-bottom: 4.80rem; }

.mb4.mb4.mb4.mb4.mb4.mb4.mb4.mb4 {
  margin-bottom: 6.40rem; }

.mb5.mb5.mb5.mb5.mb5.mb5.mb5.mb5 {
  margin-bottom: 8.00rem; }

.mt0.mt0.mt0.mt0.mt0.mt0.mt0 {
  margin: 0 auto auto; }

.mt.mt.mt.mt.mt.mt.mt.mt {
  margin-top: 0.80rem; }

.mt1.mt1.mt1.mt1.mt1.mt1.mt1.mt1, .nav-bar {
  margin-top: 1.60rem; }

.mt2.mt2.mt2.mt2.mt2.mt2.mt2.mt2 {
  margin-top: 3.20rem; }

.mt3.mt3.mt3.mt3.mt3.mt3.mt3.mt3 {
  margin-top: 4.80rem; }

.mt4.mt4.mt4.mt4.mt4.mt4.mt4.mt4 {
  margin-top: 6.40rem; }

.mt5.mt5.mt5.mt5.mt5.mt5.mt5.mt5 {
  margin-top: 5.00rem; }

.mauto.mauto.mauto.mauto.mauto.mauto {
  margin: 0 auto; }

.pt0.pt0.pt0.pt0.pt0.pt0 {
  padding-top: 0; }

.pt1.pt1.pt1.pt1.pt1.pt1 {
  padding-top: 1.60rem; }

.plr0.plr0.plr0.plr0.plr0.plr0 {
  padding-left: 0;
  padding-right: 0; }

.pl0.pl0.pl0.pl0.pl0.pl0 {
  padding-left: 0; }

.pr0.pr0.pr0.pr0.pr0.pr0 {
  padding-right: 0; }

.pr3.pr3.pr3.pr3.pr3.pr3 {
  padding-right: 4.80rem; }

.pt2.pt2.pt2.pt2.pt2.pt2 {
  padding-top: 3.20rem; }

.p0.p0.p0.p0.p0.p0.p0 {
  padding: 0; }

.pb0.pb0.pb0.pb0.pb0.pb0.pb0 {
  padding-bottom: 0; }

.pb.pb.pb.pb.pb.pb.pb {
  padding-bottom: 0.80rem; }

.pb2.pb2.pb2.pb2.pb2.pb2.pb2.pb2 {
  padding-bottom: 3.20rem; }

.mr.mr.mr.mr.mr.mr.mr.mr.mr.mr {
  margin-right: 0.80rem; }

.mr1.mr1.mr1.mr1.mr1.mr1.mr1.mr1, .definition-box .circle {
  margin-right: 1.60rem; }

.ml1.ml1.ml1.ml1.ml1.ml1.ml1.ml1 {
  margin-left: 1.60rem; }

.ml.ml.ml.ml.ml.ml.ml.ml {
  margin-left: 0.80rem; }

.block {
  display: block; }

.iblock.iblock.iblock.iblock.iblock {
  display: inline-block; }

.inline.inline.inline.inline.inline {
  display: inline; }

.mute {
  pointer-events: none; }

.hidden {
  display: none; }

.ellipsis, .vnext-dropdown-container .dropdown-title .team-name, .vnext-dropdown-container .dropdown-title .user-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .ellipsis *:not(i):not(img):not(div), .vnext-dropdown-container .dropdown-title .team-name *:not(i):not(img):not(div), .vnext-dropdown-container .dropdown-title .user-name *:not(i):not(img):not(div) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.small-icon.small-icon.small-icon.small-icon {
  font-size: 1.60rem; }

.normal-icon.normal-icon.normal-icon.normal-icon {
  font-size: 3.20rem; }

.big-icon.big-icon.big-icon.big-icon {
  font-size: 4.80rem; }

.center-item {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%; }

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

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

.justify-text {
  text-align: justify !important; }

.inline-block {
  display: inline-block; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none.float-none.float-none.float-none.float-none {
  float: none !important; }

.left-arrow:before {
  content: '';
  background: url("/static/images/signup/left-arrow.svg") no-repeat;
  background-size: contain;
  width: 6.40rem;
  height: 3.20rem;
  display: block;
  float: left;
  vertical-align: top;
  margin-right: 1.60rem;
  margin-top: 4px; }

.vertical-down-arrow:after {
  content: '';
  background: url("/static/images/signup/vertical-arrow.svg") no-repeat;
  background-size: contain;
  width: 3.20rem;
  height: 8.00rem;
  display: block;
  /* float: right; */
  /* vertical-align: top; */
  /* margin-right: 1.60rem; */
  position: absolute;
  right: 22%;
  bottom: 23%; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
    .vertical-down-arrow:after {
      right: 7%;
      bottom: 16%; } }

.come-back {
  background: url("/static/images/signup/come-back-border.svg") no-repeat 0 8px;
  /* height: auto; */
  background-size: 100% 100%; }

.column img,
.maxw100 {
  max-width: 100%; }

.hooked {
  width: 100%;
  padding: 1.60rem;
  color: #323232;
  position: relative;
  font-size: 1.50rem; }
  @media only screen and (max-width: 600px) and (orientation: portrait) {
    .hooked {
      padding: 1.60rem 3.20rem; } }
  .hooked:before {
    background: url("/static/images/signup/hook.svg") no-repeat center center;
    width: 1.60rem;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover; }
  .hooked:after {
    background: url("/static/images/signup/hook.svg") no-repeat center center;
    width: 1.60rem;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    background-size: cover; }

.border-top.border-top.border-top.border-top {
  padding-top: 1rem;
  border-top: 1px solid #cdcdcd; }

.border-bottom.border-bottom.border-bottom.border-bottom {
  padding-bottom: 1rem;
  border-bottom: 1px solid #cdcdcd; }

.action-helper {
  background: white;
  border: 1px solid #cdcdcd;
  padding: 1.60rem;
  width: 300px;
  border-radius: 5px;
  z-index: auto;
  position: absolute !important; }
  .action-helper.black {
    background: black;
    border: none; }

.vnext-arrow {
  position: relative; }
  .vnext-arrow:before {
    content: '';
    position: absolute;
    background: white;
    position: absolute;
    height: 15px;
    width: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .vnext-arrow.point-up {
    bottom: inherit;
    top: 100%; }
    .vnext-arrow.point-up:before {
      top: -9px;
      bottom: inherit;
      right: 15px;
      border-left: 1px solid #cdcdcd;
      border-top: 1px solid #cdcdcd; }
    .vnext-arrow.point-up.right {
      right: 0; }
      .vnext-arrow.point-up.right:before {
        right: 15px; }
    .vnext-arrow.point-up.left {
      left: 0; }
      .vnext-arrow.point-up.left:before {
        left: 15px; }
  .vnext-arrow.point-down {
    top: inherit;
    bottom: 110%; }
    .vnext-arrow.point-down:before {
      bottom: -9px;
      top: inherit;
      right: 15px;
      border-right: 1px solid #cdcdcd;
      border-bottom: 1px solid #cdcdcd; }
    .vnext-arrow.point-down.right {
      right: 0; }
      .vnext-arrow.point-down.right:before {
        right: 15px; }
    .vnext-arrow.point-down.left {
      left: 0; }
      .vnext-arrow.point-down.left:before {
        left: 15px; }
  .vnext-arrow.point-left:before {
    bottom: -9px;
    left: -9px;
    border-left: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD; }
  .vnext-arrow.point-left.top:before {
    top: 15px; }
  .vnext-arrow.point-left.bottom:before {
    bottom: 15px; }
  .vnext-arrow.point-right:before {
    bottom: -9px;
    right: -9px;
    border-right: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD; }
  .vnext-arrow.point-right.top:before {
    top: 15px; }
  .vnext-arrow.point-right.bottom:before {
    bottom: 15px; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: #222;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #999; }

::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  background: #CCC; }

.white-background::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px; }

.box ::-webkit-scrollbar-track,
.dashboard-settings::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px; }

.no-scroll {
  height: 100%;
  overflow: hidden; }
  .no-scroll body {
    height: 100%;
    overflow: hidden; }

.vertical-center, .ui.add-photo.image.settings img {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%; }

.editable.editable.editable.editable.editable.editable {
  cursor: text; }

.red {
  color: #c82c2c; }

.absolute.absolute.absolute.absolute.absolute.absolute {
  position: absolute; }

.relative.relative.relative.relative.relative.relative {
  position: relative; }

.auto.auto.auto.auto.auto.auto {
  width: auto; }

.vmiddle {
  vertical-align: middle; }

.price:before {
  content: '$'; }
.price:after {
  content: "/month"; }
.price.annual:after {
  content: "/year"; }

.vhidden {
  visibility: hidden; }

.fucsia {
  color: #f06 !important; }

.scroll-zone {
  max-height: 300px;
  overflow-y: auto; }

.ohidden {
  overflow: hidden; }

.z10 {
  z-index: 10; }

.z2 {
  z-index: 2; }

.list-style-inside {
  list-style: inside; }

.list-style-inherit {
  list-style: inherit; }

.deprecated-notice {
  background-color: #ffffa5;
  padding: 2px 5px; }

/*! normalize.css v3.0.1 | 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 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always; }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  font-family: 'proxima-nova', sans-serif; }

/* 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,
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: 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: 600; }

/**
 * 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, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0; }

p {
  margin: 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.5rem; }

sub {
  bottom: -0.25rem; }

/* 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: 1rem 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: 1.60rem; }

/* 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 */ }

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: caret;
    -moz-appearance: caret;
    /* mobile firefox too! */ } }
/**
 * 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.60rem 0.625rem 1.20rem; }

/**
 * 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; }

.no-select, .clickable, .vnext-dropdown-container {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.clickable, .vnext-dropdown-container {
  cursor: pointer; }

.italic {
  font-style: italic; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

@font-face {
  font-family: 'proxima-nova';
  src: url("../assets/fonts/proxima/proximanova-bold-webfont.eot");
  src: url("../assets/fonts/proxima/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/proxima/proximanova-bold-webfont.woff") format("woff"), url("../assets/fonts/proxima/proximanova-bold-webfont.ttf") format("truetype"), url("../assets/fonts/proxima/proximanova-bold-webfont.svg#proxima_nova_ltbold") format("svg");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: 'proxima-nova';
  src: url("../assets/fonts/proxima/proximanova-semibold-webfont.eot");
  src: url("../assets/fonts/proxima/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/proxima/proximanova-semibold-webfont.woff") format("woff"), url("../assets/fonts/proxima/proximanova-semibold-webfont.ttf") format("truetype"), url("../assets/fonts/proxima/proximanova-semibold-webfont.svg#proxima_nova_ltbold") format("svg");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: 'proxima-nova';
  src: url("../assets/fonts/proxima/proximanova-regular-webfont.eot");
  src: url("../assets/fonts/proxima/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/proxima/proximanova-regular-webfont.woff") format("woff"), url("../assets/fonts/proxima/proximanova-regular-webfont.ttf") format("truetype"), url("../assets/fonts/proxima/proximanova-regular-webfont.svg#proxima-nova") format("svg");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'proxima-nova';
  src: url("../assets/fonts/proxima/proximanova-light-webfont.eot");
  src: url("../assets/fonts/proxima/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/proxima/proximanova-light-webfont.woff") format("woff"), url("../assets/fonts/proxima/proximanova-light-webfont.ttf") format("truetype"), url("../assets/fonts/proxima/proximanova-light-webfont.svg#proxima_nova_rglight") format("svg");
  font-style: normal;
  font-weight: 300; }
.m, .dropdown .dropdown-trigger:after, .dropdown-pill .btn-delete {
  font-family: 'murally';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.m-back:before {
  content: "\e600"; }

.m-sticky:before {
  content: "\e601"; }

.m-shapes:before {
  content: "\e602"; }

.m-stickers:before {
  content: "\e603"; }

.m-layout:before {
  content: "\e604"; }

.m-images:before {
  content: "\e605"; }

.m-filters:before {
  content: "\e606"; }

.m-voting:before {
  content: "\e607"; }

.m-notifications:before {
  content: "\e608"; }

.m-toggle:before {
  content: "\e609"; }

.m-members:before {
  content: "\e60a"; }

.m-search:before {
  content: "\e60b"; }

.m-clear:before {
  content: "\e60c"; }

.m-share:before {
  content: "\e60d"; }

.m-join:before {
  content: "\e60e"; }

.m-leave:before {
  content: "\e60f"; }

.m-settings:before {
  content: "\e610"; }

.m-lock:before {
  content: "\e611"; }

.m-alert:before {
  content: "\e612"; }

.m-info:before {
  content: "\e613"; }

.m-close:before, .dropdown-pill .btn-delete:before {
  content: "\e616"; }

.m-enterprise:before {
  content: "\e617"; }

.m-remove:before {
  content: "\e618"; }

.m-star:before {
  content: "\e619"; }

.m-unstar:before {
  content: "\e61a"; }

.m-down-arrow:before {
  content: "\e61b"; }

.m-up-arrow:before {
  content: "\e61c"; }

.m-down-arrow-small:before {
  content: "\e61d"; }

.m-expand:before {
  content: "\e61e"; }

.m-expanded:before {
  content: "\e61f"; }

.m-more:before {
  content: "\e620"; }

.m-less:before {
  content: "\e621"; }

.m-play:before {
  content: "\e622"; }

.m-expand-info:before {
  content: "\e614"; }

.m-collapse-info:before {
  content: "\e615"; }

.m-right-arrow:before {
  content: "\e623"; }

.m-left-arrow:before {
  content: "\e624"; }

.entypo {
  font-weight: normal;
  font-family: 'entypo'; }

.title, .tour .title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.20rem;
  color: #323232; }
  .title .title.light {
    color: #999; }

.title.small {
  font-weight: 400;
  text-transform: none;
  font-size: 2.40rem; }

.title.tiny {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.60rem; }

.subtitle {
  font-weight: 400;
  text-transform: none;
  font-size: 1.90rem;
  color: #8e8e8e; }

.subtitle-alt {
  font-weight: 600;
  text-transform: none;
  font-size: 1.80rem;
  line-height: 1.4;
  color: #323232; }

.text {
  font-weight: 400;
  text-transform: none;
  font-size: 1.80rem;
  color: #8e8e8e;
  margin: 0; }
  .text.dark {
    color: #323232; }

.message-text {
  font-size: 1.60rem;
  font-weight: 600;
  text-transform: none;
  color: #c82c2c; }

.item.current.item.current.item.current {
  font-weight: 600;
  color: #ff0066; }

.strong-label {
  text-transform: uppercase;
  font-size: 1.60rem; }

.link {
  color: #323232;
  font-weight: 600;
  border-bottom: 1px dotted #323232;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis; }
  .link.simple {
    border-bottom: none; }
  .link.light {
    font-weight: 400; }

.hero-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 4.40rem;
  color: #ffffff;
  margin-top: -3px;
  margin-bottom: 3rem; }

.hero.not-found .hero-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 6.40rem; }

.hero-title strong {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 4.40rem;
  color: #ffffff; }

.hero-subtitle {
  font-weight: 300;
  text-transform: none;
  font-size: 2.50rem;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 5.10rem; }

.highlight, .tour .highlight {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.30rem;
  color: #ff0066;
  margin-bottom: 3px;
  display: block; }

.tour .highlight {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.30rem;
  color: #ff0065;
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 5px; }

.tour h3 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 2rem; }

hgroup {
  text-align: center;
  padding: 1.60rem; }

hgroup h1 {
  font-size: 3.20rem;
  font-weight: 300;
  margin-bottom: 0.40rem; }

hgroup h2 {
  font-size: 1.60rem;
  font-weight: 300; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
    hgroup h2 {
      line-height: 1.4; } }

.title, .tour .title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3.20rem;
  color: #323232;
  line-height: 4.9rem;
  margin-bottom: 15px; }
  .title.alt {
    font-size: 1.60rem;
    color: #A7A7A7;
    font-weight: 300; }

.tour .title {
  font-size: 4.10rem;
  line-height: 4.9rem;
  margin-bottom: 25px; }
  .tour .title h2 {
    text-transform: none !important;
    font-size: 2rem;
    line-height: 2.6rem; }

.text {
  font-size: 1.60rem;
  color: #656565;
  line-height: 23px;
  margin-bottom: 1.60rem; }
  .text.tiny {
    font-size: 1.30rem; }

.join-text {
  font-family: 'proxima-nova';
  font-weight: 300;
  font-style: normal;
  font-size: 2.40rem;
  text-transform: none;
  text-align: center; }

.join-text strong {
  color: #ff0065; }

.uppercase.uppercase.uppercase.uppercase {
  text-transform: uppercase; }

.hint.text {
  max-width: 30%; }

.medium {
  font-size: 1.8rem !important;
  line-height: inherit; }

.big {
  font-size: 2rem; }

.small {
  font-size: 1.6rem !important;
  line-height: inherit; }

.tiny {
  font-size: 1.4rem !important;
  line-height: inherit; }

.x-tiny {
  font-size: 1.10rem !important;
  line-height: inherit; }

.bold.bold.bold.bold.bold {
  font-weight: 600; }

.strong.strong.strong.strong.strong {
  font-weight: 600; }

.regular.regular.regular.regular {
  font-weight: 400; }

.light.light.light.light.light {
  font-weight: 300; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: none; }

.c-dark {
  color: #323232; }

.c-semi-dark {
  color: #727272; }

.c-normal {
  color: #8e8e8e; }

.c-light {
  color: #ababab; }

.c-fucsia {
  color: #ff0066; }

/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden; }

.animated, .active .view-container {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge, .active .hinge.view-container {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-o-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;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }
@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  100% {
    -moz-transform: scale(1.1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  100% {
    -o-transform: scale(1.1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes depulse {
  0% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes depulse {
  0% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes depulse {
  0% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes depulse {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.depulse {
  -webkit-animation-name: depulse;
  -moz-animation-name: depulse;
  -o-animation-name: depulse;
  animation-name: depulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp, .active .view-container {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5px); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(0px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(5px); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(0px); }
  100% {
    opacity: 1;
    -o-transform: translateY(5px); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(0px); }
  100% {
    opacity: 1;
    transform: translateY(5px); } }
.fadeInDown, .vnext-dropdown-container .vnext-dropdown-menu, .dropdown-control .dropdown-menu {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft, .ui.pointing.right.label {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight, .ui.pointing.left.label {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-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; }

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

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

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

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

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

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

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

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

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

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn, .active .lightSpeedIn.view-container {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut, .active .lightSpeedOut.view-container {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }
@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.wiggle, .active .wiggle.view-container {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s; }

@-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: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/*
 * # Semantic - Grid
 * http://github.com/jlukic/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Grid
            *******************************/
.ui.grid {
  display: block;
  text-align: left;
  font-size: 0;
  padding: 0%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body > .ui.grid {
  margin-left: 0% !important;
  margin-right: 0% !important; }

.ui.grid:after,
.ui.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*-------------------
       Columns
       --------------------*/
/* Standard 16 column */
.ui.grid > .column,
.ui.grid > .row > .column {
  display: inline-block;
  text-align: left;
  font-size: 1.60rem;
  width: 6.25%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top; }

/* Vertical padding when no rows */
.ui.grid > .column {
  margin-top: 1.60rem;
  margin-bottom: 1.60rem; }

/*-------------------
        Rows
        --------------------*/
.ui.grid > .row {
  display: block;
  width: 100% !important;
  margin-top: 1.5%;
  padding: 1.60rem 0% 0%;
  font-size: 0;
  clear: both; }

.ui.grid > .row:first-child {
  padding-top: 0;
  margin-top: 0; }

.ui.grid.no-margins > .row {
  margin: 0;
  padding: 0; }

/*-------------------
      Content
      --------------------*/
.ui.grid > .row > img,
.ui.grid > .row > .column > img {
  max-width: 100%; }

.ui.grid .column > .ui.segment:only-child {
  margin: 0; }

/*******************************
           Variations
           *******************************/
/*-----------------------
  Page Grid (Responsive)
  -------------------------*/
.ui.page.grid {
  min-width: 320px;
  margin-left: 0%;
  margin-right: 0%; }

@media only screen and (max-width: 991px) {
  .ui.page.grid {
    padding: 0% 4%; } }
@media only screen and (min-width: 992px) {
  .ui.page.grid {
    padding: 0% 8%; } }
@media only screen and (min-width: 1500px) {
  .ui.page.grid {
    padding: 0% 13%; } }
@media only screen and (min-width: 1750px) {
  .ui.page.grid {
    padding: 0% 18%; } }
@media only screen and (min-width: 2000px) {
  .ui.page.grid {
    padding: 0% 23%; } }
/*-------------------
    Column Width
    --------------------*/
/* Sizing Combinations */
.ui.grid > .row > .one.wide.column,
.ui.grid > .column.row > .one.wide.column,
.ui.grid > .one.wide.column,
.ui.column.grid > .one.wide.column {
  width: 6.25%; }

.ui.grid > .row > .two.wide.column,
.ui.grid > .column.row > .two.wide.column,
.ui.grid > .two.wide.column,
.ui.column.grid > .two.wide.column {
  width: 12.5%; }

.ui.grid > .row > .three.wide.column,
.ui.grid > .column.row > .three.wide.column,
.ui.grid > .three.wide.column,
.ui.column.grid > .three.wide.column {
  width: 18.75%; }

.ui.grid > .row > .four.wide.column,
.ui.grid > .column.row > .four.wide.column,
.ui.grid > .four.wide.column,
.ui.column.grid > .four.wide.column {
  width: 25%; }

.ui.grid > .row > .five.wide.column,
.ui.grid > .column.row > .five.wide.column,
.ui.grid > .five.wide.column,
.ui.column.grid > .five.wide.column {
  width: 31.25%; }

.ui.grid > .row > .six.wide.column,
.ui.grid > .column.row > .six.wide.column,
.ui.grid > .six.wide.column,
.ui.column.grid > .six.wide.column {
  width: 37.5%; }

.ui.grid > .row > .seven.wide.column,
.ui.grid > .column.row > .seven.wide.column,
.ui.grid > .seven.wide.column,
.ui.column.grid > .seven.wide.column {
  width: 43.75%; }

.ui.grid > .row > .eight.wide.column,
.ui.grid > .column.row > .eight.wide.column,
.ui.grid > .eight.wide.column,
.ui.column.grid > .eight.wide.column {
  width: 50%; }

.ui.grid > .row > .nine.wide.column,
.ui.grid > .column.row > .nine.wide.column,
.ui.grid > .nine.wide.column,
.ui.column.grid > .nine.wide.column {
  width: 56.25%; }

.ui.grid > .row > .ten.wide.column,
.ui.grid > .column.row > .ten.wide.column,
.ui.grid > .ten.wide.column,
.ui.column.grid > .ten.wide.column {
  width: 62.5%; }

.ui.grid > .row > .eleven.wide.column,
.ui.grid > .column.row > .eleven.wide.column,
.ui.grid > .eleven.wide.column,
.ui.column.grid > .eleven.wide.column {
  width: 68.75%; }

.ui.grid > .row > .twelve.wide.column,
.ui.grid > .column.row > .twelve.wide.column,
.ui.grid > .twelve.wide.column,
.ui.column.grid > .twelve.wide.column {
  width: 75%; }

.ui.grid > .row > .thirteen.wide.column,
.ui.grid > .column.row > .thirteen.wide.column,
.ui.grid > .thirteen.wide.column,
.ui.column.grid > .thirteen.wide.column {
  width: 81.25%; }

.ui.grid > .row > .fourteen.wide.column,
.ui.grid > .column.row > .fourteen.wide.column,
.ui.grid > .fourteen.wide.column,
.ui.column.grid > .fourteen.wide.column {
  width: 87.5%; }

.ui.grid > .row > .fifteen.wide.column,
.ui.grid > .column.row > .fifteen.wide.column,
.ui.grid > .fifteen.wide.column,
.ui.column.grid > .fifteen.wide.column {
  width: 93.75%; }

.ui.grid > .row > .sixteen.wide.column,
.ui.grid > .column.row > .sixteen.wide.column,
.ui.grid > .sixteen.wide.column,
.ui.column.grid > .sixteen.wide.column {
  width: 100%; }

/*-------------------
     Column Count
     --------------------*/
/* Assume full width with one column */
.ui.one.column.grid > .row > .column,
.ui.one.column.grid > .column,
.ui.grid > .one.column.row > .column {
  width: 100%; }

.ui.two.column.grid > .row > .column,
.ui.two.column.grid > .column,
.ui.grid > .two.column.row > .column {
  width: 50%; }

.ui.three.column.grid > .row > .column,
.ui.three.column.grid > .column,
.ui.grid > .three.column.row > .column {
  width: 33.3333%; }

.ui.four.column.grid > .row > .column,
.ui.four.column.grid > .column,
.ui.grid > .four.column.row > .column {
  width: 25%; }

.ui.five.column.grid > .row > .column,
.ui.five.column.grid > .column,
.ui.grid > .five.column.row > .column {
  width: 20%; }

.ui.six.column.grid > .row > .column,
.ui.six.column.grid > .column,
.ui.grid > .six.column.row > .column {
  width: 16.66667%; }

.ui.seven.column.grid > .row > .column,
.ui.seven.column.grid > .column,
.ui.grid > .seven.column.row > .column {
  width: 14.2857%; }

.ui.eight.column.grid > .row > .column,
.ui.eight.column.grid > .column,
.ui.grid > .eight.column.row > .column {
  width: 12.5%; }

.ui.nine.column.grid > .row > .column,
.ui.nine.column.grid > .column,
.ui.grid > .nine.column.row > .column {
  width: 11.1111%; }

.ui.ten.column.grid > .row > .column,
.ui.ten.column.grid > .column,
.ui.grid > .ten.column.row > .column {
  width: 10%; }

.ui.eleven.column.grid > .row > .column,
.ui.eleven.column.grid > .column,
.ui.grid > .eleven.column.row > .column {
  width: 9.0909%; }

.ui.twelve.column.grid > .row > .column,
.ui.twelve.column.grid > .column,
.ui.grid > .twelve.column.row > .column {
  width: 8.3333%; }

.ui.thirteen.column.grid > .row > .column,
.ui.thirteen.column.grid > .column,
.ui.grid > .thirteen.column.row > .column {
  width: 7.6923%; }

.ui.fourteen.column.grid > .row > .column,
.ui.fourteen.column.grid > .column,
.ui.grid > .fourteen.column.row > .column {
  width: 7.1428%; }

.ui.fifteen.column.grid > .row > .column,
.ui.fifteen.column.grid > .column,
.ui.grid > .fifteen.column.row > .column {
  width: 6.6666%; }

.ui.sixteen.column.grid > .row > .column,
.ui.sixteen.column.grid > .column,
.ui.grid > .sixteen.column.row > .column {
  width: 6.25%; }

/* Assume full width with one column */
.ui.grid > .column:only-child,
.ui.grid > .row > .column:only-child {
  width: 100%; }

/*----------------------
        Relaxed
        -----------------------*/
.ui.relaxed.grid {
  margin: 0% -2.5%; }

.ui.relaxed.grid > .column,
.ui.relaxed.grid > .row > .column {
  padding-left: 2.5%;
  padding-right: 2.5%; }

/*----------------------
       "Floated"
       -----------------------*/
.ui.grid .left.floated.column {
  float: left !important; }

.ui.grid .right.floated.column {
  float: right !important; }

/*----------------------
        Divided
        -----------------------*/
.ui.divided.grid,
.ui.divided.grid > .row {
  display: table;
  width: 100%;
  margin-left: 0% !important;
  margin-right: 0% !important; }

.ui.divided.grid > .column:not(.row),
.ui.divided.grid > .row > .column {
  display: table-cell;
  -webkit-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1), -2px 0 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1), -2px 0 0 0 rgba(255, 255, 255, 0.8); }

.ui.divided.grid > .column.row {
  display: table; }

.ui.divided.grid > .column:first-child,
.ui.divided.grid > .row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Vertically Divided */
.ui.vertically.divided.grid > .row {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 -2px 0 0 rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 -2px 0 0 rgba(255, 255, 255, 0.8) !important; }

.ui.vertically.divided.grid > .row > .column,
.ui.vertically.divided.grid > .column:not(.row),
.ui.vertically.divided.grid > .row:first-child {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/*----------------------
         Celled
         -----------------------*/
.ui.celled.grid {
  display: table;
  width: 100%;
  margin-left: 0% !important;
  margin-right: 0% !important;
  -webkit-box-shadow: 0 0 0 1px #DFDFDF;
  box-shadow: 0 0 0 1px #DFDFDF; }

.ui.celled.grid > .row,
.ui.celled.grid > .column.row,
.ui.celled.grid > .column.row:first-child {
  display: table;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  -webkit-box-shadow: 0 -1px 0 0 #DFDFDF;
  box-shadow: 0 -1px 0 0 #DFDFDF; }

.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
  display: table-cell;
  padding: 1.20rem;
  -webkit-box-shadow: -1px 0 0 0 #DFDFDF;
  box-shadow: -1px 0 0 0 #DFDFDF; }

.ui.celled.grid > .column:first-child,
.ui.celled.grid > .row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.celled.page.grid {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*----------------------
  Horizontally Centered
  -----------------------*/
/* Vertical Centered */
.ui.left.aligned.grid,
.ui.left.aligned.grid > .row > .column,
.ui.left.aligned.grid > .column,
.ui.grid .left.aligned.column,
.ui.grid > .left.aligned.row > .column {
  text-align: left; }

.ui.center.aligned.grid,
.ui.center.aligned.grid > .row > .column,
.ui.center.aligned.grid > .column,
.ui.grid .center.aligned.column,
.ui.grid > .center.aligned.row > .column {
  text-align: center; }

.ui.right.aligned.grid,
.ui.right.aligned.grid > .row > .column,
.ui.right.aligned.grid > .column,
.ui.grid .right.aligned.column,
.ui.grid > .right.aligned.row > .column {
  text-align: right; }

.ui.justified.grid,
.ui.justified.grid > .row > .column,
.ui.justified.grid > .column,
.ui.grid .justified.column,
.ui.grid > .justified.row > .column {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/*----------------------
  Vertically Centered
  -----------------------*/
/* Vertical Centered */
.ui.top.aligned.grid,
.ui.top.aligned.grid > .row > .column,
.ui.top.aligned.grid > .column,
.ui.grid .top.aligned.column,
.ui.grid > .top.aligned.row > .column {
  vertical-align: top; }

.ui.middle.aligned.grid,
.ui.middle.aligned.grid > .row > .column,
.ui.middle.aligned.grid > .column,
.ui.grid .middle.aligned.column,
.ui.grid > .middle.aligned.row > .column {
  vertical-align: middle; }

.ui.bottom.aligned.grid,
.ui.bottom.aligned.grid > .row > .column,
.ui.bottom.aligned.grid > .column,
.ui.grid .bottom.aligned.column,
.ui.grid > .bottom.aligned.row > .column {
  vertical-align: bottom; }

/*----------------------
  Equal Height Columns
  -----------------------*/
.ui.grid > .equal.height.row {
  display: table;
  width: 100%; }

.ui.grid > .equal.height.row > .column {
  display: table-cell; }

@media only screen and (max-width: 600px) and (orientation: portrait) {
  .ui.grid > .equal.height.row.mb2, .definition-box.ui.grid > .equal.height.row.description {
    margin-bottom: 0; } }
/*----------------------
     Only (Device)
     -----------------------*/
/* Mobile Only */
@media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
  .ui.mobile.only.grid,
  .ui.grid > .mobile.only.row {
    display: block !important; }

  .ui.grid > .row > .mobile.only.column {
    display: inline-block !important; }

  .ui.divided.mobile.only.grid,
  .ui.celled.mobile.only.grid,
  .ui.divided.mobile.only.grid .row,
  .ui.celled.mobile.only.grid .row,
  .ui.divided.grid .mobile.only.row,
  .ui.celled.grid .mobile.only.row,
  .ui.grid .mobile.only.equal.height.row,
  .ui.mobile.only.grid .equal.height.row {
    display: table !important; }

  .ui.divided.grid > .row > .mobile.only.column,
  .ui.celled.grid > .row > .mobile.only.column,
  .ui.divided.mobile.only.grid > .row > .column,
  .ui.celled.mobile.only.grid > .row > .column,
  .ui.divided.mobile.only.grid > .column,
  .ui.celled.mobile.only.grid > .column {
    display: table-cell !important; } }
@media only screen and (max-width: 600px) and (orientation: portrait) {
  .ui.mobile.only.grid,
  .ui.grid > .mobile.only.row,
  .ui.grid > .mobile.only.column,
  .ui.grid > .row > .mobile.only.column {
    display: none; } }
/* Tablet Only */
@media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ui.tablet.only.grid,
  .ui.grid > .tablet.only.row {
    display: block !important; }

  .ui.grid > .row > .tablet.only.column {
    display: inline-block !important; }

  .ui.divided.tablet.only.grid,
  .ui.celled.tablet.only.grid,
  .ui.divided.tablet.only.grid .row,
  .ui.celled.tablet.only.grid .row,
  .ui.divided.grid .tablet.only.row,
  .ui.celled.grid .tablet.only.row,
  .ui.grid .tablet.only.equal.height.row,
  .ui.tablet.only.grid .equal.height.row {
    display: table !important; }

  .ui.divided.grid > .row > .tablet.only.column,
  .ui.celled.grid > .row > .tablet.only.column,
  .ui.divided.tablet.only.grid > .row > .column,
  .ui.celled.tablet.only.grid > .row > .column,
  .ui.divided.tablet.only.grid > .column,
  .ui.celled.tablet.only.grid > .column {
    display: table-cell !important; } }
@media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ui.tablet.only.grid,
  .ui.grid > .tablet.only.row,
  .ui.grid > .tablet.only.column,
  .ui.grid > .row > .tablet.only.column {
    display: none; } }
/* Computer Only */
@media only screen and (min-width: 990px) and (max-width: 1128px), (min-width: 1129px), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .ui.computer.only.grid,
  .ui.grid > .computer.only.row {
    display: block !important; }

  .ui.grid > .row > .computer.only.column {
    display: inline-block !important; }

  .ui.divided.computer.only.grid,
  .ui.celled.computer.only.grid,
  .ui.divided.computer.only.grid .row,
  .ui.celled.computer.only.grid .row,
  .ui.divided.grid .computer.only.row,
  .ui.celled.grid .computer.only.row,
  .ui.grid .computer.only.equal.height.row,
  .ui.computer.only.grid .equal.height.row {
    display: table !important; }

  .ui.divided.grid > .row > .computer.only.column,
  .ui.celled.grid > .row > .computer.only.column,
  .ui.divided.computer.only.grid > .row > .column,
  .ui.celled.computer.only.grid > .row > .column,
  .ui.divided.computer.only.grid > .column,
  .ui.celled.computer.only.grid > .column {
    display: table-cell !important; } }
@media only screen and (max-width: 991px) {
  .ui.computer.only.grid,
  .ui.grid > .computer.only.row,
  .ui.grid > .computer.only.column,
  .ui.grid > .row > .computer.only.column {
    display: none; } }
/*-------------------
      Doubling
      --------------------*/
/* Mobily Only */
@media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
  .ui.two.column.doubling.grid > .row > .column,
  .ui.two.column.doubling.grid > .column,
  .ui.grid > .two.column.doubling.row > .column {
    width: 100%; }

  .ui.three.column.doubling.grid > .row > .column,
  .ui.three.column.doubling.grid > .column,
  .ui.grid > .three.column.doubling.row > .column {
    width: 100%; }

  .ui.four.column.doubling.grid > .row > .column,
  .ui.four.column.doubling.grid > .column,
  .ui.grid > .four.column.doubling.row > .column {
    width: 100%; }

  .ui.five.column.doubling.grid > .row > .column,
  .ui.five.column.doubling.grid > .column,
  .ui.grid > .five.column.doubling.row > .column {
    width: 100%; }

  .ui.six.column.doubling.grid > .row > .column,
  .ui.six.column.doubling.grid > .column,
  .ui.grid > .six.column.doubling.row > .column {
    width: 50%; }

  .ui.seven.column.doubling.grid > .row > .column,
  .ui.seven.column.doubling.grid > .column,
  .ui.grid > .seven.column.doubling.row > .column {
    width: 50%; }

  .ui.eight.column.doubling.grid > .row > .column,
  .ui.eight.column.doubling.grid > .column,
  .ui.grid > .eight.column.doubling.row > .column {
    width: 50%; }

  .ui.nine.column.doubling.grid > .row > .column,
  .ui.nine.column.doubling.grid > .column,
  .ui.grid > .nine.column.doubling.row > .column {
    width: 50%; }

  .ui.ten.column.doubling.grid > .row > .column,
  .ui.ten.column.doubling.grid > .column,
  .ui.grid > .ten.column.doubling.row > .column {
    width: 50%; }

  .ui.twelve.column.doubling.grid > .row > .column,
  .ui.twelve.column.doubling.grid > .column,
  .ui.grid > .twelve.column.doubling.row > .column {
    width: 33.3333333333333%; }

  .ui.fourteen.column.doubling.grid > .row > .column,
  .ui.fourteen.column.doubling.grid > .column,
  .ui.grid > .fourteen.column.doubling.row > .column {
    width: 33.3333333333333%; }

  .ui.sixteen.column.doubling.grid > .row > .column,
  .ui.sixteen.column.doubling.grid > .column,
  .ui.grid > .sixteen.column.doubling.row > .column {
    width: 25%; } }
/* Tablet Only */
@media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
  .ui.two.column.doubling.grid > .row > .column,
  .ui.two.column.doubling.grid > .column,
  .ui.grid > .two.column.doubling.row > .column {
    width: 100%; }

  .ui.three.column.doubling.grid > .row > .column,
  .ui.three.column.doubling.grid > .column,
  .ui.grid > .three.column.doubling.row > .column {
    width: 50%; }

  .ui.four.column.doubling.grid > .row > .column,
  .ui.four.column.doubling.grid > .column,
  .ui.grid > .four.column.doubling.row > .column {
    width: 50%; }

  .ui.five.column.doubling.grid > .row > .column,
  .ui.five.column.doubling.grid > .column,
  .ui.grid > .five.column.doubling.row > .column {
    width: 33.3333333%; }

  .ui.six.column.doubling.grid > .row > .column,
  .ui.six.column.doubling.grid > .column,
  .ui.grid > .six.column.doubling.row > .column {
    width: 33.3333333%; }

  .ui.eight.column.doubling.grid > .row > .column,
  .ui.eight.column.doubling.grid > .column,
  .ui.grid > .eight.column.doubling.row > .column {
    width: 33.3333333%; }

  .ui.eight.column.doubling.grid > .row > .column,
  .ui.eight.column.doubling.grid > .column,
  .ui.grid > .eight.column.doubling.row > .column {
    width: 25%; }

  .ui.nine.column.doubling.grid > .row > .column,
  .ui.nine.column.doubling.grid > .column,
  .ui.grid > .nine.column.doubling.row > .column {
    width: 25%; }

  .ui.ten.column.doubling.grid > .row > .column,
  .ui.ten.column.doubling.grid > .column,
  .ui.grid > .ten.column.doubling.row > .column {
    width: 20%; }

  .ui.twelve.column.doubling.grid > .row > .column,
  .ui.twelve.column.doubling.grid > .column,
  .ui.grid > .twelve.column.doubling.row > .column {
    width: 16.6666666%; }

  .ui.fourteen.column.doubling.grid > .row > .column,
  .ui.fourteen.column.doubling.grid > .column,
  .ui.grid > .fourteen.column.doubling.row > .column {
    width: 14.28571428571429%; }

  .ui.sixteen.column.doubling.grid > .row > .column,
  .ui.sixteen.column.doubling.grid > .column,
  .ui.grid > .sixteen.column.doubling.row > .column {
    width: 12.5%; } }
/*-------------------
      Stackable
      --------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .ui.stackable.grid {
    padding: 0;
    margin: 0 30px; } }
@media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
  .ui.stackable.grid {
    display: block !important;
    padding: 0;
    margin: 0 30px; }

  .ui.stackable.grid > .row > .column,
  .ui.stackable.grid > .column {
    display: block !important;
    width: auto !important;
    margin: 1rem 0 0 !important;
    padding: 1rem 1rem 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  .ui.stackable.divided.grid .column,
  .ui.stackable.celled.grid .column {
    border-top: 1px dotted rgba(0, 0, 0, 0.1); }

  .ui.stackable.grid > .row:first-child > .column:first-child,
  .ui.stackable.grid > .column:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important; }

  .ui.stackable.divided.grid > .row:first-child > .column:first-child,
  .ui.stackable.celled.grid > .row:first-child > .column:first-child,
  .ui.stackable.divided.grid > .column:first-child,
  .ui.stackable.celled.grid > .column:first-child {
    border-top: none !important; }

  .ui.stackable.page.grid > .row > .column,
  .ui.stackable.page.grid > .column {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }

  /* Remove pointers from vertical menus */
  .ui.stackable.grid .vertical.pointing.menu .item:after {
    display: none; } }
body.popup {
  background: transparent !important; }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), (min-width: 990px) and (max-width: 1128px), (min-width: 1129px) {
  html {
    font-size: 62.5%; }

  .logo.logo.logo.logo {
    margin-left: 0; }

  body {
    font-size: 1.6rem; } }
@media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  html {
    font-size: 62.5%; }

  .partners.ui.horizontal.text.menu {
    padding: 0; }
    .partners.ui.horizontal.text.menu .item {
      max-width: 12%; }
    .partners.ui.horizontal.text.menu .item:first-child {
      margin-left: 0; }
    .partners.ui.horizontal.text.menu .item:last-child {
      margin-right: 0; }

  .header {
    padding: 0 1.60rem; }
    .header .ui.text.menu .logo {
      margin-left: 0; } }
@media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (max-width: 600px) and (orientation: landscape), (max-width: 600px) and (orientation: portrait) {
  html {
    font-size: 50%; }

  .ui.text.menu {
    position: relative;
    background: white;
    margin-bottom: 0; }
    .ui.text.menu .menu-trigger {
      float: right;
      position: relative;
      color: #323232;
      text-decoration: none;
      font-family: 'entypo';
      display: block;
      font-size: 6.40rem;
      line-height: 4.00rem;
      z-index: 998; }
    .ui.text.menu .item, .ui.text.menu .menu-item {
      display: block; }
      .ui.text.menu .item a, .ui.text.menu .menu-item a {
        padding: 1.20rem 0 1.00rem;
        font-size: 2.00rem; }
      .ui.text.menu .item.login, .ui.text.menu .menu-item.login {
        border: none;
        padding: 1.20rem 0 1.00rem; }
      .ui.text.menu .item.logo, .ui.text.menu .menu-item.logo {
        padding: 0;
        float: left;
        z-index: 999;
        background: none;
        margin-left: 0; }
    .ui.text.menu .right.nav.menu {
      opacity: 0;
      float: none;
      clear: both;
      z-index: 1;
      background: white;
      width: 100%;
      height: 0;
      padding: 0 0 1.60rem 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .ui.text.menu .right.nav.menu.open {
        height: 250px;
        opacity: 1; }
      .ui.text.menu .right.nav.menu li {
        padding-top: 2rem; }
      .ui.text.menu .right.nav.menu.closed {
        height: 0;
        opacity: 0; }

  footer .eight.wide.column.mt0.right.aligned {
    margin-top: 0;
    padding-top: 0; } }
footer p {
  font-size: 1.6rem;
  color: #393939; }
footer .fl-left-right {
  float: left; }
  @media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (max-width: 600px) and (orientation: portrait) {
    footer .fl-left-right {
      float: none; } }
footer .menu-footer {
  margin: 0; }
  @media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (max-width: 600px) and (orientation: portrait) {
    footer .menu-footer {
      border-top: 1px solid #e0e0e0;
      margin: 0;
      text-align: center; } }
  footer .menu-footer .menu-item {
    display: inline-block;
    margin: 0;
    transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; }
    @media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (max-width: 600px) and (orientation: portrait) {
      footer .menu-footer .menu-item {
        display: block !important; } }
    footer .menu-footer .menu-item a {
      font-size: 1.6rem;
      padding: 0 0.8rem;
      text-decoration: none;
      display: inline-block;
      color: rgba(0, 0, 0, 0.5); }
      @media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (max-width: 600px) and (orientation: portrait) {
        footer .menu-footer .menu-item a {
          display: block !important;
          font-size: 1.8rem;
          padding: 1.4rem 0;
          border-bottom: 1px solid #e0e0e0;
          background: #f2f2f2; } }
footer .last-line {
  font-size: 13px;
  margin: 2rem 0 3rem; }

.meta {
  margin: 20px 0 0 20px;
  padding-left: 20px;
  font-size: 13px;
  border-left: 1px solid #ededed; }
  .meta a {
    text-decoration: none !important;
    color: #393939 !important; }

.color-dot {
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px; }
  .color-dot.critical {
    background-color: #e74c3c; }
  .color-dot.major {
    background-color: #e67e22; }
  .color-dot.minor {
    background-color: #f1c40f; }
  .color-dot.none {
    background-color: #2ecc71;
    display: inline-block !important; }

body {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  text-transform: none;
  background: white; }

.wrap {
  text-align: center;
  height: 100vh; }
  .wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25rem;
    /* Adjusts for spacing */ }
  .wrap .box {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 1.60rem 0;
    max-width: 600px; }
    @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
      .wrap .box {
        width: 90%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), (min-width: 990px) and (max-width: 1128px), (min-width: 1129px) {
      .wrap .box {
        max-width: 600px;
        width: 100%; } }
    .wrap .box.wide {
      max-width: 740px; }
      @media only screen and (max-width: 600px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: portrait) and (orientation: landscape) {
        .wrap .box.wide {
          max-width: 100%;
          width: 90%; } }
    .wrap .box.extra-wide {
      max-width: 960px; }
      @media only screen and (max-width: 600px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: portrait) and (orientation: landscape) {
        .wrap .box.extra-wide {
          max-width: 100%;
          width: 90%; } }

.box .card-box {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 3.20rem;
  margin: 0 auto;
  text-align: left; }
  .box .card-box.fixed-height {
    height: 525px;
    display: -webkit-flex;
    display: flex; }
    .box .card-box.fixed-height .middle.centered {
      margin: auto;
      width: 90%; }

.centered.box {
  max-width: 500px; }
  .centered.box .card-box {
    padding: 4.80rem 6.40rem; }
    @media only screen and (max-width: 600px) and (orientation: portrait) {
      .centered.box .card-box {
        padding: 1.60rem; } }
  .centered.box .logo {
    margin: 0 auto 3.20rem auto;
    width: 150px; }
  .centered.box .subtitle {
    margin: 2.40rem 0 0.80rem 0; }

.left-aligned.box {
  max-width: 500px; }
  @media only screen and (max-width: 600px) and (orientation: portrait) {
    .left-aligned.box {
      width: 90%; } }
  .left-aligned.box .logo {
    display: block;
    margin: 0 0 1.60rem 0.40rem;
    width: 120px; }

.view-container .wrapper.wrapper.wrapper.wrapper, footer .wrapper {
  margin: 1.60rem auto; }
  @media only screen and (min-width: 990px) and (max-width: 1128px), (min-width: 1129px) {
    .view-container .wrapper.wrapper.wrapper.wrapper, footer .wrapper {
      max-width: 960px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .view-container .wrapper.wrapper.wrapper.wrapper, footer .wrapper {
      width: 100%;
      max-width: 100%; } }

.help-topbar {
  background: #ededed;
  padding: 1.60rem;
  color: #4C4C4C; }

.user-dropdown-container {
  float: right;
  top: -47px;
  position: relative;
  right: 1px; }

.entypo-icon {
  font-family: "entypo";
  font-size: 20px; }

.flex-container {
  display: -webkit-flex;
  display: flex; }

.flex-column {
  -webkit-flex: 1;
  flex: 1; }

.murally-top-bar {
  background: #3f4d57;
  width: 100%;
  height: 54px;
  padding-top: 7px;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  padding-left: 7px; }
  .murally-top-bar .button-set {
    display: inline-block; }
    .murally-top-bar .button-set .item:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin-right: -5px; }
    .murally-top-bar .button-set .item:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .murally-top-bar .item {
    display: inline-block;
    width: 45px;
    height: 40px;
    line-height: 1;
    border-radius: 4px;
    border: 1px solid #232424;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(255, 255, 255, 0.1);
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: relative; }
    .murally-top-bar .item .logo {
      padding-top: 5px;
      padding-left: 1px;
      display: inline-block;
      vertical-align: bottom; }
    .murally-top-bar .item i {
      font-size: 4.00rem;
      line-height: 40px;
      vertical-align: middle;
      margin-left: 0;
      color: white;
      font-style: normal; }
    .murally-top-bar .item img:not(.logo) {
      height: 65%;
      margin-top: 6px; }
    .murally-top-bar .item:hover {
      background-color: rgba(0, 0, 0, 0.15); }
      .murally-top-bar .item:hover .tooltip {
        display: block; }
    .murally-top-bar .item.dropdown {
      width: 50px;
      padding-right: 10px; }
      .murally-top-bar .item.dropdown:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #ffffff transparent transparent transparent; }
    .murally-top-bar .item .voting-dropdown {
      background: #fff;
      background: -moz-linear-gradient(top, white 0, #fafafa 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fafafa));
      background: -webkit-linear-gradient(top, white 0, #fafafa 100%);
      background: -o-linear-gradient(top, white 0, #fafafa 100%);
      background: -ms-linear-gradient(top, white 0, #fafafa 100%);
      background: linear-gradient(to bottom, white 0, #fafafa 100%);
      border: 1px solid rgba(0, 0, 0, 0.3);
      border-radius: 4px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      border-radius: 5px;
      position: absolute;
      list-style: none;
      width: 200px;
      text-align: left;
      padding: 5px 0;
      z-index: 1;
      display: none; }
      .murally-top-bar .item .voting-dropdown:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7.5px 8px 7.5px;
        border-color: transparent transparent rgba(0, 0, 0, 0.3) transparent;
        box-shadow: 0 0 -7px rgba(0, 0, 0, 0.2);
        content: '';
        position: absolute;
        top: -9px;
        left: 10px; }
      .murally-top-bar .item .voting-dropdown:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7.5px 8px 7.5px;
        border-color: transparent transparent white transparent;
        box-shadow: 0 0 -7px rgba(0, 0, 0, 0.2);
        content: '';
        position: absolute;
        top: -8px;
        left: 10px; }
      .murally-top-bar .item .voting-dropdown li {
        font-size: 16px;
        padding: 5px 10px;
        line-height: 17px; }
        .murally-top-bar .item .voting-dropdown li:hover {
          background: #666;
          color: white; }
    .murally-top-bar .item .tooltip {
      display: none;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 4px;
      position: absolute;
      top: 50px;
      left: -5%;
      z-index: 10;
      width: auto;
      padding: 0.80rem;
      color: white;
      font-size: 14px;
      white-space: nowrap;
      text-align: left; }
      .murally-top-bar .item .tooltip:before {
        position: absolute;
        content: '';
        top: -6px;
        left: 11%;
        width: 0;
        height: 0;
        display: block;
        border-style: solid;
        border-width: 0 5px 6px 5px;
        border-color: transparent transparent rgba(0, 0, 0, 0.6) transparent; }
  .murally-top-bar .item.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .murally-top-bar .item.dropdown.voting.selected .voting-dropdown {
    display: block; }
  .murally-top-bar .item.dropdown.voting:not(.end) .voting-icon {
    background: url(/static/images/iconVote_2x.png) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 25px;
    display: block;
    margin-top: 7px;
    margin-left: 7px;
    pointer-events: none; }
  .murally-top-bar .item.dropdown.voting.end .voting-icon {
    background: url(/static/images/iconVoteOn_2x.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 25px;
    display: block;
    margin-top: 7px;
    margin-left: 7px;
    pointer-events: none; }
  .murally-top-bar .mural-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    color: white;
    margin-left: 10px;
    vertical-align: middle; }
  .murally-top-bar .mural-author {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    color: #cdcdcd;
    vertical-align: middle; }
    .murally-top-bar .mural-author:before {
      content: 'by'; }

.murally-side-bar {
  display: block;
  background: #e6e7e9 url("/static/images/sidebar-placeholder.png") no-repeat;
  width: 50px;
  opacity: 0.7;
  padding: 24px; }

.murally-canvas-container {
  background: #d7d7d7;
  overflow: hidden; }

.voting-session-bar {
  background-color: #2c353a;
  height: 55px;
  width: 100%;
  color: #fff;
  overflow: hidden; }
  .voting-session-bar h4 {
    margin-top: 18px;
    display: inline-block;
    margin-left: 27px;
    margin-right: 10px; }
  .voting-session-bar .votes-remaining {
    border-radius: 50%;
    background: #315894;
    width: 22px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    padding-top: 2px;
    color: white; }
  .voting-session-bar span {
    font-weight: 600;
    color: #999;
    margin-left: 10px; }

/* This is pontus, must rename */
/*
 * # Semantic - Button
 * http://github.com/jlukic/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
Button
*******************************/
button, button:focus {
  border: none;
  background: none;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

/* Prototype */
.ui.button {
  font-weight: 400;
  text-transform: uppercase;
  background: black;
  border-radius: 5px;
  color: white;
  border: none;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  padding: 1.60rem;
  font-size: 1.90rem;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, -webkit-box-shadow 0.25s ease;
  -moz-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease; }

.ui.mymurals.button.auto {
  padding: 0.80rem 2.00rem;
  height: 5.00rem;
  font-size: 1.80rem;
  font-weight: 300;
  min-width: 120px; }
  .ui.mymurals.button.auto.block {
    display: block; }

.ui.button.signup {
  height: 60px !important; }

.ui.button.stroke {
  font-weight: 400;
  text-transform: uppercase;
  background: #ffffff;
  border-radius: 5px;
  color: #8e8e8e;
  border: 2px solid #8e8e8e;
  font-weight: 400;
  text-transform: none;
  text-transform: uppercase;
  font-size: 1.80rem; }

.ui.button.stroke.small {
  padding: 0.80rem 0 .4rem 0; }

.ui.button.stroke.small.fucsia {
  border-color: #FF0065;
  color: #FF0065; }

.ui.button.stroke.inverted {
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  border-radius: 5px;
  color: white;
  border: 2px solid white;
  font-weight: 400;
  text-transform: none;
  text-transform: uppercase;
  font-size: 1.80rem; }

.ui.button.stroke.mymurals {
  height: 4.80rem;
  padding: 0;
  font-size: 18px;
  line-height: 4.80rem; }

.ui.button i {
  font-size: 3.20rem;
  line-height: 1.90rem;
  vertical-align: text-top;
  margin-left: 10px; }

.ui.button.auto {
  width: auto;
  padding: 1.30rem 1.60rem;
  font-size: 1.90rem; }
  .ui.button.auto i {
    font-size: 3.20rem;
    line-height: 1.90rem;
    vertical-align: text-top;
    margin-left: 10px; }

@media only screen and (max-width: 600px) and (orientation: portrait) {
  .ui.button.auto {
    width: 100% !important; } }
/*******************************
States
*******************************/
/*--------------
Active
---------------*/
.ui.buttons .active.button,
.ui.active.button {
  background-color: #EAEAEA;
  background-image: none;
  color: rgba(0, 0, 0, 0.7); }

/*--------------
Hover
---------------*/
.ui.button:hover {
  color: rgba(0, 0, 0, 0.7); }

.ui.button.active:hover {
  background-image: none; }

.ui.button:hover .icon,
.ui.button.hover .icon {
  opacity: 0.85; }

/*--------------
Down
---------------*/
.ui.button:active,
.ui.active.button:active {
  background-color: #F1F1F1;
  color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset !important; }

/*--------------
Loading
---------------*/
.ui.loading.button {
  position: relative;
  cursor: default;
  background-color: #FFFFFF !important;
  color: transparent !important;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  transition: all 0s linear; }

.ui.loading.button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent url("../assets/images/loader-mini.gif") no-repeat 50% 50%; }

.ui.labeled.icon.loading.button .icon {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

/*-------------------
Disabled
--------------------*/
.ui.disabled.button,
.ui.disabled.button:hover,
.ui.disabled.button.active {
  background-color: #DDDDDD !important;
  cursor: default;
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 0.3 !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/*******************************
Types
*******************************/
/*-------------------
Animated
--------------------*/
.ui.animated.button, .active .ui.button.view-container {
  position: relative;
  overflow: hidden; }

.ui.animated.button .visible.content, .active .ui.button.view-container .visible.content {
  position: relative; }

.ui.animated.button .hidden.content, .active .ui.button.view-container .hidden.content {
  position: absolute;
  width: 100%; }

/* Horizontal */
.ui.animated.button .visible.content, .active .ui.button.view-container .visible.content,
.ui.animated.button .hidden.content,
.active .ui.button.view-container .hidden.content {
  -webkit-transition: right 0.3s ease 0s;
  -moz-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s; }

.ui.animated.button .visible.content, .active .ui.button.view-container .visible.content {
  left: auto;
  right: 0%; }

.ui.animated.button .hidden.content, .active .ui.button.view-container .hidden.content {
  top: 50%;
  left: auto;
  right: -100%;
  margin-top: -0.55rem; }

.ui.animated.button:hover .visible.content, .active .ui.button.view-container:hover .visible.content {
  left: auto;
  right: 200%; }

.ui.animated.button:hover .hidden.content, .active .ui.button.view-container:hover .hidden.content {
  left: auto;
  right: 0%; }

/* Vertical */
.ui.vertical.animated.button .visible.content, .active .ui.vertical.button.view-container .visible.content,
.ui.vertical.animated.button .hidden.content,
.active .ui.vertical.button.view-container .hidden.content {
  -webkit-transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s, -moz-transform 0.3s ease 0s;
  transition: top 0.3s ease 0s, transform 0.3s ease 0s; }

.ui.vertical.animated.button .visible.content, .active .ui.vertical.button.view-container .visible.content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  right: auto; }

.ui.vertical.animated.button .hidden.content, .active .ui.vertical.button.view-container .hidden.content {
  top: -100%;
  left: 0%;
  right: auto; }

.ui.vertical.animated.button:hover .visible.content, .active .ui.vertical.button.view-container:hover .visible.content {
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  right: auto; }

.ui.vertical.animated.button:hover .hidden.content, .active .ui.vertical.button.view-container:hover .hidden.content {
  top: 50%;
  right: auto; }

/* Fade */
.ui.fade.animated.button .visible.content, .active .ui.fade.button.view-container .visible.content,
.ui.fade.animated.button .hidden.content,
.active .ui.fade.button.view-container .hidden.content {
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, -moz-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s; }

.ui.fade.animated.button .visible.content, .active .ui.fade.button.view-container .visible.content {
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.ui.fade.animated.button .hidden.content, .active .ui.fade.button.view-container .hidden.content {
  opacity: 0;
  left: 0%;
  right: auto;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.ui.fade.animated.button:hover .visible.content, .active .ui.fade.button.view-container:hover .visible.content {
  left: auto;
  right: auto;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7); }

.ui.fade.animated.button:hover .hidden.content, .active .ui.fade.button.view-container:hover .hidden.content {
  left: 0%;
  right: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/*-------------------
Primary
--------------------*/
.ui.primary.buttons .button,
.ui.primary.button {
  font-weight: 400;
  text-transform: uppercase;
  background: #ff0066;
  border-radius: 5px;
  color: #ffffff;
  border: none;
  border-radius: 0.4rem;
  padding: 2.00rem 1.60rem 1.80rem;
  height: 6.40rem; }

/*-------------------
Secondary
--------------------*/
.ui.secondary.buttons .button,
.ui.secondary.button {
  background-color: #00B5AD;
  color: #FFFFFF; }

.ui.secondary.buttons .button:hover,
.ui.secondary.button:hover,
.ui.secondary.buttons .active.button,
.ui.secondary.button.active {
  background-color: #009A93;
  color: #FFFFFF; }

.ui.secondary.buttons .button:active,
.ui.secondary.button:active {
  background-color: #00847E;
  color: #FFFFFF; }

/*-------------------
Social
--------------------*/
/* Facebook */
.ui.facebook.button {
  background-color: #3B579D;
  color: #FFFFFF; }

.ui.facebook.button:hover {
  background-color: #3A59A9;
  color: #FFFFFF; }

.ui.facebook.button:active {
  background-color: #334F95;
  color: #FFFFFF; }

/* Twitter */
.ui.twitter.button {
  background-color: #4092CC;
  color: #FFFFFF; }

.ui.twitter.button:hover {
  background-color: #399ADE;
  color: #FFFFFF; }

.ui.twitter.button:active {
  background-color: #3283BC;
  color: #FFFFFF; }

/* Google Plus */
.ui.google.plus.button {
  background-color: #D34836;
  color: #FFFFFF; }

.ui.google.plus.button:hover {
  background-color: #E3432E;
  color: #FFFFFF; }

.ui.google.plus.button:active {
  background-color: #CA3A27;
  color: #FFFFFF; }

/* Linked In */
.ui.linkedin.button {
  background-color: #1F88BE;
  color: #FFFFFF; }

.ui.linkedin.button:hover {
  background-color: #1394D6;
  color: #FFFFFF; }

.ui.linkedin.button:active {
  background-color: #1179AE;
  color: #FFFFFF; }

/* YouTube */
.ui.youtube.button {
  background-color: #CC181E;
  color: #FFFFFF; }

.ui.youtube.button:hover {
  background-color: #DF0209;
  color: #FFFFFF; }

.ui.youtube.button:active {
  background-color: #A50006;
  color: #FFFFFF; }

/* Instagram */
.ui.instagram.button {
  background-color: #49769C;
  color: #FFFFFF; }

.ui.instagram.button:hover {
  background-color: #4781B1;
  color: #FFFFFF; }

.ui.instagram.button:active {
  background-color: #38658A;
  color: #FFFFFF; }

/* Pinterest */
.ui.pinterest.button {
  background-color: #00ACED;
  color: #FFFFFF; }

.ui.pinterest.button:hover {
  background-color: #00B9FF;
  color: #FFFFFF; }

.ui.pinterest.button:active {
  background-color: #009EDA;
  color: #FFFFFF; }

/* vk.com */
.ui.vk.button {
  background-color: #4D7198;
  color: #FFFFFF; }

.ui.vk.button:hover {
  background-color: #537AA5;
  color: #FFFFFF; }

.ui.vk.button:active {
  background-color: #405E7E;
  color: #FFFFFF; }

/*--------------
Icon
---------------*/
.ui.button > .icon {
  margin-right: 00.90rem;
  line-height: 1;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

/*******************************
Variations
*******************************/
/*-------------------
Floated
--------------------*/
.ui.left.floated.buttons,
.ui.left.floated.button {
  float: left;
  margin-right: 0.40rem; }

.ui.right.floated.buttons,
.ui.right.floated.button {
  float: right;
  margin-left: 0.40rem; }

/*-------------------
Sizes
--------------------*/
.ui.buttons .button,
.ui.button {
  font-size: 1.90rem; }

.ui.mini.buttons .button,
.ui.mini.buttons .or,
.ui.mini.button {
  font-size: 1.30rem; }

.ui.mini.buttons .button,
.ui.mini.button {
  padding: 00.90rem 1.30rem; }

.ui.mini.icon.buttons .button,
.ui.mini.buttons .icon.button {
  padding: 00.90rem 00.90rem; }

.ui.tiny.buttons .button,
.ui.tiny.buttons .or,
.ui.tiny.button {
  font-size: 1.40rem; }

.ui.tiny.buttons .button,
.ui.tiny.buttons .button,
.ui.tiny.button {
  padding: 00.90rem 1.30rem; }

.ui.tiny.icon.buttons .button,
.ui.tiny.buttons .icon.button {
  padding: 00.90rem 00.90rem; }

.ui.small.buttons .button,
.ui.small.buttons .or,
.ui.small.button {
  font-size: 1.30rem; }

.ui.large.buttons .button,
.ui.large.buttons .or,
.ui.large.button {
  font-size: 1.80rem; }

.ui.big.buttons .button,
.ui.big.buttons .or,
.ui.big.button {
  font-size: 2.00rem; }

.ui.huge.buttons .button,
.ui.huge.buttons .or,
.ui.huge.button {
  font-size: 1.375rem; }

.ui.massive.buttons .button,
.ui.massive.buttons .or,
.ui.massive.button {
  font-size: 2.40rem;
  font-weight: bold; }

/* Or resize */
.ui.tiny.buttons .or:before,
.ui.mini.buttons .or:before {
  width: 1.45rem;
  height: 2.50rem;
  line-height: 1.4;
  margin-left: -0.725rem;
  margin-top: -0.25rem; }

.ui.tiny.buttons .or:after,
.ui.mini.buttons .or:after {
  height: 1.45rem; }

/* loading */
.ui.huge.loading.button:after {
  background-image: url("../assets/images/loader-small.gif"); }

.ui.massive.buttons .loading.button:after,
.ui.gigantic.buttons .loading.button:after,
.ui.massive.loading.button:after,
.ui.gigantic.loading.button:after {
  background-image: url("../assets/images/loader-medium.gif"); }

.ui.huge.loading.button:after,
.ui.huge.loading.button.active:after {
  background-image: url("../assets/images/loader-small.gif"); }

.ui.massive.buttons .loading.button:after,
.ui.gigantic.buttons .loading.button:after,
.ui.massive.loading.button:after,
.ui.gigantic.loading.button:after,
.ui.massive.buttons .loading.button.active:after,
.ui.gigantic.buttons .loading.button.active:after,
.ui.massive.loading.button.active:after,
.ui.gigantic.loading.button.active:after {
  background-image: url("../assets/images/loader-medium.gif"); }

/*--------------
Icon Only
---------------*/
.ui.icon.buttons .button,
.ui.icon.button {
  padding: 1.30rem; }

.ui.icon.buttons .button > .icon,
.ui.icon.button > .icon {
  opacity: 0.9;
  margin: 0;
  vertical-align: top; }

/*-------------------
Basic
--------------------*/
.ui.basic.buttons .button,
.ui.basic.button {
  background-color: transparent !important;
  background-image: none;
  color: #323232 !important;
  font-weight: normal;
  text-transform: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 1.90rem;
  text-align: left;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #8e8e8e;
  font-weight: 400;
  border-bottom: 1px dotted #323232;
  text-decoration: none;
  padding-bottom: 0;
  border-radius: 0; }

.ui.basic.buttons {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.40rem; }

.ui.basic.buttons .button:hover,
.ui.basic.button:hover {
  background-image: none; }

.ui.basic.buttons .button:active,
.ui.basic.button:active {
  background-color: rgba(0, 0, 0, 0.02) !important;
  color: #7F7F7F !important;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; }

.ui.basic.buttons .button.active,
.ui.basic.button.active {
  background-color: rgba(0, 0, 0, 0.05);
  color: #7F7F7F;
  -webkit-box-shadow: 0 0 0 1px #BDBDBD inset;
  box-shadow: 0 0 0 1px #BDBDBD inset; }

.ui.basic.buttons .button.active:hover,
.ui.basic.button.active:hover {
  background-color: rgba(0, 0, 0, 0.1); }

/* Inverted */
.ui.basic.inverted.buttons .button,
.ui.basic.inverted.button {
  color: #FAFAFA !important;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset; }

.ui.basic.inverted.buttons .button:hover,
.ui.basic.inverted.button:hover {
  background-image: none;
  color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset; }

.ui.basic.inverted.buttons .button:active,
.ui.basic.inverted.button:active {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8) inset !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8) inset !important; }

.ui.basic.inverted.buttons .button.active,
.ui.basic.inverted.button.active {
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.basic.inverted.buttons .button.active:hover,
.ui.basic.inverted.button.active:hover {
  background-color: rgba(0, 0, 0, 0.1); }

/* Basic Group */
.ui.basic.buttons .button {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.basic.buttons .button:hover,
.ui.basic.buttons .button:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.basic.buttons .button.active,
.ui.basic.buttons .button.active:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset; }

/*--------------
Labeled Icon
---------------*/
.ui.labeled.icon.buttons .button,
.ui.labeled.icon.button {
  position: relative;
  padding-left: 4rem !important;
  padding-right: 2.30rem !important; }

.ui.labeled.icon.buttons > .button > .icon,
.ui.labeled.icon.button > .icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 4.40rem;
  height: 100%;
  padding-top: 1.30rem;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  border-radius: 0.25rem 0 0 0.40rem;
  line-height: 1;
  -webkit-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.05) inset;
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.05) inset; }

.ui.labeled.icon.buttons .button > .icon {
  border-radius: 0; }

.ui.labeled.icon.buttons .button:first-child > .icon {
  border-top-left-radius: 0.40rem;
  border-bottom-left-radius: 0.40rem; }

.ui.labeled.icon.buttons .button:last-child > .icon {
  border-top-right-radius: 0.40rem;
  border-bottom-right-radius: 0.40rem; }

.ui.vertical.labeled.icon.buttons .button:first-child > .icon {
  border-radius: 0;
  border-top-left-radius: 0.40rem; }

.ui.vertical.labeled.icon.buttons .button:last-child > .icon {
  border-radius: 0;
  border-bottom-left-radius: 0.40rem; }

.ui.right.labeled.icon.button {
  padding-left: 2.30rem !important;
  padding-right: 4rem !important; }

.ui.left.fluid.labeled.icon.button,
.ui.right.fluid.labeled.icon.button {
  padding-left: 2.30rem !important;
  padding-right: 2.30rem !important; }

.ui.right.labeled.icon.button .icon {
  left: auto;
  right: 0;
  border-radius: 0 0.25rem 0.25rem 0;
  -webkit-box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.05) inset;
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.05) inset; }

/*--------------
Toggle
---------------*/
/* Toggle (Modifies active state to give affordances) */
.ui.toggle.buttons .active.button,
.ui.buttons .button.toggle.active,
.ui.button.toggle.active {
  background-color: #5BBD72 !important;
  color: #FFFFFF !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.ui.button.toggle.active:hover {
  background-color: #58CB73 !important;
  color: #FFFFFF !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/*--------------
Circular
---------------*/
.ui.circular.button {
  border-radius: 16.00rem; }

/*--------------
Attached
---------------*/
.ui.attached.button {
  display: block;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important; }

.ui.attached.top.button {
  border-radius: 0.25rem 0.25rem 0 0; }

.ui.attached.bottom.button {
  border-radius: 0 0 0.25rem 0.40rem; }

.ui.attached.left.button {
  display: inline-block;
  border-left: none;
  padding-right: 1.20rem;
  text-align: right;
  border-radius: 0.25rem 0 0 0.40rem; }

.ui.attached.right.button {
  display: inline-block;
  padding-left: 1.20rem;
  text-align: left;
  border-radius: 0 0.25rem 0.25rem 0; }

/*-------------------
Or Buttons
--------------------*/
.ui.buttons .or {
  position: relative;
  float: left;
  width: 0.3rem;
  height: 1.80rem;
  z-index: 3; }

.ui.buttons .or:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: 'or';
  background-color: #FFFFFF;
  margin-top: -0.1rem;
  margin-left: -0.9rem;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.55;
  color: #AAAAAA;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  border-radius: 500px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.ui.buttons .or[data-text]:before {
  content: attr(data-text); }

.ui.buttons .or:after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 0.3rem;
  height: 1.7rem;
  background-color: transparent;
  border-top: 0.80rem solid #FFFFFF;
  border-bottom: 0.80rem solid #FFFFFF; }

/* Fluid Or */
.ui.fluid.buttons .or {
  width: 0 !important; }

.ui.fluid.buttons .or:after {
  display: none; }

/*-------------------
Attached
--------------------*/
/* Plural Attached */
.attached.ui.buttons {
  margin: 0;
  border-radius: 4px 4px 0 0; }

.attached.ui.buttons .button:first-child {
  border-radius: 4px 0 0 0; }

.attached.ui.buttons .button:last-child {
  border-radius: 0 4px 0 0; }

/* Bottom Side */
.bottom.attached.ui.buttons {
  margin-top: -1px;
  border-radius: 0 0 4px 4px; }

.bottom.attached.ui.buttons .button:first-child {
  border-radius: 0 0 0 4px; }

.bottom.attached.ui.buttons .button:last-child {
  border-radius: 0 0 4px 0; }

/* Left Side */
.left.attached.ui.buttons {
  margin-left: -1px;
  border-radius: 0 4px 4px 0; }

.left.attached.ui.buttons .button:first-child {
  margin-left: -1px;
  border-radius: 0 4px 0 0; }

.left.attached.ui.buttons .button:last-child {
  margin-left: -1px;
  border-radius: 0 0 4px 0; }

/* Right Side */
.right.attached.ui.buttons,
.right.attached.ui.buttons .button {
  margin-right: -1px;
  border-radius: 4px 0 0 4px; }

.right.attached.ui.buttons .button:first-child {
  margin-left: -1px;
  border-radius: 4px 0 0 0; }

.right.attached.ui.buttons .button:last-child {
  margin-left: -1px;
  border-radius: 0 0 0 4px; }

/* Fluid */
.ui.fluid.buttons,
.ui.button.fluid,
.ui.fluid.buttons > .button {
  display: block;
  width: 100%; }

.ui.\32.buttons > .button,
.ui.two.buttons > .button {
  width: 50%; }

.ui.\33.buttons > .button,
.ui.three.buttons > .button {
  width: 33.333%; }

.ui.\34.buttons > .button,
.ui.four.buttons > .button {
  width: 25%; }

.ui.\35.buttons > .button,
.ui.five.buttons > .button {
  width: 20%; }

.ui.\36.buttons > .button,
.ui.six.buttons > .button {
  width: 16.666%; }

.ui.\37.buttons > .button,
.ui.seven.buttons > .button {
  width: 14.285%; }

.ui.\38.buttons > .button,
.ui.eight.buttons > .button {
  width: 12.500%; }

.ui.\39.buttons > .button,
.ui.nine.buttons > .button {
  width: 11.11%; }

.ui.\31\30.buttons > .button,
.ui.ten.buttons > .button {
  width: 10%; }

.ui.\31\31.buttons > .button,
.ui.eleven.buttons > .button {
  width: 9.09%; }

.ui.\31\32.buttons > .button,
.ui.twelve.buttons > .button {
  width: 8.3333%; }

/* Fluid Vertical Buttons */
.ui.fluid.vertical.buttons,
.ui.fluid.vertical.buttons > .button {
  display: block;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.ui.\32.vertical.buttons > .button,
.ui.two.vertical.buttons > .button {
  height: 50%; }

.ui.\33.vertical.buttons > .button,
.ui.three.vertical.buttons > .button {
  height: 33.333%; }

.ui.\34.vertical.buttons > .button,
.ui.four.vertical.buttons > .button {
  height: 25%; }

.ui.\35.vertical.buttons > .button,
.ui.five.vertical.buttons > .button {
  height: 20%; }

.ui.\36.vertical.buttons > .button,
.ui.six.vertical.buttons > .button {
  height: 16.666%; }

.ui.\37.vertical.buttons > .button,
.ui.seven.vertical.buttons > .button {
  height: 14.285%; }

.ui.\38.vertical.buttons > .button,
.ui.eight.vertical.buttons > .button {
  height: 12.500%; }

.ui.\39.vertical.buttons > .button,
.ui.nine.vertical.buttons > .button {
  height: 11.11%; }

.ui.\31\30.vertical.buttons > .button,
.ui.ten.vertical.buttons > .button {
  height: 10%; }

.ui.\31\31.vertical.buttons > .button,
.ui.eleven.vertical.buttons > .button {
  height: 9.09%; }

.ui.\31\32.vertical.buttons > .button,
.ui.twelve.vertical.buttons > .button {
  height: 8.3333%; }

/*-------------------
Colors
--------------------*/
/*--- Black ---*/
.ui.black.buttons .button,
.ui.black.button {
  background-color: #3b3b3b;
  color: #FFFFFF; }

.ui.black.buttons .button:hover,
.ui.black.button:hover {
  background-color: #4C4C4C;
  color: #FFFFFF; }

.ui.black.buttons .button:active,
.ui.black.button:active {
  background-color: #333333;
  color: #FFFFFF; }

/*--- Green ---*/
.ui.green.buttons .button,
.ui.green.button {
  background-color: #5BBD72;
  color: #FFFFFF; }

.ui.green.buttons .button:hover,
.ui.green.button:hover,
.ui.green.buttons .active.button,
.ui.green.button.active {
  background-color: #58cb73;
  color: #FFFFFF; }

.ui.green.buttons .button:active,
.ui.green.button:active {
  background-color: #4CB164;
  color: #FFFFFF; }

/*--- Red ---*/
.ui.red.buttons .button,
.ui.red.button {
  background-color: #D95C5C;
  color: #FFFFFF; }

.ui.red.buttons .button:hover,
.ui.red.button:hover,
.ui.red.buttons .active.button,
.ui.red.button.active {
  background-color: #E75859;
  color: #FFFFFF; }

.ui.red.buttons .button:active,
.ui.red.button:active {
  background-color: #D24B4C;
  color: #FFFFFF; }

/*--- Orange ---*/
.ui.orange.buttons .button,
.ui.orange.button {
  background-color: #E96633;
  color: #FFFFFF; }

.ui.orange.buttons .button:hover,
.ui.orange.button:hover,
.ui.orange.buttons .active.button,
.ui.orange.button.active {
  background-color: #FF7038;
  color: #FFFFFF; }

.ui.orange.buttons .button:active,
.ui.orange.button:active {
  background-color: #DA683B;
  color: #FFFFFF; }

/*--- Blue ---*/
.ui.blue.buttons .button,
.ui.blue.button {
  background-color: #6ECFF5;
  color: #FFFFFF; }

.ui.blue.buttons .button:hover,
.ui.blue.button:hover,
.ui.blue.buttons .active.button,
.ui.blue.button.active {
  background-color: #1AB8F3;
  color: #FFFFFF; }

.ui.blue.buttons .button:active,
.ui.blue.button:active {
  background-color: #0AA5DF;
  color: #FFFFFF; }

/*--- Purple ---*/
.ui.purple.buttons .button,
.ui.purple.button {
  background-color: #564F8A;
  color: #FFFFFF; }

.ui.purple.buttons .button:hover,
.ui.purple.button:hover,
.ui.purple.buttons .active.button,
.ui.purple.button.active {
  background-color: #3E3773;
  color: #FFFFFF; }

.ui.purple.buttons .button:active,
.ui.purple.button:active {
  background-color: #2E2860;
  color: #FFFFFF; }

/*--- Teal ---*/
.ui.teal.buttons .button,
.ui.teal.button {
  background-color: #00B5AD;
  color: #FFFFFF; }

.ui.teal.buttons .button:hover,
.ui.teal.button:hover,
.ui.teal.buttons .active.button,
.ui.teal.button.active {
  background-color: #009A93;
  color: #FFFFFF; }

.ui.teal.buttons .button:active,
.ui.teal.button:active {
  background-color: #00847E;
  color: #FFFFFF; }

/*---------------
Positive
----------------*/
.ui.positive.buttons .button,
.ui.positive.button {
  background-color: #5BBD72 !important;
  color: #FFFFFF; }

.ui.positive.buttons .button:hover,
.ui.positive.button:hover,
.ui.positive.buttons .active.button,
.ui.positive.button.active {
  background-color: #58CB73 !important;
  color: #FFFFFF; }

.ui.positive.buttons .button:active,
.ui.positive.button:active {
  background-color: #4CB164 !important;
  color: #FFFFFF; }

/*---------------
Negative
----------------*/
.ui.negative.buttons .button,
.ui.negative.button {
  background-color: #D95C5C !important;
  color: #FFFFFF; }

.ui.negative.buttons .button:hover,
.ui.negative.button:hover,
.ui.negative.buttons .active.button,
.ui.negative.button.active {
  background-color: #E75859 !important;
  color: #FFFFFF; }

.ui.negative.buttons .button:active,
.ui.negative.button:active {
  background-color: #D24B4C !important;
  color: #FFFFFF; }

/*******************************
Groups
*******************************/
.ui.buttons {
  display: inline-block;
  vertical-align: middle; }

.ui.buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui.buttons .button:first-child {
  border-left: none; }

.ui.buttons .button {
  float: left;
  border-radius: 0; }

.ui.buttons .button:first-child {
  margin-left: 0;
  border-top-left-radius: 0.40rem;
  border-bottom-left-radius: 0.40rem; }

.ui.buttons .button:last-child {
  border-top-right-radius: 0.40rem;
  border-bottom-right-radius: 0.40rem; }

/* Vertical  Style */
.ui.vertical.buttons {
  display: inline-block; }

.ui.vertical.buttons .button {
  display: block;
  float: none;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; }

.ui.vertical.buttons .button:first-child,
.ui.vertical.buttons .mini.button:first-child,
.ui.vertical.buttons .tiny.button:first-child,
.ui.vertical.buttons .small.button:first-child,
.ui.vertical.buttons .massive.button:first-child,
.ui.vertical.buttons .huge.button:first-child {
  margin-top: 0;
  border-radius: 0.25rem 0.25rem 0 0; }

.ui.vertical.buttons .button:last-child,
.ui.vertical.buttons .mini.button:last-child,
.ui.vertical.buttons .tiny.button:last-child,
.ui.vertical.buttons .small.button:last-child,
.ui.vertical.buttons .massive.button:last-child,
.ui.vertical.buttons .huge.button:last-child,
.ui.vertical.buttons .gigantic.button:last-child {
  border-radius: 0 0 0.25rem 0.40rem; }

.ui.button.large.special.auto {
  padding: 1.30rem 4.80rem;
  height: 60px; }

.button.special.upgrade {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  background: #0571B7;
  padding: 5px 7px 3px;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer; }

/*
 * # Semantic - Checkbox
 * http://github.com/jlukic/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
           Checkbox
*******************************/
/*--------------
    Standard
---------------*/
/*--- Content ---*/
.ui.checkbox {
  position: relative;
  display: inline-block;
  min-width: 1.60rem;
  min-height: 2.00rem;
  line-height: 1.60rem;
  outline: none;
  vertical-align: middle; }

.ui.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  outline: none; }

/*--- Box ---*/
.ui.checkbox .box,
.ui.checkbox label {
  cursor: pointer;
  padding-left: 2.40rem;
  outline: none; }

.ui.checkbox .box:before,
.ui.checkbox label:before {
  position: absolute;
  top: 0.40rem;
  left: 0;
  line-height: 1;
  width: 1.60rem;
  height: 1.60rem;
  left: 0;
  content: '';
  border-radius: 4px;
  background: #FFFFFF;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); }

/*--- Checkbox ---*/
.ui.checkbox .box:after,
.ui.checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  background: transparent;
  border: 0.30rem solid #333333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.ui.checkbox .box:after,
.ui.checkbox label:after {
  top: 0.80rem;
  left: 0.30rem;
  width: 0.70rem;
  height: 0.20rem; }

/*--- Inside Label ---*/
.ui.checkbox label {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.ui.checkbox label:hover {
  color: rgba(0, 0, 0, 0.8); }

.ui.checkbox input:focus ~ label {
  color: rgba(0, 0, 0, 0.8); }

/*--- Outside Label  ---*/
.ui.checkbox ~ label {
  cursor: pointer;
  opacity: 0.85;
  vertical-align: middle; }

.ui.checkbox ~ label:hover {
  opacity: 1; }

/*******************************
           States
*******************************/
/*--- Hover ---*/
.ui.checkbox .box:hover::before,
.ui.checkbox label:hover::before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3); }

/*--- Down ---*/
.ui.checkbox .box:active::before,
.ui.checkbox label:active::before {
  background-color: #F5F5F5; }

/*--- Focus ---*/
.ui.checkbox input:focus ~ .box:before,
.ui.checkbox input:focus ~ label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3); }

/*--- Active ---*/
.ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

/*--- Disabled ---*/
.ui.disabled.checkbox ~ .box:after,
.ui.checkbox input[disabled] ~ .box:after,
.ui.disabled.checkbox label,
.ui.checkbox input[disabled] ~ label {
  opacity: 0.4;
  color: rgba(0, 0, 0, 0.3); }

/*******************************
          Variations
*******************************/
/*--------------
     Radio
---------------*/
.ui.radio.checkbox .box:before,
.ui.radio.checkbox label:before {
  min-width: 1.60rem;
  height: 1.60rem;
  border-radius: 500px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none; }

.ui.radio.checkbox .box:after,
.ui.radio.checkbox label:after {
  border: none;
  top: 0.30rem;
  left: 0.30rem;
  width: 00.90rem;
  height: 00.90rem;
  background-color: #555555;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 500px; }

/*--------------
     Slider
---------------*/
.ui.slider.checkbox {
  cursor: pointer;
  min-width: 4.80rem; }

/* Line */
.ui.slider.checkbox:after {
  position: absolute;
  top: 0.80rem;
  left: 0;
  content: '';
  width: 4.80rem;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1); }

/* Button */
.ui.slider.checkbox .box,
.ui.slider.checkbox label {
  padding-left: 6.40rem; }

.ui.slider.checkbox .box:before,
.ui.slider.checkbox label:before {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -0.25rem;
  left: 0;
  z-index: 1;
  width: 2.40rem;
  height: 2.40rem;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  border-radius: 50rem;
  -webkit-transition: left 0.3s ease 0s;
  -moz-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s; }

/* Button Activation Light */
.ui.slider.checkbox .box:after,
.ui.slider.checkbox label:after {
  opacity: 1;
  position: absolute;
  content: '';
  top: 0.20rem;
  left: 0;
  z-index: 2;
  margin-left: 0.375rem;
  border: none;
  width: 1.20rem;
  height: 1.20rem;
  border-radius: 50rem;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: background 0.3s ease 0s, left 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s, left 0.3s ease 0s;
  transition: background 0.3s ease 0s, left 0.3s ease 0s; }

/* Selected Slider Toggle */
.ui.slider.checkbox input:checked ~ .box:before,
.ui.slider.checkbox input:checked ~ label:before,
.ui.slider.checkbox input:checked ~ .box:after,
.ui.slider.checkbox input:checked ~ label:after {
  left: 2.80rem; }

/* Off Color */
.ui.slider.checkbox .box:after,
.ui.slider.checkbox label:after {
  background-color: #D95C5C; }

/* On Color */
.ui.slider.checkbox input:checked ~ .box:after,
.ui.slider.checkbox input:checked ~ label:after {
  background-color: #89B84C; }

/*--------------
     Toggle
---------------*/
.ui.toggle.checkbox {
  cursor: pointer; }

.ui.toggle.checkbox .box,
.ui.toggle.checkbox label {
  padding-left: 6.40rem; }

/* Switch */
.ui.toggle.checkbox .box:before,
.ui.toggle.checkbox label:before {
  cursor: pointer;
  display: block;
  position: absolute;
  content: '';
  top: -0.25rem;
  left: 0;
  z-index: 1;
  background-color: #FFFFFF;
  width: 4.80rem;
  height: 2.40rem;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  border-radius: 50rem; }

/* Activation Light */
.ui.toggle.checkbox .box:after,
.ui.toggle.checkbox label:after {
  opacity: 1;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  content: '';
  position: absolute;
  top: 0.20rem;
  left: 0.80rem;
  z-index: 2;
  border: none;
  width: 1.20rem;
  height: 1.20rem;
  background-color: #D95C5C;
  border-radius: 50rem;
  -webkit-transition: background 0.3s ease 0s, left 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s, left 0.3s ease 0s;
  transition: background 0.3s ease 0s, left 0.3s ease 0s; }

/* Active */
.ui.toggle.checkbox:active .box:before,
.ui.toggle.checkbox:active label:before {
  background-color: #F5F5F5; }

/* Active */
.ui.toggle.checkbox input:checked ~ .box:after,
.ui.toggle.checkbox input:checked ~ label:after {
  left: 2.80rem;
  background-color: #89B84C; }

/*--------------
     Sizes
---------------*/
.ui.checkbox {
  font-size: 1.60rem; }

.ui.large.checkbox {
  font-size: 2.00rem; }

.ui.huge.checkbox {
  font-size: 2.40rem; }

/*
 * # Semantic - Dimmer
 * http://github.com/jlukic/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dimmer
            *******************************/
.ui.dimmable {
  position: relative; }

.ui.dimmer {
  display: none;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 0%;
  height: 0%;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  line-height: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
  border-radius: 5px; }

/* Dimmer Content */
.ui.dimmer > .content {
  width: 100%;
  height: 100%;
  display: table;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.ui.dimmer > .content > div {
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF; }

/* Loose Coupling */
.ui.segment > .ui.dimmer {
  border-radius: 5px; }

.ui.horizontal.segment > .ui.dimmer,
.ui.vertical.segment > .ui.dimmer {
  border-radius: 5px; }

/*******************************
            States
            *******************************/
.ui.dimmed.dimmable:not(body) {
  overflow: hidden; }

.ui.dimmed.dimmable > .ui.animating.dimmer,
.ui.dimmed.dimmable > .ui.visible.dimmer,
.ui.active.dimmer {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1; }

.ui.disabled.dimmer {
  width: 0 !important;
  height: 0 !important; }

/*******************************
           Variations
           *******************************/
/*--------------
      Page
      ---------------*/
.ui.page.dimmer {
  position: fixed;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }

.ui.scrolling.dimmable > .dimmer,
.ui.scrolling.page.dimmer {
  position: absolute; }

/* Blurred Background
body.ui.dimmed.dimmable > :not(.dimmer){
  filter: ~"blur(15px) grayscale(0.7)";
}
*/
/*--------------
    Aligned
    ---------------*/
.ui.dimmer > .top.aligned.content > * {
  vertical-align: top; }

.ui.dimmer > .bottom.aligned.content > * {
  vertical-align: bottom; }

/*--------------
    Inverted
    ---------------*/
.ui.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.85); }

.ui.inverted.dimmer > .content > * {
  color: rgba(0, 0, 0, 0.8); }

/*--------------
     Simple
     ---------------*/
/* Displays without javascript */
.ui.simple.dimmer {
  display: block;
  overflow: hidden;
  opacity: 1;
  z-index: -100;
  background-color: transparent; }

.ui.dimmed.dimmable > .ui.simple.dimmer {
  overflow: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1; }

.ui.simple.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0); }

.ui.dimmed.dimmable > .ui.simple.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.85); }

.vnext-dropdown-container {
  position: relative;
  z-index: auto; }
  .vnext-dropdown-container .m, .vnext-dropdown-container .dropdown .dropdown-trigger:after, .dropdown .vnext-dropdown-container .dropdown-trigger:after, .vnext-dropdown-container .dropdown-pill .btn-delete, .dropdown-pill .vnext-dropdown-container .btn-delete {
    font-size: 2.40rem;
    vertical-align: middle; }
  .vnext-dropdown-container a {
    text-decoration: none;
    color: inherit; }
  .vnext-dropdown-container .dropdown-title {
    font-weight: 300;
    text-transform: none;
    font-size: 1.80rem;
    color: white;
    padding: 0.80rem 1.60rem;
    background: #353535;
    cursor: pointer; }
    .vnext-dropdown-container .dropdown-title:hover .m:before, .vnext-dropdown-container .dropdown-title:hover .dropdown-pill .btn-delete:before, .dropdown-pill .vnext-dropdown-container .dropdown-title:hover .btn-delete:before {
      background: rgba(0, 0, 0, 0.3); }
    .vnext-dropdown-container .dropdown-title .m:before, .vnext-dropdown-container .dropdown-title .dropdown-pill .btn-delete:before, .dropdown-pill .vnext-dropdown-container .dropdown-title .btn-delete:before {
      transition: all .3s ease;
      border-radius: 5px;
      /* padding: 5px; */
      height: 23px;
      width: 23px;
      display: inline-block;
      line-height: 1;
      text-align: center; }
    .vnext-dropdown-container .dropdown-title .m.m-down-arrow, .vnext-dropdown-container .dropdown-title .dropdown .dropdown-trigger:after, .dropdown .vnext-dropdown-container .dropdown-title .dropdown-trigger:after, .vnext-dropdown-container .dropdown-title .dropdown-pill .m-down-arrow.btn-delete, .dropdown-pill .vnext-dropdown-container .dropdown-title .m-down-arrow.btn-delete {
      float: right;
      font-size: 2.40rem;
      line-height: 4.40rem;
      cursor: pointer; }
    .vnext-dropdown-container .dropdown-title .m.m-up-arrow, .vnext-dropdown-container .dropdown-title .dropdown .m-up-arrow.dropdown-trigger:after, .dropdown .vnext-dropdown-container .dropdown-title .m-up-arrow.dropdown-trigger:after, .vnext-dropdown-container .dropdown-title .dropdown-pill .m-up-arrow.btn-delete, .dropdown-pill .vnext-dropdown-container .dropdown-title .m-up-arrow.btn-delete {
      float: right;
      font-size: 2.40rem;
      line-height: 4.40rem;
      cursor: pointer; }
    .vnext-dropdown-container .dropdown-title .team-name, .vnext-dropdown-container .dropdown-title .user-name {
      margin-left: 2px;
      vertical-align: middle;
      display: inline-block;
      max-width: 120px; }
  .vnext-dropdown-container .mural-members-icon {
    font-size: 1.60rem;
    color: #ccc; }
  .vnext-dropdown-container .vnext-dropdown-menu {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 4px;
    padding: 0.80rem 0;
    list-style: none;
    position: absolute;
    max-width: 180px;
    min-width: 160px;
    width: 100%;
    margin: 0;
    z-index: auto; }
    .vnext-dropdown-container .vnext-dropdown-menu hr {
      border: 0;
      height: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .vnext-dropdown-container .vnext-dropdown-menu.dark {
      background: #333;
      border: none; }
      .vnext-dropdown-container .vnext-dropdown-menu.dark li {
        color: white; }
      .vnext-dropdown-container .vnext-dropdown-menu.dark:before {
        background: #333;
        border: none;
        top: -7px; }
      .vnext-dropdown-container .vnext-dropdown-menu.dark:after {
        background: #333; }
      .vnext-dropdown-container .vnext-dropdown-menu.dark .vnext-dropdown-item:hover {
        background: #666;
        color: white; }
      .vnext-dropdown-container .vnext-dropdown-menu.dark .vnext-arrow:before {
        border: none; }
  .vnext-dropdown-container .vnext-dropdown-item {
    line-height: 3.20rem;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 0 1.60rem;
    position: relative;
    color: #333;
    z-index: 1; }
    .vnext-dropdown-container .vnext-dropdown-item:hover {
      background: #eaeaea; }
    .vnext-dropdown-container .vnext-dropdown-item .circular.ui.image.avatar {
      width: 2.80rem;
      height: 2.80rem;
      margin-right: 8px; }
    .vnext-dropdown-container .vnext-dropdown-item .fa {
      margin-right: 5px; }
  .vnext-dropdown-container .dropdown-trigger {
    position: absolute;
    top: 4px;
    right: -2px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    transition: all .3s ease; }
    .vnext-dropdown-container .dropdown-trigger:hover {
      background: rgba(0, 0, 0, 0.1); }

.vnext-dropdown-container.modals-dropdown {
  border: 1px solid #CDCDCD;
  padding: 0.80rem 1.60rem;
  height: 4.80rem;
  line-height: 60px;
  position: relative;
  border-radius: 5px; }
  .vnext-dropdown-container.modals-dropdown.color-select {
    line-height: inherit;
    height: 3rem;
    padding: 1.00rem;
    z-index: 101; }
    .vnext-dropdown-container.modals-dropdown.color-select .modals-dropdown-menu {
      right: 2px;
      z-index: auto;
      padding: 6px;
      left: inherit;
      text-align: right;
      max-width: inherit;
      width: 146px;
      top: 35px;
      border-radius: 5px;
      border-top: 1px solid #CDCDCD; }
  .vnext-dropdown-container.modals-dropdown .fa {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .vnext-dropdown-container.modals-dropdown .title-label {
    font-size: 1.60rem;
    font-weight: 400;
    color: #666; }
    .vnext-dropdown-container.modals-dropdown .title-label .name {
      vertical-align: middle;
      display: block;
      line-height: 29px;
      width: 100%; }
    .vnext-dropdown-container.modals-dropdown .title-label .color-item {
      width: 25px;
      height: 25px;
      display: block; }
  .vnext-dropdown-container.modals-dropdown .modals-dropdown-menu {
    left: 0;
    width: 100%;
    position: absolute;
    list-style: none;
    background: #fff;
    padding: 0;
    border: 1px solid #CDCDCD;
    border-top: none;
    margin-top: 10px;
    z-index: 1;
    transition: all 0.3s ease; }
    .vnext-dropdown-container.modals-dropdown .modals-dropdown-menu .color-item {
      width: 25px;
      height: 25px;
      display: inline-block;
      line-height: 10px !important;
      margin: .25rem 0.40rem 0;
      font-size: 10px;
      padding: 0;
      background: orange;
      transition: width, height 0.3s ease; }
      .vnext-dropdown-container.modals-dropdown .modals-dropdown-menu .color-item:hover {
        transform: matrix(1.1, 0, 0, 1.1, 0, 0); }
    .vnext-dropdown-container.modals-dropdown .modals-dropdown-menu .vnext-dropdown-item {
      font-size: 0.89rem; }
    .vnext-dropdown-container.modals-dropdown .modals-dropdown-menu.dark {
      background: #333;
      border: none !important; }
      .vnext-dropdown-container.modals-dropdown .modals-dropdown-menu.dark li {
        color: white; }
      .vnext-dropdown-container.modals-dropdown .modals-dropdown-menu.dark:before {
        background: #333;
        border: none !important; }
      .vnext-dropdown-container.modals-dropdown .modals-dropdown-menu.dark:after {
        background: #333; }
      .vnext-dropdown-container.modals-dropdown .modals-dropdown-menu.dark .vnext-dropdown-item:hover {
        background: #666;
        color: white; }

.vnext-dropdown-container.notifications {
  position: fixed;
  bottom: 65px;
  width: 260px; }
  .vnext-dropdown-container.notifications .label-title {
    font-size: 18px;
    line-height: 18px;
    background: none; }
    .vnext-dropdown-container.notifications .label-title .notifications-button {
      margin-left: 5px;
      display: inline-block;
      vertical-align: middle; }
    .vnext-dropdown-container.notifications .label-title .fa-bell {
      position: relative;
      font-size: 27px;
      margin-right: 10px;
      color: #666; }
      .vnext-dropdown-container.notifications .label-title .fa-bell .notification-counter {
        background: #f06;
        border-radius: 50%;
        position: absolute;
        top: -2px;
        right: -8px;
        color: #fff;
        font-weight: 600;
        font-size: 11px;
        text-align: center;
        line-height: 20px;
        display: block;
        width: 20px;
        height: 20px; }

.vnext-dropdown-container.user-settings {
  position: absolute;
  bottom: 0;
  width: 230px;
  z-index: 10; }

.vnext-dropdown-container.room-members {
  z-index: 10; }
  .vnext-dropdown-container.room-members .room-members-icon {
    margin-right: 0.80rem; }
    .vnext-dropdown-container.room-members .room-members-icon .m, .vnext-dropdown-container.room-members .room-members-icon .dropdown .dropdown-trigger:after, .dropdown .vnext-dropdown-container.room-members .room-members-icon .dropdown-trigger:after, .vnext-dropdown-container.room-members .room-members-icon .dropdown-pill .btn-delete, .dropdown-pill .vnext-dropdown-container.room-members .room-members-icon .btn-delete {
      font-size: 2.40rem;
      vertical-align: middle; }
  .vnext-dropdown-container.room-members .vnext-dropdown-menu {
    width: 200px; }
    .vnext-dropdown-container.room-members .vnext-dropdown-menu .vnext-dropdown-item {
      padding: 0 0.80rem; }

.vnext-dropdown-container.mural-thumb-actions .vnext-dropdown-menu {
  right: -8px;
  top: 130%; }

.vnext-dropdown-container.room-settings {
  display: inline-block;
  vertical-align: middle; }
  .vnext-dropdown-container.room-settings .vnext-dropdown-menu {
    right: -16px;
    top: 115%; }

.vnext-dropdown-container.mural-filters {
  width: auto;
  display: inline-block;
  right: 36px;
  position: absolute;
  top: 75%; }
  .vnext-dropdown-container.mural-filters .vnext-dropdown-menu {
    right: -17px;
    top: 30px; }

.vnext-dropdown-container.room-members,
.vnext-dropdown-container.notifications {
  cursor: pointer; }

.dropdown-control {
  position: relative;
  z-index: 100;
  cursor: pointer; }
  .dropdown-control .dropdown-title {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 100%;
    color: rgba(0, 0, 0, 0.7); }
    .dropdown-control .dropdown-title .dropdown-text {
      display: inline-block;
      vertical-align: middle;
      font-weight: 300;
      text-transform: none;
      font-size: 1.80rem;
      cursor: pointer;
      color: rgba(0, 0, 0, 0.7); }
    .dropdown-control .dropdown-title:after {
      position: absolute;
      top: 2px;
      right: 0;
      font-family: "murally";
      color: #ccc; }
    .dropdown-control .dropdown-title.down-arrow:after {
      content: "\e61b"; }
    .dropdown-control .dropdown-title.up-arrow:after {
      content: "\e61c"; }
    .dropdown-control .dropdown-title:hover:before {
      content: '';
      background: rgba(0, 0, 0, 0.3);
      position: absolute; }
    .dropdown-control .dropdown-title:hover:after {
      color: white; }
    .dropdown-control .dropdown-title.big {
      line-height: 4.80rem; }
      .dropdown-control .dropdown-title.big:after {
        font-size: 4.80rem; }
      .dropdown-control .dropdown-title.big:hover:before {
        width: 2.80rem;
        height: 2.80rem;
        top: .55rem;
        right: 1.00rem;
        border-radius: 5px; }
      .dropdown-control .dropdown-title.big.up-arrow:before {
        bottom: .55rem;
        top: inherit; }
    .dropdown-control .dropdown-title.small {
      line-height: 4.80rem; }
      .dropdown-control .dropdown-title.small:after {
        font-size: 3.20rem;
        padding-right: 0.80rem; }
      .dropdown-control .dropdown-title.small:hover:before {
        width: 1.80rem;
        height: 1.80rem;
        top: 1.60rem;
        right: 1.5rem;
        border-radius: 3px; }
      .dropdown-control .dropdown-title.small.up-arrow:before {
        bottom: 1.40rem;
        top: inherit; }
    .dropdown-control .dropdown-title.tiny {
      line-height: 3.20rem;
      padding-right: 3.20rem; }
      .dropdown-control .dropdown-title.tiny:after {
        font-size: 3.20rem;
        content: "\e61d";
        color: black;
        position: absolute;
        top: -1px; }
    .dropdown-control .dropdown-title.input-like {
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 5px;
      padding: 0 1.60rem; }
      .dropdown-control .dropdown-title.input-like .dropdown-text {
        font-size: 1.60rem; }
      .dropdown-control .dropdown-title.input-like + .dropdown-menu {
        max-width: 100%;
        width: 100%;
        max-height: 30vh;
        overflow-y: auto; }
  .dropdown-control .dropdown-menu {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 4px;
    padding: 0.80rem 0;
    list-style: none;
    position: absolute;
    max-width: 180px;
    min-width: 160px;
    width: 100%;
    margin: 0;
    z-index: auto; }
    .dropdown-control .dropdown-menu.dark {
      background: #333;
      border: none; }
      .dropdown-control .dropdown-menu.dark:before {
        background: #333;
        border: none;
        top: -7px; }
      .dropdown-control .dropdown-menu.dark:after {
        background: #333; }
      .dropdown-control .dropdown-menu.dark .dropdown-item {
        color: white; }
        .dropdown-control .dropdown-menu.dark .dropdown-item:hover {
          background: #666;
          color: white; }
      .dropdown-control .dropdown-menu.dark .vnext-arrow:before {
        border: none; }
    .dropdown-control .dropdown-menu.top.vnext-arrow {
      top: 0; }
    .dropdown-control .dropdown-menu.bottom.vnext-arrow {
      bottom: 0; }
    .dropdown-control .dropdown-menu hr {
      border: 0;
      height: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .dropdown-control .dropdown-menu .scroll-zone {
      max-height: 275px;
      overflow-y: auto; }

.dropdown-item {
  line-height: 3.20rem;
  font-size: 1.60rem;
  font-weight: 300;
  /* cursor: pointer; */
  padding: 0 1.60rem;
  /* position: relative; */
  color: rgba(0, 0, 0, 0.7);
  /* z-index: 1; */
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1; }
  .dropdown-item:hover {
    background: #eaeaea; }
  .dropdown-item .circular.ui.image.avatar {
    width: 2.80rem;
    height: 2.80rem;
    margin-right: 8px; }

.color-dropdown {
  z-index: 101; }
  .color-dropdown .dropdown-title {
    height: 4.80rem;
    padding: 0.70rem 0.70rem !important; }
  .color-dropdown .color-item {
    display: block;
    width: 3.20rem;
    height: 3.20rem;
    float: left;
    padding: 0;
    text-align: center; }
  .color-dropdown .dropdown-menu.color-list {
    padding: 1.10rem;
    max-width: 165px !important;
    width: 165px !important; }
    .color-dropdown .dropdown-menu.color-list .color-item:nth-child(4n) {
      margin-right: 0; }
    .color-dropdown .dropdown-menu.color-list .color-item:nth-child(1n) {
      margin-left: 0; }
    .color-dropdown .dropdown-menu.color-list .color-item {
      margin: 0 0.40rem 0.40rem 0.40rem; }
      .color-dropdown .dropdown-menu.color-list .color-item:before {
        -webkit-transition: opacity .25s ease;
        -moz-transition: opacity .25s ease;
        -ms-transition: opacity .25s ease;
        -o-transition: opacity .25s ease;
        transition: opacity .25s ease;
        content: '';
        opacity: 0; }
      .color-dropdown .dropdown-menu.color-list .color-item:hover:before {
        content: 'W';
        opacity: 1;
        font-family: 'entypo';
        color: black;
        font-size: 3.20rem;
        line-height: 3.60rem; }

.dropdown-control .dropdown-title.disabled.small:after {
  display: none; }

.dropdown-control .dropdown-title.disabled.small:hover:before {
  display: none; }

.dropdown-control .dropdown-title.disabled.small:hover {
  pointer-events: none;
  cursor: default; }
  .dropdown-control .dropdown-title.disabled.small:hover .dropdown-menu {
    display: none; }

/*
 * # Semantic - Form
 * http://github.com/jlukic/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
           Standard
           *******************************/
/*--------------------
        Form
        ---------------------*/
.ui.form {
  position: relative;
  max-width: 100%; }

.ui.form :first-child {
  margin-top: 0; }

.ui.form :last-child {
  margin-bottom: 0; }

/*--------------------
        Content
        ---------------------*/
.ui.form > p {
  margin: 1rem 0; }

/*--------------------
        Field
        ---------------------*/
.ui.form .field {
  margin: 0 0 1.60rem;
  position: relative; }
  .ui.form .field:last-child {
    margin: 0; }

.ui.form .field:before,
.ui.form .field:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.ui.form .field:after {
  clear: both; }

.ui.form .field {
  zoom: 1;
  /* IE < 8 */ }

.ui.form .field.bordered {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding: 0.80rem 0; }
  .ui.form .field.bordered.header {
    padding-bottom: 0; }

.ui.form .field.floated.items:before {
  content: '';
  clear: both;
  display: table; }

/*--------------------
        Labels
        ---------------------*/
.ui.form .field > label {
  margin: 0 0 0.3rem 3px;
  display: block;
  color: #323232;
  font-size: 1.30rem;
  text-transform: uppercase; }

/*--------------------
    Standard Inputs
    ---------------------*/
.ui.form textarea,
.ui.form input[type="text"],
.ui.form input[type="email"],
.ui.form input[type="date"],
.ui.form input[type="password"],
.ui.form input[type="number"],
.ui.form input[type="url"],
.ui.form input[type="tel"],
.ui.form .ui.input {
  width: 100%; }

.ui.form textarea,
.ui.form input[type="text"],
.ui.form input[type="email"],
.ui.form input[type="date"],
.ui.form input[type="password"],
.ui.form input[type="number"],
.ui.form input[type="url"],
.ui.form input[type="tel"] {
  margin: 0;
  height: 60px;
  font-size: 1.80rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
  padding: 0 1.60rem;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 0.3125rem;
  -webkit-transition: background-color 0.3s ease-out, -webkit-box-shadow 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.ui.textarea,
.ui.form textarea {
  line-height: 1.33;
  height: 7rem;
  max-height: 24rem;
  resize: vertical;
  padding: .25rem; }
  .ui.textarea:focus,
  .ui.form textarea:focus {
    box-shadow: none !important;
    border-radius: 5px !important; }

.ui.form textarea,
.ui.form input[type="checkbox"] {
  vertical-align: top; }

/*--------------------
       Dividers
       ---------------------*/
.ui.form .divider {
  clear: both;
  margin: 1rem 0; }

/*--------------------
   Types of Messages
   ---------------------*/
.ui.form .info.message,
.ui.form .warning.message,
.ui.form .error.message {
  display: none; }

/* Assumptions */
.ui.form .message:first-child {
  margin-top: 0; }

/*--------------------
   Validation Prompt
   ---------------------*/
.ui.form .field .prompt.label {
  white-space: nowrap; }

.ui.form .inline.field .prompt {
  margin-top: 0;
  margin-left: 1.60rem; }

.ui.form .inline.field .prompt:before {
  margin-top: -0.3rem;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 0; }

/*******************************
            States
            *******************************/
/*--------------------
        Focus
        ---------------------*/
.ui.form input[type="text"]:focus,
.ui.form input[type="email"]:focus,
.ui.form input[type="date"]:focus,
.ui.form input[type="password"]:focus,
.ui.form input[type="number"]:focus,
.ui.form input[type="url"]:focus,
.ui.form input[type="tel"]:focus,
.ui.form textarea:focus {
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: 0.3rem 0 0 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0.3rem 0 0 0 rgba(0, 0, 0, 0.2) inset; }

/*--------------------
        Error
        ---------------------*/
/* On Form */
.ui.form.warning .warning.message {
  display: block; }

/*--------------------
        Warning
        ---------------------*/
/* On Form */
.ui.form.error .error.message {
  display: block; }

/* On Field(s) */
.ui.form .fields.error .field label,
.ui.form .field.error label,
.ui.form .fields.error .field .input,
.ui.form .field.error .input {
  color: #D95C5C; }

.ui.form .fields.error .field .corner.label,
.ui.form .field.error .corner.label {
  border-color: #D95C5C;
  color: #FFFFFF; }

.ui.form .fields.error .field textarea,
.ui.form .fields.error .field input[type="text"],
.ui.form .fields.error .field input[type="email"],
.ui.form .fields.error .field input[type="date"],
.ui.form .fields.error .field input[type="password"],
.ui.form .fields.error .field input[type="number"],
.ui.form .fields.error .field input[type="url"],
.ui.form .fields.error .field input[type="tel"],
.ui.form .field.error textarea,
.ui.form .field.error input[type="text"],
.ui.form .field.error input[type="email"],
.ui.form .field.error input[type="date"],
.ui.form .field.error input[type="password"],
.ui.form .field.error input[type="number"],
.ui.form .field.error input[type="url"],
.ui.form .field.error input[type="tel"] {
  background-color: #FFFAFA;
  border-color: #E7BEBE;
  border-left: none;
  color: #D95C5C;
  padding-left: 1.90rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0.3rem 0 0 0 #D95C5C inset;
  box-shadow: 0.3rem 0 0 0 #D95C5C inset; }

.ui.form .field.error textarea:focus,
.ui.form .field.error input[type="text"]:focus,
.ui.form .field.error input[type="email"]:focus,
.ui.form .field.error input[type="date"]:focus,
.ui.form .field.error input[type="password"]:focus,
.ui.form .field.error input[type="number"]:focus,
.ui.form .field.error input[type="url"]:focus,
.ui.form .field.error input[type="tel"]:focus {
  border-color: #ff5050;
  color: #ff5050;
  -webkit-appearance: none;
  -webkit-box-shadow: 0.3rem 0 0 0 #FF5050 inset;
  box-shadow: 0.3rem 0 0 0 #FF5050 inset; }

/*----------------------------
  Dropdown Selection Warning
  -----------------------------*/
.ui.form .fields.error .field .ui.dropdown,
.ui.form .fields.error .field .ui.dropdown .item,
.ui.form .field.error .ui.dropdown,
.ui.form .field.error .ui.dropdown .item {
  background-color: #FFFAFA;
  color: #D95C5C; }

.ui.form .fields.error .field .ui.dropdown,
.ui.form .field.error .ui.dropdown {
  -webkit-box-shadow: 0 0 0 1px #E7BEBE !important;
  box-shadow: 0 0 0 1px #E7BEBE !important; }

.ui.form .fields.error .field .ui.dropdown:hover,
.ui.form .field.error .ui.dropdown:hover {
  -webkit-box-shadow: 0 0 0 1px #E7BEBE !important;
  box-shadow: 0 0 0 1px #E7BEBE !important; }

.ui.form .fields.error .field .ui.dropdown:hover .menu,
.ui.form .field.error .ui.dropdown:hover .menu {
  -webkit-box-shadow: 0 1px 0 1px #E7BEBE;
  box-shadow: 0 1px 0 1px #E7BEBE; }

.ui.form .fields.error .field .ui.selection.dropdown .menu .item:hover,
.ui.form .field.error .ui.selection.dropdown .menu .item:hover {
  background-color: #FFF2F2; }

/* Currently Active item */
.ui.form .fields.error .field .ui.dropdown .menu .active.item,
.ui.form .field.error .ui.dropdown .menu .active.item {
  background-color: #FDCFCF !important; }

/*--------------------
  Empty (Placeholder)
  ---------------------*/
/* browsers require these rules separate */
.ui.form ::-webkit-input-placeholder {
  font-size: 1.60rem !important;
  font-weight: 300 !important; }

.ui.form ::-moz-placeholder {
  font-size: 1.60rem !important;
  font-weight: 300 !important; }

.ui.form :focus::-webkit-input-placeholder {
  color: #999999; }

.ui.form :focus::-moz-placeholder {
  color: #999999; }

/* Error Placeholder */
.ui.form .error ::-webkit-input-placeholder {
  color: rgba(255, 80, 80, 0.4); }

.ui.form .error ::-moz-placeholder {
  color: rgba(255, 80, 80, 0.4); }

.ui.form .error :focus::-webkit-input-placeholder {
  color: rgba(255, 80, 80, 0.7); }

.ui.form .error :focus::-moz-placeholder {
  color: rgba(255, 80, 80, 0.7); }

/*--------------------
       Disabled
       ---------------------*/
.ui.form .field :disabled,
.ui.form .field.disabled {
  opacity: 0.5; }

.ui.form .field.disabled label {
  opacity: 0.5; }

.ui.form .field.disabled :disabled {
  opacity: 1; }

/*--------------------
     Loading State
     ---------------------*/
/* On Form */
.ui.loading.loading.loading.loading {
  position: relative; }

.ui.loading.ui.loading.ui.loading.ui.loading:after {
  position: absolute;
  top: 0%;
  left: 0%;
  content: '';
  z-index: 9999;
  width: 100%;
  height: 101%;
  background: rgba(255, 255, 255, 0.8) url(/static/images/loader-large.gif) no-repeat 50% 50%;
  visibility: visible; }

/*******************************
           Variations
           *******************************/
/*--------------------
      Fluid Width
      ---------------------*/
.ui.form.fluid {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------
  Input w/ attached Button
  ---------------------------*/
.ui.form input.attached {
  width: auto; }

/*--------------------
      Date Input
      ---------------------*/
.ui.form .date.field > label {
  position: relative; }

.ui.form .date.field > label:after {
  position: absolute;
  top: 3.20rem;
  right: 0.80rem;
  font-family: 'Icons';
  content: '\f133';
  font-size: 1.90rem;
  font-weight: normal;
  color: #CCCCCC; }

/*--------------------
    Inverted Colors
    ---------------------*/
.ui.inverted.form label {
  color: #FFFFFF; }

.ui.inverted.form .field.error textarea,
.ui.inverted.form .field.error input[type="text"],
.ui.inverted.form .field.error input[type="email"],
.ui.inverted.form .field.error input[type="date"],
.ui.inverted.form .field.error input[type="password"],
.ui.inverted.form .field.error input[type="number"],
.ui.inverted.form .field.error input[type="url"],
.ui.inverted.form .field.error input[type="tel"] {
  background-color: #FFCCCC;
  -webkit-font-smoothing: antialiased; }

.ui.inverted.form .ui.checkbox label {
  color: rgba(255, 255, 255, 0.8); }

.ui.inverted.form .ui.checkbox label:hover,
.ui.inverted.form .ui.checkbox .box:hover {
  color: #FFFFFF; }

/*--------------------
     Field Groups
     ---------------------*/
/* Grouped Vertically */
.ui.form .grouped.fields {
  margin: 0 0 1.60rem; }

.ui.form .grouped.fields .field {
  display: block;
  float: none;
  margin: 0.80rem 0;
  padding: 0; }

/*--------------------
          Fields
          ---------------------*/
/* Split fields */
.ui.form .fields {
  clear: both; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
    .ui.form .fields {
      margin-bottom: 1.60rem; } }

.ui.form .fields:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.ui.form .fields > .field {
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.ui.form .fields > .field:first-child {
  border-left: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
    .ui.form .fields > .field:first-child {
      margin-bottom: 1.60rem; } }

/* Other Combinations */
.ui.form .two.fields > .fields,
.ui.form .two.fields > .field {
  width: 50%;
  padding-left: 1%;
  padding-right: 1%; }

.ui.form .three.fields > .fields,
.ui.form .three.fields > .field {
  width: 33.333%;
  padding-left: 1%;
  padding-right: 1%; }

.ui.form .four.fields > .fields,
.ui.form .four.fields > .field {
  width: 25%;
  padding-left: 1%;
  padding-right: 1%; }

.ui.form .five.fields > .fields,
.ui.form .five.fields > .field {
  width: 20%;
  padding-left: 1%;
  padding-right: 1%; }

.ui.form .fields .field:first-child {
  padding-left: 0%; }

.ui.form .fields .field:last-child {
  padding-right: 0%;
  margin-right: 0% !important; }

/* Fields grid support */
.ui.form .fields .wide.field {
  width: 6.25%;
  padding-left: 1%;
  padding-right: 1%; }

.ui.form .fields .wide.field:first-child {
  padding-left: 0%; }

.ui.form .fields .wide.field:last-child {
  padding-right: 0%; }

.ui.form .fields > .one.wide.field {
  width: 6.25%; }

.ui.form .fields > .two.wide.field {
  width: 12.5%; }

.ui.form .fields > .three.wide.field {
  width: 18.75%; }

.ui.form .fields > .four.wide.field {
  width: 25%; }

.ui.form .fields > .five.wide.field {
  width: 31.25%; }

.ui.form .fields > .six.wide.field {
  width: 37.5%; }

.ui.form .fields > .seven.wide.field {
  width: 43.75%; }

.ui.form .fields > .eight.wide.field {
  width: 50%; }

.ui.form .fields > .nine.wide.field {
  width: 56.25%; }

.ui.form .fields > .ten.wide.field {
  width: 62.5%; }

.ui.form .fields > .eleven.wide.field {
  width: 68.75%; }

.ui.form .fields > .twelve.wide.field {
  width: 75%; }

.ui.form .fields > .thirteen.wide.field {
  width: 81.25%; }

.ui.form .fields > .fourteen.wide.field {
  width: 87.5%; }

.ui.form .fields > .fifteen.wide.field {
  width: 93.75%; }

.ui.form .fields > .sixteen.wide.field {
  width: 100%; }

/* Swap to full width on mobile */
@media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
  .ui.form .two.fields > .fields,
  .ui.form .two.fields > .field,
  .ui.form .three.fields > .fields,
  .ui.form .three.fields > .field,
  .ui.form .four.fields > .fields,
  .ui.form .four.fields > .field,
  .ui.form .five.fields > .fields,
  .ui.form .five.fields > .field,
  .ui.form .fields > .two.wide.field,
  .ui.form .fields > .three.wide.field,
  .ui.form .fields > .four.wide.field,
  .ui.form .fields > .five.wide.field,
  .ui.form .fields > .six.wide.field,
  .ui.form .fields > .seven.wide.field,
  .ui.form .fields > .eight.wide.field,
  .ui.form .fields > .nine.wide.field,
  .ui.form .fields > .ten.wide.field,
  .ui.form .fields > .eleven.wide.field,
  .ui.form .fields > .twelve.wide.field,
  .ui.form .fields > .thirteen.wide.field,
  .ui.form .fields > .fourteen.wide.field,
  .ui.form .fields > .fifteen.wide.field,
  .ui.form .fields > .sixteen.wide.field {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%; } }
/*--------------------
    Inline Fields
    ---------------------*/
.ui.form .inline.fields .field {
  min-height: 1.3rem;
  margin-right: 0.80rem; }

.ui.form .inline.fields .field > label,
.ui.form .inline.fields .field > p,
.ui.form .inline.fields .field > .ui.input,
.ui.form .inline.fields .field > input,
.ui.form .inline.field > label,
.ui.form .inline.field > p,
.ui.form .inline.field > .ui.input,
.ui.form .inline.field > input {
  display: inline-block;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.ui.form .inline.fields .field > :first-child,
.ui.form .inline.field > :first-child {
  margin: 0 0.80rem 0 0; }

.ui.form .inline.fields .field > :only-child,
.ui.form .inline.field > :only-child {
  margin: 0; }

/*--------------------
        Sizes
        ---------------------*/
/* Standard */
.ui.small.form {
  font-size: 1.40rem; }

.ui.small.form textarea,
.ui.small.form input[type="text"],
.ui.small.form input[type="email"],
.ui.small.form input[type="date"],
.ui.small.form input[type="password"],
.ui.small.form input[type="number"],
.ui.small.form input[type="url"],
.ui.small.form input[type="tel"],
.ui.small.form label {
  font-size: 1.60rem;
  -webkit-font-smoothing: antialiased; }

/* Large */
.ui.large.form {
  font-size: 1.90rem; }

.ui.form .field.right-aligned {
  text-align: right; }

.vnext-modal .ui.form textarea,
.vnext-modal .ui.form input[type=text],
.vnext-modal .ui.form input[type=email],
.vnext-modal .ui.form input[type=date],
.vnext-modal .ui.form input[type=password],
.vnext-modal .ui.form input[type=number],
.vnext-modal .ui.form input[type=url],
.vnext-modal .ui.form input[type=tel] {
  padding: 0.80rem 1.60rem;
  height: auto;
  height: 5.00rem;
  font-size: 1.60rem;
  font-weight: 300; }

.vnext-modal .ui.form textarea {
  height: 7rem; }

.vnext-modal .ui.form .field:not(.simple) .ui.pointing.label.left, .ui.form .field:not(.simple) .ui.pointing.label.right {
  top: 32%; }

.ui.pointing.label.absolute {
  z-index: 100; }

.secure-icon, .credit-card-icon.big {
  font-size: 3.20rem; }

.mymurals.mymurals.mymurals.mymurals.mymurals input {
  height: 4.80rem; }

/*
 * # Semantic - Image
 * http://github.com/jlukic/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Image
             *******************************/
.ui.image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.05); }

img.ui.image {
  display: block;
  background: none; }

.ui.image img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover; }

/*******************************
            States
            *******************************/
.ui.disabled.image {
  cursor: default;
  opacity: 0.3; }

/*******************************
          Variations
          *******************************/
/*--------------
     Rounded
     ---------------*/
.ui.rounded.images .image,
.ui.rounded.images img,
.ui.rounded.image img,
.ui.rounded.image {
  border-radius: 0.3125rem; }

/*--------------
     Circular
     ---------------*/
.ui.circular.images .image,
.ui.circular.images img,
.ui.circular.image img,
.ui.circular.image.add-photo,
.ui.circular.image {
  border-radius: 500rem;
  position: relative;
  z-index: auto; }

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

.ui.add-photo {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 500rem;
  border: 1px solid #8e8e8e;
  background: url("${images}/user-avatar-default.png") no-repeat center center;
  cursor: pointer; }

.ui.add-photo:before {
  content: 'Add Photo';
  text-transform: uppercase;
  font-size: 1.10rem;
  color: white;
  background: #ff0066;
  position: absolute;
  bottom: 20px;
  z-index: auto;
  padding: 4px 0 2px;
  width: 100%;
  left: 0; }

.ui.add-photo.circular.image.avatar-added {
  background: none !important; }
  .ui.add-photo.circular.image.avatar-added:before {
    content: '';
    background: none; }
  .ui.add-photo.circular.image.avatar-added img {
    vertical-align: middle;
    display: inline-block;
    top: 50%;
    border-radius: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0; }

.ui.add-photo.image.settings {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  background: #fafafa;
  border: none;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
  border: 1px solid black; }
  .ui.add-photo.image.settings img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .ui.add-photo.image.settings:before {
    content: 'Add Photo';
    text-transform: uppercase;
    font-size: 1.60rem;
    color: #FFF;
    background: #000;
    position: absolute;
    bottom: 0;
    z-index: auto;
    padding: 10px 0 7px;
    width: 100%;
    left: 0;
    text-align: center;
    opacity: 0.7;
    top: 50%;
    height: 1.60rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .ui.add-photo.image.settings.avatar-added:before {
    display: none; }

/*--------------
     Fluid
     ---------------*/
.ui.fluid.images,
.ui.fluid.image,
.ui.fluid.images img,
.ui.fluid.image img {
  display: block;
  width: 100%; }

/*--------------
     Avatar
     ---------------*/
.ui.avatar.images .image,
.ui.avatar.images img,
.ui.avatar.image img,
.ui.avatar.image {
  margin-right: 0.40rem;
  display: inline-block;
  width: 3.60rem;
  height: 3.60rem;
  border-radius: 500rem; }

/*-------------------
       Floated
       --------------------*/
.ui.floated.image,
.ui.floated.images {
  float: left;
  margin-right: 1.60rem;
  margin-bottom: 1.60rem; }

.ui.right.floated.images,
.ui.right.floated.image {
  float: right;
  margin-bottom: 1.60rem;
  margin-left: 1.60rem; }

/*--------------
     Sizes
     ---------------*/
.ui.tiny.images .image,
.ui.tiny.images img,
.ui.tiny.image {
  width: 20px;
  font-size: 1.10rem; }

.ui.mini.images .image,
.ui.mini.images img,
.ui.mini.image {
  width: 35px;
  font-size: 1.30rem; }

.ui.small.images .image,
.ui.small.images img,
.ui.small.image {
  width: 80px;
  font-size: 1.40rem; }

.ui.medium.images .image,
.ui.medium.images img,
.ui.medium.image {
  width: 300px;
  font-size: 1.60rem; }

.ui.large.images .image,
.ui.large.images img,
.ui.large.image {
  width: 450px;
  font-size: 1.80rem; }

.ui.huge.images .image,
.ui.huge.images img,
.ui.huge.image {
  width: 600px;
  font-size: 1.90rem; }

/*******************************
              Groups
              *******************************/
.ui.images {
  font-size: 0;
  margin: 0 -0.25rem 0; }

.ui.images .image,
.ui.images img {
  display: inline-block;
  margin: 0 0.25rem 0.80rem; }

/*
 * # Semantic - Input
 * http://github.com/jlukic/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
           Standard
*******************************/
/*--------------------
        Inputs
---------------------*/
.ui.input.labeled.name:before {
  content: 'name'; }

.ui.input.labeled.lastname:before {
  content: 'last name'; }

.ui.input.labeled.password:before {
  content: 'password'; }

.ui.input.labeled:before {
  font-size: 1.30rem;
  color: black;
  text-transform: uppercase;
  left: 5px;
  position: absolute;
  top: -17px;
  font-family: 'proxima-nova'; }

.ui.input {
  display: inline-block;
  position: relative;
  width: 100%;
  border-radius: 5px;
  border: #ababab 1px solid;
  height: 60px;
  color: #323232;
  font-weight: 400;
  text-transform: none; }
  .ui.input.hint {
    border-radius: 5px;
    border: #3b3b3b 1px solid;
    height: 60px;
    color: #323232;
    font-weight: 400;
    text-transform: none; }
  .ui.input.dark {
    border-radius: 5px;
    border: #323232 1px solid;
    height: 60px;
    color: #323232;
    font-weight: 400;
    text-transform: none; }
  .ui.input.error {
    border-radius: 5px;
    border: #c82c2c 1px solid;
    height: 60px;
    color: #323232;
    font-weight: 400;
    text-transform: none; }

.ui.input input {
  width: 100%;
  height: 100%;
  font-size: 1.90rem;
  margin: 0;
  padding: 0.80rem;
  background-color: #FFFFFF;
  border: none;
  outline: none;
  border-radius: 0.3125rem;
  -webkit-transition: background-color 0.3s ease-out, -webkit-box-shadow 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------
      Placeholder
---------------------*/
/* browsers require these rules separate */
.ui.input::-webkit-input-placeholder {
  color: #323232;
  font-size: 1.60rem !important;
  font-weight: 300 !important; }

.ui.input::-moz-placeholder {
  color: #323232; }

/*******************************
            States
*******************************/
/*--------------------
        Active
---------------------*/
.ui.input input:active,
.ui.input.down input {
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #FAFAFA; }

/*--------------------
        Loading
---------------------*/
.ui.loading.input > .icon {
  background: url("../assets/images/loader-mini.gif") no-repeat 50% 50%; }

.ui.loading.input > .icon:before,
.ui.loading.input > .icon:after {
  display: none; }

/*--------------------
        Focus
---------------------*/
.ui.input.focus input,
.ui.input input:focus {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.85); }

.ui.input.focus input input::-webkit-input-placeholder,
.ui.input input:focus input::-webkit-input-placeholder {
  color: #AAAAAA; }

.ui.input.focus input input::-moz-placeholder,
.ui.input input:focus input::-moz-placeholder {
  color: #AAAAAA; }

/*--------------------
        Error
---------------------*/
.ui.input.error input {
  background-color: #FFFAFA;
  border-color: #E7BEBE; }

/* Error Placeholder */
.ui.input.error input ::-webkit-input-placeholder {
  color: #323232; }

.ui.input.error input ::-moz-placeholder {
  color: #323232; }

.ui.input.error input :focus::-webkit-input-placeholder {
  color: #323232; }

.ui.input.error input :focus::-moz-placeholder {
  color: #323232; }

/*******************************
           Variations
*******************************/
/*--------------------
      Transparent
---------------------*/
.ui.transparent.input input {
  border: none;
  background-color: transparent; }

/*--------------------
         Icon
---------------------*/
.ui.icon.input > .icon {
  cursor: default;
  position: absolute;
  opacity: 0.5;
  top: 0;
  right: 0;
  margin: 0;
  width: 20.90rem;
  height: 100%;
  padding-top: 0.82rem;
  text-align: center;
  border-radius: 0 0.3125rem 0.3125rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.ui.icon.input > .link.icon {
  cursor: pointer; }

.ui.icon.input input {
  padding-right: 3rem !important; }

.ui.icon.input > .circular.icon {
  top: 0.60rem;
  right: 0.80rem; }

/* Left Side */
.ui.left.icon.input > .icon {
  right: auto;
  left: 1px;
  border-radius: 0.3125rem 0 0 0.3125rem; }

.ui.left.icon.input > .circular.icon {
  right: auto;
  left: 0.80rem; }

.ui.left.icon.input > input {
  padding-left: 3rem !important;
  padding-right: 1.90rem !important; }

/* Focus */
.ui.icon.input > input:focus ~ .icon {
  opacity: 1; }

/*--------------------
        Labeled
---------------------*/
.ui.labeled.input .corner.label {
  font-size: 1.10rem;
  border-radius: 0 0.3125rem; }

.ui.labeled.input .left.corner.label {
  border-radius: 0.3125rem 0; }

.ui.labeled.input input {
  padding-right: 4.00rem !important; }

/* Spacing with corner label */
.ui.labeled.icon.input:not(.left) > input {
  padding-right: 5.00rem !important; }

.ui.labeled.icon.input:not(.left) > .icon {
  margin-right: 2.00rem; }

/*--------------------
        Action
---------------------*/
.ui.action.input {
  display: table; }

.ui.action.input > input {
  display: table-cell;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none; }

.ui.action.input > .button,
.ui.action.input > .buttons {
  display: table-cell;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap; }

.ui.action.input > .button > .icon,
.ui.action.input > .buttons > .button > .icon {
  display: inline;
  vertical-align: top; }

.ui.fluid.action.input {
  display: table;
  width: 100%; }

.ui.fluid.action.input > .button {
  width: 0.01%; }

/*--------------------
        Fluid
---------------------*/
.ui.fluid.input {
  display: block; }

/*--------------------
        Size
---------------------*/
.ui.mini.input {
  font-size: 0.8125rem; }

.ui.small.input {
  font-size: 1.40rem; }

.ui.input {
  font-size: 1.60rem; }

.ui.large.input {
  font-size: 1.80rem; }

.ui.big.input {
  font-size: 2.00rem; }

.ui.huge.input {
  font-size: 1.375rem; }

.ui.massive.input {
  font-size: 2.40rem; }

.input-container.m-search {
  position: relative;
  margin-top: 10px; }
  .input-container.m-search:before {
    position: absolute;
    top: 0;
    right: -8px;
    font-size: 3.20rem;
    color: #999; }

.input.search {
  height: 30px;
  border: 1px solid #CDCDCD;
  font-family: 'proxima-nova';
  padding-left: 10px;
  width: 100%; }
  .input.search:focus {
    outline: none; }

/*
 * # Semantic - Label
 * http://github.com/jlukic/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Label
            *******************************/
.ui.label {
  display: inline-block;
  vertical-align: middle;
  background-color: #E8E8E8;
  border-color: #E8E8E8;
  padding: 0.80rem 1.30rem;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0.50rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap; }

.ui.label.full {
  width: 100%;
  text-align: center; }

.ui.label:first-child {
  margin-left: 0; }

.ui.label:last-child {
  margin-right: 0; }

/* Link */
a.ui.label {
  cursor: pointer; }

/* Inside Link */
.ui.label a {
  cursor: pointer;
  color: inherit;
  opacity: 0.8;
  -webkit-transition: 0.2s opacity ease;
  -moz-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease; }

.ui.label a:hover {
  opacity: 1; }

/* Detail */
.ui.label .detail {
  display: inline-block;
  margin-left: 0.80rem;
  font-weight: bold;
  opacity: 0.8; }

/* Icon */
.ui.label .icon {
  width: auto; }

/* Removable label */
.ui.label .delete.icon {
  cursor: pointer;
  margin: 0 0 0 0.80rem;
  opacity: 0.7;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }

.ui.label .delete.icon:hover {
  opacity: 0.99; }

/*-------------------
       Coupling
       --------------------*/
/* Padding on next content after a label */
.ui.segment > .attached.label:first-child + * {
  margin-top: 4.00rem; }

.ui.segment > .bottom.attached.label:first-child ~ :last-child {
  margin-top: 0;
  margin-bottom: 4.00rem; }

/*******************************
             Types
             *******************************/
.ui.image.label {
  width: auto !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  line-height: 2.40rem;
  vertical-align: baseline;
  text-transform: none;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; }

.ui.image.label img {
  display: inline-block;
  height: 3.60rem;
  margin: -0.4rem 1.30rem -0.4rem -1.30rem;
  vertical-align: top;
  border-radius: 0.50rem 0 0 0.50rem; }

/*******************************
             States
             *******************************/
/*-------------------
      Disabled
      --------------------*/
.ui.label.disabled {
  opacity: 0.5; }

/*-------------------
        Hover
        --------------------*/
a.ui.labels .label:hover,
a.ui.label:hover {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
  color: rgba(0, 0, 0, 0.7); }

.ui.labels a.label:hover:before,
a.ui.label:hover:before {
  background-color: #E0E0E0;
  color: rgba(0, 0, 0, 0.7); }

/*-------------------
      Visible
      --------------------*/
.ui.labels.visible .label,
.ui.label.visible {
  display: inline-block !important; }

/*-------------------
      Hidden
      --------------------*/
.ui.labels.hidden .label,
.ui.label.hidden {
  display: none !important; }

/*******************************
           Variations
           *******************************/
/*-------------------
         Tag
         --------------------*/
.ui.tag.labels .label,
.ui.tag.label {
  margin-left: 1.60rem;
  position: relative;
  padding: 0.33rem 1.3rem 0.33rem 2.30rem;
  border-radius: 0 3px 3px 0; }

.ui.tag.labels .label:before,
.ui.tag.label:before {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  content: '';
  margin-left: -1rem;
  background-image: none;
  width: 2.40rem;
  height: 2.40rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }

.ui.tag.labels .label:after,
.ui.tag.label:after {
  position: absolute;
  content: '';
  top: 50%;
  left: -0.25rem;
  margin-top: -0.3rem;
  background-color: #FFFFFF;
  width: 0.55rem;
  height: 0.55rem;
  -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 100px 100px 100px 100px; }

/*-------------------
       Ribbon
       --------------------*/
.ui.ribbon.label {
  position: relative;
  margin: 0 0.30rem;
  left: -2rem;
  padding-left: 3.20rem;
  border-radius: 0 4px 4px 0;
  border-color: rgba(0, 0, 0, 0.15); }

.ui.ribbon.label:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0%;
  border-top: 0 solid transparent;
  border-right-width: 1.60rem;
  border-right-color: inherit;
  border-right-style: solid;
  border-bottom: 1rem solid transparent;
  border-left: 0 solid transparent;
  width: 0;
  height: 0; }

/*-------------------
       Attached
       --------------------*/
.ui.top.attached.label,
.ui.attached.label {
  width: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  padding: 1.20rem 1.60rem;
  border-radius: 4px 4px 0 0; }

.ui.bottom.attached.label {
  top: auto;
  bottom: 0;
  border-radius: 0 0 4px 4px; }

.ui.top.left.attached.label {
  width: auto;
  margin-top: 0 !important;
  border-radius: 4px 0 4px 0; }

.ui.top.right.attached.label {
  width: auto;
  left: auto;
  right: 0;
  border-radius: 0 4px 0 4px; }

.ui.bottom.left.attached.label {
  width: auto;
  top: auto;
  bottom: 0;
  border-radius: 4px 0 0 4px; }

.ui.bottom.right.attached.label {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: auto;
  border-radius: 0 4px 0 4px; }

/*-------------------
    Corner Label
    --------------------*/
.ui.corner.label {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  margin: 0;
  width: 4.80rem;
  height: 4.80rem;
  padding: 0;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.ui.corner.label:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-left: 0 solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }

.ui.corner.label .icon {
  font-size: 1.40rem;
  margin: 0.80rem 0 0 2.00rem; }

.ui.corner.label .text {
  display: inline-block;
  font-weight: bold;
  margin: 0.80rem 0 0 1.60rem;
  width: 4.00rem;
  font-size: 1.40rem;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Coupling */
.ui.rounded.image > .ui.corner.label,
.ui.input > .ui.corner.label,
.ui.segment > .ui.corner.label {
  overflow: hidden; }

.ui.segment > .ui.corner.label {
  top: -1px;
  right: -1px; }

.ui.segment > .ui.left.corner.label {
  right: auto;
  left: -1px; }

.ui.input > .ui.corner.label {
  top: 1px;
  right: 1px; }

.ui.input > .ui.right.corner.label {
  right: auto;
  left: 1px; }

/* Left Corner */
.ui.left.corner.label,
.ui.left.corner.label:after {
  right: auto;
  left: 0; }

.ui.left.corner.label:after {
  border-top: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top-color: inherit; }

.ui.left.corner.label .icon {
  margin: 0.80rem 0 0 -1rem; }

.ui.left.corner.label .text {
  margin: 0.80rem 0 0 -1rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Hover */
.ui.corner.label:hover {
  background-color: transparent; }

/*-------------------
       Fluid
       --------------------*/
.ui.label.fluid,
.ui.fluid.labels > .label {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*-------------------
       Inverted
       --------------------*/
.ui.inverted.labels .label,
.ui.inverted.label {
  color: #FFFFFF !important; }

/*-------------------
       Colors
       --------------------*/
/*--- Black ---*/
.ui.black.labels .label,
.ui.black.label {
  background-color: #5C6166 !important;
  border-color: #5C6166 !important;
  color: #FFFFFF !important; }

.ui.labels .black.label:before,
.ui.black.labels .label:before,
.ui.black.label:before {
  background-color: #5C6166 !important; }

/* Hover */
a.ui.black.labels .label:hover,
a.ui.black.label:hover {
  background-color: #333333 !important;
  border-color: #333333 !important; }

.ui.labels a.black.label:hover:before,
.ui.black.labels a.label:hover:before,
a.ui.black.label:hover:before {
  background-color: #333333 !important; }

/* Corner */
.ui.black.corner.label,
.ui.black.corner.label:hover {
  background-color: transparent !important; }

/* Ribbon */
.ui.black.ribbon.label {
  border-color: #333333 !important; }

/*--- fucsia ---*/
.ui.fucsia.labels .label,
.ui.fucsia.label {
  background-color: #FF0066 !important;
  border-color: #FF0066 !important;
  color: #FFFFFF !important; }

.ui.labels .fucsia.label:before,
.ui.fucsia.labels .label:before,
.ui.fucsia.label:before {
  background-color: #FF0066 !important; }

/* Hover */
a.ui.fucsia.labels .label:hover,
a.ui.fucsia.label:hover {
  background-color: #ff0066 !important;
  border-color: #ff0066 !important; }

.ui.labels a.fucsia.label:hover:before,
.ui.fucsia.labels a.label:hover:before,
a.ui.fucsia.label:hover:before {
  background-color: #ff0066 !important; }

/*--- Green ---*/
.ui.green.labels .label,
.ui.green.label {
  background-color: #A1CF64 !important;
  border-color: #A1CF64 !important;
  color: #FFFFFF !important; }

.ui.labels .green.label:before,
.ui.green.labels .label:before,
.ui.green.label:before {
  background-color: #A1CF64 !important; }

/* Hover */
a.ui.green.labels .label:hover,
a.ui.green.label:hover {
  background-color: #89B84C !important;
  border-color: #89B84C !important; }

.ui.labels a.green.label:hover:before,
.ui.green.labels a.label:hover:before,
a.ui.green.label:hover:before {
  background-color: #89B84C !important; }

/* Corner */
.ui.green.corner.label,
.ui.green.corner.label:hover {
  background-color: transparent !important; }

/* Ribbon */
.ui.green.ribbon.label {
  border-color: #89B84C !important; }

/*--- Red ---*/
.ui.red.labels .label,
.ui.red.label {
  background-color: #c82c2c !important;
  border-color: #c82c2c !important;
  color: #FFFFFF !important; }

.ui.labels .red.label:before,
.ui.red.labels .label:before,
.ui.red.label:before {
  background-color: #c82c2c !important; }

/* Corner */
.ui.red.corner.label,
.ui.red.corner.label:hover {
  background-color: transparent !important; }

/* Hover */
a.ui.red.labels .label:hover,
a.ui.red.label:hover {
  background-color: #DE3859 !important;
  border-color: #DE3859 !important;
  color: #FFFFFF !important; }

.ui.labels a.red.label:hover:before,
.ui.red.labels a.label:hover:before,
a.ui.red.label:hover:before {
  background-color: #DE3859 !important; }

/* Ribbon */
.ui.red.ribbon.label {
  border-color: #DE3859 !important; }

/*--- Blue ---*/
.ui.blue.labels .label,
.ui.blue.label {
  background-color: #6ECFF5 !important;
  border-color: #6ECFF5 !important;
  color: #FFFFFF !important; }

.ui.labels .blue.label:before,
.ui.blue.labels .label:before,
.ui.blue.label:before {
  background-color: #6ECFF5 !important; }

/* Hover */
a.ui.blue.labels .label:hover,
.ui.blue.labels a.label:hover,
a.ui.blue.label:hover {
  background-color: #1AB8F3 !important;
  border-color: #1AB8F3 !important;
  color: #FFFFFF !important; }

.ui.labels a.blue.label:hover:before,
.ui.blue.labels a.label:hover:before,
a.ui.blue.label:hover:before {
  background-color: #1AB8F3 !important; }

/* Corner */
.ui.blue.corner.label,
.ui.blue.corner.label:hover {
  background-color: transparent !important; }

/* Ribbon */
.ui.blue.ribbon.label {
  border-color: #1AB8F3 !important; }

/*--- Purple ---*/
.ui.purple.labels .label,
.ui.purple.label {
  background-color: #FF0066 !important;
  border-color: #FF0066 !important;
  color: #FFFFFF !important; }

.ui.labels .purple.label:before,
.ui.purple.labels .label:before,
.ui.purple.label:before {
  background-color: #FF0066 !important; }

/* Hover */
a.ui.purple.labels .label:hover,
.ui.purple.labels a.label:hover,
a.ui.purple.label:hover {
  background-color: #E40B62 !important;
  border-color: #E40B62 !important;
  color: #FFFFFF !important; }

.ui.labels a.purple.label:hover:before,
.ui.purple.labels a.label:hover:before,
a.ui.purple.label:hover:before {
  background-color: #E40B62 !important; }

/* Corner */
.ui.purple.corner.label,
.ui.purple.corner.label:hover {
  background-color: transparent !important; }

/* Ribbon */
.ui.purple.ribbon.label {
  border-color: #E40B62 !important; }

/*--- Orange ---*/
.ui.orange.labels .label,
.ui.orange.label {
  background-color: #F05940 !important;
  border-color: #F05940 !important;
  color: #FFFFFF !important; }

.ui.labels .orange.label:before,
.ui.orange.labels .label:before,
.ui.orange.label:before {
  background-color: #F05940 !important; }

/* Hover */
a.ui.orange.labels .label:hover,
.ui.orange.labels a.label:hover,
a.ui.orange.label:hover {
  background-color: #FF4121 !important;
  border-color: #FF4121 !important;
  color: #FFFFFF !important; }

.ui.labels a.orange.label:hover:before,
.ui.orange.labels a.label:hover:before,
a.ui.orange.label:hover:before {
  background-color: #FF4121 !important; }

/* Corner */
.ui.orange.corner.label,
.ui.orange.corner.label:hover {
  background-color: transparent !important; }

/* Ribbon */
.ui.orange.ribbon.label {
  border-color: #FF4121 !important; }

/*--- Teal ---*/
.ui.teal.labels .label,
.ui.teal.label {
  background-color: #00B5AD !important;
  border-color: #00B5AD !important;
  color: #FFFFFF !important; }

.ui.labels .teal.label:before,
.ui.teal.labels .label:before,
.ui.teal.label:before {
  background-color: #00B5AD !important; }

/* Hover */
a.ui.teal.labels .label:hover,
.ui.teal.labels a.label:hover,
a.ui.teal.label:hover {
  background-color: #009A93 !important;
  border-color: #009A93 !important;
  color: #FFFFFF !important; }

.ui.labels a.teal.label:hover:before,
.ui.teal.labels a.label:hover:before,
a.ui.teal.label:hover:before {
  background-color: #009A93 !important; }

/* Corner */
.ui.teal.corner.label,
.ui.teal.corner.label:hover {
  background-color: transparent !important; }

/* Ribbon */
.ui.teal.ribbon.label {
  border-color: #009A93 !important; }

/*-------------------
     Horizontal
     --------------------*/
.ui.horizontal.labels .label,
.ui.horizontal.label {
  margin: -0.125rem 0.80rem -0.125rem 0;
  padding: 0.60rem 1.60rem;
  min-width: 6rem;
  text-align: center; }

/*-------------------
       Circular
       --------------------*/
.ui.circular.labels .label,
.ui.circular.label {
  min-height: 1.60rem;
  max-height: 3.20rem;
  padding: 0.80rem !important;
  line-height: 1.60rem;
  text-align: center;
  border-radius: 500rem; }

/*-------------------
       Pointing
       --------------------*/
.ui.pointing.label {
  position: relative;
  @exted .animated; }

.ui.attached.pointing.label {
  position: absolute; }

.ui.pointing.label:before {
  position: absolute;
  content: "";
  width: 00.90rem;
  height: 00.90rem;
  background-image: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2; }

/*--- Above ---*/
.ui.pointing.label:before {
  background-color: #E8E8E8; }

.ui.pointing.above.label {
  margin-top: 10px;
  margin-bottom: 0;
  width: 100%; }

.ui.pointing.label:before,
.ui.pointing.above.label:before {
  margin-left: -0.3rem;
  top: -0.3rem;
  left: 5%; }

/*--- Below ---*/
.ui.pointing.below.label {
  margin-top: 0;
  margin-bottom: 1.60rem; }

.ui.pointing.below.label:before {
  margin-left: -0.3rem;
  top: auto;
  right: auto;
  bottom: -0.3rem;
  left: 5%; }

/*--- Left ---*/
.ui.pointing.left.label {
  position: absolute;
  top: 18%;
  left: 104%;
  width: auto; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .ui.pointing.left.label {
      position: relative;
      left: 0;
      margin-top: 1.60rem;
      width: 100%; } }

.ui.pointing.left.label:before {
  margin-top: -0.3rem;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 0.1rem; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .ui.pointing.left.label:before {
      top: 0.1rem;
      left: 10%; } }

/*--- Right ---*/
.ui.pointing.right.label {
  position: absolute;
  top: 17%;
  right: 105%;
  width: auto; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), (min-width: 990px) and (max-width: 1128px) {
    .ui.pointing.right.label {
      position: relative;
      right: 0;
      margin-top: 1.60rem;
      margin-bottom: 0.80rem;
      width: 100%; } }

.ui.pointing.right.label.special {
  left: -50%;
  top: 23%; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .ui.pointing.right.label.special {
      position: relative;
      left: 0;
      margin-top: 1.60rem;
      width: auto; } }

.ui.pointing.right.label:before {
  margin-top: -0.3rem;
  right: -0.3rem;
  top: 50%;
  bottom: auto;
  left: auto; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), (min-width: 990px) and (max-width: 1128px) {
    .ui.pointing.right.label:before {
      top: 0.1rem;
      left: 10%; } }

.ui.form.fluid .fields .field .ui.pointing.left.label {
  left: 108%; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .ui.form.fluid .fields .field .ui.pointing.left.label {
      left: 0%; } }

.ui.form.fluid .fields .field .ui.pointing.right.label {
  left: -50%; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .ui.form.fluid .fields .field .ui.pointing.right.label {
      left: 0%; } }

.ui.pointing.above.special.label {
  width: auto;
  background: white;
  border-radius: 0;
  border: 1px solid #323232;
  padding: 1.60rem;
  white-space: normal; }
  .ui.pointing.above.special.label:before {
    background: white;
    border-left: 1px solid #323232;
    border-top: 1px solid #323232;
    top: -0.33rem;
    left: 19%; }
    @media only screen and (max-width: 600px) and (orientation: portrait) {
      .ui.pointing.above.special.label:before {
        left: 50%; } }

.ui.large.fluid.form .two.fields .field.simple .ui.red.pointing.right.label {
  right: 100%;
  left: inherit; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .ui.large.fluid.form .two.fields .field.simple .ui.red.pointing.right.label {
      display: block;
      position: relative;
      left: 0; } }

.ui.large.fluid.form .two.fields .field.simple .ui.red.pointing.left.label {
  left: 108%;
  right: inherit; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .ui.large.fluid.form .two.fields .field.simple .ui.red.pointing.left.label {
      display: block;
      position: relative;
      left: 0; } }

/*------------------
   Floating Label
   -------------------*/
.ui.floating.label {
  position: absolute;
  z-index: 100;
  top: -1rem;
  left: 100%;
  margin: 0 0 0 -1.5rem !important; }

/*-------------------
        Sizes
        --------------------*/
.ui.small.labels .label,
.ui.small.label {
  font-size: 00.90rem !important; }

.ui.label {
  font-size: 1.20rem; }

.ui.large.labels .label,
.ui.large.label {
  font-size: 1.40rem; }

.ui.huge.labels .label,
.ui.huge.label {
  font-size: 1.60rem;
  padding: 0.80rem 1.8rem; }

.hint.label {
  background: #000;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 6px 0;
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
  font-size: 15px; }

/*
 * # Semantic List - Flat
 * http://github.com/jlukic/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 * Released: April 26 2013
 */
/*******************************
            List
            *******************************/
ul.ui.list,
ol.ui.list,
.ui.list {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0; }

ul.ui.list ul,
ol.ui.list ol,
.ui.list .list {
  margin: 0;
  padding: 0.80rem 0 0.80rem 1.60rem; }

ul.ui.list:first-child,
ol.ui.list:first-child,
.ui.list:first-child {
  margin-top: 0; }

ul.ui.list:last-child,
ol.ui.list:last-child,
.ui.list:last-child {
  margin-bottom: 0; }

/*******************************
            Content
            *******************************/
/* List item */
ul.ui.list li,
ol.ui.list li,
.ui.list .item {
  display: list-item;
  list-style-type: none;
  list-style-position: inside;
  padding: 0.3rem 0;
  line-height: 1.90rem; }

.ui.list .item:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Sub-List */
.ui.list .list {
  clear: both; }

/* Icon */
.ui.list .item > .icon {
  display: block;
  float: left;
  margin: 0 1rem 0 0;
  padding: 0.1rem 0 0 0; }

.ui.list .item > .icon:only-child {
  display: inline-block; }

.ui.horizontal.list .item > .icon {
  margin: 0;
  padding: 0 0.25rem 0 0; }

.ui.horizontal.list .item > .icon,
.ui.horizontal.list .item > .icon + .content {
  float: none;
  display: inline-block; }

/* Image */
.ui.list .item > img {
  display: block;
  float: left;
  margin-right: 1.60rem;
  vertical-align: middle; }

/* Content */
.ui.list .item > .content {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.90rem; }

.ui.list .item > .icon + .content {
  display: table-cell;
  vertical-align: top; }

/* Link */
.ui.list a {
  cursor: pointer; }

.ui.list a .icon {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease; }

/* Header */
.ui.list .header {
  font-weight: bold; }

.ui.list .description {
  color: rgba(0, 0, 0, 0.5); }

/* Floated Content */
.ui.list .item > .left.floated {
  margin-right: 1.60rem;
  float: left; }

.ui.list .item > .right.floated {
  margin-left: 1.60rem;
  float: right; }

/*******************************
            Types
            *******************************/
/*-------------------
      Horizontal
      --------------------*/
.ui.horizontal.list {
  display: inline-block;
  font-size: 0; }

.ui.horizontal.list > .item {
  display: inline-block;
  margin-left: 1.60rem;
  font-size: 1.60rem; }

.ui.horizontal.list > .item:first-child {
  margin-left: 0; }

.ui.horizontal.list .list {
  padding-left: 0;
  padding-bottom: 0; }

/*******************************
             States
             *******************************/
/*-------------------
        Hover
        --------------------*/
.ui.list a:hover .icon {
  color: rgba(0, 0, 0, 0.8); }

/*******************************
           Variations
           *******************************/
/*-------------------
       Inverted
       --------------------*/
.ui.inverted.list a .icon {
  color: rgba(255, 255, 255, 0.6); }

.ui.inverted.list .description {
  color: rgba(255, 255, 255, 0.8); }

.ui.inverted.link.list .item {
  color: rgba(255, 255, 255, 0.4); }

/*-------------------
       Link
       --------------------*/
.ui.link.list .item {
  color: rgba(0, 0, 0, 0.3); }

.ui.link.list a.item,
.ui.link.list .item a {
  color: rgba(0, 0, 0, 0.5); }

.ui.link.list a.item:hover,
.ui.link.list .item a:hover {
  color: rgba(0, 0, 0, 0.8); }

.ui.link.list a.item:active,
.ui.link.list .item a:active {
  color: rgba(0, 0, 0, 0.8); }

.ui.link.list a.active.item,
.ui.link.list .active.item a {
  color: rgba(0, 0, 0, 0.8); }

/* Inverted */
.ui.inverted.link.list a.item,
.ui.inverted.link.list .item a {
  color: rgba(255, 255, 255, 0.6); }

.ui.inverted.link.list a.item:hover,
.ui.inverted.link.list .item a:hover {
  color: rgba(255, 255, 255, 0.8); }

.ui.inverted.link.list a.item:active,
.ui.inverted.link.list .item a:active {
  color: rgba(255, 255, 255, 0.9); }

.ui.inverted.link.list a.active.item,
.ui.inverted.link.list .active.item a {
  color: rgba(255, 255, 255, 0.8); }

/*-------------------
      Selection
      --------------------*/
.ui.selection.list .item {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  padding: 0.80rem;
  -webkit-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
  -moz-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
  transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease; }

.ui.selection.list .item:hover {
  background-color: rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.7); }

.ui.selection.list .item:active {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.ui.selection.list .item.active {
  background-color: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.7); }

.ui.animated.list .item, .active .ui.list.view-container .item {
  -webkit-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
  -moz-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
  transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease; }

.ui.animated.list:not(.horizontal) .item:hover, .active .ui.list.view-container:not(.horizontal) .item:hover {
  padding-left: 1.60rem; }

.ui.animated.list:not(.horizontal) .item:hover .item:hover, .active .ui.list.view-container:not(.horizontal) .item:hover .item:hover {
  padding-left: 0.80rem; }

/* Inverted */
.ui.inverted.selection.list .item {
  color: rgba(255, 255, 255, 0.6); }

.ui.inverted.selection.list .item:hover {
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.8); }

.ui.inverted.selection.list .item:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.ui.inverted.selection.list .item.active {
  background-color: rgba(255, 255, 255, 0.08);
  color: #FFFFFF; }

/*-------------------
      Bulleted
      --------------------*/
ul.ui.list,
.ui.bulleted.list {
  margin-left: 2.40rem; }

ul.ui.list li,
.ui.bulleted.list .item {
  position: relative; }

ul.ui.list li:before,
.ui.bulleted.list .item:before {
  position: absolute;
  left: -1.5rem;
  content: '•'; }

ul.ui.list ul,
.ui.bulleted.list .list {
  padding-left: 2.40rem; }

/* Horizontal Bulleted */
ul.ui.horizontal.bulleted.list,
.ui.horizontal.bulleted.list {
  margin-left: 0; }

ul.ui.horizontal.bulleted.list li,
.ui.horizontal.bulleted.list .item {
  margin-left: 2.40rem; }

ul.ui.horizontal.bulleted.list li:before,
.ui.horizontal.bulleted.list .item:before {
  left: -0.9rem; }

ul.ui.horizontal.bulleted.list li:first-child,
.ui.horizontal.bulleted.list .item:first-child {
  margin-left: 0; }

ul.ui.horizontal.bulleted.list li:first-child::before,
.ui.horizontal.bulleted.list .item:first-child::before {
  display: none; }

/*-------------------
       Ordered
       --------------------*/
ol.ui.list,
.ui.ordered.list {
  counter-reset: ordered;
  margin-left: 3.20rem;
  list-style-type: none; }

ol.ui.list li,
.ui.ordered.list .item {
  list-style-type: none;
  position: relative; }

ol.ui.list li:before,
.ui.ordered.list .item:before {
  position: absolute;
  left: -2rem;
  counter-increment: ordered;
  content: counters(ordered,".");
  text-align: right;
  vertical-align: top;
  opacity: 0.75; }

ol.ui.list ol,
.ui.ordered.list .list {
  counter-reset: ordered;
  padding-left: 4.00rem; }

ol.ui.list ol li:before,
.ui.ordered.list .list .item:before {
  left: -2.5rem; }

/* Horizontal Ordered */
ol.ui.horizontal.list,
.ui.ordered.horizontal.list {
  margin-left: 0; }

ol.ui.horizontal.list li:before,
.ui.ordered.horizontal.list .item:before {
  position: static;
  left: 0;
  margin: 0 0.80rem 0 0; }

/*-------------------
       Divided
       --------------------*/
.ui.divided.list > .item,
.ui.divided.list:not(.horizontal) > .list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0.80rem;
  padding-right: 0.80rem; }

.ui.divided.list .item .menu .item {
  border-width: 0; }

.ui.divided.list .item:first-child {
  border-top-width: 0; }

/* Sub Menu */
.ui.divided.list:not(.horizontal) .list:not(.icon) {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.ui.divided.list:not(.horizontal) .list .item {
  padding-left: 1.60rem;
  padding-right: 1.60rem; }

.ui.divided.list:not(.horizontal) .list .item:first-child {
  border-top-width: 1px; }

/* Divided bulleted */
.ui.divided.bulleted.list {
  margin-left: 0; }

.ui.divided.bulleted.list .item {
  padding-left: 2.40rem; }

.ui.divided.bulleted.list .item:before {
  left: 0.80rem; }

/* Divided ordered */
.ui.divided.ordered.list {
  margin-left: 0; }

.ui.divided.ordered.list > .item {
  padding-left: 3.20rem;
  padding-right: 3.20rem; }

.ui.divided.ordered.list > .item:before {
  left: 0.80rem; }

.ui.divided.ordered.list .item .list {
  margin-left: -2rem;
  margin-right: -2rem; }

/* Divided horizontal */
.ui.divided.horizontal.list {
  margin-left: 0; }

.ui.divided.horizontal.list > .item {
  border-top: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding-left: 1.20rem;
  padding-right: 1.20rem;
  line-height: 00.90rem; }

.ui.horizontal.divided.list > .item:first-child {
  border-left: none;
  padding-left: 0; }

/* Inverted */
.ui.divided.inverted.list > .item,
.ui.divided.inverted.list > .list {
  border-color: rgba(255, 255, 255, 0.2); }

.ui.divided.inverted.horizontal.list .item {
  border-color: rgba(255, 255, 255, 0.2); }

/*-------------------
        Celled
        --------------------*/
.ui.celled.list > .item,
.ui.celled.list > .list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0.80rem;
  padding-right: 0.80rem; }

.ui.celled.list > .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/* Sub Menu */
.ui.celled.list .item .list {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.ui.celled.list .item .list .item {
  border-width: 0; }

.ui.celled.list .list .item:first-child {
  border-top-width: 0; }

/* Celled Bulleted */
.ui.celled.bulleted.list {
  margin-left: 0; }

.ui.celled.bulleted.list > .item {
  padding-left: 2.40rem; }

.ui.celled.bulleted.list > .item:before {
  left: 0.80rem; }

/* Celled Ordered */
.ui.celled.ordered.list {
  margin-left: 0; }

.ui.celled.ordered.list .item {
  padding-left: 3.20rem;
  padding-right: 3.20rem; }

.ui.celled.ordered.list .item:before {
  left: 0.80rem; }

.ui.celled.ordered.list .item .list {
  margin-left: -2rem;
  margin-right: -2rem; }

/* Celled Horizontal */
.ui.horizontal.celled.list {
  margin-left: 0; }

.ui.horizontal.celled.list .item {
  border-top: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding-left: 1.20rem;
  padding-right: 1.20rem;
  line-height: 00.90rem; }

.ui.horizontal.celled.list .item:last-child {
  border-bottom: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

/* Inverted */
.ui.celled.inverted.list > .item,
.ui.celled.inverted.list > .list {
  border-color: rgba(255, 255, 255, 0.2); }

.ui.celled.inverted.horizontal.list .item {
  border-color: rgba(255, 255, 255, 0.2); }

/*-------------------
       Relaxed
       --------------------*/
.ui.relaxed.list:not(.horizontal) .item {
  padding-top: 0.80rem;
  padding-bottom: 0.80rem; }

.ui.relaxed.list .header {
  margin-bottom: 0.40rem; }

.ui.horizontal.relaxed.list .item {
  padding-left: 2.00rem;
  padding-right: 2.00rem; }

.ui.very.relaxed.list:not(.horizontal) .item {
  padding-top: 1.60rem;
  padding-bottom: 1.60rem; }

.ui.very.relaxed.list .header {
  margin-bottom: 0.80rem; }

.ui.horizontal.very.relaxed.list .item {
  padding-left: 3.20rem;
  padding-right: 3.20rem; }

/*-------------------
      Sizes
      --------------------*/
.ui.mini.list .item {
  font-size: 1.10rem; }

.ui.tiny.list .item {
  font-size: 0.8125rem; }

.ui.small.list .item {
  font-size: 1.40rem; }

.ui.list .item {
  font-size: 1.60rem; }

.ui.large.list .item {
  font-size: 1.80rem; }

.ui.big.list .item {
  font-size: 2.00rem; }

.ui.huge.list .item {
  font-size: 1.375rem; }

.ui.massive.list .item {
  font-size: 2.40rem; }

.horizontal-list {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  max-width: 65%; }
  @media only screen and (max-width: 600px) and (orientation: portrait) {
    .horizontal-list {
      width: 100%; } }

.horizontal-list .item {
  font-size: 1.10rem; }

.horizontal-list .item:after {
  content: ', '; }

.horizontal-list .item:last-child:after {
  content: ''; }

.team-members-avatars {
  overflow: hidden;
  max-height: 4.5rem;
  width: 99%;
  margin: 0 auto;
  padding-left: 0.40rem; }

/*
 * # Semantic - Loader
 * http://github.com/jlukic/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
Loader
*******************************/
/* Standard Size */
.ui.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 1000;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.ui.dimmer .loader {
  display: block; }

/*******************************
 Types
 *******************************/
/*-------------------
        Text
        --------------------*/
.ui.text.loader {
  width: auto !important;
  height: auto !important;
  text-align: center;
  font-style: normal; }

.ui.mini.text.loader {
  min-width: 16px;
  padding-top: 3.20rem;
  font-size: 1.40rem; }

.ui.small.text.loader {
  min-width: 24px;
  padding-top: 4.00rem;
  font-size: 1.40rem; }

.ui.text.loader {
  min-width: 32px;
  font-size: 1.60rem;
  padding-top: 4.80rem; }

.ui.large.text.loader {
  min-width: 64px;
  padding-top: 8.00rem;
  font-size: 1.90rem; }

/*******************************
            States
            *******************************/
.ui.loader.active,
.ui.loader.visible {
  display: block; }

.ui.loader.disabled,
.ui.loader.hidden {
  display: none; }

/*******************************
            Variations
            *******************************/
/*-------------------
       Inverted
       --------------------*/
.ui.dimmer .ui.text.loader,
.ui.inverted.text.loader {
  color: rgba(255, 255, 255, 0.44); }

.ui.inverted.dimmer .ui.text.loader {
  color: rgba(0, 0, 0, 0.44); }

/* Tiny Size */
.ui.dimmer .mini.ui.loader,
.ui.inverted .mini.ui.loader {
  background-image: url(/static/images/loader-mini-inverted.gif); }

/* Small Size */
.ui.dimmer .small.ui.loader,
.ui.inverted .small.ui.loader {
  background-image: url(/static/images/loader-small-inverted.gif); }

/* Standard Size */
.ui.dimmer .ui.loader,
.ui.inverted.loader {
  background-image: url(/static/images/loader-medium-inverted.gif); }

/* Large Size */
.ui.dimmer .large.ui.loader,
.ui.inverted .large.ui.loader {
  background-image: url(/static/images/loader-large-inverted.gif); }

/*-------------------
        Sizes
        --------------------*/
/* Tiny Size */
.ui.inverted.dimmer .ui.mini.loader,
.ui.mini.loader {
  width: 16px;
  height: 16px;
  background-image: url(/static/images/loader-mini.gif); }

/* Small Size */
.ui.inverted.dimmer .ui.small.loader,
.ui.small.loader {
  width: 24px;
  height: 24px;
  background-image: url(/static/images/loader-small.gif); }

.ui.inverted.dimmer .ui.loader,
.ui.loader {
  width: 32px;
  height: 32px;
  background: url(/static/images/loader-medium.gif) no-repeat;
  background-position: 48% 0; }

/* Large Size */
.ui.inverted.dimmer .ui.loader.large,
.ui.loader.large {
  width: 64px;
  height: 64px;
  background-image: url(/static/images/loader-large.gif); }

/*-------------------
       Inline
       --------------------*/
.ui.inline.loader {
  position: static;
  vertical-align: middle;
  margin: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none; }

.ui.inline.loader.active,
.ui.inline.loader.visible {
  display: inline-block; }

/*
 * # Semantic - Menu
 * http://github.com/jlukic/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Standard
            *******************************/
/*--------------
      Menu
      ---------------*/
.ui.menu {
  margin: 1.60rem 0;
  background-color: #fff;
  font-size: 0;
  font-weight: normal;
  border-radius: 0.1875rem; }

.ui.menu:first-child {
  margin-top: 0; }

.ui.menu:last-child {
  margin-bottom: 0; }

.ui.menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui.menu > .item:first-child,
.ui.menu li:first-child {
  border-radius: 0.1875rem 0 0 0.1875rem; }

.ui.menu > .item:last-child,
.ui.menu li:last-child {
  border-radius: 0 0.1875rem 0.1875rem 0; }

.ui.menu .item,
.ui.menu ul li,
.ui.menu > li,
.ui.menu .menu-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-tap-highlight-color: none;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
  -moz-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; }

.ui.menu.small .item,
.ui.menu.small li {
  font-weight: 400;
  text-transform: none; }

.ui.menu ul li a,
.ui.menu.small li a,
.ui.menu .menu-item a {
  text-decoration: none; }

.ui.menu .logo .mobile-logo {
  display: none; }

@media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
  .ui.menu .logo .mobile-logo {
    display: block; }

  .ui.menu .logo .desktop-logo {
    display: none; } }
/*--------------
    Colors
    ---------------*/
/* Text Color */
.ui.menu .item,
.ui.menu .item > a:not(.button),
.ui.menu li a {
  color: rgba(0, 0, 0, 0.75); }

.ui.menu .item .item,
.ui.menu .item .item > a:not(.button) {
  color: rgba(30, 30, 30, 0.7); }

.ui.menu .item .item .item,
.ui.menu .item .item .item > a:not(.button) {
  color: rgba(30, 30, 30, 0.6); }

.ui.menu .dropdown .menu .item,
.ui.menu .dropdown .menu .item a:not(.button) {
  color: rgba(0, 0, 0, 0.75); }

/* Hover */
.ui.menu .item .menu a.item:hover,
.ui.menu .item .menu .link.item:hover,
.ui.menu ul li a:hover {
  color: rgba(0, 0, 0, 0.85); }

.ui.menu .dropdown .menu .item a:not(.button):hover {
  color: rgba(0, 0, 0, 0.85); }

.ui.menu .login.item,
.ui.menu ul li.login a {
  border: 1px solid #ff0066;
  color: #ff0066;
  border-radius: 8px;
  padding: 0.9rem 2.40rem 0.55rem 2.80rem; }

/*--------------
      Items
      ---------------*/
.ui.menu .item,
.ui.menu ul li,
.ui.menu > li {
  position: relative;
  display: inline-block;
  margin: 0;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1.20rem 2.80rem 0.55rem 0; }

.ui.menu .menu,
.ui.menu .menu ul {
  margin: 0; }

.ui.menu .item.left,
.ui.menu .menu.left {
  float: left; }

.ui.menu .item.right,
.ui.menu .menu.right {
  float: right; }

/*--------------
  Text Content
  ---------------*/
.ui.menu .text.item > *,
.ui.menu .item > p:only-child {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.6); }

.ui.menu .item > p:first-child {
  margin-top: 0; }

.ui.menu .item > p:last-child {
  margin-bottom: 0; }

/*--------------
     Button
     ---------------*/
.ui.menu:not(.vertical) .item > .button {
  position: relative;
  top: -0.05rem;
  margin: -0.55rem 0;
  padding-bottom: 0.55rem;
  padding-top: 0.55rem;
  font-size: 1.40rem; }

/*--------------
     Inputs
     ---------------*/
.ui.menu:not(.vertical) .item > .input {
  margin-top: -0.85rem;
  margin-bottom: -0.85rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  width: 100%;
  vertical-align: top; }

.ui.menu .item > .input input {
  padding-top: 0.60rem;
  padding-bottom: 0.60rem; }

.ui.vertical.menu .item > .input input {
  margin: 0;
  padding-top: 0.63rem;
  padding-bottom: 0.63rem; }

/* Action Input */
.ui.menu:not(.vertical) .item > .button.labeled > .icon {
  padding-top: 0.90rem; }

.ui.menu:not(.vertical) .item .action.input > .button {
  font-size: 1.30rem;
  padding: 0.55rem 1.30rem; }

/* Resizes */
.ui.small.menu:not(.vertical) .item > .input input {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem; }

.ui.large.menu:not(.vertical) .item > .input input {
  top: -0.125rem;
  padding-bottom: 0.90rem;
  padding-top: 0.90rem; }

.ui.large.menu:not(.vertical) .item .action.input > .button {
  font-size: 1.30rem;
  padding: 1.40rem; }

.ui.large.menu:not(.vertical) .item .action.input > .button > .icon {
  padding-top: 1.30rem; }

/*--------------
     Header
     ---------------*/
.ui.menu .header.item {
  background-color: rgba(0, 0, 0, 0.04);
  margin: 0; }

.ui.vertical.menu .header.item {
  font-weight: bold; }

/*--------------
    Dropdowns
    ---------------*/
.ui.menu .dropdown .menu .item .icon {
  float: none;
  margin: 0 1.20rem 0 0; }

.ui.menu .dropdown.item .menu {
  left: 1px;
  margin: 0;
  min-width: -webkit-calc(100% - 1px);
  min-width: -moz-calc(100% - 1px);
  min-width: calc(100% - 1px);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); }

.ui.secondary.menu .dropdown.item .menu {
  left: 0;
  min-width: 100%; }

.ui.menu .pointing.dropdown.item .menu {
  margin-top: 1.20rem; }

.ui.menu .simple.dropdown.item .menu {
  margin: 0 !important; }

.ui.menu .dropdown.item .menu .item {
  width: 100%;
  color: rgba(0, 0, 0, 0.75); }

.ui.menu .dropdown.item .menu .active.item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.ui.menu .ui.dropdown .menu .item:before {
  display: none; }

/*--------------
     Labels
     ---------------*/
.ui.menu .item > .label {
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  margin: -0.15rem 0 -0.15rem 0.80rem;
  padding: 0.3rem 1.30rem;
  vertical-align: baseline; }

.ui.menu .item > .floating.label {
  padding: 0.3rem 1.30rem; }

/*--------------
      Images
      ---------------*/
.ui.menu .item > img:only-child {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

/*******************************
             States
             *******************************/
/*--------------
      Hover
      ---------------*/
.ui.link.menu .item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover,
.ui.menu .ui.dropdown .menu .item:hover {
  cursor: pointer; }

.ui.menu .ui.dropdown.item.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

/*--------------
      Down
      ---------------*/
/*--------------
     Active
     ---------------*/
.ui.vertical.menu .active.item,
.ui.menu ul li.current_page_item a,
.ui.small.menu li.current_page_item a {
  color: #f06; }

.ui.vertical.menu li.current_page_item a {
  font-weight: 600;
  color: #f06; }

.ui.vertical.menu .active.item .menu .active.item {
  border-left: none; }

.ui.vertical.menu .active.item .menu .active.item {
  padding-left: 2.40rem; }

.ui.vertical.menu .item .menu .active.item {
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: none;
  box-shadow: none; }

/*--------------
     Disabled
     ---------------*/
.ui.menu .item.disabled,
.ui.menu .item.disabled:hover {
  cursor: default;
  color: rgba(0, 0, 0, 0.2);
  background-color: transparent !important; }

/*--------------------
     Loading
     ---------------------*/
/* On Form */
.ui.menu.loading {
  position: relative; }

.ui.menu.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url("../assets/images/loader-large.gif") no-repeat 50% 50%;
  visibility: visible; }

/*******************************
             Types
             *******************************/
/*--------------
    Vertical
    ---------------*/
.ui.vertical.menu .item,
.ui.vertical.menu .menu-item {
  display: block;
  height: auto !important;
  border-top: none;
  border-left: 0 solid transparent;
  border-right: none; }

.ui.vertical.menu > .item:first-child {
  border-radius: 0.1875rem 0.1875rem 0 0;
  padding-top: 0; }

.ui.vertical.menu > .item:last-child {
  border-radius: 0 0 0.1875rem 0.1875rem; }

.ui.vertical.menu .item > .label {
  float: right;
  text-align: center; }

.ui.vertical.menu .item > i.icon {
  float: right;
  width: 1.22rem;
  margin: 0 0 0 0.80rem; }

.ui.vertical.menu .item > .label + i.icon {
  float: none;
  margin: 0 0.25rem 0 0; }

/*--- Dropdown ---*/
.ui.vertical.menu .dropdown.item > i {
  float: right;
  content: "\f0da"; }

.ui.vertical.menu .dropdown.item .menu {
  top: 0 !important;
  left: 100%;
  margin: 0 0 0 1px;
  -webkit-box-shadow: 0 0 1px 1px #ddd;
  box-shadow: 0 0 1px 1px #ddd; }

.ui.vertical.menu .dropdown.item.active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.ui.vertical.menu .dropdown.item .menu .item {
  font-size: 1.60rem; }

.ui.vertical.menu .dropdown.item .menu .item i.icon {
  margin-right: 0; }

.ui.vertical.menu .dropdown.item.active {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*--- Sub Menu ---*/
.ui.vertical.menu .item > .menu {
  margin: 0.80rem -1.50rem 0; }

.ui.vertical.menu .item > .menu > .item {
  padding: 0.80rem 2.40rem;
  font-size: 1.40rem; }

.ui.vertical.menu .item > .menu > .item:before {
  display: none; }

/*--------------
     Tiered
     ---------------*/
.ui.tiered.menu > .sub.menu > .item {
  color: rgba(0, 0, 0, 0.4); }

.ui.tiered.menu > .menu > .item:hover {
  color: rgba(0, 0, 0, 0.8); }

.ui.tiered.menu .item.active {
  color: rgba(0, 0, 0, 0.8); }

.ui.tiered.menu > .menu .item.active:after {
  position: absolute;
  content: '';
  margin-top: -1px;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fbfbfb; }

.ui.tiered.menu .sub.menu {
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff; }

.ui.tiered.menu .sub.menu .item {
  font-size: 1.40rem; }

.ui.tiered.menu .sub.menu .item:before {
  background-image: none; }

.ui.tiered.menu .sub.menu .active.item {
  padding-top: 0.83rem;
  background-color: transparent;
  border-radius: 0 0 0 0;
  border-top: medium none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7) !important; }

.ui.tiered.menu .sub.menu .active.item:after {
  display: none; }

/* Inverted */
.ui.inverted.tiered.menu > .menu > .item {
  color: rgba(255, 255, 255, 0.5); }

.ui.inverted.tiered.menu .sub.menu {
  background-color: rgba(0, 0, 0, 0.2); }

.ui.inverted.tiered.menu .sub.menu .item {
  color: rgba(255, 255, 255, 0.6); }

.ui.inverted.tiered.menu > .menu > .item:hover {
  color: rgba(255, 255, 255, 0.9); }

.ui.inverted.tiered.menu .active.item:after {
  display: none; }

.ui.inverted.tiered.menu > .sub.menu > .active.item,
.ui.inverted.tiered.menu > .menu > .active.item {
  color: white !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Tiered pointing */
.ui.pointing.tiered.menu > .menu > .item:after {
  display: none; }

.ui.pointing.tiered.menu > .sub.menu > .item:after {
  display: block; }

/*--------------
     Tabular
     ---------------*/
.ui.tabular.menu {
  background-color: transparent;
  border-bottom: 1px solid #dcddde;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.ui.tabular.menu .item {
  background-color: transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  padding-left: 2.30rem;
  padding-right: 2.30rem;
  color: rgba(0, 0, 0, 0.6); }

.ui.tabular.menu .item:before {
  display: none; }

/* Hover */
.ui.tabular.menu .item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8); }

/* Active */
.ui.tabular.menu .active.item {
  position: relative;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  border-color: #dcddde;
  font-weight: bold;
  margin-bottom: -1px;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px 5px 0 0; }

/* Coupling with segment for attachment */
.ui.attached.tabular.menu {
  position: relative;
  z-index: 2; }

.ui.tabular.menu ~ .bottom.attached.segment {
  margin: 1px 0 0 1px; }

/*--------------
   Pagination
   ---------------*/
.ui.pagination.menu {
  margin: 0;
  display: inline-block;
  vertical-align: middle; }

.ui.pagination.menu .item {
  min-width: 4.80rem;
  text-align: center; }

.ui.pagination.menu .icon.item i.icon {
  vertical-align: top; }

.ui.pagination.menu.floated {
  display: block; }

/* active */
.ui.pagination.menu .active.item {
  border-top: none;
  padding-top: 0.83rem;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: none;
  box-shadow: none; }

/*--------------
   Secondary
   ---------------*/
.ui.secondary.menu {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.secondary.menu > .menu > .item,
.ui.secondary.menu > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: auto !important;
  margin: 0 0.40rem;
  padding: 0.80rem 1.20rem;
  border-radius: 0.3125rem; }

.ui.secondary.menu > .menu > .item:before,
.ui.secondary.menu > .item:before {
  display: none !important; }

.ui.secondary.menu .item > .input input {
  background-color: transparent;
  border: none; }

.ui.secondary.menu .link.item,
.ui.secondary.menu a.item {
  opacity: 0.8;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.ui.secondary.menu .header.item {
  border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-radius: 0; }

/* hover */
.ui.secondary.menu .link.item:hover,
.ui.secondary.menu a.item:hover {
  opacity: 1; }

/* active */
.ui.secondary.menu > .menu > .active.item,
.ui.secondary.menu > .active.item {
  background-color: rgba(0, 0, 0, 0.08);
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.secondary.vertical.menu > .active.item {
  border-radius: 0.3125rem; }

/* inverted */
.ui.secondary.inverted.menu .link.item,
.ui.secondary.inverted.menu a.item {
  color: rgba(255, 255, 255, 0.5); }

.ui.secondary.inverted.menu .link.item:hover,
.ui.secondary.inverted.menu a.item:hover {
  color: rgba(255, 255, 255, 0.9); }

.ui.secondary.inverted.menu .active.item {
  background-color: rgba(255, 255, 255, 0.1); }

/* disable variations */
.ui.secondary.item.menu > .item {
  margin: 0; }

.ui.secondary.attached.menu {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*---------------------
   Secondary Pointing
   -----------------------*/
.ui.secondary.pointing.menu {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1); }

.ui.secondary.pointing.menu > .menu > .item,
.ui.secondary.pointing.menu > .item {
  margin: 0 0 -3px;
  padding: 0.90rem 1.50rem;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s; }

/* item Types */
.ui.secondary.pointing.menu .header.item {
  margin-bottom: -3px;
  background-color: transparent !important;
  border-right-width: 0 !important;
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.8) !important; }

.ui.secondary.pointing.menu .text.item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.ui.secondary.pointing.menu > .menu > .item:after,
.ui.secondary.pointing.menu > .item:after {
  display: none; }

/* Hover */
.ui.secondary.pointing.menu > .menu > .link.item:hover,
.ui.secondary.pointing.menu > .link.item:hover,
.ui.secondary.pointing.menu > .menu > a.item:hover,
.ui.secondary.pointing.menu > a.item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7); }

/* Down */
.ui.secondary.pointing.menu > .menu > .link.item:active,
.ui.secondary.pointing.menu > .link.item:active,
.ui.secondary.pointing.menu > .menu > a.item:active,
.ui.secondary.pointing.menu > a.item:active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2); }

/* Active */
.ui.secondary.pointing.menu > .menu > .item.active,
.ui.secondary.pointing.menu > .item.active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: none;
  box-shadow: none; }

/*---------------------
   Secondary Vertical
   -----------------------*/
.ui.secondary.vertical.pointing.menu {
  border: none;
  border-right: 3px solid rgba(0, 0, 0, 0.1); }

.ui.secondary.vertical.menu > .item {
  border: none;
  margin: 0 0 0.3rem;
  padding: 0.90rem 1.30rem;
  border-radius: 0.1875rem; }

.ui.secondary.vertical.menu > .header.item {
  border-radius: 0; }

.ui.secondary.vertical.pointing.menu > .item {
  margin: 0 -3px 0 0;
  border-bottom: none;
  border-right: 3px solid transparent;
  border-radius: 0; }

/* Hover */
.ui.secondary.vertical.pointing.menu > .item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7); }

/* Down */
.ui.secondary.vertical.pointing.menu > .item:active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2); }

/* Active */
.ui.secondary.vertical.pointing.menu > .item.active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.85); }

/*--------------
    Inverted
    ---------------*/
.ui.secondary.inverted.menu {
  background-color: transparent; }

.ui.secondary.inverted.pointing.menu {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1); }

.ui.secondary.inverted.pointing.menu > .item {
  color: rgba(255, 255, 255, 0.7); }

.ui.secondary.inverted.pointing.menu > .header.item {
  color: #fff !important; }

/* Hover */
.ui.secondary.inverted.pointing.menu > .menu > .item:hover,
.ui.secondary.inverted.pointing.menu > .item:hover {
  color: rgba(255, 255, 255, 0.85); }

/* Down */
.ui.secondary.inverted.pointing.menu > .menu > .item:active,
.ui.secondary.inverted.pointing.menu > .item:active {
  border-color: rgba(255, 255, 255, 0.4); }

/* Active */
.ui.secondary.inverted.pointing.menu > .menu > .item.active,
.ui.secondary.inverted.pointing.menu > .item.active {
  border-color: rgba(255, 255, 255, 0.8);
  color: white; }

/*---------------------
   Inverted Vertical
   ----------------------*/
.ui.secondary.inverted.vertical.pointing.menu {
  border-right: 3px solid rgba(255, 255, 255, 0.1);
  border-bottom: none; }

/*--------------
    Text Menu
    ---------------*/
.ui.text.menu {
  background-color: transparent;
  margin: 2rem 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.text.menu > .item,
.ui.text.menu > li {
  margin: 0 1.20rem;
  padding: 0;
  height: auto !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.text.menu > .item:before {
  display: none !important; }

.ui.text.menu .header.item {
  background-color: transparent;
  opacity: 1;
  color: rgba(50, 50, 50, 0.8);
  font-size: 1.40rem;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold; }

/*--- fluid text ---*/
.ui.text.item.menu .item {
  margin: 0; }

/*--- vertical text ---*/
.ui.vertical.text.menu {
  margin: 1.20rem 0; }

.ui.vertical.text.menu:first-child {
  margin-top: 0; }

.ui.vertical.text.menu:last-child {
  margin-bottom: 0; }

.ui.vertical.text.menu .item {
  float: left;
  clear: left;
  margin: 0.80rem 0; }

.ui.vertical.text.menu .item > i.icon {
  float: none;
  margin: 0 0.83rem 0 0; }

.ui.vertical.text.menu .header.item {
  margin: 1.30rem 0; }

/*--- hover ---*/
.ui.text.menu .item:hover {
  opacity: 1;
  background-color: transparent; }

/*--- active ---*/
.ui.text.menu .active.item {
  background-color: transparent;
  padding: 0;
  border: none;
  opacity: 1;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* disable variations */
.ui.text.pointing.menu .active.item:after {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.text.attached.menu {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.inverted.text.menu,
.ui.inverted.text.menu .item,
.ui.inverted.text.menu .item:hover,
.ui.inverted.text.menu .item.active {
  background-color: transparent; }

/*--------------
    Icon Only
    ---------------*/
.ui.icon.menu,
.ui.vertical.icon.menu {
  width: auto;
  display: inline-block;
  height: auto; }

.ui.icon.menu > .item {
  height: auto;
  text-align: center;
  color: rgba(60, 60, 60, 0.7); }

.ui.icon.menu > .item > .icon {
  display: block;
  float: none !important;
  opacity: 1;
  margin: 0 auto !important; }

.ui.icon.menu .icon:before {
  opacity: 1; }

/* item Icon Only */
.ui.menu .icon.item .icon {
  margin: 0; }

.ui.vertical.icon.menu {
  float: none; }

/*--- inverted ---*/
.ui.inverted.icon.menu .item {
  color: rgba(255, 255, 255, 0.8); }

.ui.inverted.icon.menu .icon {
  color: white; }

/*--------------
   Labeled Icon
   ---------------*/
.ui.labeled.icon.menu {
  text-align: center; }

.ui.labeled.icon.menu > .item > .icon {
  display: block;
  font-size: 1.5rem !important;
  margin: 0 auto 0.3rem !important; }

/*******************************
           Variations
           *******************************/
/*--------------
    Colors
    ---------------*/
/*--- Light Colors  ---*/
.ui.menu .green.active.item,
.ui.green.menu .active.item {
  border-color: #a1cf64 !important;
  color: #a1cf64 !important; }

.ui.menu .red.active.item,
.ui.red.menu .active.item {
  border-color: #d95c5c !important;
  color: #d95c5c !important; }

.ui.menu .blue.active.item,
.ui.blue.menu .active.item {
  border-color: #6ecff5 !important;
  color: #6ecff5 !important; }

.ui.menu .purple.active.item,
.ui.purple.menu .active.item {
  border-color: #564f8a !important;
  color: #564f8a !important; }

.ui.menu .orange.active.item,
.ui.orange.menu .active.item {
  border-color: #f05940 !important;
  color: #f05940 !important; }

.ui.menu .teal.active.item,
.ui.teal.menu .active.item {
  border-color: #00b5ad !important;
  color: #00b5ad !important; }

/*--------------
    Inverted
    ---------------*/
.ui.inverted.menu {
  background-color: #333;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.inverted.menu .header.item {
  margin: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.inverted.menu .item,
.ui.inverted.menu .item > a {
  color: #fff; }

.ui.inverted.menu .item .item,
.ui.inverted.menu .item .item > a {
  color: rgba(255, 255, 255, 0.8); }

.ui.inverted.menu .dropdown .menu .item,
.ui.inverted.menu .dropdown .menu .item a {
  color: rgba(0, 0, 0, 0.75) !important; }

.ui.inverted.menu .item.disabled,
.ui.inverted.menu .item.disabled:hover {
  color: rgba(255, 255, 255, 0.2); }

/*--- Border ---*/
.ui.inverted.menu .item:before {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, left, color-stop(50%, rgba(255, 255, 255, 0.1)), right);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%); }

.ui.vertical.inverted.menu .item:before {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-image: -webkit-gradient(linear, left top, right top, left, color-stop(50%, rgba(255, 255, 255, 0.1)), right);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%); }

/*--- Hover ---*/
.ui.link.inverted.menu .item:hover,
.ui.inverted.menu .link.item:hover,
.ui.inverted.menu a.item:hover,
.ui.inverted.menu .dropdown.item:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.ui.inverted.menu a.item:hover,
.ui.inverted.menu .item > a:hover,
.ui.inverted.menu .item .menu a.item:hover,
.ui.inverted.menu .item .menu .link.item:hover {
  color: white; }

/*--- Down ---*/
.ui.inverted.menu a.item:active,
.ui.inverted.menu .dropdown.item:active,
.ui.inverted.menu .link.item:active,
.ui.inverted.menu a.item:active {
  background-color: rgba(255, 255, 255, 0.15); }

/*--- Active ---*/
.ui.inverted.menu .active.item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.2); }

.ui.inverted.menu .active.item,
.ui.inverted.menu .active.item a {
  color: white !important; }

.ui.inverted.vertical.menu .item .menu .active.item {
  background-color: rgba(255, 255, 255, 0.2);
  color: white; }

/*--- Pointers ---*/
.ui.inverted.pointing.menu .active.item:after {
  background-color: #5b5b5b;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.inverted.pointing.menu .active.item:hover:after {
  background-color: #4a4a4a; }

/*--------------
    Selection
    ---------------*/
.ui.selection.menu > .item {
  color: rgba(0, 0, 0, 0.4); }

.ui.selection.menu > .item:hover {
  color: rgba(0, 0, 0, 0.6); }

.ui.selection.menu > .item.active {
  color: rgba(0, 0, 0, 0.85); }

.ui.inverted.selection.menu > .item {
  color: rgba(255, 255, 255, 0.4); }

.ui.inverted.selection.menu > .item:hover {
  color: rgba(255, 255, 255, 0.9); }

.ui.inverted.selection.menu > .item.active {
  color: #fff; }

/*--------------
     Floated
     ---------------*/
.ui.floated.menu {
  float: left;
  margin: 0 0.80rem 0 0; }

.ui.right.floated.menu {
  float: right;
  margin: 0 0 0 0.80rem; }

/*--------------
 Inverted Colors
 ---------------*/
/*--- Light Colors  ---*/
.ui.grey.menu {
  background-color: #f0f0f0; }

/*--- Inverted Colors  ---*/
.ui.inverted.green.menu {
  background-color: #a1cf64; }

.ui.inverted.green.pointing.menu .active.item:after {
  background-color: #b3d782; }

.ui.inverted.red.menu {
  background-color: #d95c5c; }

.ui.inverted.red.pointing.menu .active.item:after {
  background-color: #df7c7c; }

.ui.inverted.blue.menu {
  background-color: #6ecff5; }

.ui.inverted.blue.pointing.menu .active.item:after {
  background-color: #8ad7f6; }

.ui.inverted.purple.menu {
  background-color: #564f8a; }

.ui.inverted.purple.pointing.menu .active.item:after {
  background-color: #7771a0; }

.ui.inverted.orange.menu {
  background-color: #f05940; }

.ui.inverted.orange.pointing.menu .active.item:after {
  background-color: #f27966; }

.ui.inverted.teal.menu {
  background-color: #00b5ad; }

.ui.inverted.teal.pointing.menu .active.item:after {
  background-color: #33c3bc; }

/*--------------
     Fitted
     ---------------*/
.ui.fitted.menu .item,
.ui.fitted.menu .item .menu .item,
.ui.menu .fitted.item {
  padding: 0; }

.ui.horizontally.fitted.menu .item,
.ui.horizontally.fitted.menu .item .menu .item,
.ui.menu .horizontally.fitted.item {
  padding-top: 0.83rem;
  padding-bottom: 0.83rem; }

.ui.vertically.fitted.menu .item,
.ui.vertically.fitted.menu .item .menu .item,
.ui.menu .vertically.fitted.item {
  padding-left: 1.50rem;
  padding-right: 1.50rem; }

/*--------------
   Borderless
   ---------------*/
.ui.borderless.menu .item:before,
.ui.borderless.menu .item .menu .item:before,
.ui.menu .borderless.item:before {
  background-image: none; }

/*-------------------
       Compact
       --------------------*/
.ui.compact.menu {
  display: inline-block;
  margin: 0;
  vertical-align: middle; }

.ui.compact.vertical.menu {
  width: auto !important; }

.ui.compact.vertical.menu .item:last-child::before {
  display: block; }

/*-------------------
        Fluid
        --------------------*/
.ui.menu.fluid,
.ui.vertical.menu.fluid {
  display: block;
  width: 100% !important; }

/*-------------------
      Evenly Sized
      --------------------*/
.ui.item.menu,
.ui.item.menu .item {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

.ui.menu.two.item .item {
  width: 50%; }

.ui.menu.three.item .item {
  width: 33.333%; }

.ui.menu.four.item .item {
  width: 25%; }

.ui.menu.five.item .item {
  width: 20%; }

.ui.menu.six.item .item {
  width: 16.666%; }

.ui.menu.seven.item .item {
  width: 14.285%; }

.ui.menu.eight.item .item {
  width: 12.500%; }

.ui.menu.nine.item .item {
  width: 11.11%; }

.ui.menu.ten.item .item {
  width: 10.0%; }

.ui.menu.eleven.item .item {
  width: 9.09%; }

.ui.menu.twelve.item .item {
  width: 8.333%; }

/*--------------
     Fixed
     ---------------*/
.ui.menu.fixed {
  position: fixed;
  z-index: 999;
  margin: 0;
  border: none;
  width: 100%; }

.ui.menu.fixed,
.ui.menu.fixed .item:first-child,
.ui.menu.fixed .item:last-child {
  border-radius: 0 !important; }

.ui.menu.fixed.top {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto; }

.ui.menu.fixed.right {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  width: auto;
  height: 100%; }

.ui.menu.fixed.bottom {
  bottom: 0;
  left: 0;
  top: auto;
  right: auto; }

.ui.menu.fixed.left {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: auto;
  height: 100%; }

/* Coupling with Grid */
.ui.fixed.menu + .ui.grid {
  padding-top: 4.40rem; }

/*-------------------
       Pointing
       --------------------*/
.ui.pointing.menu .active.item:after {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  content: "";
  margin-left: -0.3rem;
  width: 0.90rem;
  height: 0.90rem;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-image: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease; }

/* Don't double up pointers */
.ui.pointing.menu .active.item .menu .active.item:after {
  display: none; }

.ui.vertical.pointing.menu .active.item:after {
  position: absolute;
  top: 50%;
  margin-top: -0.3rem;
  right: -0.4rem;
  bottom: auto;
  left: auto;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

/* Colors */
.ui.pointing.menu .active.item:after {
  background-color: #fcfcfc; }

.ui.pointing.menu .active.item:hover:after {
  background-color: #fafafa; }

.ui.vertical.pointing.menu .menu .active.item:after {
  background-color: #f4f4f4; }

.ui.pointing.menu a.active.item:active:after {
  background-color: #f0f0f0; }

/*--------------
    Attached
    ---------------*/
.ui.menu.attached {
  margin: 0;
  border-radius: 0;
  /* avoid rgba multiplying */
  -webkit-box-shadow: 0 0 0 1px #ddd;
  box-shadow: 0 0 0 1px #ddd; }

.ui.top.attached.menu {
  border-radius: 0.1875rem 0.1875rem 0 0; }

.ui.menu.bottom.attached {
  border-radius: 0 0 0.1875rem 0.1875rem; }

/*--------------
     Sizes
     ---------------*/
.ui.small.menu {
  margin: 0 -1rem; }

.ui.small.menu .item,
.ui.small.menu li {
  font-size: 1.20rem; }

.ui.small.vertical.menu {
  width: 13rem; }

.ui.menu .item,
.ui.menu ul li a {
  font-size: 1.60rem; }

.ui.vertical.menu {
  text-align: left; }
  .ui.vertical.menu .item,
  .ui.vertical.menu .menu-item {
    font-size: 1.60rem; }

.ui.large.menu .item {
  font-size: 1.80rem; }

.ui.large.menu .item .item {
  font-size: 1.40rem; }

.ui.large.menu .dropdown .item {
  font-size: 1.60rem; }

.ui.large.vertical.menu {
  width: 18rem; }

/*
 * # Semantic - Segment
 * http://github.com/jlukic/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Segment
*******************************/
.ui.segment {
  position: relative;
  background-color: #FFFFFF;
  margin: 1rem 0;
  padding: 1.60rem;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.ui.segment:first-child {
  margin-top: 0; }

.ui.segment:last-child {
  margin-bottom: 0; }

.ui.segment:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui.vertical.segment {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-radius: 0; }

.ui.vertical.segment:first-child {
  padding-top: 0; }

.ui.horizontal.segment {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  border-radius: 0; }

.ui.horizontal.segment:first-child {
  padding-left: 0; }

/*-------------------
    Loose Coupling
--------------------*/
.ui.pointing.menu ~ .ui.attached.segment {
  top: 1px; }

.ui.page.grid.segment
.ui.grid .ui.segment.column {
  padding-top: 3.20rem;
  padding-bottom: 3.20rem; }

.ui.grid.segment,
.ui.grid .ui.segment.row,
.ui.grid .ui.segment.column {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

/* No padding on edge content */
.ui.segment > :first-child {
  margin-top: 0; }

.ui.segment > :last-child {
  margin-bottom: 0; }

/*-------------------
       Circular
--------------------*/
.ui.circular.segment {
  display: table-cell;
  padding: 3.20rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 500rem; }

/*-------------------
       Raised
--------------------*/
.ui.raised.segment {
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1); }

/*******************************
            States
*******************************/
.ui.disabled.segment {
  opacity: 0.8;
  color: #DDDDDD; }

/*******************************
           Variations
*******************************/
/*-------------------
       Basic
--------------------*/
.ui.basic.segment {
  position: relative;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }

.ui.basic.segment:first-child {
  padding-top: 0; }

.ui.basic.segment:last-child {
  padding-bottom: 0; }

/*-------------------
       Fittted
--------------------*/
.ui.fitted.segment {
  padding: 0; }

/*-------------------
       Colors
--------------------*/
.ui.blue.segment {
  border-top: 0.30rem solid #6ECFF5; }

.ui.green.segment {
  border-top: 0.30rem solid #A1CF64; }

.ui.red.segment {
  border-top: 0.30rem solid #D95C5C; }

.ui.orange.segment {
  border-top: 0.30rem solid #F05940; }

.ui.purple.segment {
  border-top: 0.30rem solid #564F8A; }

.ui.teal.segment {
  border-top: 0.30rem solid #00B5AD; }

/*-------------------
   Inverted Colors
--------------------*/
.ui.inverted.black.segment {
  background-color: #5C6166 !important;
  color: #FFFFFF !important; }

.ui.inverted.blue.segment {
  background-color: #6ECFF5 !important;
  color: #FFFFFF !important; }

.ui.inverted.green.segment {
  background-color: #A1CF64 !important;
  color: #FFFFFF !important; }

.ui.inverted.red.segment {
  background-color: #D95C5C !important;
  color: #FFFFFF !important; }

.ui.inverted.orange.segment {
  background-color: #F05940 !important;
  color: #FFFFFF !important; }

.ui.inverted.purple.segment {
  background-color: #564F8A !important;
  color: #FFFFFF !important; }

.ui.inverted.teal.segment {
  background-color: #00B5AD !important;
  color: #FFFFFF !important; }

/*-------------------
       Aligned
--------------------*/
.ui.left.aligned.segment {
  text-align: left; }

.ui.right.aligned.segment {
  text-align: right; }

.ui.center.aligned.segment {
  text-align: center; }

.ui.justified.segment {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/*-------------------
       Floated
--------------------*/
.ui.floated.segment,
.ui.left.floated.segment {
  float: left; }

.ui.right.floated.segment {
  float: right; }

/*-------------------
      Inverted
--------------------*/
.ui.inverted.segment {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.inverted.segment .segment {
  color: rgba(0, 0, 0, 0.7); }

.ui.inverted.segment .inverted.segment {
  color: #FFFFFF; }

.ui.inverted.segment,
.ui.primary.inverted.segment {
  background-color: #222222;
  color: #FFFFFF; }

/*-------------------
     Ordinality
--------------------*/
.ui.primary.segment {
  background-color: #FFFFFF;
  color: #555555; }

.ui.secondary.segment {
  background-color: #FAF9FA;
  color: #777777; }

.ui.tertiary.segment {
  background-color: #EBEBEB;
  color: #B0B0B0; }

.ui.secondary.inverted.segment {
  background-color: #555555;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, left, right);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, left, right);
  background-image: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  color: #FAFAFA; }

.ui.tertiary.inverted.segment {
  background-color: #555555;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, left, right);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, left, right);
  background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  color: #EEEEEE; }

/*-------------------
      Attached
--------------------*/
.ui.segment.attached {
  top: -1px;
  bottom: -1px;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: 0 0 0 1px #DDDDDD;
  box-shadow: 0 0 0 1px #DDDDDD; }

.ui.top.attached.segment {
  top: 0;
  bottom: -1px;
  margin-top: 1.60rem;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0; }

.ui.segment.top.attached:first-child {
  margin-top: 0; }

.ui.segment.bottom.attached {
  top: -1px;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 1.60rem;
  border-radius: 0 0 5px 5px; }

.ui.segment.bottom.attached:last-child {
  margin-bottom: 0; }

/*
 * # Semantic - Table
 * http://github.com/jlukic/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Table
*******************************/
/* Prototype */
.ui.table {
  width: 100%;
  border-collapse: collapse; }

/* Table Content */
.ui.table th,
.ui.table tr,
.ui.table td {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

/* Headers */
.ui.table th {
  cursor: auto;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.80rem 1.10rem;
  vertical-align: middle; }

.ui.table thead th:first-child {
  border-radius: 5px 0 0 0; }

.ui.table thead th:last-child {
  border-radius: 0 5px 0 0; }

.ui.table tfoot th:first-child {
  border-radius: 0 0 0 5px; }

.ui.table tfoot th:last-child {
  border-radius: 0 0 5px 0; }

.ui.table tfoot th:only-child {
  border-radius: 0 0 5px 5px; }

/* Table Cells */
.ui.table td {
  padding: 0.40rem 1.10rem;
  vertical-align: middle; }

/* Footer */
.ui.table tfoot {
  border-top: 1px solid rgba(0, 0, 0, 0.03); }

.ui.table tfoot th {
  font-weight: normal;
  font-style: italic; }

/* Table Striping */
.ui.table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 50, 0.02); }

/* Icons */
.ui.table > .icon {
  vertical-align: baseline; }

.ui.table > .icon:only-child {
  margin: 0; }

/* Table Segment */
.ui.table.segment:after {
  display: none; }

.ui.table.segment.stacked:after {
  display: block; }

/* Responsive */
@media only screen and (max-width: 768px) {
  .ui.table {
    display: block;
    padding: 0; }

  .ui.table thead,
  .ui.table tfoot {
    display: none; }

  .ui.table tbody {
    display: block; }

  .ui.table tr {
    display: block; }

  .ui.table tr > td {
    width: 100% !important;
    display: block;
    border: none !important;
    padding: 0.25rem 1.20rem;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05) !important; }

  .ui.table td:first-child {
    font-weight: bold;
    padding-top: 1.60rem; }

  .ui.table td:last-child {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
    padding-bottom: 1.60rem; }

  /* Clear BG Colors */
  .ui.table tr > td.warning,
  .ui.table tr > td.error,
  .ui.table tr > td.active,
  .ui.table tr > td.positive,
  .ui.table tr > td.negative {
    background-color: transparent !important; } }
/*******************************
             States
*******************************/
/*--------------
      Hover
---------------*/
/* Sortable */
.ui.sortable.table th.disabled:hover {
  cursor: auto;
  text-align: left;
  font-weight: bold;
  color: #333333;
  color: rgba(0, 0, 0, 0.8); }

.ui.sortable.table thead th:hover {
  background-color: rgba(0, 0, 0, 0.13);
  color: rgba(0, 0, 0, 0.8); }

/* Inverted Sortable */
.ui.inverted.sortable.table thead th:hover {
  background-color: rgba(255, 255, 255, 0.13);
  color: white; }

/*--------------
    Positive
---------------*/
.ui.table tr.positive,
.ui.table td.positive {
  -webkit-box-shadow: 2px 0 0 #119000 inset;
  box-shadow: 2px 0 0 #119000 inset; }

.ui.table tr.positive td,
.ui.table td.positive {
  background-color: #F2F8F0 !important;
  color: #119000 !important; }

.ui.celled.table tr.positive:hover td,
.ui.celled.table tr:hover td.positive,
.ui.table tr.positive:hover td,
.ui.table td:hover.positive,
.ui.table th:hover.positive {
  background-color: #ECF5E9 !important;
  color: #119000 !important; }

/*--------------
     Negative
---------------*/
.ui.table tr.negative,
.ui.table td.negative {
  -webkit-box-shadow: 2px 0 0 #CD2929 inset;
  box-shadow: 2px 0 0 #CD2929 inset; }

.ui.table tr.negative td,
.ui.table td.negative {
  background-color: #F9F4F4;
  color: #CD2929 !important; }

.ui.celled.table tr.negative:hover td,
.ui.celled.table tr:hover td.negative,
.ui.table tr.negative:hover td,
.ui.table td:hover.negative,
.ui.table th:hover.negative {
  background-color: #F2E8E8;
  color: #CD2929; }

/*--------------
      Error
---------------*/
.ui.table tr.error,
.ui.table td.error {
  -webkit-box-shadow: 2px 0 0 #CD2929 inset;
  box-shadow: 2px 0 0 #CD2929 inset; }

.ui.table tr.error td,
.ui.table td.error,
.ui.table th.error {
  background-color: #F9F4F4;
  color: #CD2929; }

.ui.celled.table tr.error:hover td,
.ui.celled.table tr:hover td.error,
.ui.table tr.error:hover td,
.ui.table td:hover.error,
.ui.table th:hover.error {
  background-color: #F2E8E8;
  color: #CD2929; }

/*--------------
     Warning
---------------*/
.ui.table tr.warning,
.ui.table td.warning {
  -webkit-box-shadow: 2px 0 0 #7D6C00 inset;
  box-shadow: 2px 0 0 #7D6C00 inset; }

.ui.table tr.warning td,
.ui.table td.warning,
.ui.table th.warning {
  background-color: #FBF6E9;
  color: #7D6C00; }

.ui.celled.table tr.warning:hover td,
.ui.celled.table tr:hover td.warning,
.ui.table tr.warning:hover td,
.ui.table td:hover.warning,
.ui.table th:hover.warning {
  background-color: #F3EDDC;
  color: #7D6C00; }

/*--------------
     Active
---------------*/
.ui.table tr.active,
.ui.table td.active {
  -webkit-box-shadow: 2px 0 0 rgba(50, 50, 50, 0.9) inset;
  box-shadow: 2px 0 0 rgba(50, 50, 50, 0.9) inset; }

.ui.table tr.active td,
.ui.table tr td.active {
  background-color: #E0E0E0;
  color: rgba(50, 50, 50, 0.9);
  /* border-color: rgba(0, 0, 0, 0.15) !important; */ }

/*--------------
     Disabled
---------------*/
.ui.table tr.disabled td,
.ui.table tr td.disabled,
.ui.table tr.disabled:hover td,
.ui.table tr:hover td.disabled {
  color: rgba(150, 150, 150, 0.3); }

/*******************************
          Variations
*******************************/
/*--------------
  Column Count
---------------*/
.ui.two.column.table td {
  width: 50%; }

.ui.three.column.table td {
  width: 33.3333%; }

.ui.four.column.table td {
  width: 25%; }

.ui.five.column.table td {
  width: 20%; }

.ui.six.column.table td {
  width: 16.66667%; }

.ui.seven.column.table td {
  width: 14.2857%; }

.ui.eight.column.table td {
  width: 12.5%; }

.ui.nine.column.table td {
  width: 11.1111%; }

.ui.ten.column.table td {
  width: 10%; }

.ui.eleven.column.table td {
  width: 9.0909%; }

.ui.twelve.column.table td {
  width: 8.3333%; }

.ui.thirteen.column.table td {
  width: 7.6923%; }

.ui.fourteen.column.table td {
  width: 7.1428%; }

.ui.fifteen.column.table td {
  width: 6.6666%; }

.ui.sixteen.column.table td {
  width: 6.25%; }

/* Column Width */
.ui.table th.one.wide,
.ui.table td.one.wide {
  width: 6.25%; }

.ui.table th.two.wide,
.ui.table td.two.wide {
  width: 12.5%; }

.ui.table th.three.wide,
.ui.table td.three.wide {
  width: 18.75%; }

.ui.table th.four.wide,
.ui.table td.four.wide {
  width: 25%; }

.ui.table th.five.wide,
.ui.table td.five.wide {
  width: 31.25%; }

.ui.table th.six.wide,
.ui.table td.six.wide {
  width: 37.5%; }

.ui.table th.seven.wide,
.ui.table td.seven.wide {
  width: 43.75%; }

.ui.table th.eight.wide,
.ui.table td.eight.wide {
  width: 50%; }

.ui.table th.nine.wide,
.ui.table td.nine.wide {
  width: 56.25%; }

.ui.table th.ten.wide,
.ui.table td.ten.wide {
  width: 62.5%; }

.ui.table th.eleven.wide,
.ui.table td.eleven.wide {
  width: 68.75%; }

.ui.table th.twelve.wide,
.ui.table td.twelve.wide {
  width: 75%; }

.ui.table th.thirteen.wide,
.ui.table td.thirteen.wide {
  width: 81.25%; }

.ui.table th.fourteen.wide,
.ui.table td.fourteen.wide {
  width: 87.5%; }

.ui.table th.fifteen.wide,
.ui.table td.fifteen.wide {
  width: 93.75%; }

.ui.table th.sixteen.wide,
.ui.table td.sixteen.wide {
  width: 100%; }

/*--------------
     Celled
---------------*/
.ui.celled.table {
  color: rgba(0, 0, 0, 0.8); }

.ui.celled.table tbody tr,
.ui.celled.table tfoot tr {
  border: none; }

.ui.celled.table th,
.ui.celled.table td {
  border: 1px solid rgba(0, 0, 0, 0.1); }

/* Coupling with segment */
.ui.celled.table.segment th:first-child,
.ui.celled.table.segment td:first-child {
  border-left: none; }

.ui.celled.table.segment th:last-child,
.ui.celled.table.segment td:last-child {
  border-right: none; }

/*--------------
    Sortable
---------------*/
.ui.sortable.table thead th {
  cursor: pointer;
  white-space: nowrap; }

.ui.sortable.table thead th.sorted,
.ui.sortable.table thead th.sorted:hover {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ui.sortable.table thead th:after {
  display: inline-block;
  content: '';
  width: 1.60rem;
  opacity: 0.8;
  margin: 0 0 0 0.80rem;
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }

.ui.sortable.table thead th.ascending:after {
  content: '\25b4'; }

.ui.sortable.table thead th.descending:after {
  content: '\25be'; }

/*--------------
    Inverted
---------------*/
/* Text Color */
.ui.inverted.table td {
  color: rgba(255, 255, 255, 0.9); }

.ui.inverted.table th {
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.9); }

/* Stripes */
.ui.inverted.table tbody tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.06); }

/*--------------
   Definition
---------------*/
.ui.definition.table td:first-child {
  font-weight: bold; }

/*--------------
   Collapsing
---------------*/
.ui.collapsing.table {
  width: auto; }

/*--------------
      Basic
---------------*/
.ui.basic.table th {
  background-color: transparent;
  padding: 0.80rem; }

.ui.basic.table tbody tr {
  background: #F5F5F5;
  border-bottom: 2px solid white; }

.ui.basic.table td {
  padding: 0.80rem 0.80rem; }

.ui.info.table th {
  background-color: transparent;
  padding: 0.80rem; }

.ui.info.table thead tr {
  border-bottom: 1px solid #999; }

.ui.info.table tbody tr {
  background: #FFF;
  border-bottom: 1px solid #999; }

.ui.info.table td {
  padding: 1.30rem 0.80rem; }

/*--------------
     Padded
---------------*/
.ui.padded.table th,
.ui.padded.table td {
  padding: 1.30rem 1.60rem; }

.ui.compact.table th {
  padding: 0.3rem 0.80rem; }

.ui.compact.table td {
  padding: 0.30rem 0.80rem; }

/*--------------
      Sizes
---------------*/
/* Small */
.ui.small.table {
  font-size: 1.40rem; }

/* Standard */
.ui.table {
  font-size: 1.60rem; }

/* Large */
.ui.large.table {
  font-size: 1.80rem; }

.p-clearfix:after, .module-common-image-position-right.ui.grid > .row:after,
.p-clearfix:before,
.module-common-image-position-right.ui.grid > .row:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.p-clearfix:after, .module-common-image-position-right.ui.grid > .row:after {
  clear: both; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  margin: 1em 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive.vimeo {
  width: 100%;
  height: 100%; }

.embed-responsive.vimeo iframe {
  position: relative;
  z-index: 35; }

.hero {
  background: transparent url("../assets/images/home/hero.png") center center no-repeat;
  width: 100%;
  min-height: 545px;
  max-height: 545px;
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
  @media only screen and (min-width: 990px) and (max-width: 1128px), (min-width: 1129px) {
    .hero {
      padding-top: 12.2rem; } }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
    .hero {
      padding-top: 4.8rem;
      padding-bottom: 10rem; } }
  @media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
    .hero {
      padding-top: 4.80rem;
      padding-bottom: 4.80rem; } }
  @media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
    .hero {
      padding-top: 6.40rem;
      padding-bottom: 6.40rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hero {
      padding-top: 14rem; } }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
    .hero {
      min-height: 59rem;
      max-height: inherit; } }
  .hero .wrapper {
    padding: 0 1.60rem;
    position: relative;
    z-index: 3; }
  .hero.not-found {
    min-height: inherit;
    max-height: inherit;
    padding: 6rem; }
  .hero .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    z-index: 1; }
    @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
      .hero .bg-video {
        display: none; } }
  .hero .video-preview-mobile {
    display: none;
    position: relative; }
    @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
      .hero .video-preview-mobile {
        display: block; } }
    .hero .video-preview-mobile .video-preview-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent url("../assets/images/home/video-preview-play.jpg") center center no-repeat;
      background-size: cover;
      overflow: hidden;
      text-indent: -9999px;
      padding: 0;
      z-index: 2; }
    .hero .video-preview-mobile video {
      width: 100%;
      display: block; }
  .hero.black-mask:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2; }

.hero-title {
  margin-bottom: 2rem !important; }

.button-play {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 34px;
  width: 80px;
  height: 80px;
  display: inline-block;
  z-index: 99999999; }
  .button-play:hover {
    opacity: .7;
    cursor: pointer; }
  @media only screen and (max-width: 600px) and (orientation: portrait) {
    .button-play {
      margin-top: 0; } }

.partners.ui.horizontal.text.menu {
  padding: 0;
  text-align: center;
  margin: 0 auto; }
  .partners.ui.horizontal.text.menu .item {
    margin: auto 25px; }
  @media only screen and (max-width: 600px) {
    .partners.ui.horizontal.text.menu .item {
      text-align: center;
      margin: 12px 0; } }
  .partners.ui.horizontal.text.menu .item:first-child {
    margin-left: 0; }
  .partners.ui.horizontal.text.menu .item:last-child {
    margin-right: 0; }

.landing .hero .half.container,
.learn-landing .half.container {
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .landing .hero .half.container,
    .learn-landing .half.container {
      width: 68%; } }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
    .landing .hero .half.container,
    .learn-landing .half.container {
      padding: 0 3rem; } }

@media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
  .landing .half.container,
  .pricing .half.container,
  .tour .half.container,
  .learn-landing .half.container {
    width: 100%;
    padding: 0 1.60rem; }
    .landing .half.container .fields .field,
    .pricing .half.container .fields .field,
    .tour .half.container .fields .field,
    .learn-landing .half.container .fields .field {
      width: 100%;
      display: inline-block; }
      .landing .half.container .fields .field:first-child,
      .pricing .half.container .fields .field:first-child,
      .tour .half.container .fields .field:first-child,
      .learn-landing .half.container .fields .field:first-child {
        margin-bottom: 1.60rem; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .landing .half.container,
  .pricing .half.container,
  .tour .half.container,
  .learn-landing .half.container {
    width: 75%;
    padding: 0 1.60rem; }
    .landing .half.container .fields .field,
    .pricing .half.container .fields .field,
    .tour .half.container .fields .field,
    .learn-landing .half.container .fields .field {
      width: auto;
      display: inline-block; }
      .landing .half.container .fields .field:first-child,
      .pricing .half.container .fields .field:first-child,
      .tour .half.container .fields .field:first-child,
      .learn-landing .half.container .fields .field:first-child {
        width: 50%; }
        .landing .half.container .fields .field:first-child input,
        .pricing .half.container .fields .field:first-child input,
        .tour .half.container .fields .field:first-child input,
        .learn-landing .half.container .fields .field:first-child input {
          margin: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .landing .half.container,
  .pricing .half.container,
  .tour .half.container,
  .learn-landing .half.container {
    width: 80%;
    padding: 0 1.60rem; }
    .landing .half.container .fields .field,
    .pricing .half.container .fields .field,
    .tour .half.container .fields .field,
    .learn-landing .half.container .fields .field {
      width: auto;
      display: inline-block; }
      .landing .half.container .fields .field:first-child,
      .pricing .half.container .fields .field:first-child,
      .tour .half.container .fields .field:first-child,
      .learn-landing .half.container .fields .field:first-child {
        width: 50%; }
        .landing .half.container .fields .field:first-child input,
        .pricing .half.container .fields .field:first-child input,
        .tour .half.container .fields .field:first-child input,
        .learn-landing .half.container .fields .field:first-child input {
          margin: 0; } }
@media only screen and (min-width: 990px) and (max-width: 1128px), (min-width: 1129px) {
  .landing .half.container,
  .pricing .half.container,
  .tour .half.container,
  .learn-landing .half.container {
    width: 63%;
    padding: 0 1.60rem; } }

.landing .column.nine.wide img {
  max-width: inherit; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
    .landing .column.nine.wide img {
      max-width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .landing .column.nine.wide img {
      max-width: 102%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .landing .column.nine.wide img {
      max-width: 100%; } }

.tour .column.nine.wide img {
  max-width: 100%; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
    .tour .column.nine.wide img {
      max-width: 100%; } }

.tour .right-aligned .alternate {
  text-align: left;
  padding-top: 20%; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
    .tour .right-aligned .alternate {
      text-align: left;
      padding: 0; } }

.landing .right-aligned .benefit-text {
  text-align: left; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
    .landing .right-aligned .benefit-text {
      text-align: left;
      padding: 0; } }

.landing .left-aligned .benefit-text:before,
.landing .right-aligned .benefit-text:before {
  width: 120px;
  height: 4px;
  background: #ff0066;
  display: block;
  content: " ";
  margin-bottom: 44px;
  margin-top: 10px; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
    .landing .left-aligned .benefit-text:before,
    .landing .right-aligned .benefit-text:before {
      margin-bottom: 20px; } }

.landing .benefit {
  padding-top: 90px;
  padding-bottom: 90px;
  background: white; }
  .landing .benefit.right-aligned {
    background: #F4F4F4; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
    .landing .benefit {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 990px) and (max-width: 1128px), (min-width: 1129px), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .landing .benefit {
      min-height: 400px;
      padding-top: 90px !important;
      padding-bottom: 90px !important; } }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
    .landing .benefit .highlight {
      font-size: 1.90rem; } }
  .landing .benefit .title {
    font-size: 4.1rem;
    line-height: 4.9rem; }
    @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
      .landing .benefit .title {
        font-size: 2.40rem;
        line-height: 1.22; } }
  .landing .benefit .text {
    font-weight: 400 !important; }
    @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
      .landing .benefit .text {
        font-size: 1.90rem; } }
  .landing .benefit .column.nine.wide.benefit-animation-box {
    padding: 3.20rem; }
  @media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .landing .benefit {
      background: none; }
      .landing .benefit .column.nine.wide.benefit-animation-box {
        float: none !important;
        background: transparent url("../assets/images/home/benefit-animation-box.png") no-repeat center top;
        background-size: cover;
        padding: 6.40rem 30px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .landing .benefit {
      padding: 0 3.20rem; } }

.alternate-section {
  min-height: 40rem;
  background: #fafafa;
  padding-top: 90px;
  padding-bottom: 60px; }
  .alternate-section .alternate-section-text:before {
    width: 120px;
    height: 4px;
    background: #ff0066;
    display: block;
    content: " ";
    margin-bottom: 44px;
    margin-top: 10px; }
    @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
      .alternate-section .alternate-section-text:before {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
    .alternate-section .alternate-section-text .highlight {
      font-size: 1.90rem; } }
  .alternate-section .alternate-section-text .title {
    font-size: 4.1rem;
    line-height: 4.9rem;
    max-width: 90%; }
    @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
      .alternate-section .alternate-section-text .title {
        font-size: 2.40rem;
        line-height: 1.22; } }
  .alternate-section .alternate-section-text .text {
    font-weight: 400 !important; }
    @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
      .alternate-section .alternate-section-text .text {
        font-size: 1.90rem; } }
  .alternate-section.left-aligned {
    background: white; }
    .alternate-section.left-aligned .alternate-section-text {
      padding: 0 4rem 0 0; }
      @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .alternate-section.left-aligned .alternate-section-text {
          padding: 0 !important; } }
    .alternate-section.left-aligned .benefit-animation-box {
      width: 57.62712%;
      float: right;
      margin-right: 0; }
      @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .alternate-section.left-aligned .benefit-animation-box {
          text-align: center !important;
          float: none !important; } }
      @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .alternate-section.left-aligned .benefit-animation-box img {
          margin: 1rem 0; } }
  .alternate-section.right-aligned {
    background: #F4F4F4; }
    .alternate-section.right-aligned .alternate-section-text {
      padding: 0 0 0 4rem; }
      @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .alternate-section.right-aligned .alternate-section-text {
          padding: 0 !important; } }
    .alternate-section.right-aligned .benefit-animation-box {
      width: 57.62712%;
      float: left;
      margin-right: 1.69492%; }
      @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .alternate-section.right-aligned .benefit-animation-box {
          text-align: center !important;
          float: none !important; } }
      @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .alternate-section.right-aligned .benefit-animation-box img {
          margin: 1rem 0; } }
  .alternate-section .benefit-description {
    line-height: 1.4; }
  .alternate-section .title {
    margin-bottom: 1rem;
    font-size: 41px !important; }
  .alternate-section .benefit-animation-box .benefit-image {
    width: 100%;
    max-width: inherit !important; }

.enterprise-features .alternate-section:nth-child(3) .benefit-animation-box img {
  margin-top: -8rem; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .enterprise-features .alternate-section:nth-child(3) .benefit-animation-box img {
      position: relative;
      margin-top: 0; } }

.enterprise-ready .subtitle {
  font-size: 2.5rem;
  font-weight: 300;
  max-width: 80rem;
  margin: 0 auto 5rem; }

.tour {
  background: #fafafa; }
  .tour hgroup.title {
    padding-top: 6.40rem; }
    @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
      .tour hgroup.title h2 {
        font-size: 1.3rem;
        margin-bottom: 1.60rem; } }
  @media only screen and (min-width: 992px) {
    .tour .left-aligned .row.wrapper.middle.aligned {
      display: flex;
      align-items: center; }
      .tour .left-aligned .row.wrapper.middle.aligned .column.six.wide {
        order: 2;
        -webkit-order: 2; } }
  .tour .benefit {
    padding: 0 0 1.60rem;
    background: none; }
    @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
      .tour .benefit {
        padding: 0 0 1.48rem; } }
    @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
      .tour .benefit .highlight {
        font-size: 1.90rem; } }
    @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
      .tour .benefit .text {
        font-size: 1.90rem; } }
    .tour .benefit .benefit-animation-box.benefit-animation-box {
      padding: 0; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
    .tour .wrapper {
      padding: 0 1.60rem; } }

.header.wrapper {
  padding: 0 1.60rem; }
  @media only screen and (min-width: 1129px) {
    .header.wrapper {
      max-width: 960px;
      margin: 0 auto;
      padding: 0; }
      .header.wrapper .logo {
        margin: 0; } }

.footer {
  padding-bottom: 1.60rem; }

footer .wrapper {
  border-top: 1px solid #ededed;
  padding-top: 3rem;
  margin-top: 0;
  width: 95%; }

.partners-container {
  margin: 25px auto !important; }

.partners-container-bottom {
  display: none; }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), (min-width: 990px) and (max-width: 1128px), (min-width: 1129px) {
  .partners-container-bottom {
    display: none !important; } }
@media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
  .partners-container-top {
    display: none !important; }

  .partners-container-bottom {
    display: block !important; }
    .partners-container-bottom .title {
      text-align: center;
      font-size: 2.00rem; }
    .partners-container-bottom .menu {
      padding: 0; } }
.ideo-stamp-container {
  border-bottom: 1px solid #CDCDCD;
  padding: 67px 0 !important; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
    .ideo-stamp-container {
      padding: 67px 0 !important; }
      .ideo-stamp-container .seven.wide.column.right.aligned {
        text-align: center !important; } }
  .ideo-stamp-container .column {
    padding-left: 17px !important;
    padding-right: 17px !important; }
  .ideo-stamp-container .highlight {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 15px; }
  .ideo-stamp-container .title {
    font-size: 4.1rem;
    margin-bottom: 1.5rem; }
  .ideo-stamp-container .text {
    line-height: 19px;
    max-width: 450px; }

.widgets-container .ideo-stamp-container:first-child {
  border-top: 1px solid #CDCDCD; }

.about .text {
  color: #323232;
  font-size: 1.60rem; }
.about .text.highlight {
  color: #ff0066; }
.about iframe {
  border: none;
  width: 100%;
  height: 24.00rem; }
.about .more-about-us {
  font-size: 1.50rem;
  margin-top: 15px;
  padding: 20px 30px 5px;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .about .more-about-us p {
    line-height: 150%;
    padding-bottom: 15px; }
.about .team {
  background: url(../assets/images/about/team_bg.png) repeat 0 0;
  border-top: 1px solid #DDD; }
  @media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
    .about .team {
      margin-top: 1.60rem; } }
  .about .team .row.wrapper.wrapper.wrapper.wrapper.wrapper {
    margin: 1.60rem auto 0; }
.about .team-list {
  padding: 0;
  text-align: center;
  margin: 0 auto; }
.about .team-list-container .team-list .tm-photo {
  padding: 5px;
  background: #FFF;
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  overflow: hidden; }
.about .team-list-container .team-list .team-member {
  display: inline-block;
  max-width: 21%;
  width: 100%;
  margin: 0 1.20rem 3.60rem 1.20rem;
  position: relative;
  vertical-align: top; }
  @media only screen and (max-width: 600px) and (orientation: portrait) {
    .about .team-list-container .team-list .team-member {
      max-width: 50%; } }
  .about .team-list-container .team-list .team-member.invisible {
    visibility: hidden; }
.about .team-list-container .tm-photo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }
.about .team-list-container .tm-role {
  text-align: center;
  font-size: 1.60rem;
  color: #333;
  font-weight: 300;
  padding-top: 15px; }
.about .team-list-container .tm-role strong,
.about .team-list-container .tm-role em {
  display: block; }
.about .team-list-container .tm-role em {
  padding-top: 3px;
  font-size: 1.40rem;
  color: #666; }
.about .team-list-container .team-member .tm-info {
  padding: 1.60rem;
  font-size: 1.30rem;
  color: white;
  width: 100%;
  background: #000;
  bottom: -100%;
  position: absolute;
  opacity: 0.8;
  left: 0;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
.about .team-list-container .team-list .team-member:hover .tm-info {
  bottom: 0; }

.security h1 {
  margin-top: 8.00rem; }
.security .module-common-text-container {
  padding: 90px 0 !important; }
  .security .module-common-text-container .icon svg {
    display: block;
    height: 120px;
    margin-bottom: 3rem; }
    .security .module-common-text-container .icon svg path {
      fill: #ff0066; }
.security .subtitle-alt i {
  font-family: entypo;
  font-size: 6rem;
  vertical-align: middle;
  padding-top: inherit;
  margin-right: 5px;
  font-style: normal;
  font-weight: normal;
  display: inline-table;
  vertical-align: top;
  line-height: 1.60rem;
  margin-bottom: 20px; }
.security .text {
  margin-bottom: 2em; }
.security .features-list {
  text-align: left;
  background: #f9f9f9;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 3px; }
  .security .features-list li {
    display: block;
    vertical-align: top;
    width: auto;
    font-size: 1.60rem;
    font-weight: 400;
    padding: 0 1.60rem;
    line-height: 24px;
    text-shadow: 0 0 3px #FFF;
    height: inherit; }
    .security .features-list li:first-child {
      margin-bottom: 20px; }
  .security .features-list i {
    font-family: entypo;
    font-size: 1.8rem;
    padding-top: inherit;
    margin-right: 0.5rem;
    font-weight: normal;
    color: #F06;
    display: inline-table; }
.security .certifications {
  margin: 20px 0; }
  .security .certifications img {
    width: 100%;
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px; }

.jobs .row.wrapper {
  padding: 20px 0 !important; }
.jobs .page-content {
  padding: 0 20px !important; }
.jobs .BambooHR-ATS-board h2 {
  font-weight: bold;
  font-family: 'proxima-nova', sans-serif;
  font-size: 22px; }
.jobs .BambooHR-ATS-Jobs-Item a {
  font-size: 18px;
  display: block; }
.jobs .BambooHR-ATS-Jobs-Item span {
  float: none; }
.jobs .BambooHR-ATS-board ul ul {
  padding: 2px 20px 12px 0px; }
.jobs .BambooHR-ATS-Department-Header {
  font-size: 15px;
  font-weight: 400; }
.jobs .BambooHR-ATS-board a {
  font-weight: normal;
  color: #ff0066;
  text-decoration: none; }

@media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (max-width: 600px) and (orientation: portrait) {
  .jobs .BambooHR-ATS-Jobs-Item a {
    font-size: 16px; }

  .jobs .BambooHR-ATS-Department-Header {
    font-size: 14px; } }
.ipad {
  background-color: #FAFAFA; }
  .ipad .gray {
    background: #F4F4F4; }
    .ipad .gray .ui.menu {
      margin: 0; }
  .ipad .header {
    height: 73px; }
    .ipad .header .logo {
      float: none !important;
      margin: 0 auto !important;
      display: block;
      padding-top: 20px !important; }
  .ipad .ipad-hero {
    position: relative;
    background-color: #FAFAFA;
    width: 100%;
    padding: 60px 0; }
    .ipad .ipad-hero .item {
      float: left;
      width: 55%; }
      .ipad .ipad-hero .item.last {
        width: 45%;
        padding-right: 100px;
        padding-top: 10%;
        margin-left: -30px; }
    .ipad .ipad-hero .desktop-ipad {
      width: 100%;
      position: relative;
      left: -120px; }
    .ipad .ipad-hero .mobile-ipad {
      display: none; }
    .ipad .ipad-hero h1 {
      font-weight: 300;
      color: #393939;
      font-size: 44px; }
      .ipad .ipad-hero h1 span {
        color: #B7B7B7; }
    .ipad .ipad-hero p {
      font-weight: 300;
      font-size: 20px;
      line-height: 26px;
      margin: 30px 0; }
  .ipad .ipad-form .field {
    width: 65% !important; }
    .ipad .ipad-form .field input {
      font-size: 18px;
      display: inline-block;
      float: left; }
    .ipad .ipad-form .field.last {
      width: 35% !important; }
      .ipad .ipad-form .field.last .button {
        font-size: 20px;
        float: left; }

@media (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (min-width: 620px) and (max-width: 1023px) {
  .ipad .ipad-hero .item,
  .ipad .ipad-hero .item.last {
    width: 50%; }
  .ipad .ipad-hero h1 {
    font-size: 32px; }
  .ipad .ipad-form .field {
    width: 60% !important; }
    .ipad .ipad-form .field.last {
      width: 40% !important; } }
@media only screen and (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
  .ipad .header .logo {
    display: block; }
  .ipad .ipad-hero .item,
  .ipad .ipad-hero .item.last {
    width: 100%;
    text-align: center;
    margin-left: 0; }
  .ipad .ipad-hero .item.last {
    padding-right: 0; }
  .ipad .ipad-hero .desktop-ipad {
    display: none; }
  .ipad .ipad-hero .mobile-ipad {
    display: block;
    height: 210px;
    margin: 0 auto; }
  .ipad .ipad-hero .ipad-form .field {
    width: 100% !important;
    padding: 0 10% !important; } }
.like-blog {
  font-family: 'proxima-nova', sans-serif;
  padding: 0 5% !important; }
  .like-blog h1,
  .like-blog h2,
  .like-blog h3,
  .like-blog h4,
  .like-blog h5 {
    font-weight: 300;
    text-transform: uppercase;
    color: #323232; }
  .like-blog h1 {
    font-size: 29px;
    margin-bottom: 25px; }
  .like-blog h2 {
    font-size: 25px;
    margin-bottom: 20px; }
  .like-blog h3 {
    font-size: 22px;
    margin-bottom: 18px; }
  .like-blog h4 {
    font-size: 20px;
    margin-bottom: 16px; }
  .like-blog h5 {
    font-size: 18px;
    margin-bottom: 14px; }
  .like-blog hr {
    background: transparent;
    border: medium none;
    height: 24px;
    width: 100%; }
  .like-blog p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
    color: #656565; }
  .like-blog img {
    max-width: 100%;
    margin-top: 1em;
    margin-bottom: 1em; }
  .like-blog a {
    color: #ff0066; }
    .like-blog a:hover {
      color: #D60057; }
  .like-blog ol,
  .like-blog ul {
    font-family: 'proxima-nova',sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #656565;
    margin-bottom: 24px; }
    .like-blog ol li,
    .like-blog ul li {
      margin-bottom: 0.5em;
      list-style: outside disc; }
  .like-blog iframe[src*=vimeo],
  .like-blog iframe[src*=youtube] {
    margin-bottom: 1em; }

#enterpriseStart .wufoo li.focused {
  background-color: #eeeeee; }
#enterpriseStart .wufoo .instruct {
  background-color: #f5f5f5; }
#enterpriseStart #container {
  border: 1px solid #CCCCCC; }
#enterpriseStart .wufoo .info, #enterpriseStart .wufoo .paging-context {
  border-bottom: 1px dotted #CCCCCC; }
#enterpriseStart .wufoo .section h3, #enterpriseStart .wufoo .captcha, #enterpriseStart #payment .paging-context {
  border-top: 1px dotted #CCCCCC; }
#enterpriseStart .wufoo .instruct {
  border: 1px solid #E6E6E6; }
#enterpriseStart .fixed .info {
  border-bottom: none; }
#enterpriseStart .wufoo li.section.scrollText {
  border-color: #dedede; }
#enterpriseStart .wufoo .info h2 {
  font-size: 160%;
  font-family: 'Museo-300';
  font-style: normal;
  font-weight: normal;
  color: #000000; }
#enterpriseStart .wufoo .info div {
  font-size: 95%;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  color: #444444; }
#enterpriseStart .wufoo .section h3 {
  font-size: 110%;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  color: #000000; }
#enterpriseStart .wufoo .section div {
  font-size: 85%;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  color: #444444; }
#enterpriseStart .wufoo label.desc, #enterpriseStart .wufoo legend.desc {
  font-size: 95%;
  font-family: inherit;
  font-style: normal;
  font-weight: bold;
  color: #444444; }
#enterpriseStart .wufoo label.choice {
  font-size: 100%;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  color: #444444; }
#enterpriseStart .wufoo input.text, #enterpriseStart .wufoo textarea.textarea, #enterpriseStart .wufoo input.file, #enterpriseStart .wufoo select.select {
  font-style: normal;
  font-weight: normal;
  color: #333333;
  font-size: 100%; }
#enterpriseStart .wufoo input.text, #enterpriseStart .wufoo textarea.textarea, #enterpriseStart .wufoo input.file {
  font-family: inherit; }
#enterpriseStart .wufoo li div, #enterpriseStart .wufoo li span, #enterpriseStart .wufoo li div label, #enterpriseStart .wufoo li span label {
  font-family: inherit;
  color: #444444; }
#enterpriseStart .safari .wufoo input.file {
  font-size: 100%;
  font-family: inherit;
  color: #444444; }
#enterpriseStart .wufoo .instruct small {
  font-size: 80%;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  color: #444444; }
#enterpriseStart .altInstruct small, #enterpriseStart li.leftHalf small, #enterpriseStart li.rightHalf small, #enterpriseStart li.leftThird small, #enterpriseStart li.middleThird small, #enterpriseStart li.rightThird small, #enterpriseStart .iphone small {
  color: #444444 !important; }
#enterpriseStart .wufoo li.focused label.desc, #enterpriseStart .wufoo li.focused legend.desc, #enterpriseStart .wufoo li.focused div, #enterpriseStart .wufoo li.focused span, #enterpriseStart .wufoo li.focused div label, #enterpriseStart .wufoo li.focused span label, #enterpriseStart .safari .wufoo li.focused input.file {
  color: #000000; }
#enterpriseStart .confirm h2 {
  font-family: inherit;
  color: #444444; }
#enterpriseStart a.powertiny b, #enterpriseStart a.powertiny em {
  color: #1a1a1a !important; }
#enterpriseStart .embed a.powertiny b, #enterpriseStart .embed a.powertiny em {
  color: #1a1a1a !important; }
#enterpriseStart .pgStyle1 var, #enterpriseStart .pgStyle2 var, #enterpriseStart .pgStyle2 em, #enterpriseStart .page1 .pgStyle2 var, #enterpriseStart .pgStyle1 b, #enterpriseStart .wufoo .buttons .marker {
  font-family: inherit;
  color: #444444; }
#enterpriseStart .pgStyle1 var, #enterpriseStart .pgStyle2 td {
  border: 1px solid #cccccc; }
#enterpriseStart .pgStyle1 .done var {
  background: #cccccc; }
#enterpriseStart .pgStyle1 .selected var, #enterpriseStart .pgStyle2 var, #enterpriseStart .pgStyle2 var em {
  background: #eeeeee;
  color: #000000; }
#enterpriseStart .pgStyle1 .selected var {
  border: 1px solid #d6d6d6; }
#enterpriseStart .likert table {
  background-color: #FFFFFF; }
#enterpriseStart .likert thead td, #enterpriseStart .likert thead th {
  background-color: #e6e6e6; }
#enterpriseStart .likert tbody tr.alt td, #enterpriseStart .likert tbody tr.alt th {
  background-color: #f5f5f5; }
#enterpriseStart .likert table, #enterpriseStart .likert th, #enterpriseStart .likert td {
  border-color: #dedede; }
#enterpriseStart .likert td {
  border-left: 1px solid #cccccc; }
#enterpriseStart .likert caption, #enterpriseStart .likert thead td, #enterpriseStart .likert tbody th label {
  color: #444444;
  font-family: inherit; }
#enterpriseStart .likert tbody td label {
  color: #575757;
  font-family: inherit; }
#enterpriseStart .likert caption, #enterpriseStart .likert tbody th label {
  font-size: 95%; }
#enterpriseStart .likert tbody tr:hover td, #enterpriseStart .likert tbody tr:hover th, #enterpriseStart .likert tbody tr:hover label {
  background-color: #eeeeee;
  color: #000000; }
#enterpriseStart .likert tbody tr:hover td {
  border-left: 1px solid #bebebe; }
#enterpriseStart .wufoo #lola {
  background: #e6e6e6; }
#enterpriseStart .wufoo #lola tbody td {
  border-bottom: 1px solid #cccccc; }
#enterpriseStart .wufoo #lola {
  font-family: inherit;
  color: #444444; }
#enterpriseStart .wufoo #lola tfoot th {
  color: #696969; }
#enterpriseStart .wufoo .wfo_graph h3 {
  font-size: 95%;
  font-family: inherit;
  color: #444444; }
#enterpriseStart .wfo_txt, #enterpriseStart .wfo_graph h4 {
  color: #444444; }
#enterpriseStart .wufoo .footer h4 {
  color: #000000; }
#enterpriseStart .wufoo .footer span {
  color: #444444; }
#enterpriseStart .wfo_number {
  background-color: #f5f5f5;
  border-color: #dedede; }
#enterpriseStart .wfo_number strong, #enterpriseStart .wfo_number em {
  color: #000000; }
#enterpriseStart #widget, #enterpriseStart #widget body {
  background: #FFFFFF; }
#enterpriseStart .fcNav a.show {
  background-color: #FFFFFF;
  border-color: #cccccc; }
#enterpriseStart .fc table {
  border-left: 1px solid #dedede; }
#enterpriseStart .fc thead th, #enterpriseStart .fc .more th {
  background-color: #dedede !important;
  border-right: 1px solid #cccccc !important; }
#enterpriseStart .fc tbody td, #enterpriseStart .fc tbody th, #enterpriseStart .fc tfoot th, #enterpriseStart .fc tfoot td {
  background-color: #FFFFFF;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #dedede; }
#enterpriseStart .fc tbody tr.alt td, #enterpriseStart .fc tbody tr.alt th, #enterpriseStart .fc tbody td.alt {
  background-color: #f5f5f5; }
#enterpriseStart .fc caption, #enterpriseStart .fcNav, #enterpriseStart .fcNav a {
  color: #444444; }
#enterpriseStart .fc tfoot, #enterpriseStart .fc thead th, #enterpriseStart .fc tbody th div, #enterpriseStart .fc tbody td.count, #enterpriseStart .fc .cards tbody td a, #enterpriseStart .fc td.percent var, #enterpriseStart .fc .timestamp span {
  color: #000000; }
#enterpriseStart .fc .indent .count {
  color: #4b4b4b; }
#enterpriseStart .fc .cards tbody td a span {
  color: #7d7d7d; }
#enterpriseStart .fc tbody tr:hover td, #enterpriseStart .fc tbody tr:hover th, #enterpriseStart .fc tfoot tr:hover td, #enterpriseStart .fc tfoot tr:hover th {
  background-color: #eeeeee; }
#enterpriseStart .fc tbody tr:hover th div, #enterpriseStart .fc tbody tr:hover td, #enterpriseStart .fc tbody tr:hover var, #enterpriseStart .fc tfoot tr:hover th div, #enterpriseStart .fc tfoot tr:hover td, #enterpriseStart .fc tfoot tr:hover var {
  color: #000000; }
#enterpriseStart .invoice thead th, #enterpriseStart .invoice tbody th, #enterpriseStart .invoice tbody td, #enterpriseStart .invoice tfoot th, #enterpriseStart .invoice .total, #enterpriseStart .invoice tfoot .last th, #enterpriseStart .invoice tfoot .last td, #enterpriseStart .invoice tfoot th, #enterpriseStart .invoice tfoot td {
  border-color: #dedede; }
#enterpriseStart .invoice thead th, #enterpriseStart .wufoo .checkNotice {
  background: #f5f5f5; }
#enterpriseStart .invoice th, #enterpriseStart .invoice td {
  color: #000000; }
#enterpriseStart #ppSection, #enterpriseStart #ccSection {
  border-bottom: 1px dotted #CCCCCC; }
#enterpriseStart #shipSection, #enterpriseStart #invoiceSection {
  border-top: 1px dotted #CCCCCC; }
@font-face {
  #enterpriseStart {
    font-family: 'Museo-300';
    src: url("/fonts/museo_300.eot?") format("eot"), url("/fonts/museo_300.woff") format("woff"), url("/fonts/museo_300.ttf") format("truetype"), url("/fonts/museo_300.svg#svgFontName") format("svg");
    font-weight: normal;
    font-style: normal; } }
@media only screen and (max-width: 480px) {
  #enterpriseStart html {
    background-color: #FFFFFF; }
  #enterpriseStart a.powertiny b, #enterpriseStart a.powertin em {
    color: #1a1a1a !important; } }

#enterpriseStart article, #enterpriseStart aside, #enterpriseStart figure, #enterpriseStart figure img, #enterpriseStart figcaption, #enterpriseStart hgroup, #enterpriseStart footer, #enterpriseStart header, #enterpriseStart nav, #enterpriseStart section, #enterpriseStart video, #enterpriseStart object, #enterpriseStart output {
  display: block; }
#enterpriseStart #container {
  text-align: left;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px; }
#enterpriseStart #container {
  margin: 0 auto 10px auto;
  width: 640px; }
#enterpriseStart form.wufoo {
  margin: 20px 14px 0 14px;
  padding: 0 0 20px 0;
  position: relative; }
#enterpriseStart #logo {
  margin: 0;
  padding: 0;
  min-height: 0;
  background-color: #dedede;
  text-indent: -9000px;
  text-decoration: none; }
#enterpriseStart #logo a {
  min-height: 40px;
  height: 40px;
  display: block;
  background: url(/images/wflogo.png) no-repeat left top;
  overflow: hidden; }
#enterpriseStart * html #logo a {
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wflogo.png", sizingMethod="crop"); }
#enterpriseStart img, #enterpriseStart a img {
  border: none;
  -ms-interpolation-mode: bicubic; }
#enterpriseStart .hide, #enterpriseStart .cloak div, #enterpriseStart .cloak span, #enterpriseStart .likert.cloak tbody, #enterpriseStart .likert.cloak thead {
  display: none !important; }
#enterpriseStart .likert.cloak table {
  border: none; }
#enterpriseStart .is-hidden {
  display: none !important; }
@font-face {
  #enterpriseStart {
    font-family: 'Pictos';
    src: url("/fonts/pictos.eot?iefix");
    src: local("Pictos"), url("/fonts/pictos.woff") format("woff"), url("/fonts/pictos.ttf") format("truetype"), url("/fonts/pictos.svg#webfontIyfZbseF") format("svg");
    font-weight: normal;
    font-style: normal; } }
#enterpriseStart .pictos {
  font-family: "Pictos"; }
#enterpriseStart .p-a:before {
  font-family: "Pictos";
  content: "a "; }
#enterpriseStart .p-b:before {
  font-family: "Pictos";
  content: "b "; }
#enterpriseStart .p-c:before {
  font-family: "Pictos";
  content: "c "; }
#enterpriseStart .p-d:before {
  font-family: "Pictos";
  content: "d "; }
#enterpriseStart .p-e:before {
  font-family: "Pictos";
  content: "e "; }
#enterpriseStart .p-f:before {
  font-family: "Pictos";
  content: "f "; }
#enterpriseStart .p-g:before {
  font-family: "Pictos";
  content: "g "; }
#enterpriseStart .p-h:before {
  font-family: "Pictos";
  content: "h "; }
#enterpriseStart .p-i:before {
  font-family: "Pictos";
  content: "i "; }
#enterpriseStart .p-j:before {
  font-family: "Pictos";
  content: "j "; }
#enterpriseStart .p-k:before {
  font-family: "Pictos";
  content: "k "; }
#enterpriseStart .p-l:before {
  font-family: "Pictos";
  content: "l "; }
#enterpriseStart .p-m:before {
  font-family: "Pictos";
  content: "m "; }
#enterpriseStart .p-n:before {
  font-family: "Pictos";
  content: "n "; }
#enterpriseStart .p-o:before {
  font-family: "Pictos";
  content: "o "; }
#enterpriseStart .p-p:before {
  font-family: "Pictos";
  content: "p "; }
#enterpriseStart .p-q:before {
  font-family: "Pictos";
  content: "q "; }
#enterpriseStart .p-r:before {
  font-family: "Pictos";
  content: "r "; }
#enterpriseStart .p-s:before {
  font-family: "Pictos";
  content: "s "; }
#enterpriseStart .p-t:before {
  font-family: "Pictos";
  content: "t "; }
#enterpriseStart .p-u:before {
  font-family: "Pictos";
  content: "u "; }
#enterpriseStart .p-v:before {
  font-family: "Pictos";
  content: "v "; }
#enterpriseStart .p-w:before {
  font-family: "Pictos";
  content: "w "; }
#enterpriseStart .p-x:before {
  font-family: "Pictos";
  content: "x "; }
#enterpriseStart .p-y:before {
  font-family: "Pictos";
  content: "y "; }
#enterpriseStart .p-z:before {
  font-family: "Pictos";
  content: "z "; }
#enterpriseStart .p-A:before {
  font-family: "Pictos";
  content: "A "; }
#enterpriseStart .p-B:before {
  font-family: "Pictos";
  content: "B "; }
#enterpriseStart .p-C:before {
  font-family: "Pictos";
  content: "C "; }
#enterpriseStart .p-D:before {
  font-family: "Pictos";
  content: "D "; }
#enterpriseStart .p-E:before {
  font-family: "Pictos";
  content: "E "; }
#enterpriseStart .p-F:before {
  font-family: "Pictos";
  content: "F "; }
#enterpriseStart .p-G:before {
  font-family: "Pictos";
  content: "G "; }
#enterpriseStart .p-H:before {
  font-family: "Pictos";
  content: "H "; }
#enterpriseStart .p-I:before {
  font-family: "Pictos";
  content: "I "; }
#enterpriseStart .p-J:before {
  font-family: "Pictos";
  content: "J "; }
#enterpriseStart .p-K:before {
  font-family: "Pictos";
  content: "K "; }
#enterpriseStart .p-L:before {
  font-family: "Pictos";
  content: "L "; }
#enterpriseStart .p-M:before {
  font-family: "Pictos";
  content: "M "; }
#enterpriseStart .p-N:before {
  font-family: "Pictos";
  content: "N "; }
#enterpriseStart .p-O:before {
  font-family: "Pictos";
  content: "O "; }
#enterpriseStart .p-P:before {
  font-family: "Pictos";
  content: "P "; }
#enterpriseStart .p-Q:before {
  font-family: "Pictos";
  content: "Q "; }
#enterpriseStart .p-R:before {
  font-family: "Pictos";
  content: "R "; }
#enterpriseStart .p-S:before, #enterpriseStart .rating span:before, #enterpriseStart .rating:hover span:hover ~ span:before {
  font-family: "Pictos";
  content: "S "; }
#enterpriseStart .p-T:before {
  font-family: "Pictos";
  content: "T "; }
#enterpriseStart .p-U:before {
  font-family: "Pictos";
  content: "U "; }
#enterpriseStart .p-V:before {
  font-family: "Pictos";
  content: "V "; }
#enterpriseStart .p-W:before {
  font-family: "Pictos";
  content: "W "; }
#enterpriseStart .p-X:before {
  font-family: "Pictos";
  content: "X "; }
#enterpriseStart .p-Y:before {
  font-family: "Pictos";
  content: "Y "; }
#enterpriseStart .p-Z:before {
  font-family: "Pictos";
  content: "Z "; }
#enterpriseStart .wufoo {
  font-family: "Lucida Grande","Lucida Sans Unicode", Tahoma, sans-serif;
  letter-spacing: 0.01em; }
#enterpriseStart .wufoo li {
  width: 64%; }
#enterpriseStart .info {
  display: inline-block;
  clear: both;
  margin: 0 0 5px 0;
  padding: 0 1% 1.1em 1%;
  border-bottom: 1px dotted #ccc; }
#enterpriseStart .info[class] {
  display: block; }
#enterpriseStart .hideHeader .info, #enterpriseStart #payment.hideHeader li.first {
  display: none; }
#enterpriseStart .info h2 {
  font-weight: normal;
  font-size: 160%;
  margin: 0 0 5px 0;
  clear: left; }
#enterpriseStart .info div {
  font-size: 95%;
  line-height: 135%;
  color: #555; }
#enterpriseStart form ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
#enterpriseStart * html form ul {
  width: 99%;
  zoom: 1; }
#enterpriseStart form li {
  margin: 0;
  padding: 6px 1% 9px 1%;
  clear: both;
  background-color: transparent;
  position: relative;
  -webkit-transition: background-color 350ms ease-out;
  -moz-transition: background-color 350ms ease-out;
  -o-transition: background-color 350ms ease-out;
  transition: background-color 350ms ease-out; }
#enterpriseStart form ul:after, #enterpriseStart form li:after, #enterpriseStart form li div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
#enterpriseStart * html form li {
  height: 1%;
  margin-bottom: -3px; }
#enterpriseStart * + html form li {
  height: 1%;
  margin-bottom: -3px; }
#enterpriseStart * html form li div {
  display: inline-block; }
#enterpriseStart * + html form ul, #enterpriseStart * + html form li div {
  display: inline-block; }
#enterpriseStart form li div {
  margin: 0;
  padding: 0;
  color: #444; }
#enterpriseStart form li span {
  margin: 0 .3em 0 0;
  padding: 0;
  float: left;
  color: #444; }
#enterpriseStart form li div span {
  margin: 0;
  display: block;
  width: 100%;
  float: left; }
#enterpriseStart li.twoColumns div span {
  width: 48%;
  margin: 0 5px 0 0; }
#enterpriseStart li.threeColumns div span {
  width: 30%;
  margin: 0 5px 0 0; }
#enterpriseStart li.notStacked div span {
  width: auto;
  margin: 0 7px 0 0; }
#enterpriseStart form li.complex {
  padding-bottom: 0; }
#enterpriseStart form li.complex div span {
  width: auto;
  margin: 0 .3em 0 0;
  padding-bottom: 12px; }
#enterpriseStart form li.complex div span.full {
  margin: 0; }
#enterpriseStart form li.complex div span.left, #enterpriseStart form li.complex div span.right {
  margin: 0;
  width: 48%; }
#enterpriseStart form li.complex div span.full input, #enterpriseStart form li.complex div span.full select, #enterpriseStart form li.complex div span.left input, #enterpriseStart form li.complex div span.right input, #enterpriseStart form li.complex div span.left select, #enterpriseStart form li.complex div span.right select {
  width: 100%; }
#enterpriseStart .left {
  float: left; }
#enterpriseStart .right {
  float: right; }
#enterpriseStart .clear {
  clear: both !important; }
#enterpriseStart label span, #enterpriseStart .section span, #enterpriseStart p span, #enterpriseStart .likert span {
  display: inline !important;
  float: none !important; }
#enterpriseStart form li div label, #enterpriseStart form li span label {
  margin: 0;
  padding-top: 3px;
  clear: both;
  font-size: 85%;
  line-height: 160%;
  color: #444;
  display: block; }
#enterpriseStart fieldset {
  display: block;
  border: none;
  margin: 0;
  padding: 0; }
#enterpriseStart label.desc, #enterpriseStart legend.desc {
  font-size: 95%;
  font-weight: bold;
  color: #222;
  line-height: 150%;
  margin: 0;
  padding: 0 0 3px 0;
  border: none;
  display: block;
  white-space: normal;
  width: 100%; }
#enterpriseStart label.choice {
  display: block;
  cursor: pointer;
  font-size: 100%;
  line-height: 150%;
  margin: -17px 0 0 23px;
  padding: 0 0 5px 0;
  color: #222;
  width: 88%; }
#enterpriseStart .safari label.choice {
  margin-top: -22px;
  margin-left: 30px; }
#enterpriseStart form.rightLabel .desc {
  padding-top: 2px; }
#enterpriseStart span.symbol {
  font-size: 120%;
  line-height: 135%; }
#enterpriseStart form li .datepicker {
  float: left;
  margin: .19em 5px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  cursor: pointer !important; }
#enterpriseStart form span.req {
  display: inline;
  float: none;
  color: red !important;
  font-weight: bold;
  margin: 0;
  padding: 0; }
#enterpriseStart form li div label var {
  font-weight: bold;
  font-style: normal; }
#enterpriseStart form li div label .currently {
  display: none; }
#enterpriseStart input.text, #enterpriseStart input.search, #enterpriseStart input.file, #enterpriseStart textarea.textarea, #enterpriseStart select.select {
  font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #333;
  margin: 0;
  padding: 2px 20px; }
#enterpriseStart input.nospin::-webkit-inner-spin-button, #enterpriseStart input.nospin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }
#enterpriseStart select.select {
  padding: 1px 0 0 0; }
#enterpriseStart input.search {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-left: 6px; }
#enterpriseStart input.checkbox, #enterpriseStart input.radio {
  display: block;
  margin: 4px 0 0 0;
  padding: 0;
  width: 13px;
  height: 13px; }
#enterpriseStart input.other {
  margin: 0 0 8px 25px; }
#enterpriseStart .safari select.select {
  font-size: 120% !important;
  margin: 0 0 1px 0; }
#enterpriseStart * html select.select {
  margin: 1px 0; }
#enterpriseStart * + html select.select {
  margin: 1px 0; }
#enterpriseStart .center, #enterpriseStart form li span.center input.text, #enterpriseStart form li span.center label, #enterpriseStart form li.name span label, #enterpriseStart form li.date input.text, #enterpriseStart form li.date span label, #enterpriseStart form li.phone input.text, #enterpriseStart form li.phone span label, #enterpriseStart form li.time input.text, #enterpriseStart form li.time span label {
  text-align: center; }
#enterpriseStart form li.time select.select {
  margin-left: 5px; }
#enterpriseStart form li.price .right {
  text-align: right; }
#enterpriseStart .third {
  width: 32% !important; }
#enterpriseStart .half {
  width: 48% !important; }
#enterpriseStart .full {
  width: 100% !important; }
#enterpriseStart input.small, #enterpriseStart select.small {
  width: 25%; }
#enterpriseStart input.large, #enterpriseStart select.large {
  width: 100%; }
#enterpriseStart .msie[class] select.ieSelectFix {
  width: auto; }
#enterpriseStart .msie[class] select.ieSelectFix.small {
  min-width: 25%; }
#enterpriseStart .msie[class] select.ieSelectFix.medium {
  min-width: 50%; }
#enterpriseStart .msie[class] select.ieSelectFix.large {
  width: 100%; }
#enterpriseStart textarea.textarea {
  width: 293px;
  min-width: 100%;
  max-width: 100%; }
#enterpriseStart textarea.small {
  height: 5.5em; }
#enterpriseStart textarea.medium {
  height: 10em; }
#enterpriseStart textarea.large {
  height: 20em; }
#enterpriseStart li.file a {
  color: #222;
  text-decoration: none; }
#enterpriseStart li.file span {
  display: inline;
  float: none; }
#enterpriseStart li.file img {
  display: block;
  float: left;
  margin: 0 0 0 -10px;
  padding: 5px 5px 7px 5px; }
#enterpriseStart li.file .file-size, #enterpriseStart li.file .file-type {
  color: #666;
  font-size: 85%;
  text-transform: uppercase; }
#enterpriseStart li.file .file-name {
  display: block;
  padding: 14px 0 0 0;
  color: blue;
  text-decoration: underline; }
#enterpriseStart li.file .file-delete {
  color: red !important;
  font-size: 85%;
  text-decoration: underline; }
#enterpriseStart li.file a:hover .file-name {
  color: green !important; }
#enterpriseStart li.file a:hover .file-name {
  color: green !important; }
#enterpriseStart form li.likert {
  margin: 0;
  padding: 6px 1% 5px 1%;
  width: auto !important;
  clear: both !important;
  float: none !important; }
#enterpriseStart .likert table {
  margin: 0 0 .9em 0;
  background: #fff;
  width: 100%;
  border: 1px solid #dedede;
  border-bottom: none; }
#enterpriseStart .likert caption {
  text-align: left;
  color: #222;
  font-size: 95%;
  line-height: 135%;
  padding: 5px 0 0.5em 0; }
#enterpriseStart .likert input {
  padding: 0;
  margin: 2px 0; }
#enterpriseStart .likert tbody td label {
  font-size: 85%;
  display: block;
  color: #565656; }
#enterpriseStart .likert thead td, #enterpriseStart .likert thead th {
  background-color: #e6e6e6; }
#enterpriseStart .likert td {
  border-left: 1px solid #ccc;
  text-align: center;
  padding: 4px 6px; }
#enterpriseStart .likert thead td {
  font-size: 85%;
  padding: 10px 6px; }
#enterpriseStart .likert th, #enterpriseStart .likert td {
  border-bottom: 1px solid #dedede; }
#enterpriseStart .likert tbody th {
  padding: 8px 8px;
  text-align: left; }
#enterpriseStart .likert tbody th label {
  color: #222;
  font-size: 95%;
  font-weight: bold; }
#enterpriseStart .likert tbody tr.alt td, #enterpriseStart .likert tbody tr.alt th {
  background-color: #f5f5f5; }
#enterpriseStart .likert tbody tr:hover td, #enterpriseStart .likert tbody tr:hover th {
  background-color: #FFFFCF; }
#enterpriseStart .col1 td {
  width: 30%; }
#enterpriseStart .col2 td {
  width: 25%; }
#enterpriseStart .col3 td {
  width: 18%; }
#enterpriseStart .col4 td {
  width: 14.5%; }
#enterpriseStart .col5 td {
  width: 12%; }
#enterpriseStart .col6 td, #enterpriseStart .col7 td {
  width: 10%; }
#enterpriseStart .col8 td, #enterpriseStart .col9 td, #enterpriseStart .col10 td {
  width: 6.5%; }
#enterpriseStart .col11 {
  width: 6%; }
#enterpriseStart .hideNumbers tbody td label {
  display: none; }
#enterpriseStart form li.buttons {
  width: auto !important;
  position: relative;
  clear: both;
  padding: 10px 1% 10px 1%; }
#enterpriseStart form li.buttons input {
  font-size: 100%;
  margin-right: 5px; }
#enterpriseStart input.btTxt {
  padding: 0 7px;
  width: auto;
  overflow: visible; }
#enterpriseStart .safari input.btTxt {
  font-size: 120%; }
#enterpriseStart .buttons .marker {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 10px 0 0;
  color: #000;
  width: auto; }
#enterpriseStart button.link {
  display: inline-block;
  border: none;
  background: none;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font-size: 100%; }
#enterpriseStart button.link:hover {
  color: green; }
#enterpriseStart .leftLabel li, #enterpriseStart .rightLabel li {
  width: 74% !important;
  padding-top: 9px; }
#enterpriseStart .leftLabel .desc, #enterpriseStart .rightLabel .desc {
  float: left;
  width: 31%;
  margin: 0 15px 0 0; }
#enterpriseStart .rightLabel .desc {
  text-align: right; }
#enterpriseStart .leftLabel li div, #enterpriseStart .rightLabel li div {
  float: left;
  width: 65%; }
#enterpriseStart * html .leftLabel li fieldset div, #enterpriseStart * html .rightLabel li fieldset div {
  float: right; }
#enterpriseStart * + html .leftLabel li fieldset div, #enterpriseStart * + html .rightLabel li fieldset div {
  float: right; }
#enterpriseStart .leftLabel .buttons, #enterpriseStart .rightLabel .buttons {
  padding-left: 23%; }
#enterpriseStart .leftLabel .buttons div, #enterpriseStart .rightLabel .buttons div {
  float: none;
  margin: 0 0 0 20px; }
#enterpriseStart .leftLabel p.instruct, #enterpriseStart .rightLabel p.instruct {
  width: 28%;
  margin-left: 5px; }
#enterpriseStart .leftLabel .altInstruct .instruct, #enterpriseStart .rightLabel .altInstruct .instruct {
  margin-left: 31% !important;
  padding-left: 15px;
  width: 65%; }
#enterpriseStart .noI form li, #enterpriseStart .altInstruct form li {
  width: auto !important; }
#enterpriseStart .noI .leftLabel .buttons, #enterpriseStart .noI .rightLabel .buttons {
  padding-left: 31%; }
#enterpriseStart .noI .leftLabel .buttons div, #enterpriseStart .noI .rightLabel .buttons div {
  margin: 0 0 0 17px; }
#enterpriseStart form li.leftHalf, #enterpriseStart form li.rightHalf {
  width: 47% !important; }
#enterpriseStart form li.leftThird, #enterpriseStart form li.middleThird, #enterpriseStart form li.rightThird {
  width: 30% !important; }
#enterpriseStart form li.leftFourth, #enterpriseStart form li.middleFourth, #enterpriseStart form li.rightFourth {
  width: 23% !important;
  _width: 22% !important; }
#enterpriseStart form li.leftFifth, #enterpriseStart form li.middleFifth, #enterpriseStart form li.rightFifth {
  width: 18% !important;
  _width: 17% !important; }
#enterpriseStart form li.middleThird {
  clear: none !important;
  float: left;
  margin-left: 2% !important; }
#enterpriseStart form li.leftFourth, #enterpriseStart form li.middleFourth, #enterpriseStart form li.leftFifth, #enterpriseStart form li.middleFifth {
  clear: none !important;
  float: left; }
#enterpriseStart form li.rightHalf, #enterpriseStart form li.rightThird, #enterpriseStart form li.rightFourth, #enterpriseStart form li.rightFifth {
  clear: none !important;
  float: right; }
#enterpriseStart li.leftHalf .small, #enterpriseStart li.rightHalf .small, #enterpriseStart li.leftHalf .medium, #enterpriseStart li.rightHalf .medium, #enterpriseStart li.leftThird .small, #enterpriseStart li.middleThird .small, #enterpriseStart li.rightThird .small, #enterpriseStart li.leftThird .medium, #enterpriseStart li.middleThird .medium, #enterpriseStart li.rightThird .medium, #enterpriseStart li.leftFourth .medium, #enterpriseStart li.middleFourth .medium, #enterpriseStart li.rightFourth .medium, #enterpriseStart li.leftFourth .small, #enterpriseStart li.middleFourth .small, #enterpriseStart li.rightFourth .small, #enterpriseStart li.leftFifth .medium, #enterpriseStart li.middleFifth .medium, #enterpriseStart li.rightFifth .medium, #enterpriseStart li.leftFifth .small, #enterpriseStart li.middleFifth .small, #enterpriseStart li.rightFifth .small {
  width: 100% !important; }
#enterpriseStart form li.leftHalf, #enterpriseStart form li.leftThird, #enterpriseStart form li.leftFourth, #enterpriseStart form li.leftFifth {
  clear: left !important;
  float: left; }
#enterpriseStart * html form li.middleFourth {
  margin-left: 1% !important; }
#enterpriseStart * html form li.middleFifth {
  margin-left: 1% !important; }
#enterpriseStart form li.focused {
  background-color: #fff7c0; }
#enterpriseStart form .instruct {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 45%;
  margin: 0 0 0 8px;
  padding: 8px 10px 10px 10px;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  visibility: hidden;
  opacity: 0;
  font-size: 105%;
  -webkit-transition: opacity 350ms ease-out;
  -moz-transition: opacity 350ms ease-out;
  -o-transition: opacity 350ms ease-out;
  transition: opacity 350ms ease-out; }
#enterpriseStart form .instruct small {
  line-height: 120%;
  font-size: 80%;
  color: #444; }
#enterpriseStart form li.focused .instruct, #enterpriseStart form li:hover .instruct {
  left: 100%;
  visibility: visible;
  opacity: 1; }
#enterpriseStart .altInstruct .instruct, #enterpriseStart li.leftHalf .instruct, #enterpriseStart li.rightHalf .instruct, #enterpriseStart li.leftThird .instruct, #enterpriseStart li.middleThird .instruct, #enterpriseStart li.rightThird .instruct, #enterpriseStart li.leftFourth .instruct, #enterpriseStart li.middleFourth .instruct, #enterpriseStart li.rightFourth .instruct, #enterpriseStart li.leftFifth .instruct, #enterpriseStart li.middleFifth .instruct, #enterpriseStart li.rightFifth .instruct, #enterpriseStart .iphone .instruct {
  visibility: visible;
  position: static;
  margin: 0;
  padding: 6px 0 0 0;
  width: 100%;
  clear: left;
  background: none !important;
  border: none !important;
  font-style: italic;
  opacity: 1; }
#enterpriseStart .altInstruct p.complex, #enterpriseStart li.leftHalf p.complex, #enterpriseStart li.rightHalf p.complex, #enterpriseStart li.leftThird p.complex, #enterpriseStart li.middleThird p.complex, #enterpriseStart li.rightThird p.complex, #enterpriseStart .iphone p.complex {
  padding: 0 0 9px 0; }
#enterpriseStart .hideSeconds .seconds, #enterpriseStart .hideAMPM .ampm, #enterpriseStart .hideAddr2 .addr2, #enterpriseStart .hideSecondary #previousPageButton, #enterpriseStart .hideCents .radix, #enterpriseStart .hideCents .cents, #enterpriseStart .hideState .state {
  display: none; }
#enterpriseStart form li.section {
  clear: both;
  margin: 0;
  padding: 7px 0 0 0;
  width: auto !important;
  position: static; }
#enterpriseStart form li.section h3 {
  font-weight: normal;
  font-size: 110%;
  line-height: 135%;
  margin: 0 0 3px 0;
  width: auto;
  padding: 12px 1% 0 1%;
  border-top: 1px dotted #ccc; }
#enterpriseStart form li.first {
  padding: 0; }
#enterpriseStart form li.first h3 {
  padding: 8px 1% 0 1%;
  border-top: none !important; }
#enterpriseStart form li.section div {
  display: block;
  width: auto;
  float: none;
  font-size: 85%;
  line-height: 160%;
  margin: 0 0 1em 0;
  padding: 0 1% 0 1%; }
#enterpriseStart form li.section.scrollText {
  border: 1px solid #dedede;
  height: 150px;
  overflow: auto;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px;
  -o-box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px; }
#enterpriseStart form li.section.scrollText h3 {
  border: none;
  padding-top: 8px; }
#enterpriseStart form li.captcha {
  width: auto !important;
  clear: both;
  border-top: 1px dotted #ccc;
  margin-top: 5px;
  padding: 1.1em 1% 9px 1%;
  width: auto !important;
  position: static; }
#enterpriseStart form li.captcha label.desc {
  width: auto !important;
  margin-bottom: 4px;
  float: none; }
#enterpriseStart * + html #recaptcha_area, #enterpriseStart * + html #recaptcha_table {
  min-width: 450px !important; }
#enterpriseStart * html #recaptcha_area, #enterpriseStart * html #recaptcha_table {
  width: 450px !important; }
#enterpriseStart #recaptcha_widget_div table {
  background: #fff; }
#enterpriseStart form li.captcha .noscript iframe {
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0; }
#enterpriseStart form li.captcha .noscript label.desc {
  display: block !important; }
#enterpriseStart form li.captcha .noscript textarea {
  margin-left: 12px; }
#enterpriseStart iframe[src="about:blank"] {
  display: none; }
#enterpriseStart form li.paging-context {
  clear: both;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 7px 0;
  padding: 5px 1% 10px 1%;
  width: auto !important;
  position: static; }
#enterpriseStart .paging-context table {
  width: 100%; }
#enterpriseStart .pgStyle1 td {
  text-align: left;
  vertical-align: middle; }
#enterpriseStart .pgStyle1 td.c {
  width: 22px; }
#enterpriseStart .pgStyle1 td.t {
  padding: 0 1%; }
#enterpriseStart .pgStyle1 var {
  display: block;
  float: left;
  background: none;
  border: 1px solid #CCC;
  color: #000;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  font-size: 85%;
  font-style: normal;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px; }
#enterpriseStart .pgStyle1 .done var {
  background: #ccc; }
#enterpriseStart .pgStyle1 .selected var {
  background: #FFF7C0;
  color: #000;
  border: 1px solid #e6dead;
  font-weight: bold; }
#enterpriseStart .pgStyle1 b {
  font-size: 85%;
  font-weight: normal;
  color: #000; }
#enterpriseStart .pgStyle1 .selected b {
  font-weight: bold; }
#enterpriseStart .circle6 td, #enterpriseStart .circle7 td {
  vertical-align: top;
  text-align: center; }
#enterpriseStart .nopagelabel td.t {
  display: none; }
#enterpriseStart .nopagelabel .pgStyle1 var, #enterpriseStart .circle6 var, #enterpriseStart .circle7 var {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 90%;
  margin: 0 auto 7px auto;
  float: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
#enterpriseStart .nopagelabel .pgStyle1 var {
  margin-bottom: 0; }
#enterpriseStart .circle6 b, #enterpriseStart .circle7 b {
  padding: 0; }
#enterpriseStart .circle2 td {
  width: 50%; }
#enterpriseStart .circle3 td {
  width: 33%; }
#enterpriseStart .circle4 td {
  width: 25%; }
#enterpriseStart .circle5 td {
  width: 20%; }
#enterpriseStart .circle6 td {
  width: 16.6%; }
#enterpriseStart .circle7 td {
  width: 14.2%; }
#enterpriseStart .pgStyle2 td {
  vertical-align: middle;
  height: 25px;
  padding: 2px;
  border: 1px solid #CCC;
  position: relative;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px; }
#enterpriseStart .pgStyle2 var {
  display: block;
  height: 26px;
  float: left;
  background: #FFF7C0;
  color: #000;
  font-style: normal;
  text-align: right;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 0 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 1px 0 0;
  -o-box-shadow: rgba(0, 0, 0, 0.15) 1px 0 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 0 0; }
#enterpriseStart .pgStyle2 var b {
  display: block;
  float: right;
  font-size: 100%;
  padding: 3px 10px 3px 3px;
  line-height: 19px; }
#enterpriseStart .pgStyle2 em {
  font-size: 85%;
  font-style: normal;
  display: inline-block;
  margin: 0 0 0 9px;
  padding: 4px 0;
  line-height: 18px; }
#enterpriseStart .pgStyle2 var em {
  padding: 4px 5px 3px 0; }
#enterpriseStart .page1 .pgStyle2 var {
  padding-left: 7px;
  text-align: left;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
#enterpriseStart .page1 .pgStyle2 b {
  float: none;
  padding-right: 0; }
#enterpriseStart .hideMarkers .marker, #enterpriseStart .nopagelabel .pgStyle1 b, #enterpriseStart .nopagelabel .pgStyle2 em {
  display: none !important; }
#enterpriseStart #errorLi {
  width: 99%;
  margin: 15px auto 15px auto;
  background: #fff !important;
  border: 1px solid red;
  text-align: center;
  padding: 1em 0 1em 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
#enterpriseStart #errorMsgLbl {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 125%;
  color: #DF0000 !important; }
#enterpriseStart #errorMsg {
  margin: 0 0 2px 0;
  color: #000 !important;
  font-size: 100%; }
#enterpriseStart #errorMsg b {
  padding: 2px 8px;
  background-color: #FFDFDF !important;
  color: red !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
#enterpriseStart form li.error {
  display: block !important;
  background-color: #FFDFDF !important;
  margin-bottom: 3px !important; }
#enterpriseStart form li label.error, #enterpriseStart form li input.error {
  color: #DF0000 !important;
  font-weight: bold !important; }
#enterpriseStart form li input.error {
  background: #fff !important;
  border: 2px solid #DF0000 !important; }
#enterpriseStart form li.error label, #enterpriseStart form li.error span.symbol {
  color: #000 !important; }
#enterpriseStart form li.error .desc {
  color: #DF0000 !important; }
#enterpriseStart form p.error {
  display: none;
  margin: 0 !important;
  padding: 7px 0 0 0 !important;
  line-height: 10px !important;
  font-weight: bold;
  font-size: 11px;
  color: #DF0000 !important;
  clear: both; }
#enterpriseStart form li.error p.error {
  display: block; }
#enterpriseStart form li.complex p.error {
  padding: 0 0 9px 0 !important; }
#enterpriseStart .rtl h1, #enterpriseStart .rtl form * {
  direction: rtl;
  text-align: right; }
#enterpriseStart .rtl li span {
  float: right; }
#enterpriseStart .rtl .right {
  float: left; }
#enterpriseStart .rtl #logo a {
  background-position: right top; }
#enterpriseStart .rtl label.choice {
  margin: -17px 23px 0 0; }
#enterpriseStart .rtl .leftLabel .desc, #enterpriseStart .rtl .rightLabel .desc {
  float: right;
  margin: 0 0 0 15px; }
#enterpriseStart .rtl .leftLabel li div, #enterpriseStart .rtl .rightLabel li div {
  float: right; }
#enterpriseStart .rtl .leftLabel .desc {
  text-align: left; }
#enterpriseStart .rtl li.focused .instruct, #enterpriseStart .rtl li:hover .instruct {
  left: auto;
  right: 100%; }
#enterpriseStart .rtl .leftLabel p.instruct, #enterpriseStart .rtl .rightLabel p.instruct {
  margin-right: 5px; }
#enterpriseStart .rtl .leftLabel .altInstruct .instruct, #enterpriseStart .rtl .rightLabel .altInstruct .instruct {
  margin-right: 31% !important;
  padding-right: 15px; }
#enterpriseStart .rtl .leftLabel .buttons, #enterpriseStart .rtl .rightLabel .buttons {
  padding-right: 23%; }
#enterpriseStart .rtl .leftLabel .buttons div, #enterpriseStart .rtl .rightLabel .buttons div {
  float: none;
  margin: 0 20px 0 0; }
#enterpriseStart .noI .rtl .leftLabel .buttons, #enterpriseStart .noI .rtl .rightLabel .buttons {
  padding-right: 31%; }
#enterpriseStart .noI .rtl .leftLabel .buttons div, #enterpriseStart .noI .rtl .rightLabel .buttons div {
  margin: 0 17px 0 0; }
#enterpriseStart .rtl .likert td label {
  text-align: center; }
#enterpriseStart .rtl .likert caption, #enterpriseStart .rtl .likert tbody th {
  text-align: right; }
#enterpriseStart .rtl .likert td {
  text-align: center;
  border-left: none;
  border-right: 1px solid #ccc; }
#enterpriseStart .rtl .pgStyle1 var {
  text-align: center; }
#enterpriseStart .rtl .pgStyle1 td {
  text-align: right; }
#enterpriseStart .rtl .pgStyle2 var {
  float: right; }
#enterpriseStart .rtl .pgStyle2 var b {
  float: left;
  padding: 3px 3px 3px 10px; }
#enterpriseStart .rtl .pgStyle2 em {
  margin: 0 9px 0 0; }
#enterpriseStart .rtl .pgStyle2 var em {
  padding: 4px 0 3px 5px; }
#enterpriseStart .rtl .page1 .pgStyle2 var {
  padding-right: 7px; }
#enterpriseStart .rtl .page1 .pgStyle2 b {
  padding-left: 0; }
#enterpriseStart .rtl .buttons .marker {
  right: auto;
  left: 0;
  padding: 15px 0 0 10px; }
#enterpriseStart .rtl #errorLi * {
  text-align: center; }
#enterpriseStart .rating span {
  cursor: pointer; }
#enterpriseStart .rating span:focus {
  outline: 0; }
#enterpriseStart .rating span, #enterpriseStart .rating:hover span:hover ~ span {
  font-size: 20px;
  line-height: 1em;
  width: .9em;
  height: 1em;
  padding-right: .1em;
  color: #c7c7c7;
  text-shadow: 0 0 1px #444; }
#enterpriseStart .rating .clicked {
  color: #FFD954; }
#enterpriseStart .rating > span:hover, #enterpriseStart .rating .clicked:hover, #enterpriseStart .rating:hover span {
  color: #ffe487;
  text-shadow: 0 0 1px #ff0000;
  cursor: pointer; }
#enterpriseStart .rating:hover span {
  _color: #c7c7c7; }
#enterpriseStart .msie6 .rating span, #enterpriseStart .msie7 .rating span {
  color: #c7c7c7;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 30px;
  width: 30px;
  font-family: "Pictos";
  font-size: 20px; }
#enterpriseStart .msie6 .rating span:hover, #enterpriseStart .msie6 .rating span.clicked, #enterpriseStart .msie7 .rating span:hover, #enterpriseStart .msie7 .rating span.clicked {
  color: #ffe487; }
@media print {
  #enterpriseStart .rating span {
    color: #c7c7c7; } }
#enterpriseStart div.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  position: absolute;
  display: none;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }
#enterpriseStart div.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }
#enterpriseStart div.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }
#enterpriseStart div.datepicker > div {
  display: none; }
#enterpriseStart div.datepicker table {
  width: 100%;
  margin: 0; }
#enterpriseStart div.datepicker td, #enterpriseStart div.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
#enterpriseStart div.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer; }
#enterpriseStart div.datepicker td.day.disabled {
  color: #eeeeee; }
#enterpriseStart div.datepicker td.old, #enterpriseStart div.datepicker td.new {
  color: #999999; }
#enterpriseStart div.datepicker td.active, #enterpriseStart div.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, left, right);
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
#enterpriseStart div.datepicker td.active:hover, #enterpriseStart div.datepicker td.active:hover:hover, #enterpriseStart div.datepicker td.active:focus, #enterpriseStart div.datepicker td.active:hover:focus, #enterpriseStart div.datepicker td.active:active, #enterpriseStart div.datepicker td.active:hover:active, #enterpriseStart div.datepicker td.active.active, #enterpriseStart div.datepicker td.active:hover.active, #enterpriseStart div.datepicker td.active.disabled, #enterpriseStart div.datepicker td.active:hover.disabled, #enterpriseStart div.datepicker td.active[disabled], #enterpriseStart div.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3; }
#enterpriseStart div.datepicker td.active:active, #enterpriseStart div.datepicker td.active:hover:active, #enterpriseStart div.datepicker td.active.active, #enterpriseStart div.datepicker td.active:hover.active {
  background-color: #003399 \9 ; }
#enterpriseStart div.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
#enterpriseStart div.datepicker td span:hover {
  background: #eeeeee; }
#enterpriseStart div.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, left, right);
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
#enterpriseStart div.datepicker td span.active:hover, #enterpriseStart div.datepicker td span.active:focus, #enterpriseStart div.datepicker td span.active:active, #enterpriseStart div.datepicker td span.active.active, #enterpriseStart div.datepicker td span.active.disabled, #enterpriseStart div.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3; }
#enterpriseStart div.datepicker td span.active:active, #enterpriseStart div.datepicker td span.active.active {
  background-color: #003399 \9 ; }
#enterpriseStart div.datepicker td span.old {
  color: #999999; }
#enterpriseStart div.datepicker th.switch {
  width: 145px; }
#enterpriseStart div.datepicker th.next, #enterpriseStart div.datepicker th.prev {
  font-size: 21px; }
#enterpriseStart div.datepicker thead tr:first-child th {
  cursor: pointer; }
#enterpriseStart div.datepicker thead tr:first-child th:hover {
  background: #eeeeee; }
#enterpriseStart .input-append.date .add-on i, #enterpriseStart .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }
#enterpriseStart .confirm .wufoo {
  text-align: center; }
#enterpriseStart .confirm h2 {
  font-weight: normal;
  font-size: 160%;
  margin: 0 0 .2em 0;
  line-height: 135%;
  color: #222;
  margin: 0 1em;
  padding: 70px 0 80px 0; }
#enterpriseStart .embed .confirm h2 {
  padding-bottom: 50px; }
#enterpriseStart .confirm .wufoo div {
  text-align: justify; }
#enterpriseStart .confirm .wufoo div p {
  font-size: 120%;
  line-height: 160%;
  margin: 0 10px 1.5em 10px; }
#enterpriseStart ul.protected {
  list-style: none;
  margin: 50px 0 30px 0; }
#enterpriseStart .protected li {
  text-align: center;
  padding: 10px 0;
  width: 100% !important; }
#enterpriseStart .protected h2 {
  font-weight: bold;
  color: #DF0000;
  margin: 0 auto 10px auto; }
#enterpriseStart .protected label {
  font-size: 120% !important;
  padding-top: 10px;
  display: block; }
#enterpriseStart .protected input.text {
  font-size: 170% !important;
  width: 380px;
  text-align: center; }
#enterpriseStart .protected .buttons {
  margin: 0 auto;
  padding: 0; }
#enterpriseStart .protected #saveForm {
  font-size: 120% !important; }
#enterpriseStart .rtl .protected li, #enterpriseStart .rtl .protected input.text {
  text-align: right; }
#enterpriseStart .rtl .protected .buttons {
  margin: 0; }
#enterpriseStart #merchant {
  text-align: center; }
#enterpriseStart #merchant li {
  width: 97%; }
#enterpriseStart #merchant .info {
  border-bottom: none !important; }
#enterpriseStart #merchantMessage {
  padding: 60px 20px 40px 20px; }
#enterpriseStart form li.invoice {
  clear: both;
  width: auto !important;
  margin: 0;
  padding: 0;
  position: static; }
#enterpriseStart .invoice table {
  font-size: 90%;
  width: 100%;
  margin: 0 0 15px 0; }
#enterpriseStart .invoice thead th, #enterpriseStart .invoice tbody th, #enterpriseStart .invoice tbody td, #enterpriseStart .invoice tfoot th {
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  padding: 7px; }
#enterpriseStart .invoice thead th {
  background: #eee;
  font-weight: normal; }
#enterpriseStart .invoice tbody th em {
  font-weight: normal;
  font-size: 85%;
  display: block; }
#enterpriseStart .invoice tbody th i {
  font-style: normal;
  font-weight: normal; }
#enterpriseStart .invoice .description {
  width: 75%; }
#enterpriseStart .invoice .total {
  text-align: right;
  padding-right: 10px;
  border-right: 1px solid #ccc; }
#enterpriseStart .invoice tfoot .last th, #enterpriseStart .invoice tfoot .last td, #enterpriseStart .invoice tbody .last td {
  border-bottom: 1px solid #ccc; }
#enterpriseStart .invoice tfoot th, #enterpriseStart .invoice tfoot td {
  border-top: 1px solid #ccc; }
#enterpriseStart .invoice .price, #enterpriseStart .invoice .quantity {
  text-align: center; }
#enterpriseStart .invoice tfoot th {
  text-align: right; }
#enterpriseStart #payment {
  margin-top: 12px; }
#enterpriseStart #payment .paging-context {
  padding-top: 10px !important;
  border-top: 1px dotted #ccc;
  margin-bottom: 17px; }
#enterpriseStart #payment .section h3 {
  font-size: 140%; }
#enterpriseStart #payment .section div {
  font-size: 90%; }
#enterpriseStart #payment .desc {
  padding: 0;
  line-height: 140%;
  font-size: 120%; }
#enterpriseStart #payment .desc strong {
  display: block;
  font-weight: normal;
  font-size: 10px;
  line-height: 150%;
  color: #888; }
#enterpriseStart #payment .desc img {
  margin-bottom: -1px; }
#enterpriseStart #payment .error .desc strong {
  color: #DF0000;
  font-size: 11px; }
#enterpriseStart #shipSection input.checkbox {
  width: 13px !important; }
#enterpriseStart .ship {
  display: block; }
#enterpriseStart .same .ship {
  display: none; }
#enterpriseStart #shippingSame {
  padding-bottom: 5px;
  margin-top: -3px !important; }
#enterpriseStart #shipSection .desc {
  margin-top: -5px !important; }
#enterpriseStart #ppSection, #enterpriseStart #ccSection {
  border-bottom: 1px dotted #ccc; }
#enterpriseStart #ppSection .choice {
  margin: -25px 0 0 23px;
  padding: 0;
  width: auto; }
#enterpriseStart * html #ppSection .choice {
  margin: -20px 0 0 23px; }
#enterpriseStart #ppSection span.last {
  margin: 0; }
#enterpriseStart #ppSection span.first {
  margin: 0 12px 0 0; }
#enterpriseStart #ppSection img {
  cursor: pointer; }
#enterpriseStart .ppexpress #ccSection, #enterpriseStart .ppexpress #billSection, #enterpriseStart .ppexpress #shipSection, #enterpriseStart .ppexpress #invoiceSection, #enterpriseStart .ppexpress #submitFormButton {
  display: none !important; }
#enterpriseStart #paypalSubmit {
  display: none; }
#enterpriseStart .ppexpress #paypalSubmit {
  display: inline; }
#enterpriseStart .ppexpress #ppSection {
  border: none; }
#enterpriseStart .echeck #ccSection, #enterpriseStart .echeck #billSection, #enterpriseStart .echeck #shippingSame {
  display: none !important; }
#enterpriseStart .noecheck #ecSection {
  display: none !important; }
#enterpriseStart #ccSection, #enterpriseStart #billSection, #enterpriseStart #ecSection {
  padding-top: 20px;
  padding-bottom: 8px; }
#enterpriseStart #shipSection {
  border-top: 1px dotted #ccc;
  padding-top: 20px; }
#enterpriseStart #shipSection div {
  padding-bottom: 8px; }
#enterpriseStart #invoiceSection {
  border-top: 1px dotted #ccc;
  padding-top: 15px;
  padding-bottom: 0; }
#enterpriseStart #expMonth {
  width: 94px; }
#enterpriseStart #expYear {
  width: 64px; }
#enterpriseStart .checkNumbers {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #B3C8D6; }
#enterpriseStart .routingNumber, #enterpriseStart .accountNumber {
  display: block;
  width: 14px;
  height: 14px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 8px;
  float: left;
  margin: 2px 4px -2px 0; }
#enterpriseStart .routingNumber {
  background: #CA2B0B; }
#enterpriseStart .accountNumber {
  background: #1751BC; }
#enterpriseStart .checkNotice {
  background: #eee;
  padding: 0 !important;
  margin: 7px 0 16px 0 !important;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
#enterpriseStart .checkNotice label {
  margin: 6px 14px 10px 14px; }
#enterpriseStart #ccSection {
  position: relative; }
#enterpriseStart #ccSection img {
  cursor: pointer; }
#enterpriseStart * html #ccSection img, #enterpriseStart * html #ppSection img {
  _behavior: url(/images/iepngfix.htc); }
#enterpriseStart #cvc {
  position: absolute;
  top: 100%;
  z-index: 1000;
  right: -15px;
  margin: -10px 0 0 0;
  width: 170px !important;
  min-width: 0 !important;
  float: none;
  border: 1px solid #000;
  background: #222 url(/images/ttclose.png) no-repeat 95% 9px;
  color: #fff;
  text-align: justify;
  padding: 12px 15px 12px 12px;
  font-size: 80%;
  line-height: 150%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 7px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 7px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 7px;
  cursor: pointer;
  display: none; }
#enterpriseStart .showCVC #cvc {
  display: block; }
#enterpriseStart * html .showCVC #country {
  visibility: hidden; }
#enterpriseStart #cvc h5 {
  color: #F2EF8C;
  font-size: 120%;
  padding: 0 0 4px;
  margin: 0; }
#enterpriseStart #stripe {
  display: inline;
  width: auto;
  float: right;
  position: relative;
  top: -22px;
  font-size: 14px;
  color: #777; }
#enterpriseStart #stripe a {
  text-indent: -9000px;
  background: url(/images/payment/stripe.png) no-repeat;
  width: 49px;
  height: 20px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: -2px;
  margin: 0 7px -2px 2px;
  border-bottom: 1px solid transparent; }
#enterpriseStart #stripe a:hover {
  border-bottom: 1px dotted #777; }
#enterpriseStart .hasCoupon table {
  margin-bottom: 3px; }
#enterpriseStart #couponSection li {
  text-align: right;
  float: none; }
#enterpriseStart #couponSection label.desc {
  width: 60%;
  font-size: 100% !important;
  margin: 1px 0 0 0;
  text-align: right;
  font-weight: normal; }
#enterpriseStart #couponSection div {
  display: inline-block;
  width: 39%;
  margin: 0;
  float: right; }
#enterpriseStart #coupon {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  width: 50%;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 10px; }
#enterpriseStart #checkCoupon {
  float: center; }
#enterpriseStart .error #coupon {
  margin-bottom: 0px !important; }
#enterpriseStart .error label.desc {
  font-weight: bold !important; }
#enterpriseStart #couponSection label.error {
  margin-bottom: 6px;
  font-size: 75%;
  font-weight: normal !important;
  color: #DF0000 !important; }
#enterpriseStart .running li.section.first {
  width: 68% !important; }
#enterpriseStart li.total {
  height: 0px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100% !important; }
#enterpriseStart #lola {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 29%;
  margin: 7px 0 0 0;
  padding: 10px 12px 14px 12px;
  background: #E6E6E6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: block !important; }
#enterpriseStart .embed #lola {
  -webkit-transition: margin 500ms;
  -moz-transition: margin 500ms;
  -o-transition: margin 500ms;
  transition: margin 500ms; }
#enterpriseStart #lola table {
  width: 100%; }
#enterpriseStart #lola td {
  text-align: right; }
#enterpriseStart #lola tbody b {
  float: left;
  padding: 2px 0 0 0; }
#enterpriseStart #lola tbody span {
  float: right;
  font-size: 135%;
  font-weight: bold;
  width: 72%; }
#enterpriseStart #lola tbody td {
  border-bottom: 1px solid #CCC;
  padding: 0 0 7px 0; }
#enterpriseStart #lola tfoot th, #enterpriseStart #lola tfoot td {
  font-size: 85%;
  padding: 8px 0 0 0; }
#enterpriseStart #lola tfoot td {
  white-space: nowrap; }
#enterpriseStart #lola tfoot th {
  color: #696969;
  text-align: left; }
#enterpriseStart #lola tfoot tr.negAmount {
  color: red; }
#enterpriseStart .leftLabel li.total, #enterpriseStart .rightLabel li.total {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important; }
#enterpriseStart .leftLabel #lola, #enterpriseStart .rightLabel #lola {
  width: 20% !important;
  right: -3px; }
#enterpriseStart .leftLabel #lola tbody b, #enterpriseStart .rightLabel #lola tbody b {
  font-size: 85%;
  padding: 3px 0 0 0; }
#enterpriseStart .leftLabel #lola tbody span, #enterpriseStart .rightLabel #lola tbody span {
  width: 65%;
  font-size: 125%; }
#enterpriseStart .leftLabel #lola tfoot th, #enterpriseStart .leftLabel #lola tfoot td, #enterpriseStart .rightLabel #lola tfoot th, #enterpriseStart .rightLabel #lola tfoot td {
  font-size: 75%; }
#enterpriseStart .rtl #lola {
  right: auto;
  left: 0; }
#enterpriseStart .rtl #lola tbody b, #enterpriseStart .rtl #lola tfoot th {
  float: right; }
#enterpriseStart .rtl #lola tbody span {
  float: left;
  text-align: left; }
#enterpriseStart .rtl .invoice thead th, #enterpriseStart .rtl .invoice tbody th, #enterpriseStart .rtl .invoice tbody td, #enterpriseStart .rtl .invoice tfoot th {
  border-right: 1px solid #ccc; }
#enterpriseStart .rtl .invoice .total {
  border-right: none;
  border-left: 1px solid #ccc; }
#enterpriseStart .rtl #payment .desc strong {
  text-align: left;
  width: auto; }
#enterpriseStart .rtl #payment .desc strong img {
  float: left;
  margin: 1px 3px 0 0; }
#enterpriseStart .rtl #ppSection .choice {
  margin: -25px 23px 0 0; }
#enterpriseStart * html .rtl #ppSection .choice {
  margin: -20px 23px 0 0; }
#enterpriseStart .rtl #ppSection span.first {
  margin: 0 0 0 12px; }
#enterpriseStart .rtl #cvc {
  background-position: 5% 9px;
  right: auto;
  left: -15px; }
#enterpriseStart .rtl .routingNumber, #enterpriseStart .rtl .accountNumber {
  float: right;
  margin: 2px 0 -2px 4px;
  text-align: center !important; }
@media print {
  #enterpriseStart #public, #enterpriseStart h2 {
    margin: 0; }
  #enterpriseStart #container {
    border: none !important;
    width: 100%; }
  #enterpriseStart #logo, #enterpriseStart form .buttons, #enterpriseStart #printPage, #enterpriseStart .icon {
    display: none !important; }
  #enterpriseStart form.wufoo {
    margin: 0;
    padding: 0;
    page-break-inside: auto; }
  #enterpriseStart form.wufoo .instruct {
    display: block; } }
@media only screen and (max-width: 480px) {
  #enterpriseStart html {
    background: none;
    margin: 0; }
  #enterpriseStart body {
    margin: 0 0 15px 0 !important; }
  #enterpriseStart #container, #enterpriseStart form li.focused {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important; }
  #enterpriseStart #container, #enterpriseStart #footer {
    margin: 0 auto !important;
    width: 100%; }
  #enterpriseStart #stripe {
    top: 7px; } }
#enterpriseStart .embed {
  padding: 0 !important;
  overflow: hidden;
  background: transparent; }
#enterpriseStart .embed #container {
  width: 100% !important;
  border: none !important;
  background: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }
#enterpriseStart .embed #logo {
  display: none !important; }
#enterpriseStart .embed form, #enterpriseStart .embed body {
  margin: 0 !important; }
#enterpriseStart .scroll {
  overflow-y: auto !important; }
#enterpriseStart .scroll {
  overflow-x: hidden !important; }

#enterpriseStart {
  margin: 0;
  background: white; }
  #enterpriseStart > header {
    margin-bottom: 90px;
    margin-top: 15px; }
  #enterpriseStart .wufoo {
    font-family: inherit; }
  #enterpriseStart .partners {
    background: #ebebeb;
    padding: 0;
    margin-bottom: 24px; }
    #enterpriseStart .partners:last-child {
      padding-bottom: 12px; }
  #enterpriseStart .partners-container-top {
    margin: 0 auto !important; }
  #enterpriseStart .no-margin-bottom {
    margin-bottom: 0 !important; }
  #enterpriseStart .title.alt {
    color: black;
    font-weight: normal;
    margin-bottom: 24px;
    padding-top: 24px; }
  #enterpriseStart .form {
    text-align: left; }
  #enterpriseStart .form .title, #enterpriseStart .form .description {
    margin-bottom: 40px !important;
    text-align: center;
    font-weight: 400; }
  #enterpriseStart .form .description {
    font-size: 14px; }
  #enterpriseStart .form label, #enterpriseStart .form legend {
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 14px !important;
    font-weight: 400 !important; }
  #enterpriseStart .wufoo li {
    margin: 0 auto; }
  #enterpriseStart fieldset {
    border: none;
    margin: 0;
    padding: 0; }
  #enterpriseStart input.field {
    padding: 12px 20px;
    height: inherit; }
  #enterpriseStart input#Field12_0, #enterpriseStart input#Field12_1 {
    margin: 20px 0 0;
    outline: none; }
  #enterpriseStart li.notStacked div span {
    margin-right: 10px; }
  #enterpriseStart li.notStacked div span label {
    text-transform: none; }
  #enterpriseStart .wufoo li.focused {
    background: transparent; }
  #enterpriseStart .wufoo li .instruct {
    display: none;
    visibility: hidden !important; }
  #enterpriseStart input#saveForm {
    width: 200px;
    margin: 0 auto;
    display: inherit; }
  #enterpriseStart .form ul {
    padding: 60px 0 40px; }
  #enterpriseStart form .instruct {
    top: 30px; }
  #enterpriseStart .wufoo .info, #enterpriseStart .wufoo .paging-context {
    border-bottom: 1px solid #CCCCCC; }
  #enterpriseStart .form .buttons {
    margin-top: 40px;
    border-top: 1px solid #CCCCCC;
    padding-top: 40px;
    font-size: 16px; }
  #enterpriseStart .button:hover, #enterpriseStart .button:active {
    background: #D60057;
    color: #FFFFFF; }
  #enterpriseStart form li span {
    float: none; }
  #enterpriseStart .form .fn, #enterpriseStart .form .ln {
    width: 49% !important; }
  #enterpriseStart form#form1 {
    border-bottom: none; }
  #enterpriseStart .wufoo label.desc, #enterpriseStart .wufoo legend.desc {
    color: black; }
  @media only screen and (max-width: 600px) {
    #enterpriseStart .partners-container-top {
      display: block !important; }
    #enterpriseStart .wufoo li {
      width: 100%; }
    #enterpriseStart .form .fn, #enterpriseStart .form .ln {
      width: 48% !important; }
    #enterpriseStart .ui.text.menu > .item {
      margin: 0 1.20rem 20px; }
    #enterpriseStart ul.partners:last-child {
      display: none; }
    #enterpriseStart ul.partners {
      margin-bottom: 0px !important; }
    #enterpriseStart .ui.text.menu .item.logo {
      float: none; }
    #enterpriseStart body > header {
      margin-bottom: 15px; }
    #enterpriseStart form li.focused .instruct, #enterpriseStart form li:hover .instruct {
      display: none; } }

.cmt-cf:after,
.cmt-cf:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cmt-cf:after {
  clear: both; }

.module-common {
  font-family: 'proxima-nova', sans-serif; }
  .module-common:nth-of-type(2n) {
    background-color: #f3f4f5;
    border-top: 1px solid #c9cecf;
    border-bottom: 1px solid #c9cecf; }

.module-common-little-color-bar {
  display: inline-block;
  width: 120px;
  height: 4px;
  background-color: #ff2b6e;
  margin-bottom: 44px; }

.module-common-image-position-background {
  background-repeat: no-repeat;
  background-size: cover; }
  .module-common-image-position-background.mask {
    position: relative; }
    .module-common-image-position-background.mask:before {
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .module-common-image-position-background.mask .wrapper {
      position: relative; }
  .module-common-image-position-background .module-common-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding: 135px 0; }
  .module-common-image-position-background img {
    display: none; }
  .module-common-image-position-background .module-common-main-title {
    font-size: 48px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 300; }
  .module-common-image-position-background .module-common-main-text {
    font-weight: lighter;
    font-size: 25px;
    text-align: center;
    max-width: 65%; }

div.ui.module-common-image-position-left,
div.ui.module-common-image-position-right {
  padding: 100px 0; }
  div.ui.module-common-image-position-left .module-common-text-container,
  div.ui.module-common-image-position-right .module-common-text-container {
    width: 70%; }
  div.ui.module-common-image-position-left .module-common-main-title,
  div.ui.module-common-image-position-right .module-common-main-title {
    font-size: 41px;
    color: #283d47;
    text-transform: uppercase;
    line-height: 1.22;
    margin-bottom: 20px;
    font-weight: 300; }
    @media only screen and (min-width: 990px) and (max-width: 1128px), (min-width: 1129px) {
      div.ui.module-common-image-position-left .module-common-main-title,
      div.ui.module-common-image-position-right .module-common-main-title {
        max-width: 90%; } }
  div.ui.module-common-image-position-left .module-common-main-text,
  div.ui.module-common-image-position-right .module-common-main-text {
    color: #283d47; }

.module-common-image-position-left .module-common-image {
  float: left; }

.module-common-image-position-right.ui.grid > .row {
  position: relative; }
  .module-common-image-position-right.ui.grid > .row > .column.image-right {
    float: right; }
  .module-common-image-position-right.ui.grid > .row > .column.ten.wide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

@media (min-width: 620px) and (max-width: 1023px) {
  div.ui.grid.module-common-image-position-left,
  div.ui.grid.module-common-image-position-right {
    text-align: center; }
    div.ui.grid.module-common-image-position-left .row,
    div.ui.grid.module-common-image-position-right .row {
      padding: 0 50px; }
    div.ui.grid.module-common-image-position-left .column.six.wide img,
    div.ui.grid.module-common-image-position-right .column.six.wide img {
      max-width: 200px;
      margin: 0 auto;
      display: block; }
    div.ui.grid.module-common-image-position-left .column.nine.wide,
    div.ui.grid.module-common-image-position-right .column.nine.wide {
      text-align: center; }

  .module-common-image-position-right.ui.grid > .row > .column.nine.wide {
    position: relative;
    top: auto;
    transform: translateY(0); } }
@media (min-width: 1024px) and (max-width: 1130px) {
  div.ui.grid.module-common-image-position-left,
  div.ui.grid.module-common-image-position-right {
    padding: 120px 50px; }
    div.ui.grid.module-common-image-position-left .row,
    div.ui.grid.module-common-image-position-right .row {
      padding: 0; } }
@media (min-width: 620px) and (max-width: 1023px), (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
  .module-common-image-position-background .module-common-text-container {
    padding: 120px 50px; }

  div.ui.grid.module-common-image-position-left,
  div.ui.grid.module-common-image-position-right {
    text-align: center;
    padding: 120px 50px; }
    div.ui.grid.module-common-image-position-left .row,
    div.ui.grid.module-common-image-position-right .row {
      padding: 0; } }
@media (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
  .module-common-image-position-right.ui.grid > .row > .column.image-right {
    float: none; }

  div.ui.grid.module-common-image-position-left,
  div.ui.grid.module-common-image-position-right {
    text-align: center; }
    div.ui.grid.module-common-image-position-left .row.wrapper,
    div.ui.grid.module-common-image-position-right .row.wrapper {
      padding: 25px 50px; }
      div.ui.grid.module-common-image-position-left .row.wrapper .column.six.wide img,
      div.ui.grid.module-common-image-position-right .row.wrapper .column.six.wide img {
        max-width: 200px;
        margin: 0 auto;
        display: block; }
      div.ui.grid.module-common-image-position-left .row.wrapper .column.nine.wide,
      div.ui.grid.module-common-image-position-right .row.wrapper .column.nine.wide {
        text-align: center;
        position: relative;
        top: auto;
        transform: translateY(0); } }
@media (max-width: 600px) and (orientation: portrait) {
  .module-common-image-position-background {
    background-position: 74% center; }
    .module-common-image-position-background .module-common-text-container {
      padding: 50px 25px; }
      .module-common-image-position-background .module-common-text-container .module-common-main-title {
        font-size: 36px; }
      .module-common-image-position-background .module-common-text-container .module-common-main-text {
        font-size: 18px;
        font-weight: 400;
        max-width: 100%; }

  div.ui.grid.module-common-image-position-left .row.wrapper .module-common-main-title,
  div.ui.grid.module-common-image-position-right .row.wrapper .module-common-main-title {
    font-size: 24px; } }
.module-clients {
  text-align: center;
  background-color: #fdfdfd; }
  .module-clients.border-bottom {
    border-bottom: 1px solid #e9ebec; }
  .module-clients.no-background {
    background: none; }
  .module-clients img {
    max-height: 70px;
    vertical-align: middle;
    margin: 0 20px;
    padding: 20px 0; }

@media (max-width: 600px) and (orientation: portrait) {
  .module-clients img {
    max-height: auto;
    max-width: 90px; } }
.module-quote {
  font-family: 'proxima-nova', sans-serif;
  text-align: center;
  padding: 60px 0 80px; }

.module-quote.ui.grid > .row {
  text-align: center; }
  .module-quote.ui.grid > .row > .column {
    text-align: center; }
    .module-quote.ui.grid > .row > .column.module-quote-main-text {
      color: #afb7bb;
      font-size: 25px;
      margin-top: 80px;
      margin-bottom: 32px;
      font-weight: 300;
      font-style: italic;
      max-width: 680px;
      line-height: 41px; }

.module-quote-author {
  margin-bottom: 40px; }
  .module-quote-author > div {
    display: inline-block; }

.module-quote-author-picture, .ui.grid > .row > .column > img.module-quote-author-picture {
  border-radius: 50%;
  vertical-align: middle;
  max-width: 60px;
  margin-right: 30px; }

.module-quote-author-name {
  text-transform: uppercase;
  color: #1a1a1a;
  font-size: 16px;
  letter-spacing: 2px; }

.module-quote-author-description {
  color: #999999;
  font-size: 16px; }

.module-quote-mark-left {
  display: inline-block;
  width: 23px;
  height: 16px;
  background: url("../assets/images/quote_marks.png") no-repeat 0% 50%; }

.module-quote-mark-right {
  display: inline-block;
  width: 23px;
  height: 16px;
  background: url("../assets/images/quote_marks.png") no-repeat 100% 50%; }

@media (min-width: 620px) and (max-width: 1023px), (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
  .module-quote.ui.grid > .row {
    padding: 25px 0; }
    .module-quote.ui.grid > .row > .column.module-quote-main-text {
      padding: 0 50px !important; } }
@media (max-width: 600px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
  .module-quote.ui.grid > .row > .column.module-quote-main-text {
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px !important; }
  .module-quote.ui.grid > .row > .column.module-quote-author .module-quote-author-picture {
    display: block;
    margin: 10px auto 25px; }
  .module-quote.ui.grid > .row > .column.module-quote-author .module-quote-author-name {
    display: block;
    margin: 5px auto; }
  .module-quote.ui.grid > .row > .column.module-quote-author .module-quote-author-description {
    display: block;
    margin: 5px auto; } }
.module-contact {
  background-color: #283d47;
  color: #FFFFFF;
  padding: 100px 0 !important;
  font-family: 'proxima-nova', sans-serif; }
  .module-contact .section {
    background: transparent; }
  .module-contact .title {
    color: #FFFFFF;
    font-size: 41px;
    font-weight: 300; }
  .module-contact .desc {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px; }
  .module-contact input {
    height: 50px; }
  .module-contact .radio-opts {
    display: inline-block; }
    .module-contact .radio-opts .field.radio {
      height: auto; }
    .module-contact .radio-opts span {
      margin-left: 20px; }
    .module-contact .radio-opts .choice {
      margin-left: 10px;
      text-transform: none; }
  .module-contact .field.textarea {
    padding: 15px 0 0 15px;
    height: 90px; }
  .module-contact li.hide {
    display: none; }
  .module-contact form {
    max-width: 400px;
    margin: 60px auto 0; }
  .module-contact .wufoo li {
    margin-bottom: 20px; }
  .module-contact .wufoo label {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px; }
  .module-contact .wufoo .inline-input span input {
    display: inline-block;
    width: 48%; }
  .module-contact .wufoo .inline-input span:first-child input {
    margin-right: 4%; }
  .module-contact li.buttons .submit {
    padding: 0; }

@media (max-width: 600px) and (orientation: portrait) {
  .module-contact.ui.grid .wrapper.ui.form {
    padding: 0 50px; }
  .module-contact.ui.grid .title {
    font-size: 36px; }
  .module-contact.ui.grid .desc {
    display: block;
    text-align: center;
    margin-bottom: 15px; }
  .module-contact.ui.grid .radio-opts {
    display: block;
    text-align: center; } }
.module-content-two-col {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #f3f4f5;
  border-top: 1px solid #c9cecf;
  font-family: 'proxima-nova', sans-serif; }
  .module-content-two-col .row.wrapper.center-text {
    margin-bottom: 80px; }
  .module-content-two-col div.feature-column.column:nth-of-type(1) {
    padding: 0 75px 0 0; }
  .module-content-two-col div.feature-column.column:nth-of-type(2) {
    padding: 0 0 0 75px; }
  .module-content-two-col .title {
    font-size: 41px;
    font-weight: 300; }
  .module-content-two-col .subtitle {
    color: #6e7f86; }
  .module-content-two-col .feature-container {
    margin: 0 0 45px;
    position: relative;
    max-width: 430px; }
    .module-content-two-col .feature-container .feature-content {
      padding-left: 90px; }
    .module-content-two-col .feature-container .feature-image {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      max-width: 60px; }
  .module-content-two-col .subtitle-alt {
    text-transform: capitalize;
    line-height: 1.688;
    font-weight: bold;
    margin-bottom: 0;
    color: #6e7f86; }
  .module-content-two-col .text {
    color: #6e7f86;
    font-weight: 400; }

@media (min-width: 1024px) and (max-width: 1130px) {
  .module-content-two-col {
    padding: 70px 50px 100px; } }
@media (min-width: 620px) and (max-width: 1023px), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: portrait) {
  .module-content-two-col {
    padding: 50px; }
    .module-content-two-col .two.column.row .feature-container .feature-content {
      padding: 0;
      text-align: center; }
    .module-content-two-col .two.column.row .feature-container .feature-image {
      position: static;
      transform: none;
      display: block;
      margin: 0 auto 20px; } }
@media (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: portrait) {
  .module-content-two-col .title {
    line-height: 42px; }
  .module-content-two-col .two.column.row .feature-container {
    margin: 0 auto 45px; }
  .module-content-two-col .row.wrapper.center-text {
    margin-bottom: 30px; } }
.security .ui.grid.module-content-two-col {
  background-color: #fff; }
.security .feature-content {
  padding-left: 0 !important; }

.ui.grid.module-content-header {
  padding-top: 3.6rem;
  padding-bottom: 0.9rem;
  background-color: #f3f4f5;
  border-top: 1px solid #c9cecf;
  border-bottom: 1px solid #c9cecf;
  font-family: 'proxima-nova', sans-serif; }
  .ui.grid.module-content-header .row.wrapper.center-text {
    margin-bottom: 5rem; }
  .ui.grid.module-content-header div.feature-column.column:nth-of-type(1) {
    padding: 0 75px 0 0; }
  .ui.grid.module-content-header div.feature-column.column:nth-of-type(2) {
    padding: 0 0 0 75px; }
  .ui.grid.module-content-header .title {
    color: #283E48;
    font-size: 4rem;
    font-weight: 300;
    padding-top: 1.4rem;
    margin-bottom: 1.5rem; }
  .ui.grid.module-content-header .subtitle {
    color: #6e7f86; }
  .ui.grid.module-content-header .feature-container {
    margin: 0 0 45px;
    position: relative;
    max-width: 430px; }
    .ui.grid.module-content-header .feature-container .feature-content {
      padding-left: 90px; }
    .ui.grid.module-content-header .feature-container .feature-image {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      max-width: 60px; }
  .ui.grid.module-content-header .subtitle-alt {
    text-transform: capitalize;
    line-height: 1.688;
    font-weight: bold;
    margin-bottom: 0;
    color: #6e7f86; }
  .ui.grid.module-content-header .text {
    line-height: 1.688;
    color: #6e7f86; }

@media (min-width: 1024px) and (max-width: 1130px) {
  .ui.grid.module-content-header {
    padding: 70px 50px 100px; } }
@media (min-width: 620px) and (max-width: 1023px), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: portrait) {
  .ui.grid.module-content-header {
    padding: 50px; }
    .ui.grid.module-content-header .two.column.row .feature-container .feature-content {
      padding: 0;
      text-align: center; }
    .ui.grid.module-content-header .two.column.row .feature-container .feature-image {
      position: static;
      transform: none;
      display: block;
      margin: 0 auto 20px; } }
@media (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: portrait) {
  .ui.grid.module-content-header .title {
    line-height: 42px; }
  .ui.grid.module-content-header .two.column.row .feature-container {
    margin: 0 auto 45px; }
  .ui.grid.module-content-header .row.wrapper.center-text {
    margin-bottom: 30px; } }
.security .ui.grid.module-content-header {
  background-color: #fff; }
.security .feature-content {
  padding-left: 0 !important; }

.ui.grid.module-content-hero {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f4f5;
  border-top: 1px solid #c9cecf;
  border-bottom: 1px solid #c9cecf;
  font-family: 'proxima-nova', sans-serif; }
  .ui.grid.module-content-hero.secondary-hero {
    background-color: #fff;
    border-top: none !important; }
  .ui.grid.module-content-hero .row.wrapper.center-text {
    margin-bottom: 5rem; }
  .ui.grid.module-content-hero .title {
    color: #283E48;
    font-size: 4rem;
    font-weight: 300;
    padding-top: 1.4rem;
    margin-bottom: 1.5rem; }
  .ui.grid.module-content-hero .subtitle {
    color: #6e7f86; }
  .ui.grid.module-content-hero .subtitle-hero {
    font-size: 1.6rem;
    margin-top: 3rem;
    color: #283E48; }
  .ui.grid.module-content-hero .feature-container {
    margin: 0 0 45px;
    position: relative;
    max-width: 430px; }
    .ui.grid.module-content-hero .feature-container .feature-content {
      padding-left: 90px; }
    .ui.grid.module-content-hero .feature-container .feature-image {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      max-width: 60px; }
  .ui.grid.module-content-hero .subtitle-alt {
    text-transform: capitalize;
    line-height: 1.688;
    font-weight: bold;
    margin-bottom: 0;
    color: #6e7f86; }
  .ui.grid.module-content-hero .text {
    line-height: 1.688;
    color: #6e7f86; }

.modal-close {
  position: absolute;
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  top: 4.7rem;
  right: 2.7rem;
  font-size: 2.4rem;
  color: white;
  background: none; }

.modal-close:after {
  font-family: murally;
  content: "\EA7E";
  position: absolute;
  color: #000;
  top: 0;
  left: 0; }

@media (min-width: 1024px) and (max-width: 1130px) {
  .ui.grid.module-content-hero {
    padding: 70px 50px 100px; } }
@media (min-width: 620px) and (max-width: 1023px), (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: portrait) {
  .ui.grid.module-content-hero {
    padding: 50px; }
    .ui.grid.module-content-hero .two.column.row .feature-container .feature-content {
      padding: 0;
      text-align: center; }
    .ui.grid.module-content-hero .two.column.row .feature-container .feature-image {
      position: static;
      transform: none;
      display: block;
      margin: 0 auto 20px; } }
.alert-top {
  background: #545454;
  color: white;
  width: 100%;
  min-height: 43px;
  font-size: 14px;
  text-align: center;
  padding: 5px 5rem;
  display: none;
  font-weight: 500; }
  @media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (max-width: 600px) and (orientation: portrait) {
    .alert-top {
      min-height: 54px; } }
  .alert-top .button {
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    background: #ff0066;
    border-radius: 5px;
    color: #ffffff;
    border: none;
    padding: 00.80rem 2rem;
    text-decoration: none;
    margin-left: 2rem; }

@media (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: portrait) {
  .ui.grid.module-content-hero .title {
    line-height: 42px; }
  .ui.grid.module-content-hero .two.column.row .feature-container {
    margin: 0 auto 45px; }
  .ui.grid.module-content-hero .row.wrapper.center-text {
    margin-bottom: 30px; } }
.security .ui.grid.module-content-hero {
  background-color: #fff; }
.security .feature-content {
  padding-left: 0 !important; }

.player {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  left: 0;
  z-index: 20; }
  .player .video-wrapper {
    position: absolute;
    z-index: 30;
    background: #000;
    width: 100%;
    height: -moz-calc(100% - 24px);
    height: -webkit-calc(100% - 24px);
    height: calc(100% - 24px);
    top: 24px; }

.overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999999;
  opacity: 0;
  top: 43px;
  left: -100%;
  transition: opacity .5s;
  -webkit-transition: opacity .5s; }
  @media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape), (max-width: 600px) and (orientation: portrait) {
    .overlay {
      top: 54px; } }

.video-container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .video-container iframe {
    display: block;
    background: #000;
    border: none;
    height: calc(100vh - 40px);
    height: -webkit-calc(100vh - 40px);
    width: 100vw; }
  .video-container .vidyard_player > span {
    width: 100% !important;
    height: 100% !important; }
  .video-container .close {
    width: 20px;
    fill: white;
    position: absolute;
    right: 30px;
    top: -28px; }
  .video-container .close:hover {
    fill: rgba(255, 255, 255, 0.5);
    cursor: pointer; }

.show {
  opacity: 1; }

.body-overflow {
  overflow: hidden; }

.module-video {
  background-color: #283d47;
  font-family: 'proxima-nova', sans-serif; }
  .module-video .enterprise-vimeo-container {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }
  .module-video .module-common-little-color-bar {
    display: block;
    margin: 0 auto 44px; }
  .module-video .enterprise-video-title {
    font-size: 41px;
    color: white;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 300; }
  .module-video .enterprise-video-subtitle {
    font-size: 25px;
    color: white;
    line-height: 1.64;
    text-align: center;
    font-weight: 300; }
  .module-video .enterprise-play-vimeo {
    display: block;
    cursor: pointer;
    margin: 60px auto 120px;
    width: 150px;
    height: 150px; }
  .module-video .enterprise-vimeo-container-inner {
    margin: 25px 0;
    text-align: center; }
    .module-video .enterprise-vimeo-container-inner iframe {
      max-width: 100%; }
  .module-video .btn-hidden {
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: 0; }

@media (min-width: 601px) and (max-width: 767px) and (orientation: portrait), (max-width: 600px) and (orientation: portrait) {
  .module-video .enterprise-vimeo-container {
    padding: 100px 20px; }
  .module-video .enterprise-video-title,
  .module-video .enterprise-video-subtitle {
    padding: 0 5px; }
  .module-video .enterprise-video-title {
    font-size: 36px; }
  .module-video .enterprise-video-subtitle {
    font-size: 18px;
    font-weight: 400; } }
/**
 * Tipsy.sass
 * @author: Dang Van Thanh
 * @description: A Simple Mixin Tooltip CSS Using Sass
 * @version: 1.0.5
 */
.noUi-target {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  position: relative;
  direction: ltr; }
  .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   * its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer. */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement; */
.noUi-horizontal {
  height: 6px;
  width: 90%;
  margin: 0 5%; }
  .noUi-horizontal .noUi-handle {
    border-radius: 1000em;
    height: 18px;
    left: -14px;
    top: -6px;
    width: 18px; }

.noUi-vertical {
  width: 18px; }
  .noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px; }

/* Styling; */
.noUi-background {
  background: #ff0066;
  box-shadow: 0 2px 0 #000000; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px;
  background: #4C4C4C;
  box-shadow: 0 2px 0 #393939; }

.noUi-target {
  border-radius: 4px; }

/* Handles and cursors; */
.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  background: #D8D8D8;
  cursor: default;
  box-shadow: 1px 2px 0 #222; }

.noUi-active {
  box-shadow: 1px 2px 0 #000000; }

.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
  top: 17px; }

/* Disabled state; */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8; }
[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed; }

.mauto {
  margin: auto; }

.m0 {
  margin: 0rem; }

.m1 {
  margin: 1rem; }

.m2 {
  margin: 2rem; }

.m3 {
  margin: 3rem; }

.m4 {
  margin: 4rem; }

.m5 {
  margin: 5rem; }

.mt0 {
  margin-top: 0rem; }

.mt1, .nav-bar {
  margin-top: 1rem; }

.mt2 {
  margin-top: 2rem; }

.mt3 {
  margin-top: 3rem; }

.mt4 {
  margin-top: 4rem; }

.mt5 {
  margin-top: 5rem; }

.mb0 {
  margin-bottom: 0rem; }

.mb1, .snippet-example .button {
  margin-bottom: 1rem; }

.mb2, .definition-box > .description {
  margin-bottom: 2rem; }

.mb3 {
  margin-bottom: 3rem; }

.mb4 {
  margin-bottom: 4rem; }

.mb5 {
  margin-bottom: 5rem; }

.ml0 {
  margin-left: 0rem; }

.ml1 {
  margin-left: 1rem; }

.ml2, .nav-link {
  margin-left: 2rem; }

.ml3 {
  margin-left: 3rem; }

.ml4 {
  margin-left: 4rem; }

.ml5 {
  margin-left: 5rem; }

.mr0 {
  margin-right: 0rem; }

.mr1, .definition-box .circle {
  margin-right: 1rem; }

.mr2 {
  margin-right: 2rem; }

.mr3 {
  margin-right: 3rem; }

.mr4 {
  margin-right: 4rem; }

.mr5 {
  margin-right: 5rem; }

.p0 {
  padding: 0rem; }

.p1 {
  padding: 1rem; }

.p2, .wrap {
  padding: 2rem; }

.p3 {
  padding: 3rem; }

.p4 {
  padding: 4rem; }

.p5 {
  padding: 5rem; }

.pt0 {
  padding-top: 0rem; }

.pt1 {
  padding-top: 1rem; }

.pt2 {
  padding-top: 2rem; }

.pt3 {
  padding-top: 3rem; }

.pt4 {
  padding-top: 4rem; }

.pt5 {
  padding-top: 5rem; }

.pb0 {
  padding-bottom: 0rem; }

.pb1 {
  padding-bottom: 1rem; }

.pb2 {
  padding-bottom: 2rem; }

.pb3 {
  padding-bottom: 3rem; }

.pb4 {
  padding-bottom: 4rem; }

.pb5 {
  padding-bottom: 5rem; }

.pl0 {
  padding-left: 0rem; }

.pl1 {
  padding-left: 1rem; }

.pl2 {
  padding-left: 2rem; }

.pl3 {
  padding-left: 3rem; }

.pl4 {
  padding-left: 4rem; }

.pl5 {
  padding-left: 5rem; }

.pr0 {
  padding-right: 0rem; }

.pr1 {
  padding-right: 1rem; }

.pr2 {
  padding-right: 2rem; }

.pr3 {
  padding-right: 3rem; }

.pr4 {
  padding-right: 4rem; }

.pr5 {
  padding-right: 5rem; }

.block {
  display: block !important; }

.inline {
  display: inline !important; }

.inline-block {
  display: inline-block !important; }

.none {
  display: none !important; }

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

.text-right, .nav-bar {
  text-align: right; }

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

.va-top {
  vertical-align: top; }

.va-middle {
  vertical-align: middle; }

.va-bottom {
  vertical-align: bottom; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.new-pricing .button {
  display: inline-block;
  border-radius: 5px;
  font-weight: 400;
  font-size: 2rem;
  height: 5rem;
  line-height: 5.2rem;
  min-width: 12rem;
  padding: 0 3rem;
  text-align: center;
  text-transform: uppercase; }
  .new-pricing .button:hover {
    cursor: pointer; }

.new-pricing .button.small {
  height: 3.4rem;
  font-size: 1.8rem;
  padding: 0 2rem;
  line-height: 3.6rem; }

.new-pricing .button.small.icon {
  line-height: 3.7rem;
  padding-left: 1.2rem;
  vertical-align: top; }
  .new-pricing .button.small.icon .m, .new-pricing .button.small.icon .dropdown .dropdown-trigger:after, .dropdown .new-pricing .button.small.icon .dropdown-trigger:after, .new-pricing .button.small.icon .dropdown-pill .btn-delete, .dropdown-pill .new-pricing .button.small.icon .btn-delete {
    margin-right: 3px;
    line-height: 3.4rem;
    font-size: 3rem;
    float: left; }

.new-pricing .button.special {
  font-size: 1.6rem;
  -webkit-box-shadow: inset 0 0 0 0.1rem #F4F4F4;
  -moz-box-shadow: inset 0 0 0 0.1rem #F4F4F4;
  box-shadow: inset 0 0 0 0.1rem #F4F4F4;
  background: #FFFFFF;
  color: #F4F4F4;
  background: transparent; }
  .new-pricing .button.special:hover, .new-pricing .button.special:active {
    -webkit-box-shadow: inset 0 0 0 0.17rem #F4F4F4;
    -moz-box-shadow: inset 0 0 0 0.17rem #F4F4F4;
    box-shadow: inset 0 0 0 0.17rem #F4F4F4;
    background: rgba(250, 250, 250, 0.14);
    color: #F4F4F4; }
  .new-pricing .disabled.button.special {
    -webkit-box-shadow: inset 0 0 0 0.17rem #E2E2E2;
    -moz-box-shadow: inset 0 0 0 0.17rem #E2E2E2;
    box-shadow: inset 0 0 0 0.17rem #E2E2E2;
    background: #FFFFFF;
    color: #CCCCCC; }

.new-pricing .button.big {
  height: 6rem; }

.input.small {
  height: 3.4rem; }

.input.big {
  height: 6rem; }

.input, .input.search {
  height: 5rem; }

.input.max-width {
  width: -webkit-calc(100% - 19.2rem);
  width: calc(100% - 19.2rem); }

.input, .input.search, .textarea, .dropdown .dropdown-menu {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  color: #4C4C4C;
  display: block;
  font-size: 1.8rem;
  padding: 0 2rem; }
  .input::-webkit-input-placeholder, .input.search::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .dropdown .dropdown-menu::-webkit-input-placeholder {
    color: #B7B7B7; }
  .input::-moz-placeholder, .input.search::-moz-placeholder, .textarea::-moz-placeholder, .dropdown .dropdown-menu::-moz-placeholder {
    color: #B7B7B7; }
  .input:-moz-placeholder, .textarea:-moz-placeholder, .dropdown .dropdown-menu:-moz-placeholder {
    color: #B7B7B7; }
  .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .dropdown .dropdown-menu:-ms-input-placeholder {
    color: #B7B7B7; }

.input:focus, .textarea:focus {
  border: 1px solid rgba(255, 0, 101, 0.5); }

.input.disabled, .dropdown.disabled {
  border: 1px solid #E2E2E2;
  color: #CCCCCC;
  cursor: default; }

.textarea {
  height: 12rem;
  line-height: 2.6rem;
  padding: 1rem 2rem;
  resize: vertical; }

.dropdown {
  position: relative;
  line-height: 5rem;
  cursor: pointer;
  background: #FFFFFF; }

.dropdown .dropdown-trigger {
  width: 100%;
  display: block;
  color: #4C4C4C;
  font-size: 1.8rem; }

.dropdown .dropdown-trigger:after {
  color: #B7B7B7;
  font-size: 3.3rem;
  position: absolute;
  top: 0;
  right: 0.8rem; }

.dropdown .dropdown-trigger:hover:after, .dropdown.active .dropdown-trigger:after {
  color: #FFFFFF; }

.dropdown.disabled .dropdown-trigger:after {
  color: #E2E2E2; }

.dropdown.disabled .dropdown-trigger:before, .dropdown.disabled .dropdown-trigger:hover:before {
  content: none; }

.dropdown .dropdown-trigger:hover:before, .dropdown.active .dropdown-trigger:before {
  content: ' ';
  background: #CCCCCC;
  border-radius: 3px;
  width: 1.8rem;
  height: 1.8rem;
  right: 1.55rem;
  top: 1.45rem;
  position: absolute; }

.dropdown .dropdown-menu {
  width: -webkit-calc(100% + 0.2rem);
  width: calc(100% + 0.2rem);
  position: absolute;
  background: white;
  top: 4.8rem;
  padding: .8rem 0;
  display: none;
  z-index: 1; }

.dropdown.contextual .dropdown-menu {
  width: 20rem;
  min-width: 20rem;
  right: 0; }
  .dropdown.contextual .dropdown-menu .dropdown-item-list {
    position: relative;
    z-index: 1; }
  .dropdown.contextual .dropdown-menu .dropdown-item {
    font-size: 1.6rem; }
  .dropdown.contextual .dropdown-menu:before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: -0.8rem;
    right: 1.5rem;
    background: #FFF;
    border-top: 0.1rem solid #CCC;
    border-left: 0.1rem solid #CCC;
    transform: rotate(45deg);
    border-top-left-radius: 0.5rem; }

.dropdown .dropdown-item {
  padding: 0 2rem;
  line-height: 3.2rem; }
  .dropdown .dropdown-item:hover {
    background: #EDEDED; }
  .dropdown .dropdown-item strong {
    font-weight: 600;
    color: #393939; }
  .dropdown .dropdown-item .avatar {
    margin: 0.4rem 0.8rem 0 -0.4rem;
    vertical-align: top; }

.dropdown-pill {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #393939;
  padding: .5rem 0.5rem .5rem 0.8rem;
  color: #EDEDED;
  font-size: 1.8rem;
  line-height: 1.8rem;
  border-radius: 5px;
  display: inline-block;
  cursor: default;
  margin-right: .5rem; }
  .dropdown-pill .btn-delete {
    vertical-align: middle;
    font-size: 80%;
    display: inline-block;
    margin-top: -2px;
    font-weight: 600;
    cursor: pointer; }

.definition-box .circle {
  border-radius: 50%; }

.dropdown .dropdown-item .avatar {
  width: 2.4rem;
  height: 2.4rem; }

.input.disabled {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkbox-container {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */ }
  .checkbox-container .checkbox:not(:checked),
  .checkbox-container .checkbox:checked {
    position: absolute;
    left: -9999px; }
  .checkbox-container .checkbox:not(:checked):not(:disabled) + label,
  .checkbox-container .checkbox:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer; }
  .checkbox-container .checkbox:not(:checked):not(:disabled) + label:empty,
  .checkbox-container .checkbox:checked + label:empty {
    padding-left: 16px; }
  .checkbox-container .checkbox:not(:checked) + label:before,
  .checkbox-container .checkbox:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    border-radius: 3px; }
  .checkbox-container .checkbox:not(:checked) + label:after,
  .checkbox-container .checkbox:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 6px;
    background: transparent;
    top: 4px;
    left: 3px;
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .checkbox-container .checkbox:not(:checked) + label:after {
    opacity: 0; }
  .checkbox-container .checkbox:checked + label:after {
    opacity: 1; }
  .checkbox-container .checkbox:disabled:not(:checked) + label:before,
  .checkbox-container .checkbox:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  .checkbox-container .checkbox:disabled:checked + label:after {
    opacity: .5; }
  .checkbox-container .checkbox:disabled + label {
    color: #CCCCCC; }

.dropdown {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .dropdown.active .dropdown-menu {
    display: block; }
  .dropdown.disabled {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .dropdown.input {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .dropdown.input .dropdown-menu {
      left: -1px; }

.input.dropdown.pill-container {
  text-align: left !important;
  padding: 8px 10px;
  height: auto;
  line-height: 3.4rem; }
  .input.dropdown.pill-container .dropdown-pill {
    display: inline-block;
    vertical-align: middle; }
    .input.dropdown.pill-container .dropdown-pill:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em;
      /* Adjusts for spacing */ }

@font-face {
  font-family: 'proxima-nova';
  src: url("../assets/fonts/proxima/proximanova-light-webfont.eot");
  src: url("../assets/fonts/proxima/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/proxima/proximanova-light-webfont.woff") format("woff"), url("../assets/fonts/proxima/proximanova-light-webfont.ttf") format("truetype"), url("../assets/fonts/proxima/proximanova-light-webfont.svg#proxima-nova") format("svg");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: 'proxima-nova';
  src: url("../assets/fonts/proxima/proximanova-regular-webfont.eot");
  src: url("../assets/fonts/proxima/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/proxima/proximanova-regular-webfont.woff") format("woff"), url("../assets/fonts/proxima/proximanova-regular-webfont.ttf") format("truetype"), url("../assets/fonts/proxima/proximanova-regular-webfont.svg#proxima-nova") format("svg");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'entypo';
  src: url("../assets/fonts/entypo/entypo-webfont.eot");
  src: url("../assets/fonts/entypo/entypo-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/entypo/entypo-webfont.woff") format("woff"), url("../assets/fonts/entypo/entypo-webfont.ttf") format("truetype"), url("../assets/fonts/entypo/entypo-webfont.svg#EntypoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima-nova';
  src: url("../assets/fonts/proxima/proximanova-semibold-webfont.eot");
  src: url("../assets/fonts/proxima/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/proxima/proximanova-semibold-webfont.woff") format("woff"), url("../assets/fonts/proxima/proximanova-semibold-webfont.ttf") format("truetype"), url("../assets/fonts/proxima/proximanova-semibold-webfont.svg#proxima-nova") format("svg");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: 'proxima-nova';
  src: url("../assets/fonts/proxima/proximanova-bold-webfont.eot");
  src: url("../assets/fonts/proxima/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/proxima/proximanova-bold-webfont.woff") format("woff"), url("../assets/fonts/proxima/proximanova-bold-webfont.ttf") format("truetype"), url("../assets/fonts/proxima/proximanova-bold-webfont.svg#proxima-nova") format("svg");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: 'proxima-nova';
  src: url("../assets/fonts/proxima/proximanova-black-webfont.eot");
  src: url("../assets/fonts/proxima/proximanova-black-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/proxima/proximanova-black-webfont.woff") format("woff"), url("../assets/fonts/proxima/proximanova-black-webfont.ttf") format("truetype"), url("../assets/fonts/proxima/proximanova-black-webfont.svg#proxima-nova") format("svg");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'entypo';
  src: url("../assets/fonts/entypo/entypo-webfont.eot");
  src: url("../assets/fonts/entypo/entypo-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/entypo/entypo-webfont.woff") format("woff"), url("../assets/fonts/entypo/entypo-webfont.ttf") format("truetype"), url("../assets/fonts/entypo/entypo-webfont.svg#EntypoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
.monospace, .definition-box .markup {
  font-family: monospace !important; }

.m, .dropdown .dropdown-trigger:after, .dropdown-pill .btn-delete, [class^="m-"], [class*=" m-"] {
  font-family: 'murally';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.m-back:after {
  content: "\e600"; }

.m-stickies:after {
  content: "\e601"; }

.m-shapes:after {
  content: "\e602"; }

.m-stickers:after {
  content: "\e603"; }

.m-layout:after {
  content: "\e604"; }

.m-images:after {
  content: "\e605"; }

.m-filters:after {
  content: "\e606"; }

.m-voting:after {
  content: "\e607"; }

.m-notifications:after {
  content: "\e608"; }

.m-toggle:after {
  content: "\e609"; }

.m-users:after {
  content: "\e60a"; }

.m-search:after {
  content: "\e60b"; }

.m-remove:after {
  content: "\e60c"; }

.m-share:after {
  content: "\e60d"; }

.m-join:after {
  content: "\e60e"; }

.m-leave:after {
  content: "\e60f"; }

.m-settings:after {
  content: "\e610"; }

.m-lock:after {
  content: "\e611"; }

.m-alert:after {
  content: "\e612"; }

.m-info:after {
  content: "\e613"; }

.m-close:after, .dropdown-pill .btn-delete:after {
  content: "\e614"; }

.m-close-xsmall:after {
  content: "\e615"; }

.m-close-big:after {
  content: "\e616"; }

.m-enterprise:after {
  content: "\e617"; }

.m-close-small:after {
  content: "\e618"; }

.m-star:after {
  content: "\e619"; }

.m-unstar:after {
  content: "\e61a"; }

.m-down-arrow:after, .dropdown .dropdown-trigger:after {
  content: "\e61b"; }

.m-up-arrow:after {
  content: "\e61c"; }

.m-expand-small:after {
  content: "\e61d"; }

.m-expanded:after {
  content: "\e61e"; }

.m-expand:after {
  content: "\e61f"; }

.m-show-more:after {
  content: "\e620"; }

.m-show-less:after {
  content: "\e621"; }

.m-play:after {
  content: "\e622"; }

.m-show-info:after {
  content: "\e623"; }

.m-hide-info:after {
  content: "\e624"; }

.m-right-arrow:after {
  content: "\e625"; }

.m-left-arrow:after {
  content: "\e626"; }

/* Makes border-box properties */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.section:not(.navigation) {
  background: transparent;
  padding: 8rem 3rem 5rem 3rem; }

.navigation {
  position: fixed;
  background: white;
  width: 100%;
  top: 0;
  z-index: 1000; }
  .navigation .wrap {
    transform: translateX(-50%);
    margin-left: 50%;
    position: relative;
    width: 100%; }

.wrap {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto; }
  .wrap:after {
    content: " ";
    display: block;
    clear: both; }

.definition-box > .title, .tour .definition-box > .title {
  line-height: 1.4; }
.definition-box > .small-title {
  line-height: 1.4;
  color: #4C4C4C; }
.definition-box > .description {
  line-height: 1.4; }
.definition-box .markup {
  color: #FF0065; }
.definition-box .circle {
  width: 9rem;
  height: 9rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem; }
  .definition-box .circle:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
.definition-box .grayscale-box {
  width: 8rem;
  height: 12rem;
  display: inline-block;
  margin-left: -0.4rem; }

.logo-container {
  width: 100%;
  float: right;
  margin-right: 0; }
  @media (min-width: 32rem) {
    .logo-container {
      width: 15.25424%;
      float: left;
      margin-right: 1.69492%; } }
  @media (min-width: 60rem) {
    .logo-container {
      width: 15.25424%;
      float: left;
      margin-right: 1.69492%; } }

.logo {
  width: 100%;
  max-width: 195px;
  margin: 0 !important; }

.nav-bar {
  width: 100%;
  float: right;
  margin-right: 0; }
  @media (min-width: 32rem) {
    .nav-bar {
      width: 83.05085%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 60rem) {
    .nav-bar {
      width: 83.05085%;
      float: right;
      margin-right: 0; } }

.nav-link {
  font-size: 1.3rem;
  color: #393939;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0; }

.container {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.snippet-example {
  width: 100%;
  float: right;
  margin-right: 0; }
  @media (min-width: 32rem) {
    .snippet-example {
      width: 49.15254%;
      float: left;
      margin-right: 1.69492%; } }
  @media (min-width: 60rem) {
    .snippet-example {
      width: 49.15254%;
      float: left;
      margin-right: 1.69492%; } }

.code-view {
  background: #474949;
  width: 100%;
  float: right;
  margin-right: 0; }
  @media (min-width: 32rem) {
    .code-view {
      width: 49.15254%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 60rem) {
    .code-view {
      width: 49.15254%;
      float: right;
      margin-right: 0; } }

.icons-example [class^="m-"], .icons-example [class*=" m-"] {
  font-size: 5rem;
  background: #FFFFFF;
  border-radius: .5rem;
  display: inline-block;
  margin: .5rem 1rem; }
  .icons-example [class^="m-"]:nth-child(1n), .icons-example [class*=" m-"]:nth-child(1n) {
    margin-left: 0; }

.code.hljs {
  font-size: 1.2rem;
  padding: 1rem !important;
  overflow-x: hidden; }

.separator {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 auto; }

.apple-input-fix {
  max-width: 21.5rem; }

.new-pricing .button {
  display: inline-block;
  border-radius: 5px;
  font-weight: 400;
  font-size: 2rem;
  height: 5rem;
  line-height: 5.2rem;
  min-width: 12rem;
  padding: 0 3rem;
  text-align: center;
  text-transform: uppercase;
  outline: none; }
  .new-pricing .button:hover {
    cursor: pointer; }

.new-pricing .button.tiny {
  height: 2.8rem;
  font-size: 1.4rem;
  padding: 0 1rem;
  line-height: 3rem;
  min-width: inherit; }

.new-pricing .button.special-tiny {
  height: 2.2rem;
  font-size: 1.4rem;
  padding: 0 0.5rem;
  border-radius: 3px;
  line-height: 2.4rem;
  min-width: inherit; }

.new-pricing .button.small {
  height: 3.4rem;
  font-size: 1.8rem;
  padding: 0 2rem;
  line-height: 3.6rem; }

.new-pricing .button.small.icon {
  line-height: 3.7rem;
  padding-left: 1.2rem; }
  .new-pricing .button.small.icon .m, .new-pricing .button.small.icon .dropdown .dropdown-trigger:after, .dropdown .new-pricing .button.small.icon .dropdown-trigger:after, .new-pricing .button.small.icon .dropdown-pill .btn-delete, .dropdown-pill .new-pricing .button.small.icon .btn-delete {
    margin-right: 3px;
    line-height: 3.4rem;
    font-size: 2.4rem;
    float: left; }

.new-pricing .button.special {
  font-size: 1.6rem;
  -webkit-box-shadow: inset 0 0 0 0.1rem #F4F4F4;
  -moz-box-shadow: inset 0 0 0 0.1rem #F4F4F4;
  box-shadow: inset 0 0 0 0.1rem #F4F4F4;
  background: #FFFFFF;
  color: #F4F4F4;
  background: transparent; }
  .new-pricing .button.special:hover, .new-pricing .button.special:active {
    -webkit-box-shadow: inset 0 0 0 0.17rem #F4F4F4;
    -moz-box-shadow: inset 0 0 0 0.17rem #F4F4F4;
    box-shadow: inset 0 0 0 0.17rem #F4F4F4;
    background: rgba(250, 250, 250, 0.14);
    color: #F4F4F4; }
  .new-pricing .disabled.button.special {
    -webkit-box-shadow: inset 0 0 0 0.17rem #E2E2E2;
    -moz-box-shadow: inset 0 0 0 0.17rem #E2E2E2;
    box-shadow: inset 0 0 0 0.17rem #E2E2E2;
    background: #FFFFFF;
    color: #CCCCCC; }

.new-pricing .button.invert {
  font-size: 1.4rem;
  font-weight: 500;
  background: #0571b7;
  color: #FFFFFF;
  background: #0571b7; }
  .new-pricing .button.invert:hover, .new-pricing .button.invert:active {
    background: #000000;
    color: #FFFFFF; }
  .new-pricing .disabled.button.invert {
    cursor: default;
    background: #F4F4F4;
    color: #CCCCCC; }
  .new-pricing .button.invert:hover {
    background: #045f99; }

.new-pricing .button.big {
  height: 6rem; }

.new-pricing {
  margin-top: 0;
  margin-bottom: 5.5rem; }
  .new-pricing .header.text-center {
    margin-top: 5rem; }
  .new-pricing .button {
    background: #FF0065;
    color: #FFFFFF;
    -webkit-transition: background, 100ms, linear;
    -moz-transition: background, 100ms, linear;
    -spec-transition: background, 100ms, linear;
    transition: background, 100ms, linear; }
    .new-pricing .button:hover, .new-pricing .button:active {
      background: #D60057;
      color: #FFFFFF; }
    .new-pricing .button.disabled {
      cursor: default;
      background: #F4F4F4;
      color: #CCCCCC; }
    .new-pricing .button.secondary {
      background: #4C4C4C;
      color: #FFFFFF; }
      .new-pricing .button.secondary:hover, .new-pricing .button.secondary:active {
        background: #000000;
        color: #FFFFFF; }
      .new-pricing .button.secondary.disabled {
        cursor: default;
        background: #F4F4F4;
        color: #CCCCCC; }
    .new-pricing .button.stroked {
      -webkit-box-shadow: inset 0 0 0 0.1rem #FF0065;
      -moz-box-shadow: inset 0 0 0 0.1rem #FF0065;
      box-shadow: inset 0 0 0 0.1rem #FF0065;
      background: #FFFFFF;
      color: #FF0065; }
      .new-pricing .button.stroked:hover, .new-pricing .button.stroked:active {
        -webkit-box-shadow: inset 0 0 0 0.17rem #D60057;
        -moz-box-shadow: inset 0 0 0 0.17rem #D60057;
        box-shadow: inset 0 0 0 0.17rem #D60057;
        background: #FFFFFF;
        color: #D60057; }
      .new-pricing .button.stroked.disabled {
        -webkit-box-shadow: inset 0 0 0 0.17rem #E2E2E2;
        -moz-box-shadow: inset 0 0 0 0.17rem #E2E2E2;
        box-shadow: inset 0 0 0 0.17rem #E2E2E2;
        background: #FFFFFF;
        color: #CCCCCC; }
      .new-pricing .button.stroked.secondary {
        -webkit-box-shadow: inset 0 0 0 0.1rem #4C4C4C;
        -moz-box-shadow: inset 0 0 0 0.1rem #4C4C4C;
        box-shadow: inset 0 0 0 0.1rem #4C4C4C;
        background: #FFFFFF;
        color: #4C4C4C; }
        .new-pricing .button.stroked.secondary:hover, .new-pricing .button.stroked.secondary:active {
          -webkit-box-shadow: inset 0 0 0 0.17rem #000000;
          -moz-box-shadow: inset 0 0 0 0.17rem #000000;
          box-shadow: inset 0 0 0 0.17rem #000000;
          background: #FFFFFF;
          color: #000000; }
        .new-pricing .button.stroked.secondary.disabled {
          -webkit-box-shadow: inset 0 0 0 0.17rem #E2E2E2;
          -moz-box-shadow: inset 0 0 0 0.17rem #E2E2E2;
          box-shadow: inset 0 0 0 0.17rem #E2E2E2;
          background: #FFFFFF;
          color: #CCCCCC; }
    .new-pricing .button.stroked2 {
      border: 1px solid #4C4C4C;
      color: #4C4C4C;
      background: transparent; }
  .new-pricing .button-container.full .button {
    width: 100%; }
  .new-pricing .button-container.centered .button {
    margin: 0 auto;
    display: block; }
  .new-pricing .button-container.left-aligned {
    text-align: left; }
    .new-pricing .button-container.left-aligned .button {
      display: inline-block; }
  .new-pricing .button-container.right-aligned {
    text-align: right; }
    .new-pricing .button-container.right-aligned .button {
      display: inline-block; }
  .new-pricing .button-container.actions {
    width: 35%; }
    .new-pricing .button-container.actions .button {
      width: 100%; }
  .new-pricing .noUi-base {
    margin-top: -6px; }
  .new-pricing .container {
    background: #fff; }
  .new-pricing .header .title {
    margin: 0.5em 0; }
  .new-pricing .header h2 {
    color: #393939; }
  .new-pricing .header .description {
    color: #909090; }
  .new-pricing .pricing-tables {
    position: relative;
    margin: 0rem 0rem 6rem; }
    .new-pricing .pricing-tables .item-container.cl {
      padding-right: 1.5rem; }
    .new-pricing .pricing-tables .item-container.cr {
      padding-left: 1.7rem; }
    .new-pricing .pricing-tables .item-container:last-child {
      margin-right: 0; }
      .new-pricing .pricing-tables .item-container:last-child .includes {
        border-right: 0; }
      .new-pricing .pricing-tables .item-container:last-child .limit-collaborators:after {
        content: "+";
        margin-right: 2px; }
    .new-pricing .pricing-tables .item {
      text-align: center;
      padding: 5.8rem 0 3rem;
      color: #393939;
      float: left;
      width: 100%;
      min-height: 500px; }
      @media only screen and (max-width: 768px) {
        .new-pricing .pricing-tables .item {
          min-height: inherit; } }
      .new-pricing .pricing-tables .item.primary {
        background: #393939;
        outline: 20px solid #393939;
        color: #fff;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .new-pricing .pricing-tables .item.primary {
            outline: 0; } }
        .new-pricing .pricing-tables .item.primary .users {
          border-color: #616161;
          border-bottom: 0; }
      .new-pricing .pricing-tables .item .item-title {
        text-transform: uppercase;
        font-size: 1.8rem;
        font-weight: 400;
        color: #000000; }
      .new-pricing .pricing-tables .item .progress-bg {
        width: 289px;
        height: 4px;
        background-color: #D8D8D8;
        margin: 1.2rem auto 3rem; }
        .new-pricing .pricing-tables .item .progress-bg .progress-status {
          height: 4px;
          background-color: #FF0065; }
      .new-pricing .pricing-tables .item .item-price {
        position: relative;
        color: #000000; }
        .new-pricing .pricing-tables .item .item-price .item-dollar-sign {
          position: relative;
          top: -4.55rem;
          font-size: 2rem;
          right: 0.3rem;
          display: inline-block; }
        .new-pricing .pricing-tables .item .item-price .item-price-value {
          font-size: 5.7em;
          font-weight: 300;
          display: inline-block; }
        .new-pricing .pricing-tables .item .item-price .item-price-cents {
          position: relative;
          top: -4rem;
          left: -0.8rem;
          font-size: 3rem;
          font-weight: 400;
          display: inline-block; }
      .new-pricing .pricing-tables .item .item-description {
        font-size: 1.4rem;
        text-align: center;
        margin-top: -0.45rem; }
        .new-pricing .pricing-tables .item .item-description .item-description-title {
          color: #000000; }
        .new-pricing .pricing-tables .item .item-description .item-description-detail {
          margin-top: 0.45rem;
          line-height: 1.8rem;
          color: #B7B7B7; }
        .new-pricing .pricing-tables .item .item-description .item-description-users {
          color: #FF0065;
          text-transform: uppercase;
          font-weight: 600;
          padding-top: 0.3rem; }
      .new-pricing .pricing-tables .item .item-title-highlight {
        margin-top: 3.6rem;
        font-size: 2rem;
        color: #FF0065;
        text-transform: uppercase; }
      .new-pricing .pricing-tables .item .item-description-enterprise {
        color: #6F7F87;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2rem; }
      .new-pricing .pricing-tables .item .item-phone {
        color: #000000;
        font-size: 2.2rem;
        margin-top: 2.5rem; }
      .new-pricing .pricing-tables .item .item-phone-info {
        color: #B7B7B7;
        line-height: 2rem;
        font-size: 1.4rem;
        padding-top: 0.1rem; }
    .new-pricing .pricing-tables .item-detail {
      color: #B7B7B7;
      line-height: 2rem;
      font-size: 1.4rem; }
      .new-pricing .pricing-tables .item-detail.pt-reg {
        padding-top: 2.5rem; }
      .new-pricing .pricing-tables .item-detail.pt-fix {
        padding-top: 1.5rem;
        padding-bottom: 2.1rem; }
    .new-pricing .pricing-tables .button {
      min-width: 220px;
      text-decoration: none; }
    .new-pricing .pricing-tables .users {
      display: inline-block;
      padding: 1em 2em;
      margin: 1em 0;
      border-top: 1px solid #B7B7B7;
      border-bottom: 1px solid #B7B7B7; }
    .new-pricing .pricing-tables .numbers {
      min-height: 40px; }
      .new-pricing .pricing-tables .numbers p {
        margin: 0.5em 0; }
      .new-pricing .pricing-tables .numbers .extra {
        display: block;
        min-height: 18px; }
    .new-pricing .pricing-tables .footer {
      border: none;
      margin-top: 2rem; }
      .new-pricing .pricing-tables .footer .secondary.stroked {
        margin-bottom: 0.5em; }
  .new-pricing .last .includes {
    border: 0; }
  .new-pricing .includes {
    float: left;
    width: 100%;
    margin-top: -1rem;
    padding-top: 1rem;
    border-top: 2px solid #D8D8D8; }
    @media only screen and (max-width: 768px) {
      .new-pricing .includes {
        margin-top: 2em;
        border-right: 0; } }
    .new-pricing .includes .tagline {
      display: block;
      min-height: 140px;
      margin-bottom: 0.5em; }
      .new-pricing .includes .tagline p {
        line-height: 2.4rem; }
    .new-pricing .includes hr {
      border: 0;
      height: 2px;
      background: #CCCCCC;
      width: 20%;
      margin: 2em 40%; }
    .new-pricing .includes .button {
      margin-top: 3em; }
      @media only screen and (max-width: 768px) {
        .new-pricing .includes .button {
          display: none; } }
    .new-pricing .includes .features {
      margin-top: 1.7em; }
      @media only screen and (max-width: 768px) {
        .new-pricing .includes .features {
          margin-bottom: 2em; } }
      .new-pricing .includes .features .feature-item {
        color: #6F7F87;
        font-size: 1.4rem;
        font-weight: 400;
        text-align: left;
        padding-left: 1.8rem;
        padding: 1.1rem 2rem 0.5rem; }
        .new-pricing .includes .features .feature-item.side-column {
          padding-left: 1rem; }
        .new-pricing .includes .features .feature-item.disable {
          color: #D8D8D8 !important;
          margin-left: 2.2rem; }
          .new-pricing .includes .features .feature-item.disable .icon-temp-fix {
            color: green !important; }
        .new-pricing .includes .features .feature-item .tipsy {
          cursor: help; }
        .new-pricing .includes .features .feature-item .tipsy-link {
          cursor: auto;
          text-decoration: underline; }
      .new-pricing .includes .features .tipsy--n {
        position: relative;
        display: inline-block; }
        .new-pricing .includes .features .tipsy--n:hover:before, .new-pricing .includes .features .tipsy--n:hover:after, .new-pricing .includes .features .tipsy--n:focus:before, .new-pricing .includes .features .tipsy--n:focus:after {
          visibility: visible;
          opacity: 1; }
        .new-pricing .includes .features .tipsy--n:before, .new-pricing .includes .features .tipsy--n:after {
          position: absolute;
          visibility: hidden;
          opacity: 0;
          z-index: 1000000;
          pointer-events: none;
          transform: translate3d(0, 0, 0);
          -webkit-transform: translate3d(0, 0, 0);
          transition: 0.2s ease-in-out;
          -webkit-transition: 0.2s ease-in-out; }
        .new-pricing .includes .features .tipsy--n:before {
          content: "";
          border: 5px solid transparent;
          bottom: 0;
          z-index: 1000001; }
        .new-pricing .includes .features .tipsy--n:after {
          content: attr(data-tipsy);
          background-color: #222;
          border-radius: 3px;
          color: white;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
          padding: 5px 10px;
          width: 200px;
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          font-size: 14px;
          line-height: 1.4; }
        .new-pricing .includes .features .tipsy--n:hover:before, .new-pricing .includes .features .tipsy--n:focus:before {
          top: -15%; }
        .new-pricing .includes .features .tipsy--n:hover:after, .new-pricing .includes .features .tipsy--n:focus:after {
          bottom: 115%; }
        .new-pricing .includes .features .tipsy--n:before, .new-pricing .includes .features .tipsy--n:after {
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%); }
        .new-pricing .includes .features .tipsy--n:before {
          border-top-color: #222;
          top: -35%; }
        .new-pricing .includes .features .tipsy--n:after {
          bottom: 135%; }
      .new-pricing .includes .features .icon-temp-fix {
        padding-right: 1rem;
        float: left; }
  .new-pricing .contact .link {
    margin: 0 0.5em; }
  .new-pricing .numbers-container .plan-price-container {
    transition: all 0.25s ease 0s;
    transform: scale(1);
    display: inline-block; }
    .new-pricing .numbers-container .plan-price-container.tShow {
      transform: scale(1.1); }
  .new-pricing .numbers-container.primary {
    margin-top: 12px;
    margin-bottom: 30px;
    display: inline-block; }

.c-gray-2 {
  color: #888888; }

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

.nowrap {
  white-space: nowrap; }

.upper {
  text-transform: uppercase; }

.nav .login a:hover {
  -webkit-box-shadow: inset 0 0 0 0.1rem #D60057;
  -moz-box-shadow: inset 0 0 0 0.1rem #D60057;
  box-shadow: inset 0 0 0 0.1rem #D60057; }

.module-top {
  padding-top: 4.6rem !important;
  padding-bottom: 3.5rem !important;
  background-color: #F4F4F4;
  border-top: 1px solid #CCCCCC; }
  .module-top .wrapper {
    margin-top: -0.5rem !important; }
  .module-top .price-box {
    position: relative;
    max-width: 30rem;
    margin: 0 auto -3rem; }
  .module-top .pricing {
    text-align: center; }
  .module-top .dollar-sign {
    font-weight: 500;
    color: #B7B7B7;
    font-size: 6.4rem;
    position: absolute;
    left: 1.5rem;
    top: 3.3rem; }
    @media (min-width: 601px) and (max-width: 767px) {
      .module-top .dollar-sign {
        left: 2rem; } }
    @media (min-width: 768px) and (max-width: 989px) {
      .module-top .dollar-sign {
        left: 2rem; } }
    @media (min-width: 480px) and (max-width: 600px) {
      .module-top .dollar-sign {
        font-size: 7rem;
        left: 1rem; } }
  .module-top .subtitle {
    font-size: 1.6rem;
    color: #888888;
    text-align: left; }
    @media (min-width: 601px) and (max-width: 767px) {
      .module-top .subtitle {
        left: 1rem; } }
    @media (min-width: 768px) and (max-width: 989px) {
      .module-top .subtitle {
        left: 2rem; } }
  .module-top .price {
    font-weight: 500;
    color: #393939;
    font-size: 18rem; }
    @media (min-width: 480px) and (max-width: 600px) {
      .module-top .price {
        font-size: 22rem; } }
    @media (min-width: 601px) and (max-width: 767px) {
      .module-top .price {
        font-size: 22rem; } }
  .module-top .price-detail {
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem;
    line-height: 2rem;
    padding-left: 1rem;
    text-align: center; }
    @media (min-width: 400px) and (max-width: 479px) {
      .module-top .price-detail {
        font-size: 2rem;
        line-height: 2.4rem; } }
    @media (min-width: 480px) and (max-width: 600px) {
      .module-top .price-detail {
        font-size: 2rem;
        line-height: 2.4rem; } }
    @media (min-width: 601px) and (max-width: 767px) {
      .module-top .price-detail {
        font-size: 2rem;
        line-height: 2.4rem; } }
  .module-top .price::before,
  .module-top .price::after {
    content: "" !important; }

.super-wide {
  margin-top: 1.3rem;
  border-radius: 6px !important;
  max-width: 26.6rem;
  height: 6rem;
  max-height: 6rem;
  font-size: 2rem !important; }
  .super-wide:hover, .super-wide:active {
    background-color: #D60057 !important; }
  @media (min-width: 480px) and (max-width: 600px) {
    .super-wide {
      font-size: 2.2rem !important;
      max-width: 2.6 !important;
      padding: 2rem 1rem 2rem !important; } }
  @media (min-width: 601px) and (max-width: 767px) {
    .super-wide {
      margin-top: 2rem; } }

.module-default {
  padding-top: 4rem !important;
  padding-bottom: 6rem !important;
  background-color: #FFFFFF !important; }
  .module-default.dark {
    background-color: #393939 !important;
    text-align: center; }
    .module-default.dark .wrapper {
      margin-top: 1rem !important; }
    .module-default.dark .top-title {
      color: #FFFFFF !important; }
    .module-default.dark .subtitle-text {
      max-width: 637px;
      margin: 0 auto;
      padding-top: 4rem;
      color: #FFFFFF;
      text-align: center;
      font-weight: 300;
      font-size: 1.8rem;
      line-height: 2.4rem; }
      @media (min-width: 400px) and (max-width: 479px) {
        .module-default.dark .subtitle-text {
          max-width: 360px;
          font-size: 2rem;
          line-height: 2.6rem; } }
      @media (min-width: 480px) and (max-width: 600px) {
        .module-default.dark .subtitle-text {
          max-width: 44rem;
          font-size: 2.4rem; } }
      @media (min-width: 601px) and (max-width: 767px) {
        .module-default.dark .subtitle-text {
          max-width: 562px;
          font-size: 2rem;
          line-height: 2.4rem; } }
  .module-default.faqs {
    padding-top: 3rem !important; }
    @media (min-width: 480px) and (max-width: 600px) {
      .module-default.faqs .top-title {
        font-size: 3.5rem; } }
    @media (min-width: 601px) and (max-width: 767px) {
      .module-default.faqs .top-title {
        font-size: 4.4rem; } }
    .module-default.faqs .category-title {
      font-weight: 600;
      font-size: 1.6rem;
      line-height: 3.6rem;
      color: #393939;
      padding-top: 4.5rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid #D8D8D8; }
      @media (max-width: 600px) {
        .module-default.faqs .category-title {
          font-size: 2rem; } }
      @media (min-width: 601px) and (max-width: 767px) {
        .module-default.faqs .category-title {
          font-size: 2rem; } }
      @media (min-width: 768px) and (max-width: 989px) {
        .module-default.faqs .category-title {
          font-size: 1.8rem; } }
    @media (min-width: 400px) and (max-width: 479px) {
      .module-default.faqs .narrower {
        padding-left: 2rem !important;
        padding-right: 2rem !important; } }
    @media (min-width: 480px) and (max-width: 600px) {
      .module-default.faqs .narrower {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important; } }
    @media (min-width: 601px) and (max-width: 767px) {
      .module-default.faqs .narrower {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important; } }
    @media (min-width: 768px) and (max-width: 989px) {
      .module-default.faqs .narrower {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important; } }
    @media (min-width: 990px) {
      .module-default.faqs .narrower {
        padding-left: 5.5rem !important;
        padding-right: 5.5rem !important; } }
  .module-default .top-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 3.6rem;
    font-weight: 300;
    color: #393939; }
    @media (min-width: 480px) and (max-width: 600px) {
      .module-default .top-title {
        font-size: 4rem;
        line-height: 4.4rem;
        padding: 0 1rem; } }
    @media (min-width: 601px) and (max-width: 767px) {
      .module-default .top-title {
        font-size: 4.4rem;
        line-height: 4.8rem; } }
  .module-default .subtitle {
    font-size: 1.6rem;
    color: #888888;
    text-align: center; }
    @media (min-width: 480px) and (max-width: 600px) {
      .module-default .subtitle {
        font-size: 2rem; } }
    @media (min-width: 601px) and (max-width: 767px) {
      .module-default .subtitle {
        font-size: 2.6rem;
        font-weight: 100; } }
  .module-default .partners-box .partner-list {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: inline-block; }
  .module-default .partners-box .item {
    display: inline-block !important; }
  .module-default .partners-box .logo {
    padding: 0rem; }
    @media (max-width: 400px) {
      .module-default .partners-box .logo {
        padding: 1rem !important; } }
    @media (min-width: 400px) and (max-width: 479px) {
      .module-default .partners-box .logo {
        max-width: 155px !important;
        width: 155px !important;
        padding: 1rem 0 !important; } }
    @media (min-width: 480px) and (max-width: 600px) {
      .module-default .partners-box .logo {
        max-width: 155px !important;
        width: 155px !important;
        padding: 1.5rem !important; } }
    @media (min-width: 601px) and (max-width: 767px) {
      .module-default .partners-box .logo {
        max-width: 175px !important;
        padding: 1rem 0 !important; } }
    @media (min-width: 768px) and (max-width: 989px) {
      .module-default .partners-box .logo {
        max-width: 141px !important;
        padding: 1rem 0 !important; } }
    @media (min-width: 990px) {
      .module-default .partners-box .logo {
        max-width: 170px !important;
        height: 55px !important; } }
    @media (min-width: 768px) and (max-width: 989px) {
      .module-default .partners-box .logo {
        max-width: 200px;
        padding: 0rem 1rem; } }
  .module-default .button-container {
    text-align: center;
    margin: 0 auto; }
  .module-default .enterprise {
    margin-top: 5rem;
    margin-bottom: -1rem;
    max-height: 6rem;
    max-width: 51rem; }
    .module-default .enterprise:hover, .module-default .enterprise:active {
      background-color: #D60057 !important; }
    @media (min-width: 601px) and (max-width: 767px) {
      .module-default .enterprise {
        font-size: 2rem; } }
    @media (min-width: 480px) and (max-width: 600px) {
      .module-default .enterprise {
        max-width: 440px;
        font-size: 2.4rem; } }
    @media (min-width: 400px) and (max-width: 479px) {
      .module-default .enterprise {
        max-width: 360px; } }

.accordion-title {
  display: inline-block;
  width: calc(100% - 29px);
  vertical-align: middle; }
  @media (min-width: 400px) and (max-width: 479px) {
    .accordion-title {
      width: calc(100% - 38px); } }
  @media (min-width: 480px) and (max-width: 600px) {
    .accordion-title {
      padding-right: 1rem; } }

p.accordion {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  color: #888888;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #D8D8D8;
  outline: none;
  cursor: pointer;
  transition: 0.6s; }
  @media (min-width: 480px) and (max-width: 600px) {
    p.accordion {
      font-size: 2.4rem;
      line-height: 2.7rem;
      padding-right: 0.5rem; } }
  @media (min-width: 601px) and (max-width: 767px) {
    p.accordion {
      font-size: 2.5rem; } }
  @media (min-width: 768px) and (max-width: 989px) {
    p.accordion {
      font-size: 2.1rem; } }
  p.accordion:first-child {
    border-top: 1px solid #D8D8D8; }

p.accordion.active, p.accordion:hover {
  background-color: #FFFFFF;
  color: #FF0065; }

p.accordion:hover::after {
  background-image: url(/public/assets/images/angle-down-f.png);
  height: 12px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  content: ""; }

p.accordion.active {
  border-bottom: none !important; }

p.accordion:after {
  background-image: url(/public/assets/images/angle-down.png);
  height: 12px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  content: ""; }

p.accordion.active:after {
  background-image: url(/public/assets/images/angle-up.png);
  height: 12px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  content: ""; }

div.panel {
  padding: 0 6rem 0 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  opacity: 0; }

div.panel.show {
  opacity: 1;
  max-height: 500px;
  font-size: 1.8rem;
  padding-left: 0.5rem;
  line-height: 2.4rem;
  transition: opacity 0.5s ease;
  font-weight: 300;
  color: #393939;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D8D8D8; }
  @media (min-width: 480px) and (max-width: 600px) {
    div.panel.show {
      font-size: 2rem;
      line-height: 2.6rem; } }

.new-pricing .plan-checkbox .price {
  min-width: 120px; }
  .new-pricing .plan-checkbox .price:after {
    margin-left: 2px;
    font-size: 1.6rem;
    font-weight: 500; }
  .new-pricing .plan-checkbox .price.annual:after {
    content: "/year"; }
  .new-pricing .plan-checkbox .price:monthly:after {
    content: "/month"; }
.new-pricing .plan-checkbox label {
  position: relative;
  display: block;
  height: 40px;
  cursor: pointer; }
.new-pricing .plan-checkbox input[type="radio"] {
  position: absolute;
  top: 3px;
  left: -40px; }
.new-pricing .plan-checkbox input[type="radio"]:checked {
  top: 5px; }
.new-pricing .plan-checkbox input[type="radio"]:checked + .price {
  transform: scale(1.65);
  display: inline-block;
  left: 11px;
  position: relative; }
.new-pricing .plan-checkbox input[type="radio"]:checked + .price:after {
  font-size: 1rem; }
.new-pricing .current-plan-container {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  padding: 1em 0em;
  width: 80%;
  float: left;
  margin: 0 10%;
  position: relative; }
  .new-pricing .current-plan-container .extra {
    position: absolute;
    right: 0;
    bottom: 30px; }
  .new-pricing .current-plan-container .tag {
    display: inline-block;
    background: #B7B7B7;
    padding: 2px 4px;
    font-size: 16px;
    border-radius: 3px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    top: -2px; }
.new-pricing .pre-pricing-title {
  width: 90%;
  margin: 0 auto; }
  .new-pricing .pre-pricing-title h2 {
    margin-bottom: -2.5em; }

.cannot-select-plan-modal .box-container {
  float: left;
  width: 100%;
  margin: 2em 0%; }
.cannot-select-plan-modal .arrows {
  float: left;
  transform: translateY(50%);
  -webkit-transform: translateY(50%); }
  .cannot-select-plan-modal .arrows i {
    height: 10px; }
.cannot-select-plan-modal .box {
  float: left;
  border: 2px solid #ECECEC;
  text-align: center;
  padding: 1em 0em;
  width: 35%;
  margin: 0 5%; }

.next-invoice-container.no {
  display: none; }

.new-pricing.edu .pricing-tables .item.primary .users {
  border-bottom: 1px solid #b7b7b7; }
.new-pricing.edu .pricing-tables .item-container:last-child .limit-collaborators::after {
  content: ""; }
.new-pricing.edu .pricing-tables .users {
  margin: 2em 0; }
.new-pricing.edu .pricing-tables .includes {
  margin-top: 10em; }
.new-pricing.edu .pricing-tables .item {
  min-height: inherit !important; }
.new-pricing.edu .faqs .title {
  margin-top: 6em !important; }

.learn-landing .learn-wrapper {
  max-width: 710px;
  margin: 0 auto; }
.learn-landing .main-heading {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #F4F4F4; }
.learn-landing h1 {
  text-align: left;
  font-size: 4.1rem;
  font-weight: 300;
  color: #4C4C4C;
  margin-left: -3px; }
  .learn-landing h1.left-aligned {
    text-align: left; }
.learn-landing h2 {
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
  color: #4C4C4C;
  margin-bottom: 3rem; }
  .learn-landing h2.left-aligned {
    text-align: left; }
.learn-landing h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 300;
  color: #4C4C4C;
  margin-bottom: 3rem; }
.learn-landing p {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #656565; }
.learn-landing .link-bold {
  font-weight: bold;
  color: #4C4C4C;
  text-decoration: none; }
  .learn-landing .link-bold:hover {
    text-decoration: underline; }
.learn-landing .iso {
  margin-bottom: -12px; }
.learn-landing .module-quote .borders {
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  margin: 4rem auto 1rem !important;
  padding-bottom: 2rem;
  padding-top: 80px; }
  .learn-landing .module-quote .borders p {
    color: #afb7bb;
    font-size: 25px;
    font-weight: 300;
    font-style: italic;
    line-height: 41px;
    margin: 0 auto 50px;
    max-width: 590px; }
.learn-landing .txt-join {
  padding-left: 40px;
  padding-right: 40px; }
@media (min-width: 400px) and (max-width: 479px) {
  .learn-landing .module-quote-author-picture.learn-picture {
    margin-right: 0 !important;
    margin-bottom: 2rem !important; } }
@media (min-width: 480px) and (max-width: 600px) {
  .learn-landing .module-quote-author-picture.learn-picture {
    margin-right: 0 !important;
    margin-bottom: 2rem !important; } }
@media (min-width: 601px) and (max-width: 767px) {
  .learn-landing .module-quote-author-picture.learn-picture {
    margin-right: 0 !important;
    margin-bottom: 2rem !important; } }
@media (min-width: 768px) and (max-width: 989px) {
  .learn-landing .module-quote-author-picture.learn-picture {
    margin-right: 0 !important;
    margin-bottom: 2rem !important; } }
.learn-landing .button.auto {
  width: auto !important;
  padding: 1.5rem 3rem;
  height: auto;
  min-height: 5rem; }
.learn-landing .icon-download {
  margin: 0 15px -3px 0; }
@media (min-width: 400px) and (max-width: 479px) {
  .learn-landing .narrow-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important; } }
@media (min-width: 480px) and (max-width: 600px) {
  .learn-landing .narrow-container {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; } }
@media (min-width: 601px) and (max-width: 767px) {
  .learn-landing .narrow-container {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; } }
@media (min-width: 768px) and (max-width: 989px) {
  .learn-landing .narrow-container {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; } }
@media (min-width: 990px) {
  .learn-landing .narrow-container {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important; } }
.learn-landing .vidyard_player {
  width: 100% !important;
  height: 100% !important; }
  .learn-landing .vidyard_player span {
    width: 100% !important;
    margin: 0 auto !important; }

.learn-section h3 {
  font-size: 2rem;
  font-weight: 400;
  color: #4C4C4C;
  margin-bottom: 2.8rem; }

.bullets {
  margin: 0 0 0 20px;
  padding: 0; }
  .bullets li {
    margin: 0;
    padding: 0;
    list-style: inside disc; }

.weekly-demo h2 {
  text-transform: none;
  font-weight: 400; }

@media (min-width: 50em) {
  .new-grid .grid-1-of-12 {
    width: 6.77966%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0; }
  .new-grid .grid-2-of-12 {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0; }
  .new-grid .grid-3-of-12 {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0; }
  .new-grid .grid-4-of-12 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0; }
  .new-grid .grid-5-of-12 {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0; }
  .new-grid .grid-6-of-12 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0; }
  .new-grid .grid-7-of-12 {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0; }
  .new-grid .grid-8-of-12 {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0; }
  .new-grid .grid-9-of-12 {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0; }
  .new-grid .grid-10-of-12 {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0; }
  .new-grid .grid-11-of-12 {
    width: 91.52542%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0; }
  .new-grid .grid-12-of-12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }
  .new-grid .last {
    margin-right: 0; }
  .new-grid .container {
    max-width: 96rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem; }
    .new-grid .container:after {
      content: " ";
      display: block;
      clear: both; } }
.new-grid [class^="grid-"] {
  margin-bottom: 2em; }

.bguid-outer {
  color: #333333; }

.bguid-hero {
  background-color: #393939;
  margin-bottom: 47px;
  padding: 117px 0 100px;
  position: relative;
  z-index: 50; }

.bguid-mural-logo {
  display: block;
  width: 250px;
  margin: 0 auto 14px; }

.bguid-logotype-mural-vert {
  margin-top: -20px; }

.bguid-main-title {
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 34px;
  font-weight: 400;
  padding: 0 20px; }

.bguid-main-subtitle {
  font-size: 18px;
  color: white;
  line-height: 1.389;
  text-align: center;
  padding: 0 20px; }

.bguid-mural-intro {
  position: relative; }

.bguid-navigation {
  position: absolute;
  font-size: 14px;
  right: 50px;
  z-index: 20;
  /*transition: top 0.15s linear, transform 0.15s linear;*/ }
  .bguid-navigation a,
  .bguid-navigation a:visited {
    color: inherit;
    text-decoration: none; }
  .bguid-navigation .bguid-nav-group {
    padding-left: 14px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.5s ease-in-out; }
    .bguid-navigation .bguid-nav-group.active {
      max-height: 1000px;
      opacity: 1;
      transition: max-height 0.3s ease-in-out, opacity 0.5s ease-in-out; }
  .bguid-navigation .nav-title {
    text-transform: uppercase;
    font-size: 16px;
    margin: 8px 0;
    cursor: pointer;
    transition: color 0.2s ease-in-out; }
    .bguid-navigation .nav-title.active {
      color: #ff0065;
      transition: color 0.2s ease-in-out; }
  .bguid-navigation .nav-item {
    border-left: 1px solid #cccccc;
    line-height: 14px;
    padding: 5px 0 5px 15px;
    color: #797979;
    transition: color 0.2s ease-in-out; }
    .bguid-navigation .nav-item:hover {
      color: #393939;
      transition: color 0.2s ease-in-out; }
    .bguid-navigation .nav-item.active {
      color: #222;
      transition: color 0.2s ease-in-out; }
  .bguid-navigation a:first-of-type .nav-item {
    padding-top: 0; }
  .bguid-navigation a:last-of-type .nav-item {
    padding-bottom: 0; }

.bguid-download-btn {
  margin-top: 29px;
  text-align: center; }
  .bguid-download-btn a {
    background-color: #393939;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 45px;
    padding: 10px 13px 8px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto; }

.bguid-section {
  padding: 4px 0 5px !important; }

.bguid-section-title {
  font-size: 29px;
  font-weight: 400;
  margin-bottom: 35px;
  margin-top: 35px;
  text-align: center;
  text-transform: uppercase; }

.bguid-normal-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: center; }

.bguid-bold-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 32px;
  font-size: 16px;
  font-family: 'proxima-nova';
  color: #333333;
  font-weight: bold; }

.bguid-img-container.wide {
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  height: 280px;
  margin-bottom: 10px; }
  .bguid-img-container.wide:before {
    content: attr(data-num);
    display: inline-block;
    padding: 10px 17px;
    position: absolute;
    left: 15px;
    bottom: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    color: #333333; }
  .bguid-img-container.wide:after {
    background: rgba(178, 0, 68, 0.65) url("/public/assets/images/guidelines/download_icon.png") center center no-repeat;
    bottom: 0;
    content: "";
    display: block;
    filter: alpha(opacity=0);
    left: 0;
    opacity: 0.0;
    position: absolute;
    right: 0;
    top: 0; }
  .bguid-img-container.wide:hover:after {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -spec-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    filter: alpha(opacity=100);
    opacity: 1.0; }
  .bguid-img-container.wide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .bguid-img-container.wide .bguid-logotype-img-caption {
    bottom: 10px;
    color: #333 !important;
    display: block;
    left: 68px;
    position: absolute;
    text-decoration: none; }
  .bguid-img-container.wide .bguid-logotype-img-title {
    display: block;
    font-size: 16px;
    margin-bottom: 5px; }
  .bguid-img-container.wide .bguid-logotype-img-subtitle {
    font-size: 12px;
    display: block; }

.bguid-img-container.wide.five {
  margin-right: 3.125%; }
  .bguid-img-container.wide.five.mr-reset {
    margin-right: 0; }

.bguid-logotype-mural-logo {
  width: 360px; }

.bguid-disclaimer.column.sixteen.wide {
  text-align: center;
  padding: 17px 0 !important;
  border: 1px solid #dbdbdb;
  color: #808080; }

.bguid-spacing > img {
  display: block;
  margin: 0 auto 20px; }

.bguid-colors .color-container {
  height: 236px; }
  .bguid-colors .color-container > div {
    height: 100%;
    width: 100%;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    color: white;
    padding: 125px 0 0 10px; }
    .bguid-colors .color-container > div .color-desc {
      opacity: 0.5; }
  .bguid-colors .color-container.neon-coral-mural > div {
    background-color: #ff0065; }
    .bguid-colors .color-container.neon-coral-mural > div .color-desc {
      font-size: 14px; }
  .bguid-colors .color-container.white > div {
    background-color: #FFF;
    color: #484848; }
  .bguid-colors .color-container.light-gray > div {
    background-color: #f5f5f5;
    color: #484848; }
  .bguid-colors .color-container.dark-gray > div {
    background-color: #393939; }

.bguid-logos-colors {
  color: #333333; }
  .bguid-logos-colors .wide.column {
    margin-bottom: 10px; }
    .bguid-logos-colors .wide.column > div {
      position: relative;
      border: 1px solid #dbdbdb;
      border-radius: 3px; }
    .bguid-logos-colors .wide.column.blanco, .bguid-logos-colors .wide.column.oscuro {
      color: white; }
    .bguid-logos-colors .wide.column .text-cont {
      position: absolute;
      bottom: 20px;
      left: 10px; }
      .bguid-logos-colors .wide.column .text-cont .logos-colors-title {
        font-weight: bold; }
  .bguid-logos-colors .bguid-disclaimer {
    margin-top: 30px; }

.bguid-icons .bguid-normal-text {
  margin-bottom: 75px; }
.bguid-icons .icons-title {
  margin-bottom: 25px; }
.bguid-icons .wide.five {
  margin-right: 3.125%;
  text-align: center !important; }
  .bguid-icons .wide.five.mr-reset {
    margin-right: 0; }

.bguid-rocksalt {
  font-family: "Rocksalt"; }

.bguid-types img {
  display: block;
  width: 65%;
  margin: 45px auto; }

.bguid-illustration .bguid-rocksalt {
  font-size: 14px;
  text-align: center;
  margin: 23px 0; }
.bguid-illustration .illus-palette {
  display: block;
  margin: 0 auto 35px; }
.bguid-illustration .column.wide.eight {
  text-align: center !important; }

.bguid-elements img {
  display: block;
  margin: 0 auto; }
.bguid-elements .sticky-notes {
  margin-bottom: 45px; }
.bguid-elements .connectors {
  margin-bottom: 45px;
  width: 415px; }

.bguid-image-treatments > img {
  display: block;
  margin: 20px auto 45px; }

.bguid-product-images .product-images-cont {
  color: #808080;
  font-size: 14px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden; }
  .bguid-product-images .product-images-cont .slider {
    overflow: hidden; }
  .bguid-product-images .product-images-cont .product-images {
    float: left;
    clear: none;
    margin-right: 25px; }
  .bguid-product-images .product-images-cont .product-image-caption {
    font-size: 16px;
    color: #808080;
    padding: 14px 0; }
  .bguid-product-images .product-images-cont img {
    max-width: 100%; }
    .bguid-product-images .product-images-cont img .hidden {
      display: none; }
  .bguid-product-images .product-images-cont .slider-controls {
    border-top: 1px #dadada solid;
    height: 40px;
    line-height: 40px;
    margin-top: 12px;
    position: relative; }
  .bguid-product-images .product-images-cont .control-next,
  .bguid-product-images .product-images-cont .control-prev {
    color: #ff206a;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase; }
    .bguid-product-images .product-images-cont .control-next.hidden,
    .bguid-product-images .product-images-cont .control-prev.hidden {
      display: none; }
  .bguid-product-images .product-images-cont .control-prev {
    position: absolute;
    left: 0; }
  .bguid-product-images .product-images-cont .control-next {
    position: absolute;
    right: 0; }
  .bguid-product-images .product-images-cont .control-ph-number {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center; }

.bguid-dropdowns .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
.bguid-dropdowns .dropdown-trigger:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

@media screen and (max-width: 1280px) {
  .bguid-outer .row.wrapper {
    padding: 0 40px !important; }

  .bguid-navigation {
    right: 25px; }

  .ui.grid.stackable .bguid-disclaimer.column.sixteen.wide {
    padding: 17px 15px !important; } }
@media screen and (max-width: 1380px) {
  .bguid-navigation {
    right: 25px;
    display: none; } }
@media screen and (max-width: 768px) {
  .bguid-icons .icons-container > img {
    margin-bottom: 45px; }

  .bguid-illustration .column.wide.eight > img {
    margin-bottom: 45px; }

  .bguid-logotype-mural-logo {
    width: 80%; }

  .bguid-logotype-mural-vert {
    height: 160px; }

  .bguid-types img {
    width: 100%; } }
@media screen and (max-width: 480px) {
  .bguid-logos-colors .eight.wide.column > div {
    margin-bottom: 120px; }
  .bguid-logos-colors .text-cont {
    color: #393939;
    top: 110%;
    bottom: auto; } }
