.grid .grid__cards--bottom .grid__card--top .card--top__img--shadow::after,
.grid .grid__cards--bottom .grid__card--left .card--left__img--shadow::after,
.grid .grid__cards--bottom .grid__card--right .card--right__img--shadow::after {
  width: 100%;
  content: "";
  left: 0;
  position: absolute;
  -webkit-box-shadow: inset 0px 0px 80px 20px #222222;
  box-shadow: inset 0px 0px 80px 20px #222222;
}

.articles .article-card .img--shadow::after {
  width: 100%;
  content: "";
  left: 0;
  position: absolute;
  -webkit-box-shadow: inset 0px -30px 70px -25px #222222;
  box-shadow: inset 0px -30px 70px -25px #222222;
}

.grid .grid__cards--bottom .grid__card--left,
.grid .grid__cards--bottom .grid__card--right {
  width: 280px;
  height: 305px;
  margin: 5px;
  position: relative;
}

.grid
  .grid__cards--bottom
  .grid__card--top
  .card--top__textbox--bottom
  .textbox--bottom__title,
.grid
  .grid__cards--bottom
  .grid__card--left
  .card--left__textbox--bottom
  .textbox--bottom__title,
.grid
  .grid__cards--bottom
  .grid__card--right
  .card--right__textbox--bottom
  .textbox--bottom__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0 auto;
}
button {
  cursor: pointer;
}
section {
  width: 100%;
  margin: 40px 0 20px 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

hr {
  width: 100%;
}

a {
  color: #7d98a1;
}

p {
  letter-spacing: 1px;
}

h1 {
  letter-spacing: 1px;
  color: #223544;
}

h2 {
  letter-spacing: 1px;
  color: #223544;
}

h3 {
  letter-spacing: 1px;
}

button:focus {
  outline: 0;
}

select {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 8px;
  height: 40px;
  font-size: 0.9rem;
  background-color: #ededed;
  border: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select:focus {
  outline: 0;
}

input[type="text"],
[type="email"],
[type="password"] {
  width: 100% !important;
  background-color: #ededed;
  padding: 12px 20px;
  margin-bottom: 8px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
}

input[type="text"]:focus,
[type="email"]:focus,
[type="password"]:focus {
  outline: 0;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}

.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-top: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.checkbox label::before {
  height: 14px;
  width: 14px;
  border: 1px solid;
  left: 1px;
  top: 4px;
}

.checkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}

.checkbox input[type="checkbox"] + label::after {
  content: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
}
.swpm-login-widget-form {
  width: 100%;
}
.swpm-remember-me {
  font-weight: 200;
  font-size: 0.8rem;
  padding: 10px 0;
}
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

label {
  font-weight: 200;
  font-size: 0.8rem;
}

input[type="submit"] {
  width: 100%;
  background-color: #223544;
  color: white;
  font-weight: 200;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  font-size: 1rem;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
}

input[type="submit"]:hover {
  background-color: #7d98a1;
}

input[type="submit"]:focus {
  outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #ededed;
  -webkit-transition: background-color 1000s ease-in-out 1s;
  transition: background-color 1000s ease-in-out 1s;
}

.mobile-menu {
  display: none;
}

body > header {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
}
.tribe-mini-calendar-nav span {
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 400;
}
#login-page {
  height: 50vh;
  align-items: center;
}
header .nav-index-page .nav__left,
header .nav__center > ul > li > a {
  color: #fff;
  /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.43);*/
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  height: 70px;
  margin: 20px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

header nav .nav__left .logo {
  font-family: "Times New Roman", Times, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

header nav .nav__left .logo .logo__name {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 5px;
  margin: 0;
  color: #000;
  text-decoration: none;
}

header nav .nav__left .logo .logo__name--index {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 5px;
  margin: 0;
  color: #fff;
  text-decoration: none;
}

header nav .nav__left .logo .logo__slogan {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0;
  width: 140px;
}

header nav .nav__center .menu__links {
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

header nav .nav__center .menu__links:hover {
  text-decoration: underline;
}

header nav .nav__center .menu__links--index-page {
  color: #fff;
}

header nav .nav__center .menu__links--active {
  color: #e3b06f;
  text-decoration: underline;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  font-weight: 500;
}

header nav .nav__right .mobile-menu__button--open {
  display: none;
}

header nav .nav__right a {
  text-decoration: none;
}

header nav .nav__right .button__login {
  padding: 10px 15px;
  background-color: #223544;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  width: 150px;
  height: 45px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: 0.9rem;
  border: none;
  margin-right: 10px;
  cursor: pointer;
}

header nav .nav__right .button__login:hover {
  background-color: #7d98a1;
}

header nav .nav__right .button__login .login-icon {
  padding-right: 5px;
}

header nav .nav__right .button__member {
  padding: 10px 15px;
  background-color: #e3b06f;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  width: 150px;
  height: 45px;
  font-size: 0.9rem;
  border: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

header nav .nav__right .button__member:hover {
  background-color: #a6793f;
}
.login .login__form .login__forgot {
  display: -ms-grid;
  display: grid;
  text-align: right;
  font-size: 0.7rem;
  color: #6e6e6e;
  padding-bottom: 20px;
}

.login .become-member {
  width: 100%;
  margin-top: 40px;
}

.login .become-member .become-member__label {
  font-size: 0.7rem;
  color: #6e6e6e;
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #6e6e6e;
}

.login .become-member .become-member__label span {
  background-color: #fff;
  margin-bottom: -8px;
  padding: 0 15px;
}

.login .become-member .become-member__apply {
  width: 100%;
  border: 1px solid #000;
  padding: 15px 15px;
  font-size: 0.9rem;
  font-weight: 200;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
}

.login .become-member .become-member__apply:hover {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #fff;
  background-color: #000;
}

#hero {
  height: 67vh;
  position: relative;
  /* .hero__top-shadow {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 80vh;
        background-color: rgba(0, 0, 0, 0.15)
    } */
}

#hero .img--shadow::after {
  content: "";
  width: 100%;
  height: 67vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-box-shadow: inset 0px 40px 50px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 40px 50px 5px rgba(0, 0, 0, 0.5);
}

#hero .img--shadow {
  width: 100%;
  height: 67vh;
}

#hero .hero__img {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 67vh;
  -o-object-fit: cover;
  object-fit: cover;
}

#hero .hero__img-buttonbox {
  display: none;
}

#hero .hero__img-textbox {
  height: 145px;
  position: absolute;
  top: 150px;
  left: 10vw;
  z-index: 9;
}

#hero .hero__img-textbox .hero__img-box {
  background-color: rgba(255, 255, 255, 0.805);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  font-family: "Rufina", sans-serif;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
}

#hero .hero__img-textbox .hero__img-box .textbox__title {
  font-size: 3rem;
  margin: 0;
}

#hero .hero__img-textbox .hero__img-box .textbox__subtitlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#hero .hero__img-textbox .hero__img-box .textbox__subtitlebox:before {
  content: "";
  border-top: 1px solid #000;
  width: 6px;
  padding-right: 20px;
  margin-top: -19px;
}

#hero .hero__img-textbox .hero__img-box .textbox__subtitlebox:after {
  content: "";
  border-top: 1px solid #000;
  width: 6px;
  padding-left: 20px;
  margin-top: -19px;
}

#hero
  .hero__img-textbox
  .hero__img-box
  .textbox__subtitlebox
  .textbox__subtitlebox--title {
  text-align: center;
  font-size: 1rem;
  margin: 0;
  padding: 10px;
}

#hero .calendar-container {
  position: absolute;
  top: 140px;
  z-index: 3;
  right: 7vw;
  width: 400px;
  height: 600px;
  text-align: center;
  padding: 10px;
  background-color: #ffffff;
  color: #000;
  min-height: 415px;
  overflow: scroll;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.6);
}

#hero .tribe-mini-calendar-nav div {
  line-height: 1.4;
}

#hero .tribe-mini-calendar-dayofweek {
  background: #ddd;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 12px;
}

.calendar-container-big {
  width: 1180px;
  background-color: #dddddd;
  color: #000;
  padding: 20px;
  height: 500px;
}

.introduction {
  width: 1180px;
}

