body {
  background-color: #ffffff; }

body,
.mdl-button,
.mdl-textfield__input {
  /*font-family: 'OpenSans-CondensedLight', 'Open Sans Condensed Light', 'Open Sans';*/ }

.mdl-data-table td, .mdl-data-table th {
  text-align: left; }

.mdl-grid-100 {
  width: 100%; }

.mdl-grid-top0 {
  padding-top: 0; }

.mdl-layout__header {
  box-shadow: none; }
  @media (min-width: 1025px) {
    .mdl-layout__header {
      font-size: 1.5em; } }
  .mdl-layout__header .login_register_links {
    text-transform: uppercase;
    font-weight: 900; }
    .mdl-layout__header .login_register_links a {
      color: #336666;
      text-decoration: none; }
    .mdl-layout__header .login_register_links a:first-of-type {
      color: #336666; }
  @media (max-width: 1024px) {
    .mdl-layout__header {
      padding-right: 1em; } }

.mdl-layout__title {
  margin-right: 16px;
  text-decoration: none; }

.head-bar {
  width: 100%; }
  .head-bar .mdl-layout__header-row {
    padding: 0; }
    .head-bar .mdl-layout__header-row > .mdl-cell {
      margin: 0; }
    .head-bar .mdl-layout__header-row .top-navigation {
      text-transform: uppercase;
      padding-left: 21px; }
      .head-bar .mdl-layout__header-row .top-navigation .mdl-navigation__link {
        /*font-family: 'OpenSans-CondensedLight', 'Open Sans Condensed Light', 'Open Sans';*/
        font-weight: 200;
        font-style: normal;
        font-size: 16px;
        line-height: 59px;
        color: #336666;
        margin-bottom: 0;
        border-bottom: 4px solid #f5f5f5; }
        .head-bar .mdl-layout__header-row .top-navigation .mdl-navigation__link:hover {
          border-bottom: 4px solid rgba(255, 110, 64, 0.5); }
        .head-bar .mdl-layout__header-row .top-navigation .mdl-navigation__link.active {
          border-bottom: 4px solid red;
          color: #000; }
    .head-bar .mdl-layout__header-row .login_register_links {
      padding-right: 40px; }
      @media (min-width: 480px) {
        .head-bar .mdl-layout__header-row .login_register_links a:first-of-type {
          padding-right: 35px; } }
    @media (min-width: 1025px) {
      .head-bar .mdl-layout__header-row .head-logo {
        padding-bottom: 8px; } }
  @media (min-width: 1260px) {
    .head-bar .mdl-layout__header-row {
      width: 1260px;
      margin: 0 auto; } }
  .head-bar .mdl-layout__header-row.head-bar-row {
    padding: 0; }

.mdl-layout__content {
  margin-top: 16px;
  padding-bottom: 1em;
  overflow-y: hidden;
  background-color: transparent; }
  .mdl-layout__content > .mdl-grid:first-of-type {
    margin: 0 0; }
  .mdl-layout__content .sorting-buttons {
    margin: 20px;
    text-align: right;
    float: right; }
    .mdl-layout__content .sorting-buttons .mdl-button {
      text-transform: lowercase;
      padding: 0 5px;
      height: 30px;
      line-height: 30px;
      font-size: 13px;
      color: #009688;
      min-width: auto; }
      .mdl-layout__content .sorting-buttons .mdl-button.active {
        border-bottom: 3px solid red;
        color: #000; }
  .mdl-layout__content .signup-box {
    padding: 8px 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    background: #C6F1EF; }
    .mdl-layout__content .signup-box .signup-i-agree a {
      color: #336666;
      font-weight: bold; }
    .mdl-layout__content .signup-box .signup-title {
      color: #336666;
      padding-top: 2vw;
      text-transform: capitalize; }
      .mdl-layout__content .signup-box .signup-title * {
        /*font-family: 'Open Sans Bold', 'Open Sans';*/
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 48px; }
      @media (max-width: 840px) {
        .mdl-layout__content .signup-box .signup-title * {
          font-size: 6vw; } }
    .mdl-layout__content .signup-box .login-wrapper {
      display: flex; }
      .mdl-layout__content .signup-box .login-wrapper .social img {
        height: 59px; }
      .mdl-layout__content .signup-box .login-wrapper .social {
        padding: 8px; }
      .mdl-layout__content .signup-box .login-wrapper .social a {
        display: block; }
    @media (max-width: 767px) {
      .mdl-layout__content .signup-box .login-wrapper {
        display: flex;
        flex-flow: column; }
      .mdl-layout__content .signup-box .signup-separator {
        display: none; }
      .mdl-layout__content .signup-box .signup-submit {
        padding-left: 2em; } }
    .mdl-layout__content .signup-box .signup-form {
      display: flex;
      flex-flow: column nowrap; }
      .mdl-layout__content .signup-box .signup-form .signup-form-fields {
        display: flex;
        flex-flow: column nowrap;
        align-items: center; }
        .mdl-layout__content .signup-box .signup-form .signup-form-fields .is-invalid {
          margin: .5em 0; }
          .mdl-layout__content .signup-box .signup-form .signup-form-fields .is-invalid .mdl-textfield__error {
            font-size: .8em; }
        .mdl-layout__content .signup-box .signup-form .signup-form-fields .mdl-textfield {
          padding: .5em 0; }
          .mdl-layout__content .signup-box .signup-form .signup-form-fields .mdl-textfield input[type='text'], .mdl-layout__content .signup-box .signup-form .signup-form-fields .mdl-textfield input[type='password'] {
            box-sizing: border-box;
            border: 1px inset #EEE;
            /*font-family: 'OpenSans-CondensedLight', 'Open Sans Condensed Light', 'Open Sans';*/
            font-weight: 200;
            font-style: normal;
            width: 90%;
            height: 59px;
            font-size: 18px;
            text-decoration: none;
            color: #999;
            text-align: left;
            padding-left: .5em; }
            @media (max-width: 960px) {
              .mdl-layout__content .signup-box .signup-form .signup-form-fields .mdl-textfield input[type='text'], .mdl-layout__content .signup-box .signup-form .signup-form-fields .mdl-textfield input[type='password'] {
                font-size: 2vw; } }
            @media (max-width: 600px) {
              .mdl-layout__content .signup-box .signup-form .signup-form-fields .mdl-textfield input[type='text'], .mdl-layout__content .signup-box .signup-form .signup-form-fields .mdl-textfield input[type='password'] {
                font-size: 2.5vw; } }
      .mdl-layout__content .signup-box .signup-form .signup-submit {
        padding-top: 16px;
        padding-bottom: 2vw; }
        .mdl-layout__content .signup-box .signup-form .signup-submit button {
          background-color: #336666;
          border-width: 1px;
          border-style: solid;
          border-color: #797979;
          border-radius: 10px;
          color: white;
          height: 60px;
          font-size: 28px;
          /*font-family: 'OpenSans-CondensedLight', 'Open Sans Condensed Light', 'Open Sans';*/
          text-transform: capitalize;
          font-weight: normal; }

@media (min-width: 1260px) {
  .mdl-layout__content {
    width: 1260px;
    margin: 0 auto; } }
.mdl-layout__header .mdl-layout__drawer-button {
  color: #009688; }
  .mdl-layout__header .mdl-layout__drawer-button .material-icons {
    font-size: 48px; }

.mdl-layout__drawer .head-logo {
  padding-left: 0; }

.create-project-button {
  margin-left: 24px;
  font-size: 1.3rem; }
  .create-project-button .header-add-icon {
    font-size: 12px; }

.mdl-card__actions .material-icons {
  vertical-align: middle; }

form.labels-on-top label {
  font-size: 12px;
  top: 4px; }

.mdl-layout__content {
  flex: 1 0 auto; }

footer {
  flex-shrink: 0; }

.mdl-mega-footer {
  background-color: #f5f5f5;
  padding: 16px 40px 80px 40px; }
  .mdl-mega-footer a {
    color: black;
    font-weight: bold; }
  @media (min-width: 1260px) {
    .mdl-mega-footer .mdl-grid {
      width: 1260px;
      margin: 0 auto; }
      .mdl-mega-footer .mdl-grid .footer__links {
        padding-left: 20px; } }
  .mdl-mega-footer .mdl-mega-footer__bottom-section__img, .mdl-mega-footer .mdl-mega-footer__top-section__filter-wrapper {
    width: 25%; }
  @media (max-width: 768px) {
    .mdl-mega-footer .mdl-mega-footer__bottom-section__img, .mdl-mega-footer .mdl-mega-footer__top-section__filter-wrapper {
      width: 50%; }
    .mdl-mega-footer .mdl-mega-footer__bottom-section {
      padding: 0; }
    .mdl-mega-footer .mdl-mega-footer__top-section {
      margin-bottom: 16px; } }
  @media (max-width: 1024px) {
    .mdl-mega-footer .mdl-mega-footer__bottom-section__img .head-logo {
      margin: 0;
      padding: 0;
      height: 36px; }
    .mdl-mega-footer .footer__links li {
      padding: 2px 0; } }

.mdl-tabs__tab .material-icons {
  vertical-align: middle; }

.mdl-grid {
  padding-left: 0;
  padding-right: 0; }

.errorlist {
  color: #d50000; }

button.mdl-menu__item {
  width: 100%; }

button#user_menu {
  text-transform: none; }
  button#user_menu .points {
    font-family: 'Montserrat-Medium', sans-serif;
    color: #2e541b;
    padding: 0 .8em; }

.mdl-menu__item .material-icons {
  vertical-align: middle; }

.zero-elements {
  font-size: 34px;
  text-align: center;
  margin: 64px 0;
  opacity: 0.54;
  width: 100%; }

.user-avatar {
  border-radius: 50%;
  vertical-align: top; }

.form_help_text {
  margin-top: -16px; }

.back-button {
  margin-top: 32px; }

.head-bar {
  background-color: #f5f5f5; }
  .head-bar .head-bar-row {
    padding: 2%; }

.head-topic-link-first {
  margin-left: 24px; }

.head-create-project {
  height: 25px;
  font-size: 14px;
  margin-left: 60px; }

.left-footer-switchers {
  padding-left: 3%;
  margin-top: 10px; }

.main-content-container {
  padding-left: 3%;
  padding-right: 3%; }

.points-color-custom {
  background-color: yellow; }

.main-title-topic {
  padding-left: 15px; }

.title-project-list {
  text-align: center;
  font-weight: bold; }

.mdl-textfield__label {
  margin-left: 8px; }

.mdl-textfield textarea.mdl-textfield__input {
  padding-left: 8px; }

.mdl-button.teal {
  background-color: #009688;
  color: #fff; }

#organizations-bar a {
  text-decoration: none;
  color: #009688; }
  #organizations-bar a.active {
    text-decoration: underline;
    -moz-text-decoration-color: #009688;
    text-decoration-color: #009688;
    color: #000; }
#organizations-bar ul {
  list-style: none;
  padding-left: 0; }
  #organizations-bar ul a {
    color: #009688;
    font-weight: bold; }
#organizations-bar p.use-cases {
  font-style: italic;
  margin-bottom: 14px; }

.organizations-type-bar {
  text-align: right;
  margin-top: 15px;
  font-size: 13px;
  margin-right: 32px; }
  .organizations-type-bar ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none; }
    .organizations-type-bar ul li {
      display: inline; }
      @media screen and (max-width: 750px) {
        .organizations-type-bar ul li {
          display: block; } }
  .organizations-type-bar a {
    color: #009688; }
  .organizations-type-bar a.active {
    text-decoration: underline;
    -moz-text-decoration-color: #009688;
    text-decoration-color: #009688;
    color: #000; }

a.why-use-menu {
  padding: 3px 5px;
  opacity: .87;
  text-decoration: none;
  font-weight: bold; }

.university {
  text-align: center;
  font-size: 26px;
  font-weight: bolder; }

.university-detail .university-name {
  font-weight: bolder;
  font-size: 20px; }
.university-detail .university-location {
  font-weight: bolder;
  font-size: 14px;
  margin-bottom: 20px; }
.university-detail p {
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 0; }

.bold {
  font-weight: bolder; }

.paddings {
  padding: 15px 0; }

.about_university {
  background-color: #1FE2DC;
  padding: 5px; }

.external_urls {
  padding-top: 15px; }
  .external_urls a {
    text-decoration: none; }
  .external_urls .links {
    font-weight: bolder; }

.logo {
  max-height: 125px;
  display: block;
  margin: 0 auto; }

.static-text {
  position: relative; }
  .static-text .static-text-edit-button {
    font-size: 12px;
    margin-top: -15px;
    display: none;
    position: absolute;
    right: -5px;
    bottom: 5px;
    color: red; }
  .static-text:hover .static-text-edit-button {
    display: inline-block; }

table.invite-table {
  width: 70%;
  margin: 0 auto; }

div.invite-table {
  text-align: center;
  width: 100%;
  margin-top: 20px; }

td.errorlist {
  text-align: center; }

p.errorlist {
  text-align: center;
  color: #d50000; }

.invited {
  background-color: #90EE90; }

span.error {
  color: #d50000; }

.create-group-table {
  width: 45%;
  margin: 0 auto; }
  .create-group-table tr:first-child p {
    display: inline; }

.dynamic-form input[type="checkbox"] {
  visibility: hidden; }

.white-box {
  background-color: #fff;
  max-width: 600px;
  margin: 40px 0;
  padding: 20px 20px 0; }
  .white-box.center {
    text-align: center; }

.grey-box {
  background-color: #ececec;
  max-width: 600px;
  margin-bottom: 20px;
  padding: 10px; }
  .grey-box.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .grey-box p {
    margin-bottom: 0; }

.form-card {
  margin: 0 auto; }

.formset_row {
  justify-content: center; }

.add-row {
  display: block;
  height: 20px;
  color: white;
  background-color: #4E9CAF;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  margin-left: 35%;
  margin-right: 35%;
  flex-basis: 100%;
  margin-top: 2%; }

.step-2 .group-name {
  text-align: center; }
  .step-2 .group-name label {
    font-size: 16px; }
  .step-2 .group-name input {
    font-size: 16px; }
.step-2 .finish-button {
  display: inline;
  width: 115px;
  background: #4E9CAF;
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-weight: bold; }

.related-widget-wrapper {
  text-align: center;
  margin-bottom: 25px; }
  .related-widget-wrapper .load-create-group-button {
    display: inline;
    text-decoration: none;
    width: 115px;
    height: 25px;
    background: #4E9CAF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    margin: 0 5%; }

.group-to-teams-label {
  color: rgba(0, 0, 0, 0.26);
  margin-bottom: 20px;
  text-align: center; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

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

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

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

.text-vertical-align {
  display: inline-flex;
  align-items: center; }

.setup-groups-btn {
  background-color: #4E9CAF;
  color: white; }
  .setup-groups-btn:hover {
    background-color: #4E9CAF; }

.choose-your-groups {
  margin-top: 24px; }

.teal-button {
  height: auto;
  background-color: #009688;
  border-width: 1px;
  border-style: solid;
  border-color: #797979;
  border-radius: 0px;
  color: white;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: none; }
  .teal-button:hover {
    color: #03776c; }

.ok-button {
  border-radius: 5px;
  background-color: #a3d775;
  cursor: pointer; }
  .ok-button:active {
    background-color: rgba(163, 215, 117, 0.4); }
  .ok-button:hover {
    background-color: rgba(163, 215, 117, 0.2); }
  .ok-button:focus:not(:active) {
    background-color: rgba(163, 215, 117, 0.12); }

.grey-button {
  height: auto;
  background-color: #ededed;
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
  border-radius: 0px;
  color: #aaa;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: none; }
  .grey-button:hover {
    background-color: #aaa;
    color: #666; }
  .grey-button.active {
    color: #fff;
    background-color: red; }

.no-results {
  margin-top: 20px; }

.CodeMirror {
  border-radius: 0;
  border-color: #009688; }

.editor-toolbar {
  border-style: none;
  margin-bottom: 2px; }

.explanation-box {
  margin-top: 24px;
  background: #f5f5f5;
  box-shadow: 3px 3px 6px -2px #616161;
  max-width: 280px;
  padding: 10px; }
  .explanation-box .explanation-box-links {
    margin-top: 8px;
    display: flex;
    justify-content: space-around; }
    .explanation-box .explanation-box-links a {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 200; }
    .explanation-box .explanation-box-links a:first-of-type {
      color: #336666; }
    .explanation-box .explanation-box-links a:last-of-type {
      color: #bababa; }

.opinion-card {
  background-color: #f5f5f5; }

.opinion-card, .comment-card {
  min-height: initial;
  overflow: visible;
  z-index: initial;
  margin-bottom: 10px; }
  .opinion-card .mdl-card__title-text a, .comment-card .mdl-card__title-text a {
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .opinion-card.card-hidden, .comment-card.card-hidden {
    opacity: 0.5; }
  .opinion-card-text, .comment-card-text {
    padding: 8px 36px 8px 16px; }
  .opinion-card-signature, .comment-card-signature {
    margin-top: 8px; }
  .opinion-card #image-container, .comment-card #image-container {
    clear: both;
    text-align: center; }
    .opinion-card #image-container img, .comment-card #image-container img {
      margin: 10px auto;
      max-width: 500px; }
  .opinion-card .mdl-card__actions.mdl-card--border, .comment-card .mdl-card__actions.mdl-card--border {
    border-top-style: none;
    padding-top: 0; }
  .opinion-card .time-data, .comment-card .time-data {
    opacity: .54;
    float: right;
    font-size: 11px; }
    .opinion-card .time-data .divider, .comment-card .time-data .divider {
      padding: 0 10px; }
  .opinion-card .opinion-card-menu-button.author, .comment-card .opinion-card-menu-button.author {
    color: #ff6e40; }
  .opinion-card .opinion-card-hidden-text, .comment-card .opinion-card-hidden-text {
    color: grey; }

.opinion-card.with-icons-bar {
  width: 94%;
  float: left; }

.comment-card-menu-button {
  position: absolute;
  right: 0;
  top: 4px; }

.opinion-card-menu-button {
  float: right; }

.icons-bar {
  float: left;
  margin-top: 10px; }
  .icons-bar .highlight-icon,
  .icons-bar .highlight-icon-placeholder {
    float: left; }
  .icons-bar .highlight-icon {
    margin-left: 4px; }
  .icons-bar .highlight-icon-placeholder {
    width: 24px;
    height: 24px; }
  .icons-bar a {
    text-decoration: none;
    display: block; }
  .icons-bar label {
    vertical-align: top;
    float: left;
    margin-left: 10px; }
  .icons-bar .mdl-icon-toggle__label {
    width: auto; }
  .icons-bar .toggle-video-clip-button {
    border-style: none;
    background-color: transparent; }
  .icons-bar .vote-button {
    display: block; }
    .icons-bar .vote-button .mdl-icon-toggle__label {
      color: #616161; }
      .icons-bar .vote-button .mdl-icon-toggle__label .material-icons {
        margin-top: 2px; }
      .icons-bar .vote-button .mdl-icon-toggle__label .vote-count {
        display: block;
        margin-top: -6px; }
    .icons-bar .vote-button.voted .mdl-icon-toggle__label {
      color: red; }

@media (max-width: 1239px) {
  .opinion-card.with-icons-bar {
    width: 93%; } }
@media (max-width: 1050px) {
  .opinion-card.with-icons-bar {
    width: 92%; } }
@media (max-width: 920px) {
  .opinion-card.with-icons-bar {
    width: 91%; } }
@media (max-width: 730px) {
  .opinion-card.with-icons-bar {
    width: 88%; } }
@media (max-width: 530px) {
  .opinion-card.with-icons-bar {
    width: 85%; } }
.comment-card .icons-bar {
  float: right; }
  .comment-card .icons-bar a {
    display: inline; }

.opinion-card-actions {
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden; }
  .opinion-card-actions .comments-link {
    float: left;
    margin-top: 3px;
    margin-left: 30%;
    background-color: #fff;
    border: 2px solid lightgrey;
    color: #616161;
    padding: 2px 10px;
    line-height: 16px;
    height: 16px; }
    .opinion-card-actions .comments-link.commented {
      color: red; }
  .opinion-card-actions .author {
    float: right;
    margin-right: 6%;
    color: #616161; }
    .opinion-card-actions .author a {
      text-decoration: none;
      color: #03776c;
      margin-right: 10px; }
  .opinion-card-actions .user-avatar {
    vertical-align: bottom;
    margin-right: 10px; }

.last-ministerial-comment {
  box-shadow: 4px 4px 5px 2px #f5f5f5;
  font-style: italic;
  background-color: #fff;
  width: auto;
  padding: 10px;
  margin-bottom: 10px; }
  .last-ministerial-comment p {
    margin-bottom: 0;
    color: #a1a0a0; }

.opinion-form .markdown-info {
  margin: 0;
  text-align: right; }
.opinion-form .mdl-typography--title {
  margin-bottom: 0; }
.opinion-form .mdl-textfield__label {
  display: none; }
.opinion-form #field_id_native_text {
  padding-bottom: 0; }
.opinion-form .character-counter {
  display: block;
  float: right; }
.opinion-form .CodeMirror {
  min-height: 50px; }
  .opinion-form .CodeMirror .CodeMirror-scroll {
    min-height: 50px; }
.opinion-form .form_help_text.field-text {
  display: none; }
.opinion-form .editor-toolbar {
  height: 36px; }
.opinion-form .privacy-button {
  cursor: pointer;
  color: #03776c; }
  .opinion-form .privacy-button.active {
    font-weight: bold;
    color: grey; }
  .opinion-form .privacy-button#make-public-button {
    margin-right: 10px; }
.opinion-form #image-fields p {
  text-align: left;
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: bold; }
.opinion-form #field_id_image {
  float: left;
  width: 300px;
  margin-left: 10px;
  text-align: left; }
  .opinion-form #field_id_image #id_image {
    margin-top: 8px; }
.opinion-form #field_id_image_author_src {
  width: 400px;
  float: left;
  text-align: left;
  margin-left: 10px; }
  .opinion-form #field_id_image_author_src .form_help_text {
    margin-top: 2px; }
.opinion-form #privacy-switch {
  clear: left;
  text-align: right;
  padding-top: 12px; }
.opinion-form .character-counter {
  clear: both; }
.opinion-form #submit-opinion-button {
  clear: both;
  background-color: #009688;
  color: #fff;
  float: right;
  margin-top: 4px;
  text-transform: uppercase;
  width: 100%;
  line-height: 1em;
  padding: 10px 0; }

#field_id_video_clip_url {
  padding-top: 30px; }

#make-public-button {
  margin-left: 10px; }

@media screen and (max-width: 390px) {
  .opinion-form .mdl-textfield {
    padding-bottom: 10px; } }
.project-header form {
  display: inline; }
  .project-header form button[name=topic] {
    font-size: 16px;
    min-width: 24px;
    height: 24px;
    width: 24px; }
    .project-header form button[name=topic] .material-icons {
      font-size: 15px; }

.trans-tabs .head label {
  cursor: pointer;
  float: left;
  padding: 5px 10px;
  color: #aaa;
  background-color: #f7f7f7;
  font-size: 12px; }
.trans-tabs .head label.active {
  color: #666;
  background-color: #ededed; }
.trans-tabs .tab-content {
  display: none;
  clear: both;
  padding: 10px;
  background: #ededed;
  color: #666; }
  .trans-tabs .tab-content.active {
    display: block; }

.comment-form {
  margin-top: -10px;
  padding-left: 20px; }
  .comment-form .mdl-textfield {
    padding-top: 0;
    padding-bottom: 10px; }
  .comment-form button {
    float: right; }
  .comment-form label {
    display: none; }
  .comment-form textarea {
    background-color: #fff; }
  .comment-form .character-counter {
    display: block; }

.mdl-grid.center-items {
  justify-content: center; }
  @media screen and (min-width: 900px) {
    .mdl-grid.center-items {
      width: 70%; } }

form.add-question label {
  color: rgba(0, 0, 0, 0.87); }
form.add-question #group-setup {
  width: 50%; }
form.add-question .field-name textarea {
  font-weight: bold; }
form.add-question button.centered-button {
  display: block;
  margin: 0 auto; }
form.add-question textarea {
  padding-left: 0 !important; }
form.add-question select, form.add-question input, form.add-question textarea {
  background-color: white; }
form.add-question label:not(.required) {
  color: rgba(0, 0, 0, 0.26); }
form.add-question label[for='id_location']:not(.required) {
  color: rgba(0, 0, 0, 0.87); }
form.add-question .mdl-textfield--floating-label.is-focused .mdl-textfield__label, form.add-question .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, form.add-question .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label .required {
  color: rgba(0, 0, 0, 0.87); }
form.add-question .mdl-textfield--floating-label.is-focused .mdl-textfield__label:not(.required), form.add-question .mdl-textfield--floating-label.is-dirty .mdl-textfield__label:not(.required), form.add-question .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label:not(.required) {
  color: rgba(0, 0, 0, 0.26); }
form.add-question ul.errorlist.nonfield {
  list-style-type: none;
  padding: 0; }

.mdl-textfield__label {
  margin-left: 0; }

#project-form #field_id_name, #project-form .form_help_text.field-name {
  display: none; }
#project-form .form_help_text.field-name {
  text-align: right;
  font-weight: bold; }
#project-form .form_help_text.field-description {
  text-align: right;
  font-weight: bold; }
#project-form #field_id_description {
  display: none; }
#project-form .form_help_text.field-description {
  display: none; }
#project-form .translation-field {
  text-align: right;
  font-weight: bold; }
#project-form #field_id_native_text_translator, #project-form #field_id_native_text_lang {
  display: none; }
#project-form #field_id_description {
  padding-bottom: 0; }
  #project-form #field_id_description .form_help_text.field-description {
    padding-top: 24px; }
#project-form #field_id_name {
  padding-bottom: 0; }
  #project-form #field_id_name .form_help_text.field-name {
    padding-top: 24px; }

.form_help_text.field-description {
  padding: 8px 0; }

.form_help_text.field-image_author_src {
  margin-top: 5px; }

#id_privacy {
  list-style-type: none; }
  #id_privacy li {
    float: left; }
  #id_privacy + label {
    font-family: "Helvetica", "Arial", sans-serif;
    text-align: center;
    color: #000000;
    margin-top: -10px;
    font-weight: bold; }

