.social-network-icons-desktop {
  display: none;
}
@media (min-width: 970px) {
  .access .social-network-icons {
    display: none !important;
  }
  .en .access ul.secondary-navigation .social-network-icons-desktop {
    display: block;
    position: absolute;
    left: -50px;
    top: 4px;
    transform: translateX(-100%);
  }
  .en .access ul.secondary-navigation .social-network-icons-desktop li {
    padding: 0px 4px;
  }
  .en .access ul.secondary-navigation .social-network-icons-desktop li a {
    color: #f0584b;
    font-size: 22px;
  }
}
.label {
  margin-top: 30px;
  color: #f0584b;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.label.wline {
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}
.label.first {
  margin-left: 30px;
  margin-top: -30px;
}
#activities-list-new,
#activities-list-new li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#activities-list-new li {
  display: inline-block;
}
#activities-list-new li a {
  display: block;
  padding: 5px 8px;
  color: #fff;
  background: #8bd0c7;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  margin-right: 6px;
  margin-bottom: 6px;
}
.list-signup {
  background: #ddf1ef;
  padding: 20px;
  border-radius: 15px;
  color: #f0584b;
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
}
.list-signup .signup-text {
  padding-left: 10px;
}
.list-signup .form-block {
  margin-top: 10px;
}
.list-signup .form-block input[type='text'],
.list-signup .form-block input[type='submit'] {
  border-radius: 10px;
  display: block;
  width: 100%;
  border: none !important;
  font-size: 16px;
}
.list-signup .form-block input[type='text'] {
  color: #828282;
}
.list-signup .form-block input[type='submit'] {
  background: #f0584b;
  padding: 8px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.list-page .search-form {
  display: flex;
  margin-bottom: 30px;
  border: 1px solid #000;
  border-radius: 10px;
}
.list-page .search-form label {
  width: 100%;
}
.list-page .search-form input[type='search'],
.list-page .search-form input[type='submit'] {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-radius: 10px;
  padding: 6px;
}
.list-page .search-form input[type='search'] {
  width: 100%;
}
.list-page .search-form input[type='submit'] {
  background-color: #000;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.list-page {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 970px) {
  .list-page {
    display: block;
  }
}
.list-page .list-left {
  width: 100%;
}
.list-page .list-right {
  width: 40%;
  padding-right: 20px;
  max-width: 380px;
}
@media (max-width: 970px) {
  .list-page .list-right {
    width: auto;
    padding: 0px;
    margin: 0 auto;
  }
}
article.index .postimagewrap {
  margin: 0px;
  padding: 20px;
  padding-top: 0px;
}
.postimg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100%;
}
.list-posts {
  display: flex;
  flex-wrap: wrap;
}
.list-posts article.index {
  border: 0px;
  opacity: 1 !important;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  width: 50%;
  padding: 20px;
  padding-top: 0px;
}
.list-posts article.index h2,
.list-posts article.index h2 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.list-section #nav-below {
  text-align: center;
}
.list-section #nav-below span,
.list-section #nav-below a {
  padding: 10px;
}
.event-entry ul li.sig {
  white-space: nowrap;
  min-width: 110px;
}
body,
input,
textarea {
  line-height: 1.3;
}
.index-header {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 600px;
  margin-bottom: 90px;
  border-bottom: 10px solid #fdf103;
  position: relative;
}
.index-header .page-header {
  position: relative;
  bottom: 0px;
  right: 0px;
  padding: 0px;
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 400px;
}
.index-header .page-header h1,
.index-header .page-header .subtitle,
.index-header .page-header .bg-red {
  float: right;
  padding-left: 1%;
  padding-right: 100%;
  margin-left: 0%;
  margin-right: -100%;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.index-header .page-header h1 span,
.index-header .page-header .subtitle span,
.index-header .page-header .bg-red span {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.index-header .page-header h1.bg-red {
  padding: 0px;
}
.index-header .page-header h1.bg-red span {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1441px) {
  #primary {
    /* margin-top: 115px; UFFA */
    margin-top: 109px;
  }
}
/* fix spacing for only 2 UFFA*/
/* ul.primary-navigation {
    padding-left:50px !important;
    padding-right:90px !important;
}
*/
ul.primary-navigation li a {
  padding: 0 70px !important;
}
ul.primary-navigation li:first-child a {
  padding-right: 0px !important;
}
ul.primary-navigation li:last-child a {
  padding-right: 140px !important;
}
/* UFFA */
.FeedLayout__wrapper {
  padding: 0px !important;
}