.introduction .introduction--title {
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.introduction .introduction--body-text {
  margin: 0;
  line-height: 1.6;
  width: 750px;
}

.section__title {
  padding-left: 5px;
  font-weight: bolder;
  margin: 0;
}

#news {
  margin-top: 80px;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1180px;
  height: 680px;
  margin-bottom: 20px;
}

.grid .grid__card--big {
  height: 660px;
  width: 590px;
  margin: 5px;
  position: relative;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
}

.grid .card--big__textbox--top {
  display: none;
}

.grid .card--top__textbox--bottom {
  display: none;
}

.grid .card__categories {
  border-top: 1px solid #dddddd;
  padding: 0px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.grid .card__categories a {
  text-decoration: none;
}

.grid .card__categories .categories {
  font-size: 0.7rem;
  color: #6e6e6e;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  padding: 18px 5px;
}

.grid .card__img--shadow::after {
  content: "";
  width: 100%;
  height: 420px;
  left: 0;
  position: absolute;
  /*-webkit-box-shadow: inset 0 100px 23px 34px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 100px 23px 34px rgba(0, 0, 0, 0.3);*/
}

.grid .card__img--shadow {
  height: 420px;
}
.grid .card__img--shadow .content--top {
  position: absolute;
  top: 20px;
  left: 0;
  color: #fff;
}
.grid .card__img--shadow .content--top .top__label {
  background-color: #223544;
  margin: 0;
  padding: 10px;
  font-size: 0.8rem;
}
.grid .card__img--shadow .content--top a {
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
}
.grid .card__img--shadow .content--top a:visited {
  color: #fff;
  text-decoration: none;
}

.grid .card__img {
  width: 590px;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid .card__contentbox {
  padding: 15px 25px 10px 25px;
}

.grid .card__contentbox a {
  text-decoration: none;
  color: #000;
}

.grid .card__contentbox .contentbox__date {
  margin: 0;
  font-size: 0.7rem;
  color: #6e6e6e;
}

.grid .card__contentbox .contentbox__title {
  margin: 5px 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.grid .card__contentbox .contentbox__ingress {
  margin: 0 0 10px 0;
  font-size: 0.8rem;
  line-height: 27px;
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: clip;
}

.grid .grid__card--medium {
  height: 620px;
  width: 490px;
  margin: 5px 0 5px 100px;
  position: relative;
}

.grid .cards__list {
  height: 620px;
  overflow-y: auto;
  margin-right: 5px;
  display: block;
}

.grid .cards__list .list:first-child {
  padding-top: 0;
}

.grid .cards__list .list {
  border-bottom: 1px solid #dddddd;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid .cards__list .list a {
  text-decoration: none;
}

.grid .cards__list .list .list-item__img {
  width: 150px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid .cards__list .list .list-item__content {
  padding: 0 10px;
}

.grid .cards__list .list .list-item__content .list-item__content__title {
  margin: 0 0 5px 0;
  font-size: 1rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #000;
}
.grid
  .cards__list
  .list
  .list-item__content
  .list-item__content__description
  img
  .card__contentbox
  img
  .grid
  .cards__list
  .list
  .list-item__content
  .list-item__content__single-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5px 0 10px 0;
}

.grid
  .cards__list
  .list
  .list-item__content
  .list-item__content__single-row
  .list-item__content__link {
  font-size: 0.7rem;
  width: 50px;
}

.grid
  .cards__list
  .list
  .list-item__content
  .list-item__content__single-row
  .list-item__content__date {
  color: #6e6e6e;
  font-size: 0.7rem;
  text-align: right;
  margin: 0;
  width: 100px;
  color: #000;
}
hs-featured-image-link
  .grid
  .cards__list
  .list
  .list-item__content
  .list-item__content__description {
  margin: 5px 0 0 0;
  color: #6e6e6e;
  font-size: 0.8rem;
  color: #000;
}

.grid .grid__cards--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 580px;
}

.grid .grid__cards--bottom a {
  text-decoration: none;
  color: #000;
}

.grid .grid__cards--bottom .grid__card--top {
  width: 570px;
  height: 335px;
  margin: 5px;
  position: relative;
}

.grid .grid__cards--bottom .grid__card--top .card--top__img--shadow::after {
  height: 335px;
}

.grid .grid__cards--bottom .grid__card--top .card--top__img--shadow {
  height: 335px;
}
.grid
  .grid__cards--bottom
  .grid__card--top
  .card--top__img--shadow
  .content--top {
  position: absolute;
  top: 20px;
  right: 0;
  color: #fff;
  z-index: 9;
}
.grid
  .grid__cards--bottom
  .grid__card--top
  .card--top__img--shadow
  .content--top
  .top__label {
  background-color: #223544;
  margin: 0;
  padding: 10px;
  font-size: 0.8rem;
}
.grid
  .grid__cards--bottom
  .grid__card--top
  .card--top__img--shadow
  .card--top__img {
  width: 570px;
  height: 335px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid .grid__cards--bottom .grid__card--top .card--top__textbox--top {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
  width: 570px;
  position: absolute;
  left: 0;
  z-index: 9;
}

.grid
  .grid__cards--bottom
  .grid__card--top
  .card--top__textbox--top
  .textbox--top__title {
  font-size: 0.9rem;
  font-weight: 500;
}

.grid
  .grid__cards--bottom
  .grid__card--top
  .card--top__textbox--top
  .textbox--top__date {
  font-size: 0.9rem;
  font-weight: 100;
}

.grid .grid__cards--bottom .grid__card--top .card--top__textbox--bottom {
  color: #fff;
  padding: 0px 20px;
  width: 570px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.grid
  .grid__cards--bottom
  .grid__card--top
  .card--top__textbox--bottom
  .textbox--bottom__title {
  font-size: 1.2rem;
  font-weight: 500;
}

.grid .grid__cards--bottom .grid__card--left a {
  text-decoration: none;
  color: #000;
}

.grid .grid__cards--bottom .grid__card--left .card--left__img--shadow::after {
  height: 305px;
}

.grid .grid__cards--bottom .grid__card--left .card--left__img--shadow {
  height: 305px;
}
.grid
  .grid__cards--bottom
  .grid__card--left
  .card--left__img--shadow
  .content--top {
  position: absolute;
  top: 20px;
  right: 0;
  color: #fff;
  z-index: 9;
}
.grid
  .grid__cards--bottom
  .grid__card--left
  .card--left__img--shadow
  .content--top
  .top__label {
  background-color: #223544;
  margin: 0;
  padding: 10px;
  font-size: 0.8rem;
}
.grid
  .grid__cards--bottom
  .grid__card--left
  .card--left__img--shadow
  .card--left__img {
  width: 280px;
  height: 305px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid .grid__cards--bottom .grid__card--left .card--left__textbox--top {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  width: 280px;
  position: absolute;
  left: 0;
  z-index: 9;
}

.grid
  .grid__cards--bottom
  .grid__card--left
  .card--left__textbox--top
  .textbox--top__title {
  font-size: 0.9rem;
  font-weight: 500;
}

.grid
  .grid__cards--bottom
  .grid__card--left
  .card--left__textbox--top
  .textbox--top__date {
  font-size: 0.9rem;
  font-weight: 100;
}

.grid .grid__cards--bottom .grid__card--left .card--left__textbox--bottom {
  color: #fff;
  padding: 0px 10px;
  width: 280px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.grid
  .grid__cards--bottom
  .grid__card--left
  .card--left__textbox--bottom
  .textbox--bottom__title {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.grid .grid__cards--bottom .grid__card--right .card--right__img--shadow::after {
  height: 305px;
}

.grid .grid__cards--bottom .grid__card--right a {
  text-decoration: none;
  color: #000;
}

.grid .grid__cards--bottom .grid__card--right .card--right__img--shadow {
  height: 305px;
}
.grid
  .grid__cards--bottom
  .grid__card--right
  .card--right__img--shadow
  .content--top {
  position: absolute;
  top: 20px;
  right: 0;
  color: #fff;
  z-index: 9;
}
.grid
  .grid__cards--bottom
  .grid__card--right
  .card--right__img--shadow
  .content--top
  .top__label {
  background-color: #223544;
  margin: 0;
  padding: 10px;
  font-size: 0.8rem;
}
.grid
  .grid__cards--bottom
  .grid__card--right
  .card--right__img--shadow
  .card--right__img {
  width: 280px;
  height: 305px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid .grid__cards--bottom .grid__card--right .card--right__textbox--top {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  width: 280px;
  position: absolute;
  left: 0;
  z-index: 9;
}

.grid
  .grid__cards--bottom
  .grid__card--right
  .card--right__textbox--top
  .textbox--top__title {
  font-size: 0.9rem;
  font-weight: 500;
}

.grid
  .grid__cards--bottom
  .grid__card--right
  .card--right__textbox--top
  .textbox--top__date {
  font-size: 0.9rem;
  font-weight: 100;
}

.grid .grid__cards--bottom .grid__card--right .card--right__textbox--bottom {
  color: #fff;
  padding: 0px 10px;
  width: 270px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.grid
  .grid__cards--bottom
  .grid__card--right
  .card--right__textbox--bottom
  .textbox--bottom__title {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}
.flex-center .read-more {
  margin-top: 0;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.ad {
  width: 280px;
  height: 200px;
  margin: 5px;
  padding: 10px 0;
  box-sizing: border-box;
  background-color: #223544;
}

.read-more {
  height: 50px;
  width: auto;
  margin-top: 80px;
  padding: 10px 30px;
  background-color: #fff;
  color: #6e6e6e;
  border: 1px solid #6e6e6e;
  font-size: 0.9rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.read-more:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

#members {
  margin-bottom: 60px;
}

.members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1180px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.members a {
  color: #000;
  text-decoration: none;
  width: 370px;
}

.members .memberbox {
  width: 374px;
  height: 90px;
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
}

.members .memberbox .member__logo {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  border: 2px solid #ededed;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
  margin-left: 10px;
}

.members .memberbox .member__label {
  font-weight: 500;
}

.blue-bg {
  background-color: #223544;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 350px;
  position: relative;
}

.quotes {
  width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
}

.quotes .quotes__why-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 300px;
  margin: 30px 0;
}

.quotes .quotes__why-apply .why-apply__icon {
  font-size: 2.5rem;
}

.quotes .quotes__why-apply .why-apply__description {
  font-size: 0.8rem;
  text-align: center;
}

#apply-for-membership {
  margin-top: -100px;
}

.apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1180px;
  padding: 30px 300px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
}

.apply .apply__title {
  color: #223544;
  font-size: 1.9rem;
  text-align: center;
  margin: 0;
}

.apply .apply__link {
  font-style: italic;
  font-size: 0.7rem;
  margin: 0 0 20px 0;
  text-align: center;
}

.apply .apply__form__select {
  background-image: url("../assets/arrow-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.9em top 50%, 0 0;
  background-size: 1em auto, 100%;
}

.apply .apply__form__single-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apply .apply__form__single-row .single-row__textfield:first-child {
  margin-right: 10px;
}

.apply .apply__form__single-row .single-row__textfield {
  width: 100%;
}

.apply .apply__form__terms {
  font-size: 0.7rem;
  color: #969696;
  margin-bottom: 20px;
}

.apply .apply__form__radio {
  font-size: 0.8rem;
  margin: 0 0 0 8px;
}

.apply .apply__form__submit {
  margin: 0 auto;
  width: 40%;
}

footer {
  background-color: #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px 300px 30px 300px;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer__logo {
  font-family: "Times New Roman", Times, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

footer .footer__logo .logo__name {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 5px;
  margin: 0;
  width: 100%;
  text-align: center;
  padding-left: 3px;
}

footer .footer__logo a {
  text-decoration: none;
}

footer .footer__logo .logo__slogan {
  font-size: 0.9rem;
  margin: 0;
  width: 140px;
  color: #000;
  text-decoration: none;
}

footer .footer__button {
  height: 50px;
  width: 250px;
  cursor: pointer;
  margin: 50px 0;
  padding: 10px 30px;
  background-color: #dddddd;
  color: #000;
  border: 1px solid #000;
  font-size: 0.9rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

footer .footer__button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

footer .footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 60px 0;
  height: 50px;
  width: 100%;
}

footer .footer__links a {
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  line-height: 50px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}

footer .footer__links a:hover {
  text-decoration: underline;
}

footer .footer__links .vertical-line {
  border-left: 1px solid #7d98a1;
}

footer .footer__links .vertical-line::first-child {
  border: 0;
}

footer .footer__misc {
  margin-top: 40px;
}

footer .footer__misc .misc__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer__misc .misc__links .misc__links--grey {
  color: #414141;
  text-decoration: underline;
  margin: 0 10px;
  font-size: 0.8rem;
  font-weight: 600;
}

footer .footer__misc .misc__made-by {
  color: #414141;
  font-weight: 600;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 20px;
}

#breadcrumbs {
  margin-top: 120px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 1180px;
}

.breadcrumbs .breadcrumb-home {
  color: #000;
  font-size: 0.8rem;
  text-decoration: none;
  padding-right: 10px;
}

.breadcrumbs .breadcrumb {
  color: #000;
  font-size: 0.8rem;
  text-decoration: none;
  padding: 0 10px;
  margin: 0;
  letter-spacing: 0;
}

.breadcrumbs .breadcrumb--active {
  font-size: 0.8rem;
  color: #6e6e6e;
  padding-left: 10px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1180px;
  margin-bottom: 40px;
}

.categories .categories__category {
  position: relative;
  width: 240px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.categories .categories__category a {
  text-decoration: none;
  color: #000;
}
.category--active {
  position: relative;
  padding: 5px 15px;
}
.categories .categories__category .category--active:before {
  border-left: 1px solid #e3b06f;
  border-bottom: 1px solid #e3b06f;
  position: absolute;
  bottom: -1px;
  left: -1px;
  content: "";
  width: 50%;
  height: 60%;
}

.categories .categories__category .category--active:after {
  border-right: 1px solid #e3b06f;
  border-top: 1px solid #e3b06f;
  position: absolute;
  top: -1px;
  right: -1px;
  content: "";
  width: 50%;
  height: 60%;
}

.categories .categories__category .category--active .category__label--active {
  font-weight: 700;
  text-transform: uppercase;
  color: #e3b06f;
  margin: 0;
}

.categories .category {
  padding: 0 20px;
}

.categories .category .category__label:first-child {
  margin-left: 10px;
}

.categories .category .category__label {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}

#news-page {
  margin-top: 80px;
}

.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  margin: 40px 0 0 0;
  width: 1180px;
}

.articles .article-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}

.articles .article-card .img-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  height: 370px;
}

.articles .article-card .img--shadow::after {
  height: 370px;
}

.articles .article-card .img--shadow {
  height: 370px;
}

.articles .article-card .img--shadow .img-container__img {
  width: 370px;
  height: 370px;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.articles .article-card .img-container__content {
  width: 370px;
  height: 370px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 9;
}

.articles .article-card .img-container__content .content--top {
  position: absolute;
  top: 20px;
  left: 0;
  color: #fff;
}

.articles .article-card .img-container__content .content--top .top__avatar {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
  position: absolute;
  top: 0px;
  left: 20px;
}

.articles .article-card .img-container__content .content--top .top__label {
  background-color: #223544;
  margin: 0;
  padding: 10px;
  font-size: 0.8rem;
}

.articles .article-card .img-container__content .content--top .not-in-use {
  background-color: transparent;
  padding: 10px;
}

.articles .article-card .img-container__content .content--bottom {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #fff;
  z-index: 5;
}

.articles
  .article-card
  .img-container__content
  .content--bottom
  .bottom__label {
  font-size: 0.8rem;
  padding: 5px 10px;
  margin: 0;
  display: none;
}

.articles .article-card .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0;
  height: 300px;
  width: 370px;
}

.articles .article-card .text-container .text-container__link {
  text-decoration: none;
  color: #000;
}

.articles
  .article-card
  .text-container
  .text-container__link
  .text-container__link__title {
  margin: 0 0 15px 0;
  font-weight: 500;
  font-size: 1.2rem;
}

.articles .article-card .text-container .text-container__excerpt {
  margin: 0;
  font-size: 0.9rem;
  line-height: 23px;
  font-weight: 300;
}

.articles .article-card .text-container .text-container__link__button {
  padding-top: 20px;
}

.articles
  .article-card
  .text-container
  .text-container__link__button
  .text-container__button {
  padding: 10px 20px;
  color: #000;
  background-color: #fff;
  text-transform: uppercase;
  border: 1px solid #e3b06f;
  position: relative;
  font-weight: 600;
}

.articles
  .article-card
  .text-container
  .text-container__link__button
  .text-container__button:hover:before {
  width: 0;
  height: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.articles
  .article-card
  .text-container
  .text-container__link__button
  .text-container__button:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: -1px;
  right: -1px;
  content: "";
  width: 50%;
  height: 55%;
}

.articles
  .article-card
  .text-container
  .text-container__link__button
  .text-container__button:hover:after {
  width: 0;
  height: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.articles
  .article-card
  .text-container
  .text-container__link__button
  .text-container__button:before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: -1px;
  left: -1px;
  content: "";
  width: 50%;
  height: 55%;
}

.read-all {
  display: none;
}

.no-bottom-margin {
  margin-bottom: 0;
}

#blog-post {
  margin-top: 10px;
}

.post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1180px;
}

.post-container .post__img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-container .post__card {
  position: relative;
  background-color: #fff;
  margin-top: -120px;
  width: 650px;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
}

.post-container .post__card .card__content {
  padding: 30px 30px 10px 30px;
}

.post-container .post__card .card__content .content__title {
  font-size: 1.2rem;
}

.post-container .post__card .card__content .content--single-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-container .post__card .card__content .data__category {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.post-container .post__card .card__content .data__category .category__label {
  font-weight: 200;
  font-size: 0.8rem;
}

.post-container .post__card .card__content .data__category .category__tag {
  font-size: 0.8rem;
  font-weight: 800;
  color: #e3b06f;
  text-transform: uppercase;
  padding-left: 5px;
}

.post-container .post__card .card__content .data__last-modified {
  font-size: 0.8rem;
  font-weight: 200;
  width: 50%;
  text-align: end;
}

.post-container .post__card .card__content .author {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 10px;
}

.post-container .post__card .card__content .author .author__img {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-container .post__card .card__content .author .author__name {
  font-size: 0.8rem;
  font-weight: 200;
  padding-left: 10px;
}

.post-container .post__card .card__content .social-media {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px;
}

.post-container .post__card .card__content .social-media .social-media__label {
  font-size: 0.8rem;
  font-weight: 200;
}

.post-container .post__card .card__content .social-media .size {
  font-size: 1rem;
  margin: 12.8px 5px;
}

.post-container .post__card .card__content .social-media .share-twitter {
  color: #00acee;
}

.post-container .post__card .card__content .social-media .share-facebook {
  color: #3b5998;
}

.post-container .post__card .card__content .social-media .share-linkedin {
  color: #0e76a8;
}

.post-container .post__card .card__content .social-media .share-google {
  width: 14px;
  height: 14px;
  margin: 12.8px 5px;
}

.post-container .underline {
  border-bottom: 1px solid #ededed;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.post-container .post-body {
  width: 900px;
  padding-top: 80px;
}

.post-container .post-body .add-to-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post-container .post-body .add-to-calendar .add__link {
  color: #6e6e6e;
  font-style: italic;
}

.post-container .post-body .post-introduction {
  padding-bottom: 0px;
}

.post-container .post-body .post-introduction .post-introduction__title {
  font-size: 1.6rem;
}

.post-container .post-body .post-introduction .post-introduction__description {
  font-weight: 400;
  line-height: 30px;
  font-size: 1.2rem;
}

.post-container .post-body .post-body__content {
  line-height: 26px;
  font-weight: 300;
  font-size: 1rem;
}

.post-container .post-body .post-body__content .video-or-img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #293c48;
  margin: 60px 0;
}

.post-container .post-body .post-body__content .invitation-buttonbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0;
}

.post-container
  .post-body
  .post-body__content
  .invitation-buttonbox
  .add-me--blue {
  width: 180px;
  height: 55px;
  padding: 10px;
  font-weight: 300;
  border: none;
  color: #fff;
  background-color: #223544;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 20px;
}

.post-container
  .post-body
  .post-body__content
  .invitation-buttonbox
  .add-me--blue:hover {
  background-color: #7d98a1;
}

.post-container
  .post-body
  .post-body__content
  .invitation-buttonbox
  .add-me--yellow {
  width: 180px;
  height: 55px;
  padding: 10px;
  font-weight: 300;
  border: none;
  font-size: 1rem;
  color: #fff;
  background-color: #e3b06f;
  text-transform: uppercase;
  cursor: pointer;
}

.post-container
  .post-body
  .post-body__content
  .invitation-buttonbox
  .add-me--yellow:hover {
  background-color: #a6793f;
}

.post-container .post-body .post-body__content .invitation-buttonbox .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.post-container
  .post-body
  .post-body__content
  .invitation-buttonbox
  .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px 20px 40px 20px;
  border: 1px solid #888;
  width: 50%;
}

.post-container
  .post-body
  .post-body__content
  .invitation-buttonbox
  .modal-content
  form {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.post-container .post-body .post-body__content .invitation-buttonbox .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.post-container
  .post-body
  .post-body__content
  .invitation-buttonbox
  .close:hover,
.post-container
  .post-body
  .post-body__content
  .invitation-buttonbox
  .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.post-container .post-body .post-body__content .post-body-headline-2 {
  font-weight: 500;
  margin-top: 60px;
}

.post-container .post-body .attachments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px 0;
}

.post-container .post-body .attachments .attachment__download {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 10px;
  position: relative;
}

.post-container .post-body .attachments .attachment__download .attachment {
  background-color: #293c48;
  padding: 10px;
  width: 50%;
  color: #fff;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-container
  .post-body
  .attachments
  .attachment__download
  .attachment
  .attachment__label {
  margin: 0;
}

.post-container .author__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 900px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  margin-top: 40px;
}

.post-container .author__card .author__image {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 10px 0;
}

.post-container .author__card .author__credentials {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-container .author__card .author__credentials .author__name {
  font-size: 1.3rem;
  margin: 0;
  font-weight: 500;
}

.post-container .author__card .author__credentials .author__jobtitle {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 200px;
  color: #6e6e6e;
  padding: 5px 0;
}

.post-container .author__card .author__credentials .author__info:first-child {
  padding-right: 35px;
}

.post-container .author__card .author__credentials .author__info {
  text-decoration: underline;
  font-size: 0.8rem;
  padding-top: 8px;
  color: #6e6e6e;
  margin: 0;
}

.post-container .author__card .author__credentials .author__single-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blue-stripe {
  width: 100%;
  height: 120px;
  background-color: #223544;
  margin-top: 100px;
}

#group-page {
  margin: 0;
}

.group-navigation {
  width: 1180px;
  height: 500px;
  margin-top: -90px;
  margin-bottom: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}

.group-navigation .navigation__img {
  width: 70%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 7px 0px 7px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 7px 0px 7px 0px rgba(0, 0, 0, 0.08);
}

.group-navigation .navigation__links {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
}

.group-navigation .navigation__links .group__link {
  color: #000;
  text-decoration: none;
  padding: 20px 0 0 0;
  font-weight: 500;
}

.group-navigation .navigation__links .group__link--active {
  font-weight: 500;
  color: #000;
  padding: 20px 0 0 0;
  text-decoration: none;
  border-bottom: 2px solid #e3b06f;
}

.navigation__links--mobile {
  display: none;
}

#breadcrumbs-grouppages {
  margin-top: 0px;
}

.breadcrumbs-grouppages {
  width: 900px;
}

#group-page__body-text {
  margin-top: 20px;
}