label[for="id_privacy_0"] {
  display: none; }

.field-privacy.mdl-button {
  padding-bottom: 40px; }

#id_privacy {
  list-style-type: none;
  margin: 32px 0 0 0;
  padding: 0; }

#id_privacy li {
  float: left;
  margin: 0;
  width: 50%;
  height: 40px;
  position: relative; }

#id_privacy label, #id_privacy input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#id_privacy input[type="radio"] {
  opacity: 0.011;
  z-index: 100; }

#id_privacy label.checked {
  background: #134F5C;
  color: white;
  font-weight: bold; }

#id_privacy label {
  padding: 5px;
  border: 1px solid #134F5C;
  cursor: pointer;
  z-index: 90;
  font-size: 14px;
  color: #134F5C; }

#id_privacy label:hover {
  background: #134F5C;
  color: white;
  font-weight: bold; }

.field-privacy {
  padding: 0; }
  .field-privacy.mdl-button:hover {
    background-color: #F8F8F8; }
  .field-privacy.mdl-button {
    text-transform: initial; }

.closed-group-desc {
  margin-left: 20px; }

.privacy-descriptions p {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0; }

label[for="id_members"] {
  display: none; }

.field-members {
  padding-top: 10px;
  padding-bottom: 10px; }

.padlock {
  position: absolute;
  top: 6%;
  right: 6%; }

.mdl-mini-footer .mdl-mini-footer__link-list {
  display: block;
  width: 300px;
  float: left; }
  .mdl-mini-footer .mdl-mini-footer__link-list li {
    display: block; }

.cookies-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a2118;
  font-family: Montserrat, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.48;
  letter-spacing: normal;
  text-align: center;
  color: #eeeeee; }
  .cookies-bar .policy {
    text-decoration: underline;
    font-weight: 600;
    color: #eeeeee; }
  .cookies-bar #bar_button {
    margin-left: 20px;
    padding: 8px 12px;
    color: #eeeeee; }

.social-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
  z-index: 2;
  background-color: #959595; }
  .social-bar .social-bar__content {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .social-bar .social-bar__content span {
      font-family: Montserrat, sans-serif;
      font-size: 18.5px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 2.14;
      letter-spacing: normal;
      text-align: left;
      color: #eeeeee; }

.fb-button {
  z-index: 999;
  padding-left: 12px; }

.twitter-button {
  z-index: 999;
  padding: 0 12px; }

.report-textarea {
  font: 400 13.3333px Arial;
  width: 169px; }

#topics-filter-box #my-topics-wrapper,
#topics-filter-box #global-wrapper,
#topics-filter-box #locations-wrapper {
  padding: 10px; }

.topic-card-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 2%;
  clear: right; }
  .topic-card-list .zero-elements {
    font-size: 18px;
    text-align: left;
    margin-left: 20px; }

.topic-card {
  margin: 0 0 10px 10px;
  text-decoration: none;
  background-color: #f5f5f5;
  min-height: 150px;
  min-width: 291px;
  flex-direction: row;
  flex-wrap: wrap; }
  .topic-card:hover {
    background-color: #f1f1f1; }
  .topic-card .col {
    float: left; }
  .topic-card .col-left {
    width: 100px; }
  .topic-card .col-right {
    width: 180px;
    padding-top: 10px; }
  .topic-card img {
    float: left;
    margin: 10px 10px 0 10px;
    width: 80px;
    height: 80px;
    object-fit: cover; }
  .topic-card .my-topics-button {
    float: left;
    border-style: none;
    margin: 0 10px 10px;
    padding: 3px 10px;
    background-color: transparent;
    color: #616161;
    font-weight: bold; }
    .topic-card .my-topics-button.active {
      background-color: red;
      color: #fff; }
  .topic-card .info {
    margin: 0 10px 10px;
    padding-top: 0;
    align-items: flex-start; }
    .topic-card .info a {
      display: block;
      height: 32px;
      line-height: 15px;
      clear: left;
      width: 100%;
      margin-top: 0px;
      color: #03776c;
      text-decoration: none;
      font-weight: bold; }
  .topic-card .activities-count {
    margin-top: 0px;
    margin-bottom: 0;
    color: #616161;
    font-size: 13px; }
  .topic-card .stats {
    display: flex;
    margin: 0 0 0 10px;
    justify-content: space-between; }
    .topic-card .stats > div {
      display: flex;
      justify-content: space-between; }
      .topic-card .stats > div span:first-of-type {
        margin: 0 10px 0 0;
        text-align: right;
        font-size: 12px;
        color: #616161; }
        .topic-card .stats > div span:first-of-type em {
          font-weight: bold; }
      .topic-card .stats > div span:last-of-type {
        color: #03776c;
        font-weight: normal; }
    .topic-card .stats > div:last-of-type {
      margin-left: 10px; }

#groups-filter-box #my-groups-wrapper,
#groups-filter-box #global-wrapper,
#groups-filter-box #locations-wrapper,
#groups-filter-box #groups-count {
  padding: 10px; }

.group-card-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 2%;
  clear: right; }
  .group-card-list .zero-elements {
    font-size: 18px;
    text-align: left;
    margin-left: 20px; }

.group-name {
  font-weight: bolder; }

.fa-ul {
  padding-left: 16px; }
  .fa-ul a {
    color: #03776c;
    text-decoration: none;
    font-weight: bold; }
  .fa-ul li {
    padding: 6px 0; }

.questions-title {
  color: #616161; }

.questions-count {
  color: #03776c; }

span.sorting-buttons {
  margin: 0; }

#groups-filter-box select#category-groups-select {
  margin-top: 10px; }

.listing-filter-box.group-left-bar a.label-like {
  font-size: 14px; }
.listing-filter-box.group-left-bar .group-left-bar-p {
  margin-top: 40px;
  font-weight: bold;
  font-size: 16px; }
.listing-filter-box.group-left-bar #group-moderators ul {
  color: #03776c;
  font-size: 14px; }
  .listing-filter-box.group-left-bar #group-moderators ul li .circle-1 {
    color: blue; }
  .listing-filter-box.group-left-bar #group-moderators ul li .circle-2 {
    color: #ffffc0; }
  .listing-filter-box.group-left-bar #group-moderators ul li .circle-3 {
    color: #40c040; }
  .listing-filter-box.group-left-bar #group-moderators ul li .circle-4 {
    color: #ffc0ff; }
  .listing-filter-box.group-left-bar #group-moderators ul li .circle-5 {
    color: #c0c0ff; }
.listing-filter-box.group-left-bar #group-connected-to-topics ul {
  color: #03776c;
  font-size: 14px;
  font-weight: bolder; }
  .listing-filter-box.group-left-bar #group-connected-to-topics ul i {
    color: #03776c; }

#group-logo-left-bar {
  margin: 24px; }
  #group-logo-left-bar .my-groups-button {
    vertical-align: top; }

