.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.header.shaded {
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.42);
}

.brand-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  line-height: 12px;
}

.image {
  display: block;
  max-width: 160px;
  min-width: 160px;
}

.submit-button {
  position: relative;
  display: inline-block;
}

.text-field {
  position: relative;
  display: inline-block;
  max-width: 80%;
}

.button {
  border-radius: 5px;
  background-color: #007aff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button.submit-button {
  border-radius: 5px;
  background-color: #007aff;
  font-size: 16px;
  line-height: 21px;
}

.button.search {
  padding: 14px 20px;
}

.body {
  font-family: Lato, sans-serif;
}

.search-holder {
  padding-top: 40px;
}

.seaarch-field {
  display: inline-block;
  max-width: 80%;
  min-height: 65px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 60px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #a0a0a0;
  background-image: url('../img/Icon-Search.svg');
  background-position: 10px 25px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.link-block {
  display: block;
  color: #7a7a7a;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.link-block.header-filter {
  margin-top: 10px;
}

.link-block.message {
  margin-top: 10px;
  margin-right: 20px;
  text-align: right;
}

.link-block.avatara {
  margin-left: 10px;
  text-align: left;
}

.link-default {
  font-size: 12px;
  font-weight: 700;
}

.header-form-btn-holder {
  display: block;
  min-height: 80px;
  margin-top: 20px;
  float: right;
  text-align: center;
}

.user-info-header {
  margin-top: 60px;
}

.column-2 {
  padding-right: 10px;
  text-align: right;
}

.column-3 {
  padding-left: 10px;
}

.section-tips {
  background-color: #f3f3f3;
  box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.23);
}

.container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading {
  font-size: 24px;
}

.heading.post-title {
  margin-top: 10px;
}

.heading.h1 {
  font-size: 32px;
}

.italic-text {
  color: #606060;
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
}

.italic-text.search-details {
  display: inline-block;
  padding-top: 20px;
}

.italic-text.post-short {
  display: inline-block;
  max-width: 80%;
  padding-top: 0px;
}

.italic-text.footer-copy {
  color: #b3b3b3;
  font-size: 12px;
  line-height: 16px;
}

.div-block-2 {
  max-width: 100%;
  min-height: 50px;
  border-bottom: 1px solid #a0a0a0;
}

.link-button {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #007aff;
  border-radius: 5px;
  background-color: #007aff;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.link-button.post-reply {
  margin-right: 20px;
  margin-bottom: -10px;
}

.link-button.white {
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #007aff;
  background-color: #fff;
  color: #007aff;
}

.welcome-splash-nav {
  max-width: 100%;
  min-height: 50px;
  padding-top: 10px;
  border-bottom: 1px solid #a0a0a0;
  text-align: right;
}

.user-info-header-mobile {
  display: none;
  margin-top: 60px;
}

.btn-messages-unread {
  display: block;
  height: 50px;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 40px;
  float: right;
  text-align: left;
  text-decoration: none;
}

.text-block {
  display: inline;
  margin-left: 10px;
  color: #007aff;
  text-decoration: none;
}

.icon-msg-unread {
  margin-bottom: 13px;
}

.text-block-2 {
  font-size: 12px;
}

.link-mention {
  margin-top: -10px;
  color: #9b9b9b;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.div-block-3 {
  width: 60px;
  height: 60px;
}

.large-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #9b9b9b;
}

.large-icon.blue {
  background-color: #6368c0;
  color: #4673ce;
}

.large-icon.green {
  background-color: #63c0a3;
  color: #4673ce;
}

.large-icon.darkblue {
  background-color: #34307e;
}

.large-icon.teal {
  background-color: #1dc0e0;
}

.text-block-3 {
  display: inline-block;
  margin-top: 20px;
  float: left;
  font-style: italic;
}