#group-page__body-text .post-container .post-body {
  padding-top: 10px;
}

.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1180px;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.contacts .contact-box {
  width: 370px;
  margin: 16px;
  padding: 0 0 20px 0;
}

.contacts .contact-box .contact__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 270px;
}

.contacts .contact-box .contact__name {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0 20px;
}

.contacts .contact-box .contact__about {
  font-size: 0.8rem;
  font-weight: 200;
  padding: 0 20px;
}

.contacts .contact-box .contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 10px 20px 5px 20px;
}

.contacts .contact-box .contact__info .text {
  margin: 0;
  padding-right: 5px;
  font-size: 0.8rem;
}

.contacts .contact-box .contact__info .link {
  color: #e3b06f;
  text-decoration: underline;
  margin: 0;
  font-size: 0.8rem;
}
.contacts .contact-box .contact__info a {
  color: #e3b06f;
}

.contact-box {
  background-color: #fff;
  width: 50%;
  padding: 20px;
  margin: 40px 0;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}

.contact-box .contact__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 270px;
}

.contact-box .contact__name {
  font-size: 1.3rem;
  font-weight: bold;
}

.contact-box .contact__about {
  font-size: 0.8rem;
  font-weight: 200;
}

.contact-box .contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 20px;
}

.contact-box .contact__info .text {
  margin: 0;
  padding-right: 10px;
  font-size: 0.8rem;
}