.my-groups-button {
  border-style: none;
  margin: 0 10px 10px;
  padding: 3px 10px;
  background-color: transparent;
  color: #616161;
  font-weight: bold; }
  .my-groups-button.active {
    background-color: red;
    color: #fff; }

.group-card {
  margin: 0 0 10px 10px;
  text-decoration: none;
  background-color: #f5f5f5;
  min-height: 150px;
  min-width: 291px;
  flex-direction: row;
  flex-wrap: wrap; }
  .group-card:hover {
    background-color: #f1f1f1; }
  .group-card .col {
    float: left; }
  .group-card .col-left {
    width: 94px; }
  .group-card .col-right {
    width: 65%;
    padding-top: 10px; }
  .group-card img {
    float: left;
    margin: 10px 10px 0 10px; }
  .group-card .my-groups-button {
    float: left; }
  .group-card .info {
    margin: 0 10px 10px;
    padding-top: 0;
    align-items: flex-start; }
    .group-card .info a {
      display: block;
      height: 32px;
      line-height: 15px;
      clear: left;
      width: 100%;
      margin-top: 0;
      color: black;
      text-decoration: none; }
  .group-card .members-count {
    position: absolute;
    right: 4%;
    bottom: 4%;
    color: #616161;
    font-size: 13px; }
    .group-card .members-count > .number {
      display: flex;
      align-items: center;
      font-size: 15px;
      color: #666; }
      .group-card .members-count > .number span {
        margin-right: 8px;
        transform: translateY(1px); }
  .group-card dl.stats {
    clear: left;
    margin: 0 0 0 10px; }
    .group-card dl.stats dd {
      float: left;
      clear: left;
      width: 80px;
      margin: 0 20px 0 0;
      text-align: right;
      font-size: 12px;
      color: #616161; }
      .group-card dl.stats dd em {
        font-weight: bold; }
    .group-card dl.stats dt {
      float: left;
      color: #03776c;
      font-weight: normal; }

.opinion_detail .signature-text {
  opacity: .54; }
  .opinion_detail .signature-text a {
    text-decoration: none; }
.opinion_detail h1 a {
  color: #03776c;
  text-decoration: none; }
.opinion_detail .nav-buttons {
  margin-top: 20px;
  position: relative; }
  .opinion_detail .nav-buttons .nav-button-col.left {
    position: absolute;
    left: 10px;
    top: 0; }
  .opinion_detail .nav-buttons .nav-button-col.right {
    position: absolute;
    right: 10px;
    top: 0; }
.opinion_detail .nav-button {
  color: #03776c;
  text-decoration: none;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold; }
  .opinion_detail .nav-button.disabled {
    color: grey; }
.opinion_detail .author-comment {
  background-color: #fffbcc; }
.opinion_detail #comments-heading {
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: bold;
  margin: 0; }
.opinion_detail .comments .comment-cards {
  padding-left: 2px;
  padding-right: 8px; }
  .opinion_detail .comments .comment-cards .signature-text {
    font-size: 14px; }
    .opinion_detail .comments .comment-cards .signature-text a {
      color: #03776c;
      font-weight: bold; }

.login_screen .signup-self, .registration .signup-self {
  padding-top: 30px; }
.login_screen .signup-title-box, .registration .signup-title-box {
  padding-bottom: 10px;
  text-align: center; }
.login_screen .signup-title, .registration .signup-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2e541b; }
.login_screen .registration-form-card, .registration .registration-form-card {
  margin: 0 auto;
  margin-top: 24px; }
.login_screen ul.errorlist.nonfield, .registration ul.errorlist.nonfield {
  list-style-type: none;
  padding: 0; }
.login_screen .registration-options, .registration .registration-options {
  margin: 0 auto;
  width: 330px; }
  .login_screen .registration-options ul, .registration .registration-options ul {
    list-style-type: none;
    padding: 0; }

.big_message .mdl-typography--display-3 {
  margin-top: 24px; }
.big_message .mdl-typography--display-1 {
  margin-top: 24px;
  margin-bottom: 24px; }
.big_message .mdl-layout__content {
  text-align: center; }
.big_message .mdl-typography--caption-color-contrast {
  margin-bottom: 4px; }

.l-enter_email {
  font-family: 'PTSans-Bold', 'PT Sans Bold', 'PT Sans', sans-serif;
  font-size: 16px;
  padding: 50px 0;
  max-width: 680px;
  margin: 0 auto; }

.l-enter_email h2 {
  color: #336666;
  font-size: 24px;
  text-align: center;
  margin: 0 0 20px; }

.l-enter_email p {
  color: #606060;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px; }

.l-enter_email p {
  color: #336666; }
.l-enter_email a {
  color: #336666; }

.l-enter_email__form {
  background: #c7e2de;
  max-width: 585px;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.l-enter_email__form input[type="email"] {
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 10px;
  padding: 10px;
  border: 0; }

.l-enter_email__form input[type="submit"] {
  color: #fff;
  background: #336666;
  border: 1px solid #fff;
  padding: 10px 40px;
  text-transform: uppercase;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.user_profile .mdl-tabs {
  clear: both; }
.user_profile .profile-name {
  margin-bottom: 0; }
.user_profile .score-list {
  margin: 0 auto; }
.user_profile .points_circle {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin: 16px auto;
  text-align: center;
  line-height: normal;
  color: black; }
  .user_profile .points_circle .points {
    font-size: 90px;
    padding-top: 65px; }
.user_profile .custom-color-points {
  background-color: #fff817; }
.user_profile #top10_topics h2 {
  margin: 0 auto;
  margin-top: 64px; }
.user_profile #top10_topics a {
  text-decoration: none; }
.user_profile .thumbnail {
  float: left;
  margin-top: 24px;
  margin-right: 16px;
  text-align: center;
  width: 64px; }
  .user_profile .thumbnail .username {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
.user_profile .about {
  margin-top: 8px;
  font-style: italic; }

.user_list ul.list-users {
  max-width: 600px;
  margin-bottom: -30px; }
.user_list .mdl-list__item-avatar {
  background-color: transparent; }

#sign-up-box {
  margin: 0 auto;
  width: auto;
  max-width: 330px;
  margin-top: 20px;
  background-color: #f5f5f5;
  box-shadow: 3px 3px 5px 5px #a9a9a9; }
  @media screen and (max-width: 1000px) {
    #sign-up-box {
      margin-left: 25%;
      margin-right: 25%;
      font-size: 12px; } }
  @media screen and (max-width: 600px) {
    #sign-up-box {
      margin-left: 5%;
      margin-right: 5%;
      font-size: 12px; } }
  #sign-up-box .mdl-button {
    margin-bottom: 10px;
    background-color: red;
    height: auto;
    line-height: 20px;
    text-transform: none;
    color: #fff;
    padding: 10px 50px;
    font-size: 22px; }
    #sign-up-box .mdl-button small {
      font-size: 11px; }
  #sign-up-box p {
    margin: 10px 16px;
    text-align: center;
    color: #03776c;
    font-weight: bold; }
  #sign-up-box .mdl-textfield {
    padding: 0px 0; }
  #sign-up-box label {
    color: #009688;
    font-size: 13px;
    font-weight: bold;
    visibility: hidden;
    text-transform: lowercase;
    display: block;
    text-align: right; }
  #sign-up-box .mdl-card__supporting-text {
    margin: 0 auto;
    padding: 0; }
  #sign-up-box .mdl-card__actions {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    border-top: none; }
  #sign-up-box input {
    border: none;
    border-bottom: 1px solid #009688;
    font-size: 16px;
    font-family: "Helvetica", "Arial", sans-serif;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: #000; }
  #sign-up-box input:focus,
  #sign-up-box input.active {
    font-size: 17px;
    background-color: #faffbd;
    outline: none;
    border-bottom: #fff;
    font-weight: bold; }
  #sign-up-box #id_i_agree {
    margin-top: 10px;
    width: 20px; }
  #sign-up-box #for_id_i_agree {
    visibility: visible;
    text-align: left;
    margin-top: 10px;
    text-transform: none;
    font-size: 11px;
    font-weight: bold;
    color: #616161; }
    #sign-up-box #for_id_i_agree a {
      color: #03776c;
      font-weight: bolder; }
    #sign-up-box #for_id_i_agree .mdl-checkbox__label {
      font-size: 13px; }

