@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap");
*, *:before, *:after {
  box-sizing: border-box; }

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none; }

footer, header, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

html {
  height: 100%;
  font: 100% "Open Sans", sans-serif; }
  html.no-scroll {
    overflow: hidden; }

body {
  font: 100% "Open Sans", sans-serif;
  background-color: #003366;
  min-height: 100%;
  position: relative; }

.main {
  margin: 0 10px;
  padding-bottom: 200px; }
  @media (min-width: 780px) {
    .main {
      padding-bottom: 300px; } }
  @media (min-width: 1024px) {
    .main {
      padding-bottom: 400px; } }

.header {
  overflow: hidden; }

.no-scroll {
  overflow: hidden; }

.main-container {
  margin: 0 auto;
  width: 940px;
  max-width: 100%;
  background-color: #f2f3f5;
  padding: 30px;
  border-radius: 7px;
  position: relative; }

.inner-wrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 100px; }

.action-bar {
  height: 80px;
  background-color: #E1E1E1;
  border-radius: 0 0 7px 7px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between; }
  .action-bar--right-align {
    justify-content: flex-end; }
  .action-bar.sticky {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 940px; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(249, 249, 249, 0.97);
  display: none;
  justify-content: center;
  align-items: center; }
  .overlay__close {
    position: absolute;
    top: 20px;
    right: 20px; }
  .overlay.active {
    display: flex; }

.dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(78, 78, 78, 0.5);
  display: none;
  justify-content: center;
  align-items: center; }
  .dialog__inner {
    background-color: #ffffff;
    width: 570px;
    border-radius: 10px;
    max-width: 100%;
    padding: 50px 50px 100px;
    text-align: center;
    position: relative; }
    .dialog__inner--grey {
      background-color: #f2f3f5; }
  .dialog__input {
    margin-bottom: 30px; }
  .dialog .headline {
    margin-bottom: 60px; }
  .dialog .button {
    margin: 0 25px; }
  .dialog.active {
    display: flex; }
  .dialog__status {
    margin-bottom: 40px; }
  .dialog__copy-status {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.5s ease; }
    .dialog__copy-status.active {
      opacity: 1; }
  .dialog__checkmark {
    margin-right: 10px; }
  .dialog__share-input-wrap {
    position: relative; }
    .dialog__share-input-wrap img {
      position: absolute;
      right: 10px;
      top: 10px; }
    .dialog__share-input-wrap .form__input {
      padding-right: 50px; }

.header__container {
  max-width: 1200px;
  margin: 35px auto 70px;
  display: flex;
  color: white;
  font-weight: 600;
  justify-content: center; }

.header__logo-wrap {
  text-align: center;
  flex: 1; }

.header__logo {
  margin-bottom: 10px; }

.header__logout-button {
  margin-left: auto;
  margin-bottom: auto; }

.header__dashboard-button {
  margin-bottom: auto; }

.header__left-side, .header__right-side {
  display: flex;
  flex: 1; }

.footer {
  height: 200px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-image: url("/assets/SEASONS_Low_Contrast_spring.png");
  background-position: bottom left;
  background-size: cover;
  z-index: -1; }
  @media (min-width: 780px) {
    .footer {
      height: 300px; } }
  @media (min-width: 1024px) {
    .footer {
      height: 500px; } }

.login {
  width: 460px;
  min-height: 460px; }
  .login__input {
    border: none;
    border-bottom: 1px solid #0c7b93;
    color: #0c7b93;
    margin-top: 30px;
    background-color: transparent;
    font: 16px "Open Sans", sans-serif;
    line-height: 35px; }
    .login__input::placeholder {
      color: #0c7b93; }
  .login__wrap {
    padding-top: 60px;
    margin-left: 50px;
    margin-right: 30px; }
    .login__wrap form {
      display: flex;
      flex-direction: column; }
  .login__link {
    margin-left: auto;
    font-weight: 300;
    font-style: italic;
    color: #000000;
    margin-top: 10px; }
  .login__button {
    margin-left: auto;
    margin-top: 40px; }
  .login__logo-text {
    display: block;
    margin: 35px auto 13px; }
  .login__logo {
    display: block;
    margin: 0px auto; }
  .login__logo-wrap {
    margin-bottom: 300px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .login__logo-item {
    margin: 0 20px; }

.headline {
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  color: #0c7b93;
  margin-bottom: 20px; }

.headline-2 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
  padding-bottom: 5px;
  word-break: break-all; }

.headline-bold {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px; }

.button {
  border: none;
  border-radius: 26px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #0c7b93;
  padding: 10px 15px;
  color: #ffffff;
  font: 100% "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 117px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: inline-block; }
  .button--large {
    line-height: 32px;
    min-width: 175px; }
  .button--inverted {
    color: #0c7b93;
    background-color: #ffffff; }
  .button--red {
    background-color: #EA646F; }

.task-set {
  display: flex;
  margin-top: 20px;
  text-decoration: none; }
  .task-set__image-wrap {
    height: 100px;
    min-width: 100px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    margin-right: 50px; }
  .task-set__image {
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .task-set__headline {
    line-height: 24px;
    padding-bottom: 10px;
    display: flex; }
  .task-set__title {
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    display: flex;
    word-break: break-all; }
  .task-set__author {
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    color: #0c7b93; }
  .task-set__count {
    font-size: 12px;
    line-height: 17px;
    color: #646464; }
  .task-set__tags {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap; }
  .task-set__description {
    padding-top: 5px;
    color: #646464;
    word-break: break-all; }
  .task-set__task {
    display: flex;
    margin-bottom: 1px; }
    .task-set__task.js-edit-task {
      cursor: pointer; }
  .task-set__task-count {
    display: flex;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 20px 0 10px; }
  .task-set__task-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 10px;
    text-transform: uppercase; }
  .task-set__task-question {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    word-break: break-all; }
  .task-set__edit-button {
    margin-left: auto;
    margin-right: 8px; }
  .task-set__privacy {
    padding: 3px 5px;
    background-color: #0c7b93;
    color: #ffffff;
    font-size: 9px;
    line-height: 11px;
    border-radius: 3px;
    margin-left: 20px;
    align-self: center;
    word-break: normal; }
  .task-set__share {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #0c7b93;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .task-set__share img {
      height: 24px; }

.create-task {
  display: none; }

.tag {
  color: #0c7b93;
  background-color: #ffffff;
  border: 1px solid #0c7b93;
  padding: 0 10px;
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 15px; }
  .tag__small {
    line-height: 20px; }

.form__input {
  background-color: #ffffff;
  border: none;
  width: 100%;
  font: 16px "Open Sans", sans-serif;
  line-height: 41px;
  padding: 0 10px; }
  .form__input.error {
    border: 1px solid #EA646F; }
  .form__input--area {
    line-height: 22px;
    padding: 10px; }
  .form__input::placeholder {
    color: #e9e9e9; }

.form__input-wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d1d2;
  margin-bottom: 10px; }
  .form__input-wrap--flex {
    display: flex; }
  .form__input-wrap--flex-space {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

.form__input-label {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2px;
  display: block; }
  .form__input-label--large {
    line-height: 30px; }

.form__checkbox-label {
  height: 30px;
  width: 50px;
  border-radius: 15px;
  display: block;
  background-color: #646464;
  position: relative;
  cursor: pointer; }
  .form__checkbox-label:before {
    content: "";
    height: 26px;
    width: 26px;
    border-radius: 15px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15), 0 3px 1px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }

.form__checkbox {
  display: none; }
  .form__checkbox:checked ~ .form__checkbox-label {
    background-color: #0c7b93; }
    .form__checkbox:checked ~ .form__checkbox-label:before {
      left: 22px; }
  .form__checkbox:checked ~ .form__options-wrap {
    display: block; }

.form__input-file {
  display: none; }

.form__input-image {
  display: block; }

.form__input-image-wrap {
  margin-right: 50px;
  height: 100px;
  width: 100px;
  overflow: hidden;
  position: relative; }
  .form__input-image-wrap.error {
    border: 1px solid #EA646F; }
  .form__input-image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%; }

.form__input-image-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer; }

.form__options-wrap {
  display: none;
  flex: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d0d1d2; }

.form__option-wrap {
  margin-top: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d0d1d2;
  display: flex;
  margin-left: 20px;
  max-width: 375px; }
  .form__option-wrap--last {
    margin-bottom: 20px; }

.form__radio {
  height: 32px;
  width: 32px;
  border: 1px solid #d0d1d2;
  border-radius: 16px;
  display: block;
  background-color: #ffffff;
  position: relative;
  cursor: pointer; }

.form__radio-input {
  display: none; }
  .form__radio-input:checked ~ .form__radio {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15), 0 -1px 1px 0 rgba(0, 0, 0, 0.06); }
    .form__radio-input:checked ~ .form__radio:before {
      content: "";
      height: 20px;
      width: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #0c7b93;
      border-radius: 10px; }

.form__radio-text {
  border: none;
  background-color: transparent;
  font-size: 16px;
  font: 100% "Open Sans", sans-serif;
  margin-left: 15px;
  flex-grow: 1; }
  .form__radio-text::placeholder {
    color: afafaf; }
  .form__radio-text.error {
    border: 1px solid #EA646F; }

.form__selected-tags {
  display: flex;
  flex: 100%;
  flex-wrap: wrap;
  margin-top: 10px; }

.form__tasks {
  margin-bottom: 20px; }

.form__error-label {
  color: #EA646F;
  display: none;
  font-size: 13px; }
  .form__error-label.show {
    display: block; }
  .form__error-label--margin-top {
    margin-top: 10px; }

.form__delete-task-button {
  margin: 0 10px 0 auto; }

.filter__headline {
  text-align: center;
  margin-bottom: 40px; }

.filter__container {
  width: 687px;
  max-width: 100%; }

.filter__category-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px; }

.filter__wrap {
  margin-bottom: 30px; }

.filter__tags {
  display: flex;
  flex-wrap: wrap; }

.filter__tag {
  color: #0c7b93;
  background-color: #ffffff;
  border: 1px solid #0c7b93;
  border-radius: 16px;
  line-height: 30px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0 15px;
  font-size: 13px;
  cursor: pointer; }
  .filter__tag--selected {
    position: relative;
    padding-right: 30px; }
    .filter__tag--selected:before, .filter__tag--selected:after {
      position: absolute;
      right: 15px;
      top: 7px;
      content: ' ';
      height: 15px;
      width: 2px;
      background-color: #0c7b93; }
    .filter__tag--selected:before {
      transform: rotate(45deg); }
    .filter__tag--selected:after {
      transform: rotate(-45deg); }

.filter__input {
  display: none; }
  .filter__input:checked + .filter__tag {
    color: #ffffff;
    border-color: #0c7b93;
    background-color: #0c7b93; }

.filter__button-wrap {
  display: flex;
  justify-content: flex-end; }