.contact-box .contact__info .link {
  color: #e3b06f;
  text-decoration: underline;
  margin: 0;
  font-size: 0.8rem;
}

#about-page {
  margin-bottom: 0;
  margin-top: -40px;
}

#external-sources-page {
  margin-top: 0px;
}

.external-sources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1180px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}

.external-sources .external-sources-box {
  background-color: #fff;
  width: 550px;
  padding: 20px;
  margin: 20px 0 0 0;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
}

.external-sources .external-sources-box .sources__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.external-sources .external-sources-box .sources__info .label {
  margin: 0;
  padding-right: 10px;
}

.external-sources .external-sources-box .sources__info .logo {
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

.external-sources .external-sources-box .sources__about {
  font-size: 0.8rem;
  font-weight: 200;
}

#navigation-module {
  margin-top: -40px;
  margin-bottom: 10px;
}

#navigation-breadcrumbs {
  margin-top: 10px;
  margin-bottom: 0;
}

#member-page {
  margin-top: 0;
}

#breadcrumb-little-margin {
  margin-top: 10px;
  margin-bottom: 0;
}

#my-page {
  margin-top: 70px;
}

.my-info {
  width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
}

.my-info .my-info__hero__img {
  width: 100%;
  height: 300px;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}

.my-info .about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.my-info .about__content .my-info__about--right {
  background-color: #ededed;
  padding: 30px;
  width: 826px;
}