.signup {
  grid-area: sign; }
  .signup .signup-card {
    border-radius: 6px;
    background-color: #d7ebb8;
    box-shadow: 0.9px 1.8px 70px 0 rgba(0, 0, 0, 0.42);
    padding: 19px 20px; }
  .signup .signup-submit .signup-btn {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    background-color: #f82c00;
    text-transform: none !important;
    width: 100%;
    height: 46px; }
  .signup .signup-form-fields {
    display: grid;
    grid-row-gap: 10px;
    padding-bottom: 20px; }
    .signup .signup-form-fields .mdl-textfield {
      width: 100%;
      padding: 0; }
    .signup .signup-form-fields .mdl-textfield__error {
      position: relative; }
    .signup .signup-form-fields .wide-input input {
      width: 100%;
      border-radius: 6px;
      text-indent: 17px;
      background-color: #ffffff;
      border: solid 1px #ffffff;
      min-height: 40px;
      box-sizing: border-box; }
      .signup .signup-form-fields .wide-input input::placeholder {
        font-family: 'Montserrat', sans-serif;
        font-size: 13.5px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #909090; }
    .signup .signup-form-fields .signup-i-agree {
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      padding-left: 5%;
      color: #2e541b; }
      .signup .signup-form-fields .signup-i-agree a {
        color: #2e541b;
        text-decoration: underline; }

.signup-self {
  display: grid;
  grid-template-areas: "signup sign empty";
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 1024px) {
    .signup-self {
      grid-template-areas: "signup sign empty";
      grid-template-columns: 1fr 6fr 1fr; } }

.provider {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 13px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.4px;
  padding: 4px 4px;
  width: 100%;
  min-height: 47px;
  text-align: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5); }
  .provider:last-of-type {
    margin-bottom: 0; }
  .provider a {
    text-decoration: none; }

.google-login {
  color: black;
  background-color: white; }
  .google-login a {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.17;
    letter-spacing: normal;
    text-align: left;
    color: #000000; }
    @media (max-width: 468px) {
      .google-login a {
        font-size: 14.5px; } }

.facebook-login {
  background-color: #4267b2;
  color: #ffffff; }
  .facebook-login a {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.17;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff; }
    @media (max-width: 468px) {
      .facebook-login a {
        font-size: 14.5px; } }

.hr-text {
  margin: 8px auto;
  line-height: 1em;
  width: 33%;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
  font-size: 11px; }
  .hr-text:before {
    content: '';
    background-color: #b5c897;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px; }
  .hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #9bab81;
    background-color: #d7ebb8; }

body.homepage {
  font-family: Montserrat, sans-serif;
  background: #ffffff; }
  body.homepage a {
    text-decoration: none; }
  body.homepage .mdl-layout {
    margin: 0 auto;
    height: auto;
    max-width: 100%; }
    @media (min-width: 1024px) {
      body.homepage .mdl-layout .mdl-layout__header-row .head-logo {
        padding-left: 0; } }
    body.homepage .mdl-layout .mdl-layout__header-row .login_register_links {
      padding-right: 20px; }
    @media (min-width: 1128px) {
      body.homepage .mdl-layout .mdl-layout__header-row {
        width: 1128px;
        margin: 0 auto; } }
    body.homepage .mdl-layout #welcome-text-wrapper {
      position: relative;
      margin: 0 auto; }
    @media (min-width: 1128px) {
      body.homepage .mdl-layout #welcome-text-wrapper {
        width: 1128px; } }
    body.homepage .mdl-layout .top-section {
      width: 100%;
      min-height: 706px;
      background: transparent url("/static/img/landing_page/hero.jpg?8ad368e124ba") no-repeat center center;
      background-size: cover; }
      body.homepage .mdl-layout .top-section .top-inner {
        text-align: left; }
      body.homepage .mdl-layout .top-section .intro {
        padding-top: 30px;
        display: grid;
        grid-template-areas: "desc desc sign";
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 35px; }
      body.homepage .mdl-layout .top-section .desc {
        color: #ffffff;
        transform: translateY(5%);
        grid-area: desc; }
        body.homepage .mdl-layout .top-section .desc .h1 {
          font-size: 80px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: 1;
          letter-spacing: normal;
          text-align: left;
          color: #fdfdfd;
          max-width: 550px;
          padding-bottom: 0; }
        body.homepage .mdl-layout .top-section .desc .welcome-text-2 {
          font-size: 30px;
          font-weight: 600;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #fefefe;
          text-shadow: 0.9px 1.8px 58px rgba(0, 0, 0, 0.86);
          margin: 23px 0;
          max-width: 686px; }
    @media (max-width: 1128px) {
      body.homepage .mdl-layout .top-section .intro {
        display: grid;
        grid-template-areas: "desc";
        grid-template-columns: 1fr; }
        body.homepage .mdl-layout .top-section .intro .desc {
          margin: 0 auto; }
          body.homepage .mdl-layout .top-section .intro .desc .h1 {
            text-align: center; }
          body.homepage .mdl-layout .top-section .intro .desc p {
            text-align: center; }
      body.homepage .mdl-layout .signup {
        display: none; } }
    @media (max-width: 640px) {
      body.homepage .mdl-layout .top-section .desc .h1 {
        font-size: 48px; }
      body.homepage .mdl-layout .top-section .desc p {
        font-size: 23px; } }
    @media (max-width: 767px) {
      body.homepage .mdl-layout .top-section .desc .h1 {
        text-align: center; }
      body.homepage .mdl-layout .top-section .desc p {
        text-align: center; } }
    body.homepage .mdl-layout .blocks {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 49px;
      margin-top: 35px; }
    @media (max-width: 1000px) {
      body.homepage .mdl-layout .blocks {
        grid-row-gap: 20px;
        justify-content: center;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: none;
        max-width: 50%;
        margin: 0 auto; } }
    body.homepage .mdl-layout .box-card {
      border-radius: 6px;
      background-color: #ffffff;
      box-shadow: 0.9px 1.8px 70px 0 rgba(0, 0, 0, 0.42);
      padding: 23px 20px;
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-column-gap: 23px; }
      body.homepage .mdl-layout .box-card .box-card__img {
        background-color: #eaeaea;
        border-radius: 50%;
        height: 89px;
        display: flex;
        justify-content: center;
        align-items: center; }
        body.homepage .mdl-layout .box-card .box-card__img img {
          max-height: 56px; }
      body.homepage .mdl-layout .box-card .box-card__text .title {
        font-size: 25px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #2e541b; }
      body.homepage .mdl-layout .box-card .box-card__text .content {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #5a5a5a; }
    body.homepage .mdl-layout .mdl-layout__content {
      max-width: 1128px;
      margin: 0 auto;
      display: flex;
      flex-flow: column nowrap; }
      body.homepage .mdl-layout .mdl-layout__content .landing-page-title p {
        text-transform: capitalize;
        padding: 56px 0 36px;
        color: red;
        text-align: center;
        /*font-family: 'Open Sans Bold', 'Open Sans';*/
        font-weight: 700;
        font-style: normal;
        font-size: 48px;
        margin-bottom: 0; }
        @media (max-width: 840px) {
          body.homepage .mdl-layout .mdl-layout__content .landing-page-title p {
            font-size: 6vw; } }
      @media (max-width: 768px) {
        body.homepage .mdl-layout .mdl-layout__content .landing-page-title p {
          padding: 24px 0 16px; } }
      body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages {
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        margin-bottom: 40px;
        color: #ffffff; }
        body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages .mdl-cell--12-col {
          position: relative; }
          body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages .mdl-cell--12-col img {
            max-width: 100%; }
          body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages .mdl-cell--12-col > div {
            position: absolute;
            top: 15%;
            left: 30%; }
            body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages .mdl-cell--12-col > div > .static-text {
              padding-right: 16px; }
              body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages .mdl-cell--12-col > div > .static-text p {
                display: block; }
            body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages .mdl-cell--12-col > div div p {
              font-weight: 200;
              font-size: 1em;
              /*font-family: 'OpenSans-CondensedLight', 'Open Sans Condensed Light', 'Open Sans';*/
              margin: 0; }
              @media (max-width: 840px) {
                body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages .mdl-cell--12-col > div div p {
                  font-size: 2vw;
                  line-height: normal; } }
            body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages .mdl-cell--12-col > div a {
              text-decoration: none; }
              body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages .mdl-cell--12-col > div a > div p {
                color: #ffffff;
                margin-bottom: 16px;
                font-size: 24px;
                font-weight: 700;
                /*font-family: 'PTSans-Bold', 'PT Sans Bold', 'PT Sans';*/ }
                @media (max-width: 840px) {
                  body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages .mdl-cell--12-col > div a > div p {
                    font-size: 2.5vw;
                    margin-bottom: .5em; } }
        body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages > div:nth-of-type(2) {
          margin-top: 2em;
          margin-bottom: 2em; }
          @media (max-width: 640px) {
            body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages > div:nth-of-type(2) {
              margin-top: 1em;
              margin-bottom: 1em; } }
          body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages > div:nth-of-type(2) > div {
            right: 30%;
            left: 10%; }
        body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages > div:last-of-type > div .static-text {
          padding-right: 15%; }
          @media (max-width: 839px) {
            body.homepage .mdl-layout .mdl-layout__content .landing-page-advantages > div:last-of-type > div .static-text {
              padding-right: 5%; } }
  body.homepage .homepage-signup-for-more {
    margin-top: 2em;
    display: flex;
    justify-content: center;
    font-size: 1.5em; }
    body.homepage .homepage-signup-for-more p {
      line-height: .5em; }
    body.homepage .homepage-signup-for-more > div {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      body.homepage .homepage-signup-for-more > div div:first-of-type {
        color: #616161; }
      body.homepage .homepage-signup-for-more > div a {
        color: red; }
  body.homepage .topic-element {
    clear: both; }
  body.homepage .section-title {
    margin: 0;
    padding: 24px 25px; }
    body.homepage .section-title a {
      text-decoration: none;
      color: inherit; }
    body.homepage .section-title .mdl-textfield__input {
      width: auto;
      display: inline-block; }
  body.homepage a.more-projects {
    flex-grow: 1;
    font-size: 128px;
    padding-top: 32px;
    text-decoration: none;
    color: black;
    opacity: 0.58;
    max-width: 330px;
    height: 175px;
    text-align: center;
    box-sizing: border-box; }
    body.homepage a.more-projects:hover {
      opacity: 1; }
  body.homepage .tooltip-more {
    margin-top: -55px;
    z-index: -1; }
  body.homepage .homepage-intro {
    margin-top: 5em;
    text-align: center; }
    body.homepage .homepage-intro p:first-of-type {
      font-size: 2em;
      font-weight: bolder; }
    body.homepage .homepage-intro p ~ p {
      color: #616161;
      font-size: 1.2em;
      font-weight: normal; }
  body.homepage .recently-projects {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px; }
    body.homepage .recently-projects .recently-project-card {
      min-height: 195px;
      display: grid;
      padding: 8px;
      grid-row-gap: 57px;
      grid-column-gap: 80px;
      grid-template-columns: 1fr 3fr; }
    body.homepage .recently-projects .recently-project-card__img {
      display: flex;
      align-items: center;
      overflow: hidden; }
      body.homepage .recently-projects .recently-project-card__img img {
        flex-shrink: 0;
        min-width: 75%;
        border-radius: 5px; }
    body.homepage .recently-projects .recently-project-card__desc {
      display: grid; }
      body.homepage .recently-projects .recently-project-card__desc .title {
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #2e541b; }
      body.homepage .recently-projects .recently-project-card__desc .desc {
        font-size: 16px;
        padding-top: 1%;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #595959; }
  @media (max-width: 530px) {
    body.homepage .recently-projects recently-.project-card .recently-project-card__desc .title {
      font-size: 16px; } }
  @media (max-width: 1200px) {
    body.homepage .recently-projects .recently-project-card {
      grid-column-gap: 36px; } }

.how-section {
  padding-left: 30px;
  padding-right: 30px; }

.h1 {
  padding-top: 3%;
  padding-bottom: 1%;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2e541b; }

@media (max-width: 530px) {
  .h1 {
    font-size: 48px; } }
@media (min-width: 531px) and (max-width: 1128px) {
  .h1 {
    font-size: 62px; } }
.hr {
  height: 5px;
  background-color: #f62b02;
  width: 5%;
  margin: 0 auto 3%; }

.button-red {
  margin: 4px 0;
  padding: 4px 8px;
  background-color: #f62b02;
  color: white;
  border-radius: 6px;
  max-width: 202px; }
  .button-red a {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fcfbfb; }

.catergory__filter {
  margin: 4px 15px 4px 0;
  padding: 10px 14px;
  background-color: #eee;
  border-radius: 4px; }
  .catergory__filter .category {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #909090; }

@media (max-width: 530px) {
  .catergory__filter {
    padding: 4px 8px; } }
.trending-section {
  text-align: center;
  padding-top: 4%; }
  .trending-section .trending {
    font-family: Montserrat, sans-serif;
    border-radius: 6px;
    background-color: #909090;
    font-size: 18.5px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fcfcfc;
    text-transform: none;
    padding-left: 52px;
    padding-right: 52px; }

.advantages-card-list {
  display: grid;
  grid-template-areas: "card-questions card-topics" "card-groups card-people";
  grid-gap: 25px; }
  .advantages-card-list .card {
    display: grid;
    grid-template-columns: 1fr 2fr;
    min-height: 233px; }
    .advantages-card-list .card:hover .card_text {
      background-color: #a3d775; }
    .advantages-card-list .card .card_img {
      background-color: #eaeaea;
      display: flex;
      justify-content: center;
      align-items: center; }
      .advantages-card-list .card .card_img img {
        max-height: 126px; }
    .advantages-card-list .card .card_text {
      padding: 10%;
      background-color: #fff38f; }
      .advantages-card-list .card .card_text .title {
        font-size: 30px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2e5324; }
      .advantages-card-list .card .card_text .content {
        font-size: 18.5px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2e5324; }
  .advantages-card-list .card-questions {
    grid-area: card-questions; }
  .advantages-card-list .card-topics {
    grid-area: card-topics; }
  .advantages-card-list .card-groups {
    grid-area: card-groups; }
  .advantages-card-list .card-people {
    grid-area: card-people; }

@media (max-width: 530px) {
  .advantages-card-list .card .card_text .title {
    font-size: 25px; }
  .advantages-card-list .card .card_text .content {
    font-size: 18px; } }
@media (min-width: 531px) and (max-width: 1128px) {
  .advantages-card-list {
    grid-template-areas: "card-questions" "card-topics" "card-groups" "card-people"; }
    .advantages-card-list .card {
      min-height: 243px; }
      .advantages-card-list .card .card_text .title {
        font-size: 42px; }
      .advantages-card-list .card .card_text .content {
        font-size: 21px; } }
@media (min-width: 1260px) {
  .advantages-card-list .card .card_text .content {
    max-width: 80%; } }
.bottom-section {
  width: 100%;
  background: linear-gradient(rgba(37, 66, 23, 0.6), rgba(37, 66, 23, 0.6)), url("/static/img/landing_page/hero2.png?8ad368e124ba") no-repeat center bottom;
  background-size: cover; }
  .bottom-section .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 96px;
    padding-bottom: 96px; }
    .bottom-section .desc p {
      font-family: Montserrat, sans-serif;
      font-size: 28.5px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.4;
      letter-spacing: normal;
      text-align: center;
      color: #fcfcfc; }

@media (max-width: 640px) {
  .advantages-card-list {
    grid-template-areas: "card-questions" "card-topics" "card-groups" "card-people"; }
    .advantages-card-list .card {
      height: 243px; } }
.listing-filter-box {
  padding-top: 15px; }
  .listing-filter-box h1 span {
    float: right;
    font-size: 14px;
    margin-top: 5px; }
  .listing-filter-box .protip {
    font-style: italic; }
  .listing-filter-box select {
    margin: 0;
    width: 95%;
    color: #03776c;
    padding-left: 0; }
  .listing-filter-box label,
  .listing-filter-box a.label-like {
    font-weight: bold;
    color: #03776c;
    font-size: 16px;
    text-decoration: none; }
  .listing-filter-box .or {
    display: inline-block;
    float: left;
    margin-top: 25px;
    width: 25px;
    margin-left: 5px;
    font-weight: bold;
    color: #9bab81; }
  .listing-filter-box .mdl-textfield {
    position: relative; }
  .listing-filter-box .search-ico {
    position: absolute;
    right: 0;
    top: 20px; }
  .listing-filter-box #locations-select,
  .listing-filter-box #location-topics-select, .listing-filter-box #location-groups-select {
    font-weight: bold;
    margin-left: -4px; }
  .listing-filter-box #location-topics-select, .listing-filter-box #location-groups-selec {
    margin-top: 0; }
  .listing-filter-box #my-topics-select,
  .listing-filter-box #category-select {
    margin-left: 5px; }
  .listing-filter-box .filter-wrapper {
    padding: 0 10px;
    max-width: 280px;
    margin-bottom: 10px;
    margin-left: 3px; }
    .listing-filter-box .filter-wrapper.active {
      margin-left: 0;
      padding: 10px;
      border-left: 3px solid red;
      background-color: #f5f5f5; }
      .listing-filter-box .filter-wrapper.active select {
        margin-top: 10px;
        color: #000;
        border-bottom-color: red; }
      .listing-filter-box .filter-wrapper.active #locations-select {
        margin-top: 0; }
      .listing-filter-box .filter-wrapper.active label,
      .listing-filter-box .filter-wrapper.active a.label-like {
        color: #000; }
  .listing-filter-box #my-topics-wrapper {
    padding-top: 10px; }

#choose-your-topics-box {
  text-align: center;
  padding: 20px;
  margin: 10px auto; }
  #choose-your-topics-box p {
    font-size: 1.4rem; }
  #choose-your-topics-box .static-text {
    margin-bottom: 30px; }
  #choose-your-topics-box .mdl-button {
    margin: 0 20px;
    padding: 0 30px;
    margin-bottom: 20px; }
  #choose-your-topics-box .big-link {
    display: block;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #03776c; }

#use-cases {
  text-align: center; }
  #use-cases h2 {
    margin-top: 70px;
    padding-top: 0;
    text-align: center;
    color: #999999;
    font-size: 30px; }
  #use-cases .use-case-card {
    min-height: 122px;
    width: 280px;
    display: inline-block;
    text-align: left;
    margin: 10px; }
    #use-cases .use-case-card a {
      text-decoration: none; }
  #use-cases .mdl-card__title {
    align-items: flex-start; }
    #use-cases .mdl-card__title img {
      border-radius: 2px;
      width: 90px;
      height: 90px; }
  #use-cases .mdl-card__supporting-text {
    padding-top: 10px;
    height: auto;
    color: #009688; }
    #use-cases .mdl-card__supporting-text .name {
      display: inline-block;
      font-weight: bold;
      padding-bottom: 10px; }
    #use-cases .mdl-card__supporting-text .location {
      font-weight: bold; }