.grid {
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tips-grid {
  margin-top: 20px;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  min-height: 200px;
  padding-right: 20px;
  padding-left: 20px;
}

.search-filter-container {
  margin-bottom: 20px;
}

.individual-post {
  margin-top: 20px;
}

.name-icon {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #9b9b9b;
}

.name-icon.blue {
  background-color: #6368c0;
  color: #4673ce;
}

.name-icon.green {
  background-color: #63c0a3;
  color: #4673ce;
}

.name-icon.darkblue {
  background-color: #34307e;
}

.name-icon.teal {
  background-color: #1dc0e0;
}

.text-block-4 {
  font-size: 22px;
  font-weight: 300;
}

.post-usere {
  display: block;
  margin-top: 20px;
  font-style: italic;
}

.post-usere.brainmap {
  padding-left: 40px;
  background-image: url('../img/star.svg');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

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

.footer {
  min-height: 150px;
  margin-top: 40px;
  background-color: #d1d1d1;
}

.post-content {
  border-bottom: 1px solid #8a8a8a;
}

.post-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #7c7c7c;
}

.link-simple-gray {
  color: #838383;
  font-weight: 700;
  text-decoration: none;
}

.link-simple-blue {
  display: block;
  color: #009af3;
  font-weight: 700;
  text-decoration: none;
}

.link-simple-blue.pencil-icon {
  display: inline-block;
  min-height: 20px;
  padding-left: 20px;
  background-image: url('../img/edit-blue.svg');
  background-position: 0px 3px;
  background-size: 15px;
  background-repeat: no-repeat;
}

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

.div-block-4 {
  min-height: 200px;
}

.comments-holder {
  min-height: 200px;
  padding-right: 60px;
  padding-bottom: 20px;
  padding-left: 100px;
}

.comment-regulaar {
  min-height: 80px;
  margin-top: 10px;
  padding: 0px 20px 10px;
  border-radius: 20px;
  background-color: #ebebeb;
}

.comment-brainmaap {
  min-height: 80px;
  margin-top: 10px;
  padding: 0px 20px 10px;
  border-radius: 20px;
  background-color: #ebfceb;
}

.brainmap-star {
  width: 15px;
  margin-bottom: 4px;
  margin-left: 4px;
}

.image-2 {
  width: 60px;
}

.basic-nav {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.section-account {
  background-color: #f3f3f3;
  box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.23);
}

.list-item {
  margin-top: 10px;
}

.user-meenu {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-form {
  background-color: transparent;
  box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.23);
}

.form {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.form-label {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.form-label.hashtaf {
  margin-top: 10px;
}

.form-input {
  height: 3.5rem;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #747474;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  font-style: italic;
}

.form-input.textarea {
  min-height: 14rem;
}

.link {
  display: block;
}

.simple-block-link {
  display: block;
  margin-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-style: italic;
  text-decoration: none;
}

.div-block-5 {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.29);
}

.heading-2 {
  background-image: url('../img/edit.svg');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.heading-with-icon {
  background-image: url('../img/edit.svg');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.text-field-3 {
  padding-left: 40px;
  border-style: dashed;
  border-width: 1px;
  border-color: #8a8a8a;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../img/icon-add.svg');
  background-position: 10px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-style: italic;
}

.add-heashtags {
  margin-bottom: 20px;
  padding-left: 40px;
  border-style: dashed;
  border-width: 1px;
  border-color: #8a8a8a;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../img/icon-add.svg');
  background-position: 10px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-style: italic;
}

.slogan {
  display: block;
  margin-top: 0px;
  margin-left: 32px;
  float: left;
  color: #beb7b7;
  font-size: 12px;
  font-style: italic;
}

.slogan.large {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
}

.container-3 {
  min-height: 100vh;
}

.columns-2 {
  margin-top: 0%;
}

.column-7 {
  height: 95vh;
  min-height: 500px;
  background-image: url('../img/bg.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-7.about {
  height: auto;
  min-height: 95vh;
  margin-top: 10%;
  padding-top: 130px;
  background-image: none;
}

.column-8 {
  margin-top: 10%;
  padding-left: 100px;
}

.static-brand {
  margin-bottom: 40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  line-height: 12px;
  text-align: center;
}

.logo {
  display: block;
  min-width: 250px;
  
}

.bold-text {
  font-size: 42px;
}

.bm-footer {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ecf0f5;
}

.uefisci-logo {
  max-width: 150px;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-nav-li {
  list-style-type: none;
}

.footer-list-link {
  color: #555050;
  text-decoration: none;
}

.text-block-5 {
  font-size: 12px;
  text-decoration: underline;
}

.dropdown {
  display: block;
}

.filter-dropdown {
  padding: 10px 40px 10px 0px;
  font-size: 12px;
}

.radio-button-field {
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}

.posttype-icon {
  width: 30px;
  margin-left: 10px;
}

.post-type {
  display: inline-block;
  margin-top: 10px;
  font-style: italic;
}

.post-type.warning {
  margin-left: 20px;
}

.link-warning {
  color: #e2bfbf;
}

@media screen and (max-width: 479px) {
  .brand-holder {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
  }
  .search-holder {
    padding-top: 20px;
    padding-left: 0px;
  }
  .seaarch-field {
    max-width: 90%;
    margin-right: 20px;
    padding-right: 10px;
    padding-left: 40px;
    font-size: 12px;
  }
  .column {
    text-align: center;
  }
  .header-form-btn-holder {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .user-info-header {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    float: left;
  }
  .section-tips {
    background-color: #eee;
  }
  .column-4 {
    display: none;
  }
  .container {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .italic-text.search-details {
    padding-top: 0px;
  }
  .italic-text.post-short {
    max-width: 100%;
    padding-top: 0px;
  }
  .link-button.post-reply {
    margin-top: 20px;
    font-size: 11px;
  }
  .link-button.white {
    margin-top: 10px;
    margin-left: 0px;
  }
  .welcome-splash-nav {
    text-align: center;
  }
  .user-info-header-mobile {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    float: left;
  }
  .btn-messages-unread {
    float: none;
  }
  .large-icon.blue {
    float: none;
  }
  .text-block-3 {
    display: inline-block;
    float: none;
  }
  .tips-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .name-icon.blue {
    float: none;
  }
  .post-usere {
    display: inline-block;
    float: none;
  }
  .column-5 {
    display: none;
  }
  .post-link-holder {
    display: block;
  }
  .link-simple-blue.pencil-icon {
    margin-top: 29px;
    font-size: 12px;
  }
  .comments-holder {
    padding-right: 20px;
    padding-left: 10px;
  }
  .section-account {
    background-color: #eee;
  }
  .section-form {
    background-color: #eee;
  }
  .slogan {
    display: inline-block;
    float: none;
  }
  .column-7 {
    display: none;
  }
  .column-7.about {
    display: block;
    margin-top: 0%;
    padding-top: 20px;
  }
  .column-7.splash-image {
    display: none;
  }
  .column-8 {
    padding-left: 10px;
  }
  .logo {
    min-width: 150px;
  }
  .dropdown {
    text-align: center;
  }
  .filter-dropdown {
    margin-right: auto;
    margin-left: auto;
  }
  .post-type {
    display: inline-block;
    float: none;
  }
  .post-type.warning {
    margin-left: 0px;
  }
}