.my-info .about__content .my-info__about--right .about--right__avatar--shadow {
  -webkit-box-shadow: 0px 0px 7px 1px rgba(34, 34, 34, 0.9);
  box-shadow: 0px 0px 7px 1px rgba(34, 34, 34, 0.9);
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 100px;
  margin-top: -90px;
}

.my-info
  .about__content
  .my-info__about--right
  .about--right__avatar--shadow
  .about--right__avatar {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0 0 0 7px #fff;
  box-shadow: 0 0 0 7px #fff;
}

.my-info .about__content .my-info__about--right .about--right__name {
  margin-top: 40px;
  font-size: 1rem;
}

.my-info .about__content .my-info__about--right .about--right_introduction {
  font-size: 0.8rem;
}

.my-info .about__content .my-info__about--right .about--right__body-text {
  font-size: 0.8rem;
}

.my-info .about__content .my-info__about--left {
  padding: 30px;
  width: 354px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.my-info .about__content .my-info__about--left .about--left__label {
  font-size: 1.3rem;
  width: 100%;
}

.my-info .about__content .my-info__about--left .about--left__list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.my-info
  .about__content
  .my-info__about--left
  .about--left__list
  .list-item
  .list-item__icon {
  font-size: 2rem;
  padding-right: 20px;
  width: 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-info
  .about__content
  .my-info__about--left
  .about--left__list
  .list-item
  .list-item__link {
  color: #6e6e6e;
  font-size: 0.8rem;
}

.my-info
  .about__content
  .my-info__about--left
  .about--left__contact
  .contact__headline {
  font-weight: 500;
  font-size: 1.3rem;
}

.my-info
  .about__content
  .my-info__about--left
  .about--left__contact
  .contact__name {
  color: #6e6e6e;
  font-size: 0.8rem;
  padding: 5px 0;
  display: block;
}

.member-of {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1180px;
}

.member-of a {
  text-decoration: none;
}

.member-of .memberbox {
  width: 280px;
  padding: 10px;
  margin: 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
}

.member-of .memberbox .member__label {
  font-weight: 500;
  font-size: 0.8rem;
  color: #000;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}

.login .login__about-membership {
  font-style: italic;
  font-size: 0.7rem;
  padding-bottom: 30px;
}

.login .login__form {
  width: 350px;
}

.login .login__form .login__forgot {
  display: -ms-grid;
  display: grid;
  text-align: right;
  font-size: 0.7rem;
  color: #6e6e6e;
  padding-bottom: 20px;
}

.login .become-member {
  width: 100%;
  margin-top: 40px;
}

.login .become-member .become-member__label {
  font-size: 0.7rem;
  color: #6e6e6e;
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #6e6e6e;
}

.login .become-member .become-member__label span {
  background-color: #fff;
  margin-bottom: -8px;
  padding: 0 15px;
}

.login .become-member .become-member__apply {
  width: 100%;
  border: 1px solid #000;
  padding: 15px 15px;
  font-size: 0.9rem;
  font-weight: 200;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
}

.login .become-member .become-member__apply:hover {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #fff;
  background-color: #000;
}

#not-available-page {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.not-available__label {
  text-align: center;
  font-size: 2.3rem;
  color: #fff;
  font-weight: 500;
}

.not-available__description {
  text-align: center;
  color: #fff;
  width: 70%;
}

.not-available__single-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

.not-available__single-row .single-row__login {
  padding: 20px;
  background-color: #e3b06f;
  color: #fff;
  text-transform: uppercase;
  width: 200px;
  margin-right: 10px;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}

.not-available__single-row .single-row__login:hover {
  background-color: #a6793f;
}

.not-available__single-row .single-row__member {
  padding: 20px;
  border: 1px solid #e3b06f;
  color: #fff;
  font-size: 1rem;
  background: transparent;
  text-transform: uppercase;
  width: 200px;
  cursor: pointer;
}

.not-available__single-row .single-row__member:hover {
  background-color: #a6793f;
  border: 1px solid #a6793f;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .section__title {
    padding-left: 20px;
  }
  .news__section__title {
    padding-left: 20px;
  }
  .section__title__inner {
    padding-left: 0;
  }
  #breadcrumbs {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px;
  }
  .breadcrumbs {
    width: 1024px;
    padding: 0 20px;
  }
  header {
    top: 0;
  }
  header nav .nav__center .menu__links {
    padding: 0 5px 0 5px;
  }
  header nav .nav__center .menu__links--active {
    padding: 0 5px 0 5px;
  }
  header nav .nav__right .button__login {
    width: 120px;
    height: 35px;
    font-size: 0.8rem;
    padding: 10px 15px;
  }
  header nav .nav__right .button__member {
    width: 120px;
    height: 35px;
    font-size: 0.8rem;
    padding: 10px 15px;
  }
  header nav .nav__right .mobile-menu__button--open {
    display: none;
  }
  .calendar-container {
    display: none;
  }
  .introduction {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid {
    width: 1024px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid .grid__card--big {
    width: 500px;
  }
  .grid .card__categories .categories {
    margin: 0;
  }
  .grid .card__img {
    width: 500px;
  }
  .grid .card__contentbox {
    padding-bottom: 0;
  }
  .grid .grid__card--medium {
    width: 490px;
    margin-left: 0px;
  }
  .grid .cards__list .list .list-item__img {
    width: 150px;
    height: 100px;
  }
  .grid .grid__cards--bottom {
    width: 500px;
  }
  .grid .grid__cards--bottom .grid__card--top {
    width: 490px;
  }
  .grid
    .grid__cards--bottom
    .grid__card--top
    .card--top__img--shadow
    .card--top__img {
    width: 490px;
  }
  .grid .grid__cards--bottom .grid__card--top .card--top__textbox--top {
    width: 490px;
  }
  .grid .grid__cards--bottom .grid__card--top .card--top__textbox--bottom {
    width: 490px;
  }
  .grid .grid__cards--bottom .grid__card--left {
    width: 240px;
  }
  .grid
    .grid__cards--bottom
    .grid__card--left
    .card--left__img--shadow
    .card--left__img {
    width: 240px;
  }
  .grid .grid__cards--bottom .grid__card--left .card--left__textbox--top {
    width: 240px;
  }
  .grid .grid__cards--bottom .grid__card--left .card--left__textbox--bottom {
    width: 240px;
  }
  .grid .grid__cards--bottom .grid__card--right {
    width: 240px;
  }
  .grid
    .grid__cards--bottom
    .grid__card--right
    .card--right__img--shadow
    .card--right__img {
    width: 240px;
  }
  .grid .grid__cards--bottom .grid__card--right .card--right__textbox--top {
    width: 240px;
  }
  .grid .grid__cards--bottom .grid__card--right .card--right__textbox--bottom {
    width: 240px;
  }
  .ad:nth-child(n + 3) {
    display: none;
  }
  .calendar-container-big {
    width: 1024px;
  }
  .members {
    width: 1024px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .members .memberbox {
    width: 360px;
    margin: 15px 0;
  }
  #apply-for-membership {
    width: 1024px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .apply {
    width: 850px;
    padding: 30px 250px;
  }
  .quotes {
    width: 1024px;
  }
  footer {
    padding: 80px;
  }
  .categories {
    width: 1024px;
  }
  .articles {
    width: 1024px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .articles .article-card {
    padding: 0;
  }
  .external-sources {
    width: 1024px;
  }
  .post-container {
    width: 1024px;
  }
  .group-navigation {
    width: 990px;
    margin: -90px auto 10px auto;
  }
  .group-navigation .navigation__links {
    padding: 0 20px 20px 20px;
  }
  .member-of {
    width: 1024px;
  }
  .my-info {
    width: 1024px;
  }
  .my-info .about__content .my-info__about--right {
    padding: 20px;
    width: 70%;
  }
  .my-info .about__content .my-info__about--left {
    padding: 0 20px;
    width: 30%;
    display: block;
  }
  .contact-container {
    width: 1024px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .ad {
    margin: 15px 0;
  }
  section {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #breadcrumbs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px;
    margin-top: 100px;
  }
  header nav {
    margin: 0;
    background-color: #fff;
    color: #000;
    text-shadow: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
    box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.2);
    position: fixed;
    width: 100%;
  }
  header nav .nav__left {
    padding-left: 20px;
  }
  header nav .nav__left .logo .logo__name--index {
    color: #000;
    text-shadow: none;
  }
  header nav .nav__left .logo .logo__slogan {
    display: none;
  }
  header nav .nav__center {
    display: none;
  }
  header nav .nav__right .button__login,
  header nav .nav__right .button__member {
    display: none;
  }
  header nav .nav__right .mobile-menu__button--open {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 2rem;
    text-align: center;
    padding-right: 20px;
    color: #000;
    text-shadow: none;
  }
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
  }
  .mobile-menu__button--close {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 2rem;
    color: #2b2b2b;
  }
  .menu {
    padding: 70px 0 0 0;
    height: 100vh;
  }
  .menu .menu-inner {
    width: 100vw;
    height: 90vh;
    padding: 0 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu__links--thick {
    font-size: 1rem;
    color: #000;
    padding: 10px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .menu__links--thin:first-child {
    padding: 20px 10px 5px 10px;
  }
  .menu__links--thin {
    font-size: 0.9rem;
    color: #000;
    font-weight: 200;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    letter-spacing: 1px;
  }
  .menu__social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 10px 15px 10px;
  }
  .menu__social-media .social-media__label--thin {
    font-weight: 200;
    margin-bottom: 5px;
    width: 100vw;
    text-transform: uppercase;
    font-size: 0.9rem;
  }
  .menu__social-media .social-media__icon {
    color: #000;
    font-size: 1.9rem;
    padding: 10px 20px 10px 0;
  }
  .menu__social-media .facebook {
    font-size: 1.6rem;
  }
  .menu__button__login {
    background-color: #223544;
    height: 55px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    border: none;
    width: 90vw;
  }
  .menu__button__login .login-icon {
    padding-right: 5px;
  }
  .menu__button__link {
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
  }
  .menu__button__member {
    background-color: #e3b06f;
    height: 55px;
    color: #fff;
    width: 90vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    border: none;
  }

  .calendar-container-big
    .calendar-box
    #upcoming-events
    .tribe-mini-calendar-no-event {
    padding: 24px 20px;
  }
  #hero .hero__img-buttonbox {
    display: block;
    position: absolute;
    bottom: 390px;
    z-index: 5;
    width: 100%;
    padding: 0 20px;
  }
  #hero .hero__img-buttonbox a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
  }
  #hero .hero__img-buttonbox .buttonbox__button {
    color: #fff;
    background-color: #e3b06f;
    font-weight: 300;
    width: 100%;
    padding: 20px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #hero .hero__img-textbox {
    padding: 0 20px;
    top: 100px;
    width: 100%;
    left: 0;
  }
  #hero .hero__img-textbox .hero__img-box {
    background-color: #fff;
    width: 100%;
  }
  #hero .hero__img-textbox .hero__img-box .textbox__title {
    display: none;
  }
  #hero .hero__img-textbox .hero__img-box .textbox__subtitlebox:before {
    display: none;
  }
  #hero .hero__img-textbox .hero__img-box .textbox__subtitlebox:after {
    display: none;
  }
  #hero
    .hero__img-textbox
    .hero__img-box
    .textbox__subtitlebox
    .textbox__subtitlebox--title {
    text-align: left;
    font-size: 1.2rem;
    margin: 0;
    letter-spacing: 0;
    padding: 10px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  #hero
    .hero__img-textbox
    .hero__img-box
    .textbox__subtitlebox
    .textbox__subtitlebox--title
    b {
    font-size: 1.4rem;
  }
  #hero .tribe-mini-calendar-event {
    border-bottom: none;
  }
  .introduction {
    padding: 0 20px;
  }
  .introduction .introduction--body-text {
    width: 100%;
  }
  .post-container .post-body .attachments .attachment__download .attachment {
    width: 100%;
  }
  .grid {
    width: 100%;
    height: 100%;
    margin: 0 0 80px 0;
    padding: 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid .grid__card--big {
    width: 100%;
    height: 420px;
    margin: 0;
  }
  .grid .card--big__textbox--top {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 9;
    padding: 10px 20px;
  }
  .grid .card--big__textbox--top .textbox--top__title {
    font-weight: 200;
    font-size: 1rem;
  }
  .grid .card--big__textbox--top .textbox--top__date {
    font-weight: 200;
    font-size: 1rem;
  }
  .grid .card--top__textbox--bottom {
    color: #fff;
    padding: 0px 20px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid .card--top__textbox--bottom .textbox--bottom__title {
    padding: 10px 20px;
    font-size: 1.4rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  }
  .grid .card__categories {
    display: none;
  }
  .grid .card__img {
    width: 100%;
  }
  .grid .card__contentbox {
    display: none;
  }
  .grid .grid__card--medium {
    width: 100%;
    margin: 25px 0;
  }
  .grid .cards__list {
    display: block;
    -webkit-overflow-scrolling: touch;
    margin: 0;
  }
  .grid .cards__list::-webkit-scrollbar {
    display: none;
  }
  .grid .cards__list .list__stack__mobile {
    width: 80%;
    padding: 0 35px 0 0;
  }
  .grid
    .cards__list
    .list__stack__mobile
    .list
    .list-item__content
    .list-item__content__description
    .hs-featured-image-wrapper {
  }
  .grid .cards__list .list__stack__mobile .list .list-item__img {
    width: 150px;
    height: 100px;
  }
  .grid
    .cards__list
    .list__stack__mobile
    .list
    .list-item__content
    .list-item__content__single-row
    .list-item__content__link {
    width: 100%;
  }
  .grid .grid__cards--bottom {
    width: 100%;
    height: 900px;
  }
  .grid .grid__cards--bottom .grid__card--top {
    width: 100%;
    height: 420px;
    margin: 20px 0 0 0;
  }
  .grid .grid__cards--bottom .grid__card--top .card--top__img--shadow::after {
    height: 420px;
  }
  .grid .grid__cards--bottom .grid__card--top .card--top__img--shadow {
    height: 420px;
  }
  .grid
    .grid__cards--bottom
    .grid__card--top
    .card--top__img--shadow
    .card--top__img {
    width: 100%;
    height: 420px;
  }
  .grid .grid__cards--bottom .grid__card--top .card--top__textbox--top {
    width: 100%;
    padding: 10px 20px;
  }
  .grid
    .grid__cards--bottom
    .grid__card--top
    .card--top__textbox--top
    .textbox--top__title {
    font-weight: 200;
    font-size: 1rem;
  }
  .grid
    .grid__cards--bottom
    .grid__card--top
    .card--top__textbox--top
    .textbox--top__date {
    font-weight: 200;
    font-size: 1rem;
  }
  .grid .grid__cards--bottom .grid__card--top .card--top__textbox--bottom {
    width: 100%;
    display: block;
    padding: 0 10px;
  }
  .grid
    .grid__cards--bottom
    .grid__card--top
    .card--top__textbox--bottom
    .textbox--bottom__title {
    padding: 10px 20px;
    font-size: 1.4rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  }
  .grid .grid__cards--bottom .grid__card--left {
    width: 100%;
    height: 420px;
    margin: 0;
  }
  .grid .grid__cards--bottom .grid__card--left .card--left__img--shadow::after {
    height: 420px;
  }
  .grid .grid__cards--bottom .grid__card--left .card--left__img--shadow {
    height: 420px;
  }
  .grid
    .grid__cards--bottom
    .grid__card--left
    .card--left__img--shadow
    .card--left__img {
    width: 100%;
    height: 420px;
  }
  .grid .grid__cards--bottom .grid__card--left .card--left__textbox--top {
    width: 100%;
    padding: 10px 20px;
  }
  .grid
    .grid__cards--bottom
    .grid__card--left
    .card--left__textbox--top
    .textbox--top__title {
    font-weight: 200;
    font-size: 1rem;
  }
  .grid
    .grid__cards--bottom
    .grid__card--left
    .card--left__textbox--top
    .textbox--top__date {
    font-weight: 200;
    font-size: 1rem;
  }
  .grid .grid__cards--bottom .grid__card--left .card--left__textbox--bottom {
    width: 100%;
  }
  .grid
    .grid__cards--bottom
    .grid__card--left
    .card--left__textbox--bottom
    .textbox--bottom__title {
    font-size: 1.4rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  }
  .grid .grid__cards--bottom .grid__card--right {
    display: none;
  }
  .calendar-container-big {
    width: 100%;
  }
  .members {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .members a {
    width: 100%;
  }
  .members .memberbox {
    width: 100%;
    margin: 15px 0;
  }
  .members .memberbox:nth-child(n + 4) {
    display: none;
  }
  #apply-for-membership {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .apply {
    width: 90%;
    padding: 30px 20px;
  }
  .apply .apply__form__submit {
    margin-left: 190px;
  }
  .blue-bg {
    height: auto;
    padding-bottom: 100px;
  }
  .quotes {
    width: 100%;
    display: -ms-grid;
    display: grid;
  }
  footer {
    padding: 80px 0;
  }
  footer .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 60px 0;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #news-page {
    margin-top: -50px;
  }
  #breadcrumbs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .padding-top {
    padding-top: 10px;
  }
  .breadcrumbs {
    width: 100%;
    padding: 0;
  }
  .articles {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .articles .article-card:nth-child(odd) {
    margin-right: 10px;
  }
  .articles .article-card:nth-child(n + 3) {
    display: none;
  }
  .categories {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 0px;
  }
  .categories .categories__category {
    padding: 5px 10px;
    margin: 0;
  }
  .categories .categories__category .category--active .category__label--active {
    font-size: 0.8rem;
  }
  .categories .categories__category .category {
    padding: 0;
  }
  .categories .categories__category .category .category__label {
    font-size: 0.8rem;
  }
  .read-more {
    margin-top: 40px;
  }
  .read-all {
    display: block;
  }
  .post-container {
    width: 100%;
  }
  .post-container .post__img {
    width: 100%;
    height: 300px;
  }
  .post-container .post__card {
    width: 90%;
    margin-top: -100px;
  }
  .post-container .post__card .card__content {
    padding: 10px 20px;
  }
  .post-container .post__card .card__content .author {
    width: 100%;
  }
  .post-container .post__card .card__content .social-media {
    display: none;
  }
  .post-container .post-body {
    width: 100%;
    padding: 40px 20px;
  }
  .post-container .post-body .post-body__content .video-or-img {
    height: 300px;
  }
  .post-container .post-body .attachments {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-container .post-body .attachments .attachment {
    margin: 5px 0;
  }
  .post-container .author__card {
    width: 100%;
    padding: 20px;
  }
  .post-container .author__card .author__image {
    width: 100px;
    height: 100px;
  }
  .post-container .author__card .author__credentials {
    padding-left: 10px;
  }
  #related-articles {
    margin-top: 0;
  }
  #group-page {
    margin-bottom: 0;
  }
  .blue-stripe {
    height: 300px;
    margin-top: 70px;
  }
  #breadcrumbs-grouppages {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .group-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    margin-top: -250px;
    width: 100%;
    height: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  .group-navigation .navigation__img {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .group-navigation .navigation__links {
    display: none;
  }
  .navigation__links--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
  }
  .navigation__links--mobile::-webkit-scrollbar {
    display: none;
  }
  .navigation__links--mobile .mobile-side-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 768px;
    padding: 10px 0 10px 10px;
  }
  .navigation__links--mobile .mobile-side-scroll .group__link {
    background-color: #f7f7f7;
    padding: 0px;
    color: #000;
    margin: 5px;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    text-decoration: none;
  }
  .navigation__links--mobile .mobile-side-scroll .group__link--active {
    background-color: #223544;
    padding: 0px;
    color: #fff;
    margin: 5px;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    text-decoration: none;
  }
  .navigation__links--mobile .mobile-side-scroll .link-set {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .contact-box {
    width: 100%;
  }
  .external-sources {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .external-sources .external-sources-box {
    width: 90%;
  }
  .member-of {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .my-info {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .my-info .my-info__hero__img {
    width: 100%;
  }
  .my-info .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .my-info .about__content .my-info__about--right {
    background-color: #fff;
    padding: 20px;
    width: 100%;
  }
  .my-info .about__content .my-info__about--left {
    padding: 0 20px;
    width: 100%;
    display: block;
  }
  .my-info .about__content .my-info__about--left .about--left__label {
    font-weight: 500;
  }
  .my-info .about__content .my-info__about--left .about--left__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .my-info .about__content .my-info__about--left .about--left__list .list-item {
    background-color: #f7f7f7;
    padding: 10px;
    width: auto;
    margin: 5px;
  }
  .my-info
    .about__content
    .my-info__about--left
    .about--left__list
    .list-item
    .list-item__icon {
    display: none;
  }
  .my-info
    .about__content
    .my-info__about--left
    .about--left__list
    .list-item
    .list-item__link {
    color: #000;
    text-decoration: none;
  }
  .my-info .about__content .my-info__about--left .about--left__contact {
    width: 100%;
  }
  .contact-container {
    width: 100%;
  }
  .contact-container .contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 414px) {
  .tax-members_services h1 {
    margin: -20px 20px;
  }
  .padding-top {
    padding-top: 10px;
  }
  .breadcrumbs .breadcrumb--active {
    max-width: 215px;
  }
  #hero {
    height: 156vw;
  }
  #hero .img--shadow::after {
    height: 156vw;
  }

  #hero .img--shadow {
    height: 156vw;
  }

  #hero .hero__img {
    height: 156vw;
  }
  #hero .hero__img-buttonbox {
    bottom: 130px;
  }
  #hero .hero__img-textbox {
    height: 100px;
  }
  #hero .hero__img-textbox .hero__img-box {
    width: 100%;
    padding: 0 20px;
  }
  #hero
    .hero__img-textbox
    .hero__img-box
    .textbox__subtitlebox
    .textbox__subtitlebox--title {
    font-size: 1rem;
  }
  #hero
    .hero__img-textbox
    .hero__img-box
    .textbox__subtitlebox
    .textbox__subtitlebox--title
    b {
    font-size: 1.4rem;
  }
  #external-sources {
    display: block;
  }
  .grid .grid__card--big {
    height: 300px;
    margin-bottom: 10px;
  }
  .grid .card--top__textbox--bottom .textbox--bottom__title {
    font-size: 1.1rem;
  }
  .grid .card__img--shadow::after {
    height: 300px;
  }
  .grid .card__img {
    height: 300px;
  }
  .grid .grid__card--medium {
    margin: 25px 0;
  }
  .grid .cards__list .list__stack__mobile:nth-last-child(1) {
    padding-right: 0;
  }
  .grid .cards__list .list__stack__mobile {
    padding-right: 10%;
    width: 98%;
  }
  .grid .cards__list .list__stack__mobile .list {
    padding: 20px 0;
  }
  .grid .cards__list .list__stack__mobile .list .list-item__img {
    width: 100px;
    height: 100px;
  }
  .grid
    .cards__list
    .list__stack__mobile
    .list
    .list-item__content
    .list-item__content__title {
    line-height: 20px;
  }
  .grid
    .cards__list
    .list__stack__mobile
    .list
    .list-item__content
    .list-item__content__single-row
    .list-item__content__link {
    width: 50%;
  }
  .grid .grid__cards--bottom {
    width: 100%;
    height: auto;
  }
  .grid .grid__cards--bottom .grid__card--top {
    height: 300px;
    margin: 10px 0;
  }
  .grid .grid__cards--bottom .grid__card--top .card--top__img--shadow::after {
    height: 300px;
  }
  .grid .grid__cards--bottom .grid__card--top .card--top__img--shadow {
    height: 300px;
  }
  .grid
    .grid__cards--bottom
    .grid__card--top
    .card--top__img--shadow
    .card--top__img {
    height: 300px;
  }
  .grid
    .grid__cards--bottom
    .grid__card--top
    .card--top__textbox--bottom
    .textbox--bottom__title {
    font-size: 1.1rem;
  }
  .grid .grid__cards--bottom .grid__card--left {
    height: 300px;
  }
  .grid .grid__cards--bottom .grid__card--left .card--left__img--shadow::after {
    height: 300px;
  }
  .grid .grid__cards--bottom .grid__card--left .card--left__img--shadow {
    height: 300px;
  }
  .grid
    .grid__cards--bottom
    .grid__card--left
    .card--left__img--shadow
    .card--left__img {
    height: 300px;
  }
  .grid
    .grid__cards--bottom
    .grid__card--left
    .card--left__textbox--bottom
    .textbox--bottom__title {
    font-size: 1.1rem;
  }
  hr {
    width: 100%;
  }
  .apply .apply__form__single-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .apply .apply__form__single-row .single-row__textfield {
    width: 100%;
  }
  .apply .apply__form__terms {
    text-align: center;
  }
  .apply .apply__form__submit {
    margin-left: 100px;
  }
  .articles .article-card:nth-child(odd) {
    margin-right: 0;
  }
  .articles .article-card {
    margin-top: 10px;
  }
  .articles
    .article-card
    .img-container__content
    .content--bottom
    .bottom__label {
    display: block;
  }
  .categories {
    padding: 0 10px;
    margin-bottom: -20px;
  }
  .post-container .post__card .card__content .content__title {
    font-size: 1rem;
  }
  .post-container .post__card .card__content .data__category .category__label {
    font-size: 0.7rem;
  }
  .post-container .post__card .card__content .data__category .category__tag {
    font-size: 0.7rem;
  }
  .post-container .post__card .card__content .data__last-modified {
    font-size: 0.7rem;
  }
  .post-container .post-body .post-body__content .invitation-buttonbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .post-container
    .post-body
    .post-body__content
    .invitation-buttonbox
    .add-me--blue {
    margin: 0;
    width: 160px;
  }
  .post-container
    .post-body
    .post-body__content
    .invitation-buttonbox
    .add-me--yellow {
    width: 160px;
  }
  .post-container
    .post-body
    .post-body__content
    .invitation-buttonbox
    .modal-content {
    width: 90%;
  }
  .post-container .author__card {
    padding: 0;
  }
  .not-available__label {
    font-size: 1.2rem;
  }
  .not-available__description {
    font-size: 0.8rem;
  }
  .not-available__single-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
  }
  .not-available__single-row .single-row__login {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .breadcrumbs .breadcrumb--active {
    max-width: 222px;
  }
}