#welcome-text {
  padding: 0 4px;
  max-width: 670px;
  margin: 20px auto;
  text-align: center;
  background-color: #fff;
  opacity: 0.9; }
  #welcome-text #show-intro-button {
    display: block;
    margin: 0 auto;
    width: 100%; }
  #welcome-text .all {
    display: none; }
  #welcome-text .close {
    float: right;
    margin-top: 5px;
    width: auto;
    padding: 0;
    min-width: auto;
    background-color: transparent;
    border: none;
    font-size: 27px; }
  #welcome-text .inner {
    clear: both;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px; }
  #welcome-text p {
    font-size: 18px;
    text-align: center; }
  #welcome-text a {
    display: inline-block;
    background-color: yellow;
    color: #03776c;
    padding: 0 10px;
    min-width: 150px; }
  #welcome-text.expanded #show-intro-button {
    display: none; }
  #welcome-text.expanded .all {
    display: block; }

.number-of-results {
  padding: 10px;
  margin-top: 5%;
  font-style: italic;
  font-size: 13px;
  margin-left: 5px; }
  .number-of-results .number {
    font-weight: bold; }

#explore-box {
  text-align: center;
  margin: 6px auto 0px;
  width: 900px; }
  #explore-box h2 {
    color: #999999;
    font-size: 30px;
    padding-top: 0px; }
  #explore-box select {
    float: left; }
  #explore-box .or, #explore-box .for {
    float: left;
    display: inline-block;
    margin-top: 5px;
    margin-right: 24px;
    margin-left: 24px;
    font-weight: bold; }
  #explore-box .mdl-textfield__input.switcher {
    margin-top: 2px;
    width: 190px; }
  #explore-box .filters {
    width: 760px;
    margin: 0 auto;
    text-align: center; }
    #explore-box .filters button {
      float: left;
      color: #03776c;
      background-color: #fff;
      border: 1px solid #009688;
      width: 180px; }
      #explore-box .filters button.active {
        background-color: #03776c;
        color: #fff; }
    #explore-box .filters .first {
      background-color: #e6f2f2;
      display: inline-block;
      padding: 10px;
      margin-left: 10px; }
      #explore-box .filters .first #locations-select {
        color: #03776c; }
        #explore-box .filters .first #locations-select.active {
          background-color: #03776c;
          color: #fff;
          padding: 8px 2px;
          margin-top: 0; }
    #explore-box .filters .second {
      display: inline-block;
      padding: 10px; }
      #explore-box .filters .second #topic-select {
        background-color: #03776c;
        color: #fff;
        padding: 8px 2px;
        margin-top: 0; }
  #explore-box .sorting-buttons {
    clear: both;
    float: none;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 5px; }
    #explore-box .sorting-buttons button {
      padding: 0px 25px; }
    #explore-box .sorting-buttons #sort-popular {
      margin-right: 20px; }

