/*!
 * // -----------------------------------------------------------------------------
 * // NOTICE OF LICENSE
 * //
 * // This source file is released under commercial license by Lamia Oy.
 * //
 * // @copyright Copyright (c) 2018 Lamia Oy (https://lamia.fi)
 * // @author Peter Takacs <peter@lamia.fi>
 */
/*!
 * // -----------------------------------------------------------------------------
 * // NOTICE OF LICENSE
 * //
 * // This source file is released under commercial license by Lamia Oy.
 * //
 * // @copyright Copyright (c) 2018 Lamia Oy (https://lamia.fi)
 */
.page-title-wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0; }
  .page-title-wrapper:after {
    content: " ";
    display: block;
    clear: both; }

.legend {
  display: none; }

.field.note {
  margin-bottom: 1em; }

.action-primary,
.action.primary {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 1em;
  border-radius: 2px;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent;
  font-weight: 700;
  font-family: Ubuntu, sans-serif;
  user-select: none;
  text-decoration: none;
  background: transparent;
  transition: background 100ms ease-in, color 100ms ease-in;
  background: #005eb9;
  color: #fff;
  box-shadow: 0 2px 14px 0 rgba(160, 166, 172, 0.5); }
  .action-primary .icon,
  .action.primary .icon {
    pointer-events: none;
    transition: transform 100ms ease-in; }
  .action-primary .svg,
  .action.primary .svg {
    transition: fill 100ms ease-in, stroke 100ms ease-in; }
  .action-primary:hover,
  .action.primary:hover {
    background: #69c3e8; }