.tribe-events .tribe-events-calendar-month__day {
  padding-top: 0 !important;
}

/* New 2022 styling here */
.container-center {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.link__signmeup {
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;

  width: 100%;
  max-width: 272px;
  height: 54px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
}
.yellow {
  background-color: #e1ad68;
}
.blue {
  background-color: #233543;
}
.blue:hover {
  background-color: #7d98a1;
}
.yellow:hover {
  background-color: #a6793f;
}

/* Form styling */
form {
  width: 100%;
}

.container-row.column-style {
  flex-direction: column;
}

.container-row.column-style span.inputspan {
  width: 100%;
}

#editor {
  height: 200px;
}

.close-box {
  right: 40px;
  position: absolute;
  top: 40px;
  color: #223544;
  font-weight: 600;
  text-decoration: none;
}

.error-text {
  margin-right: 20px;
  color: red;
  font-size: 13px;
  width: 250px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 23px;
  display: none;
}

.error-text.visible {
  display: block;
}

.send-text {
  font-size: 13px;
  width: 250px;
  text-align: right;
  color: #223544;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 23px;
}

.send-spinner {
  width: auto;
  font-weight: 200;
  padding: 6.5px 20px;
  margin: 8px 0 8px 20px;
  border: none;
  font-size: 1.4rem;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #223544;
  color: white;
}