#sign-up-box {
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 950px) {
  #explore-box {
    max-width: none;
    width: auto; } }
@media screen and (max-width: 800px) {
  #explore-box .or, #explore-box .for {
    clear: left;
    float: none;
    display: block;
    margin-bottom: 15px; }
  #explore-box select {
    float: none;
    display: inline-block; }
  #explore-box .filters {
    width: 100%;
    text-align: center; }
    #explore-box .filters button {
      float: none;
      margin-bottom: 10px; }
    #explore-box .filters .first,
    #explore-box .filters .second {
      display: block; }
    #explore-box .filters .first {
      margin-left: 0; } }
#signup-incentive {
  margin: 64px 0 0px; }
  #signup-incentive h2 {
    color: #999999;
    font-size: 30px;
    margin: 0;
    padding: 0 25px 24px;
    padding-top: 0px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
    text-align: center; }
  #signup-incentive p {
    font-size: 18px;
    text-align: center;
    color: #999999; }

.go-to-button {
  text-transform: none;
  height: 30px;
  line-height: 30px;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 10px; }

.mdl-layout__drawer.is-visible {
  z-index: 444; }

.homepage .header {
  background: #ffffff; }

.header {
  font-family: Montserrat, sans-serif;
  background-color: #ffffff;
  border-bottom: 2px solid #eee;
  height: 91px;
  display: flex;
  justify-content: center; }
  .header .header__content {
    width: 1128px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header .header__content .header__search {
      display: flex;
      align-items: center;
      color: #909090;
      flex: 0.3 1 auto; }
      .header .header__content .header__search form {
        width: 100%; }
      .header .header__content .header__search label {
        z-index: 12; }
        .header .header__content .header__search label i {
          width: 24px;
          height: 24px; }
      .header .header__content .header__search input {
        font-family: Montserrat, sans-serif;
        width: 100%;
        height: 46px;
        font-size: 14.5px;
        margin-left: -32px;
        padding-left: 36px;
        border-radius: 6px;
        border: 2px solid #cccccc; }
    .header .header__content .header__menu .header__menu-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-transform: none;
      text-decoration: none;
      margin: 0 32px 0 0;
      border-bottom: 2px solid transparent; }
      .header .header__content .header__menu .header__menu-item div {
        display: flex;
        justify-content: center; }
        .header .header__content .header__menu .header__menu-item div img {
          height: 28px; }
      .header .header__content .header__menu .header__menu-item span {
        margin: 10px 0 6px;
        height: 14px;
        font-size: 16px;
        font-weight: 600;
        color: #2e541b; }
    .header .header__content .header__menu .header__menu-item.active {
      border-bottom: 2px solid #ef1c00; }
    .header .header__content .header__menu .header__menu-item:hover {
      border-bottom: 2px solid #f62b02; }
    .header .header__content .header__user-menu .login_register_links {
      font-size: 16px;
      font-weight: 600; }
      .header .header__content .header__user-menu .login_register_links .login {
        margin-left: 20px; }
      @media (max-width: 350px) {
        .header .header__content .header__user-menu .login_register_links {
          font-size: 2.2vw; } }
      @media (max-width: 400px) {
        .header .header__content .header__user-menu .login_register_links {
          font-size: 3vw; } }

@media (max-width: 1024px) {
  .header .header__content .header__search {
    display: none; } }
@media (max-width: 1128px) {
  .header .header__content {
    width: 100%; } }
@media (max-width: 1024px) {
  .header {
    background-color: #ffffff; }
    .header .mdl-layout__drawer-button {
      left: auto;
      right: 5%;
      top: 16px; }
    .header .header__content {
      margin: 0 5%; }
      .header .header__content .header__menu {
        display: none; }
      .header .header__content .header__user-menu {
        justify-content: center; } }
.body {
  font-family: Montserrat, sans-serif;
  display: grid;
  grid-template-areas: "body-first-row" "body-second-row" "body-third-row";
  margin-bottom: 24px; }
  .body .content__header {
    grid-area: body-first-row;
    display: flex;
    justify-content: flex-end;
    padding-top: .25em; }
    .body .content__header .content__add-question {
      text-decoration: none;
      text-transform: uppercase;
      background-color: #eee;
      color: #f82c00;
      padding: 6px 12px;
      border-radius: 3px; }
  .body .content__footer {
    grid-area: body-third-row;
    display: grid; }
  .body .content__project-card-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 15px; }
  .body .project-card {
    box-shadow: 4px 4px 5px 2px rgba(0, 0, 0, 0.1);
    min-height: 120px;
    border-radius: 4px;
    padding: 8px; }
    .body .project-card a {
      text-decoration: none;
      color: inherit;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1; }
    .body .project-card .project-card__first-row {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 5fr; }
      .body .project-card .project-card__first-row .project-card__first-row-img img {
        border-radius: 50%;
        max-width: 60px;
        max-height: 60px;
        overflow-wrap: break-word; }
      .body .project-card .project-card__first-row .project-card__first-row-text {
        padding-left: 8px; }
      .body .project-card .project-card__first-row .project-card__first-row-dot {
        display: block;
        position: absolute;
        top: 5px;
        left: 50px;
        width: 9px;
        height: 9px;
        min-height: 9px;
        line-height: 9px;
        background-color: #ef1c00;
        border-radius: 50%;
        border: 2px solid #ffffff; }
    .body .project-card .project-card__second-row {
      display: grid;
      justify-content: flex-end;
      padding: 0 8px; }
      .body .project-card .project-card__second-row span {
        font-size: smaller; }
        .body .project-card .project-card__second-row span i.fa {
          color: #2e541b; }
          .body .project-card .project-card__second-row span i.fa span {
            color: #595959; }
  .body .project-card:hover {
    box-shadow: 4px 4px 5px 2px rgba(0, 0, 0, 0.25); }

@media (min-width: 1128px) {
  .body {
    width: 1128px;
    margin: 0 auto 4% auto; } }
.button--submit {
  background-color: #f82c00;
  color: white;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 4px; }

.field-character-counter {
  margin: 2px 0;
  display: flex;
  justify-content: flex-end; }

.menu__manage-button {
  background-color: #e5e5e5;
  border-radius: 6px;
  height: 34px; }

.menu__select, .body .questions .questions__menu .questions__select {
  border: none;
  border-bottom: 1px solid #909090;
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: #909090; }

.menu__item, .body .topic .topic__content .topic__menus .topic__menu .left-menu__item {
  background-color: #eee;
  height: 32px;
  border-radius: 4px;
  margin-bottom: 4px;
  padding-left: 8px;
  display: flex;
  align-items: center; }
  .menu__item a, .body .topic .topic__content .topic__menus .topic__menu .left-menu__item a {
    color: #7b9862;
    font-weight: bold;
    text-decoration: none; }
  .menu__item a.active, .body .topic .topic__content .topic__menus .topic__menu .left-menu__item a.active {
    background-color: #d7ebb8; }

.choose-your-topics-box {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .choose-your-topics-box .static-text p {
    margin-top: 24px;
    font-size: 24px; }
  .choose-your-topics-box button {
    background-color: #eee;
    color: #7b9862;
    border: none;
    border-radius: 4px; }
  .choose-your-topics-box .choose-topics-links {
    margin-top: 24px;
    display: flex;
    flex-direction: column; }
    .choose-your-topics-box .choose-topics-links a {
      text-decoration: none;
      color: #2e541b;
      font-size: 20px; }
    .choose-your-topics-box .choose-topics-links a ~ a {
      margin-top: 12px; }

.moderators .moderators__title {
  font-weight: bold;
  color: #7b9862;
  padding-left: 8px;
  padding-top: 24px; }
.moderators .moderators__list {
  background-color: #eee;
  padding: 8px;
  border-radius: 4px; }
  .moderators .moderators__list .moderators__item-url {
    text-decoration: none; }
  .moderators .moderators__list .moderators__item {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .moderators .moderators__list .moderators__item span {
      color: #7b9862;
      padding-left: 4px;
      font-weight: bold; }

.unsubscribe {
  padding-top: 24px;
  padding-bottom: 24px; }

@media (max-width: 1024px) {
  .body {
    margin: 0 5%; } }
.loader {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loader .fa-spinner {
    margin: 0 8px; }

.footer .footer__content {
  width: 1128px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 6fr 1fr; }
  .footer .footer__content .footer__logo {
    grid-column: 1 / 2;
    align-self: center; }
  .footer .footer__content .footer__site-map {
    grid-column: 2 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
    .footer .footer__content .footer__site-map .footer__link-list {
      list-style-type: none; }
      .footer .footer__content .footer__site-map .footer__link-list li {
        line-height: 1.2; }
        .footer .footer__content .footer__site-map .footer__link-list li a {
          font-weight: 500;
          text-decoration: none;
          color: #2e541b;
          font-size: 16px; }
      .footer .footer__content .footer__site-map .footer__link-list li ~ li {
        margin-top: 12px; }

@media (max-width: 1128px) {
  .footer .footer__content {
    width: 100%; } }
@media (max-width: 1024px) {
  .footer .footer__content {
    margin: 0 5%; } }
@media (max-width: 640px) {
  .footer .footer__content .footer__logo {
    display: none; }
  .footer .footer__content .footer__site-map {
    grid-template-columns: 1fr 1fr; } }
.main__sorting-buttons {
  display: flex;
  justify-content: flex-end; }
  .main__sorting-buttons .mdl-button {
    padding: 0 8px;
    min-width: 0;
    color: #7b9862;
    text-transform: capitalize; }
  .main__sorting-buttons .mdl-button.active {
    text-decoration: underline;
    text-decoration-color: #ff6e40; }
  .main__sorting-buttons .main__sorting-sorters {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 35%; }
    .main__sorting-buttons .main__sorting-sorters .main__sorting-sorter {
      text-decoration-color: #7b9862; }
      @media (max-width: 640px) {
        .main__sorting-buttons .main__sorting-sorters .main__sorting-sorter {
          font-size: 0.8em; } }
  .main__sorting-buttons .main__sorting-user {
    display: flex;
    align-items: center;
    width: 65%; }
    .main__sorting-buttons .main__sorting-user .main__sorting-my-progress {
      border: 2px solid #959595;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 16px;
      padding: 4px 4px; }
      .main__sorting-buttons .main__sorting-user .main__sorting-my-progress .main__sorting-my-progress-content {
        border-bottom: 1px solid transparent; }
        .main__sorting-buttons .main__sorting-user .main__sorting-my-progress .main__sorting-my-progress-content .main__sorting-my-progress-dot {
          display: inline-block;
          line-height: 8px;
          height: 8px;
          width: 8px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          background-color: #f82c00;
          margin: 0 4px; }
        .main__sorting-buttons .main__sorting-user .main__sorting-my-progress .main__sorting-my-progress-content .main__sorting-my-progress-text {
          color: #f82c00;
          font-size: 0.8em; }
      .main__sorting-buttons .main__sorting-user .main__sorting-my-progress .main__sorting-my-progress-content.active {
        border-bottom: 1px solid #ff6e40; }
    .main__sorting-buttons .main__sorting-user .main__sorting-my-progress:hover {
      cursor: pointer; }
    .main__sorting-buttons .main__sorting-user .main__sorting-unchecked {
      margin-left: 1em;
      border-bottom: 1px solid transparent; }
      .main__sorting-buttons .main__sorting-user .main__sorting-unchecked .main__sorting-unchecked-dot {
        display: inline-block;
        line-height: 8px;
        min-height: 8px;
        height: 8px;
        width: 8px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #757575;
        margin: 0 4px; }
      .main__sorting-buttons .main__sorting-user .main__sorting-unchecked .main__sorting-unchecked-text {
        color: #757575;
        font-size: 0.8em;
        font-weight: bold; }
    .main__sorting-buttons .main__sorting-user .main__sorting-unchecked.active {
      border-bottom: 1px solid #ff6e40; }
    .main__sorting-buttons .main__sorting-user .main__sorting-unchecked:hover {
      cursor: pointer; }

.main__sorting-buttons--spread {
  justify-content: space-between; }

.main__filter-row {
  display: flex;
  flex-wrap: wrap; }

.main__filter-group {
  display: flex;
  align-items: center;
  margin: 0 12px; }

.main__filter {
  margin: 4px;
  padding: 4px 8px;
  background-color: #eee;
  border-radius: 4px; }
  .main__filter a {
    text-transform: uppercase;
    text-decoration: none;
    color: #336666; }

.main__filter.filter-active {
  background-color: #336666; }
  .main__filter.filter-active a {
    color: white; }

.main__filter.filter-disabled {
  background-color: #ffffff; }
  .main__filter.filter-disabled a {
    cursor: default;
    color: #ededed; }

.main__filter--select {
  display: flex;
  justify-content: space-around; }
  .main__filter--select span {
    margin-left: .5em; }
    .main__filter--select span a {
      text-decoration: none;
      font-size: smaller;
      color: #336666;
      flex-wrap: nowrap; }

.body .questions {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 3fr; }

@media (max-width: 640px) {
  .body .questions {
    grid-template-columns: 1fr; }
    .body .questions .questions__menu {
      order: 2; }
    .body .questions .questions__main {
      order: 1; } }
.project-card-list .zero-elements {
  font-size: 18px;
  text-align: left;
  margin-left: 20px; }

.body .topics {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 3fr; }
  .body .topics .topics__menu {
    margin-top: 16px; }

@media (max-width: 640px) {
  .body .topics {
    grid-template-columns: 1fr; }

  .topics__menu {
    order: 2; }

  .topics__main {
    order: 1; } }
.body .groups {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 3fr; }
  .body .groups .groups__menu {
    margin-top: 16px; }

@media (max-width: 640px) {
  .body .groups {
    grid-template-columns: 1fr; }

  .groups__menu {
    order: 2; }

  .groups__main {
    order: 1; } }
.body .topic .topic__content {
  grid-area: body-second-row;
  display: grid;
  grid-column-gap: 16px;
  grid-template-columns: 1fr 3fr; }
  .body .topic .topic__content .topic__menus {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    grid-gap: 16px; }
    .body .topic .topic__content .topic__menus .topic__topic-data {
      width: 20em;
      height: 10em;
      background-color: #eee;
      border-radius: 5px;
      display: grid;
      grid-template-columns: 1fr 2fr;
      align-items: center; }
      .body .topic .topic__content .topic__menus .topic__topic-data .topic__thumbnail {
        padding: 0 1.5em; }
        .body .topic .topic__content .topic__menus .topic__topic-data .topic__thumbnail .topic__thumbnail-img {
          width: 5.35em;
          height: 5.35em;
          border-radius: 2.67em; }
      .body .topic .topic__content .topic__menus .topic__topic-data .topic__basic-data .topic__my-topic .topic__topic-data-button {
        cursor: pointer;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        padding: 2px 4px;
        border-radius: 4px; }
      .body .topic .topic__content .topic__menus .topic__topic-data .topic__basic-data .topic__my-topic .topic__topic-data-button {
        color: white;
        background-color: red; }
      .body .topic .topic__content .topic__menus .topic__topic-data .topic__basic-data .topic__my-topic .topic__topic-data-button--join {
        cursor: pointer;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: #336666;
        background-color: #eee;
        padding: 2px 4px;
        border-radius: 4px; }
      .body .topic .topic__content .topic__menus .topic__topic-data .topic__basic-data .topic__signup {
        margin-top: 1em;
        font-size: smaller; }
        .body .topic .topic__content .topic__menus .topic__topic-data .topic__basic-data .topic__signup .topic__signup-link {
          color: #336666;
          text-decoration-color: #336666; }
    .body .topic .topic__content .topic__menus .topic__menu .left-menu__item.active {
      background: #d7ebb8; }
    .body .topic .topic__content .topic__menus .topic__menu .mdl-textfield__input.switcher {
      color: #909090;
      font-size: 0.95em;
      font-family: 'Montserrat Semibold', sans-serif; }
    .body .topic .topic__content .topic__menus .topic__ad img {
      width: 100%;
      height: 100%;
      border-radius: 4px; }
    .body .topic .topic__content .topic__menus .topic__moderators .topic__moderators-title {
      font-weight: bold;
      color: #7b9862;
      padding-left: 8px;
      padding-top: 24px; }
    .body .topic .topic__content .topic__menus .topic__moderators .topic__moderators-list {
      background-color: #eee;
      padding: 8px;
      border-radius: 4px; }
      .body .topic .topic__content .topic__menus .topic__moderators .topic__moderators-list .topic__moderators-item-url {
        text-decoration: none; }
      .body .topic .topic__content .topic__menus .topic__moderators .topic__moderators-list .topic__moderators-item {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .body .topic .topic__content .topic__menus .topic__moderators .topic__moderators-list .topic__moderators-item span {
          color: #7b9862;
          padding-left: 4px;
          font-weight: bold; }
  .body .topic .topic__content .topic__main .topic__filters {
    margin-bottom: 1.5em; }

@media (max-width: 640px) {
  .body .topic .content__header {
    display: none; }
  .body .topic .topic__content {
    grid-template-columns: 1fr; }
    .body .topic .topic__content .topic__menus {
      order: 2; }
      .body .topic .topic__content .topic__menus .topic__topic-data {
        display: none; }
    .body .topic .topic__content .topic__main {
      order: 1; } }
@media (max-width: 960px) {
  .body .topic .topic__content .topic__menus .topic__topic-data .topic__thumbnail .topic__thumbnail-img {
    width: 60px;
    height: 60px; } }
.body .question .question__content {
  grid-area: body-second-row;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 6fr 1fr 1fr;
  grid-template-rows: 32px 48px auto auto; }
  .body .question .question__content .content__header {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    flex-grow: 1;
    align-items: flex-start; }
  .body .question .question__content .question__title {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-bottom: 24px; }
    .body .question .question__content .question__title .question__title-text {
      font-size: 28px;
      color: #2e541b; }
  .body .question .question__content .question__main {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    display: grid;
    grid-template-columns: 15fr 1fr; }
    .body .question .question__content .question__main .question__opinion-form {
      grid-column: 1 / 15; }
      .body .question .question__content .question__main .question__opinion-form .question__opinion-text {
        display: grid;
        grid-template-columns: repeat(9, auto) 120px;
        grid-template-rows: 1fr 40px; }
        .body .question .question__content .question__main .question__opinion-form .question__opinion-text .CodeMirror {
          grid-column: 1 / -1;
          grid-row: 1 / -1;
          z-index: 10;
          border: 1px solid #7b9862;
          border-radius: 4px; }
        .body .question .question__content .question__main .question__opinion-form .question__opinion-text .editor-toolbar {
          grid-column: -2 / -1;
          grid-row: 2 / 2;
          z-index: 20;
          justify-items: end; }
        .body .question .question__content .question__main .question__opinion-form .question__opinion-text .character-counter {
          padding-top: 4px; }
    .body .question .question__content .question__main .question__actions {
      display: grid;
      justify-items: end;
      align-items: center;
      grid-template-columns: 1fr 1fr 1fr; }
      .body .question .question__content .question__main .question__actions div {
        padding-left: 12px; }
      .body .question .question__content .question__main .question__actions .question__actions-visibility {
        font-weight: bold; }
      .body .question .question__content .question__main .question__actions .question__actions-privacy-button {
        color: #9a9a9a;
        font-weight: bold; }
      .body .question .question__content .question__main .question__actions .question__please-wait {
        display: none; }
    .body .question .question__content .question__main .question__opinion-tabs {
      grid-column: 1 / 15; }
    .body .question .question__content .question__main .main__filter-row {
      grid-column: 1 / 15;
      width: 100%;
      display: grid;
      grid-template-areas: "filters-col-1 . . filters-col-2"; }
      .body .question .question__content .question__main .main__filter-row .main__filters {
        grid-area: filters-col-1;
        display: flex;
        justify-content: space-between; }
        .body .question .question__content .question__main .main__filter-row .main__filters .main__filter {
          margin-right: 8px; }
      .body .question .question__content .question__main .main__filter-row .main__sorting-buttons {
        grid-area: filters-col-2; }
    .body .question .question__content .question__main .question__opinion-card {
      grid-column: 1 / 15;
      box-shadow: 4px 4px 5px 2px #f5f5f5; }
      .body .question .question__content .question__main .question__opinion-card .opinion-card-text {
        overflow-wrap: break-word; }
    .body .question .question__content .question__main .opinion__icons-bar {
      grid-column: 15 / 16;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      margin-left: 25px; }
      .body .question .question__content .question__main .opinion__icons-bar .opinion__vote-button .opinion__vote {
        margin-top: 11px;
        vertical-align: baseline; }
      .body .question .question__content .question__main .opinion__icons-bar .opinion__vote-button .opinion__vote-count {
        font-size: 20px;
        margin-top: 9px;
        color: #7bc333; }
      .body .question .question__content .question__main .opinion__icons-bar .opinion__vote-button.voted .opinion__vote-count {
        color: #ef1c00; }
    .body .question .question__content .question__main .opinion__footer {
      grid-column: 1 / 15;
      margin: 18px 0 55px 0;
      display: flex;
      flex-direction: column; }
    .body .question .question__content .question__main .opinion__actions {
      display: flex;
      justify-content: space-between; }
      .body .question .question__content .question__main .opinion__actions .opinion__comments-link {
        min-width: 20%;
        height: 46px;
        background-color: #a3aea3;
        color: #fcfbfb;
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px; }
      .body .question .question__content .question__main .opinion__actions .opinion__author {
        margin-left: 4px;
        color: #2e541b;
        font-size: 12px; }
        .body .question .question__content .question__main .opinion__actions .opinion__author span:first-of-type {
          margin-right: 4px; }
        .body .question .question__content .question__main .opinion__actions .opinion__author a {
          text-decoration: none;
          color: #2e541b; }
    .body .question .question__content .question__main #next-questions {
      grid-column: 1 / 16;
      padding: 0 1.5em;
      display: flex;
      flex-direction: column;
      border-top: 3px solid #e5e5e5; }
      .body .question .question__content .question__main #next-questions .next-questions__title {
        font-size: larger;
        color: #7bc333;
        text-transform: uppercase;
        text-align: center;
        padding: .5em 0; }
      .body .question .question__content .question__main #next-questions .slick-next:before, .body .question .question__content .question__main #next-questions .slick-prev:before {
        font-family: FontAwesome;
        color: #2e541b;
        width: 25px;
        height: 42px;
        font-size: inherit; }
      .body .question .question__content .question__main #next-questions .next-questions__list--noslick {
        display: flex;
        justify-content: space-between; }
      .body .question .question__content .question__main #next-questions .project-card {
        margin: .5em; }
  .body .question .question__content .question__menus {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    color: #2e541b; }
    .body .question .question__content .question__menus img {
      border-radius: 50%; }
    .body .question .question__content .question__menus .question__tags {
      color: #7bc333; }
    .body .question .question__content .question__menus .question__when span:first-of-type {
      color: #7bc333; }
    .body .question .question__content .question__menus a {
      color: #2e541b;
      text-decoration: none; }
.body .question .content__footer {
  grid-area: none;
  grid-column: 1 / 4;
  grid-template-rows: 36px auto; }
  .body .question .content__footer .content__footer-title {
    font-size: 21px;
    color: #7bc333;
    justify-self: center;
    text-transform: uppercase;
    margin-bottom: 29px; }
  .body .question .content__footer .project-card {
    max-width: 360px; }

@media (max-width: 640px) {
  .body .question .question__content {
    grid-template-areas: "row-1" "row-2" "row-3" "row-4" "row-5";
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-column-gap: 0;
    grid-row-gap: 16px; }
    .body .question .question__content .question__title {
      grid-area: row-1; }
    .body .question .question__content .question__main {
      grid-area: row-2; }
      .body .question .question__content .question__main .main__filter-row {
        grid-template-areas: none;
        grid-template-columns: 1fr 1fr; }
        .body .question .question__content .question__main .main__filter-row .main__sorting-buttons {
          flex-wrap: wrap; }
      .body .question .question__content .question__main .opinion__actions .opinion__comments-link {
        min-width: 50%; }
    .body .question .question__content .content_footer {
      grid-area: row-3; }
    .body .question .question__content .content__header {
      grid-area: row-4; }
    .body .question .question__content .question__menus {
      grid-area: row-5; } }
.body .group {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 3fr; }
  .body .group .group__menu .group__data {
    margin: 24px 0; }
    .body .group .group__menu .group__data .group__thumbnail {
      border-radius: 50%; }

@media (max-width: 640px) {
  .body .group {
    grid-template-columns: 1fr; }
    .body .group .group__menu {
      order: 2; }
    .body .group .group__main {
      order: 1; } }

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