/*
  @include grid-setup((
    count: 12,
    gutter: 40px,
    column: 70px,
    width: 98%
  ));
*/
body.hub-sea.content-registration-sea #edit-submitted-other {
  display: none;
  -webkit-animation: toggle 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: toggle 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

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

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

/*# sourceMappingURL=../_maps/hubs/hub-sea.css.map */