.required {
  border: 1px solid red !important;
}

.tribe-events-meta-group,
.tribe-events-meta-group.tribe-events-meta-group-venue {
  padding-left: 30px;
}

.post__card dd {
  font-weight: 200;
  font-size: 0.8rem;
  font-family: "Poppins", sans-serif;
}

.post__card dt {
  font-family: "Poppins", sans-serif;
}

.post__card dd a,
.tribe-events-event-meta a:focus,
.tribe-events-event-meta a:hover {
  color: #233543;
  text-decoration: none;
  color: #e3b06f !important;
}

.tribe-events-meta-group.tribe-events-meta-group-venue {
  position: relative;
  padding-top: 20px;
}

.tribe-events-meta-group.tribe-events-meta-group-venue:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  height: 1px;
  width: auto;
  background: #ededed;
  top: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #ededed;
  transition: background-color 1000s ease-in-out 1s;
}
.addUser {
  width: 70px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #233543;
  color: #fff;
  font-weight: 600;
  border: none;
  outline: none;
  margin-left: 10px;
  font-size: 1.3rem;
  cursor: pointer;
}
.addUser:focus {
  outline: none;
}

.wrapper__back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 53, 68, 0.73);
  z-index: 999;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0;
}

.wrapper__form {
  display: flex;
  width: 100%;
  max-width: 900px;
  justify-content: flex-start;
  flex-flow: column nowrap;
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  max-height: 100%;
  position: relative;
  overflow: scroll;
}

#memberJoin .wrapper__form,
#singleMemberJoin .wrapper__form {
  max-width: 1234px;
}

.wrapper__form h1 {
  font-weight: 800;
  width: 100%;
  margin-top: 0;
}

.wrapper__form p {
  padding: 10px;
  margin: 0;
}

.addeventatc {
  z-index: 1 !important;
}

.container-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
}

.container-row.column-style span.inputspan {
  width: 100%;
}

.container-row span.inputspan {
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
  /* width: calc(100% / 4); */
  width: 50%;
  transition: 0.2s all ease-in-out;
}

@media (max-width: 770px) {
  .wrapper__form h1 {
    font-size: 1.5rem;
  }

  .container-row span.inputspan {
    width: 100%;
  }

  .divider-top {
    margin-top: 10px;
    border-top: 1px solid #233542;
  }
}

input[type="text"],
[type="email"],
[type="password"],
textarea {
  width: 100%;
  background-color: #ededed;
  padding: 12px 20px;
  margin-bottom: 8px;
  border: 0;
  display: flex;
  font-size: 0.9rem;
}

textarea {
  height: 100px;
}

.checkbox-group {
  display: flex;
  justify-content: center;
}

.checkbox-group input[type="checkbox"] {
  opacity: 0;
}

.checkbox-group label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-top: 3px;
  user-select: none;
}

.checkbox-group label::before,
.checkbox-group label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.checkbox-group label::before {
  height: 14px;
  width: 14px;
  border: 1px solid;
  left: 1px;
  top: 4px;
}

.checkbox-group label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}

.checkbox-group input[type="checkbox"] + label::after {
  content: none;
}

.checkbox-group input[type="checkbox"]:checked + label::after {
  content: "";
}

label {
  font-weight: 200;
  font-size: 0.8rem;
}

input[type="submit"] {
  width: 100%;
  font-weight: 200;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  font-size: 1rem;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.yellow-btn {
  background-color: #e1ad68;
  color: white;
  max-width: 185px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 10px !important;
  transition: 0.2s all ease-in-out;
}
