main .container {
  padding-bottom: 3rem; }

.homepage {
  width: 1670px;
  max-width: 100%; }
  .homepage section {
    max-width: 394px;
    width: 24%; }

.home-post .resource {
  box-shadow: 0.625rem 0.625rem 0 #505050;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 2.375rem 2rem;
  width: calc(100% - 0.625rem); }
  .home-post .resource .view-button {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    overflow: hidden;
    background: #303030;
    border: 0;
    color: #fff;
    font-size: 0.875rem;
    height: 32px; }
    .home-post .resource .view-button .category-image {
      align-items: center;
      border-right: 1px solid;
      display: flex;
      justify-content: center;
      height: 32px;
      width: 32px;
      -webkit-animation: whathide 0.5s forwards;
      animation: whathide 0.5s forwards; }
      .home-post .resource .view-button .category-image img {
        width: auto !important; }
    .home-post .resource .view-button:hover {
      cursor: pointer; }
      .home-post .resource .view-button:hover .category-image {
        -webkit-animation: viewanimationshow 0.5s forwards;
        animation: viewanimationshow 0.5s forwards; }
    .home-post .resource .view-button .category {
      font-weight: 400;
      margin: auto;
      text-align: center;
      width: calc(100% - 32px);
      -webkit-animation: whatshow 0.5s forwards;
      animation: whatshow 0.5s forwards; }

.project-wrap {
  background-position: center center !important;
  background-size: cover !important;
  color: #fff;
  min-height: 400px;
  padding: 2rem;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }
  .project-wrap h2 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1.2px; }
  .project-wrap h3 {
    color: #fff;
    font-family: "Libre Baskerville", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.4px;
    margin: 0 auto;
    max-width: 300px; }
  .project-wrap button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    max-width: 100%;
    height: 32px;
    text-transform: uppercase;
    width: 252px; }
    .project-wrap button:hover {
      background-color: #fff;
      color: #505050; }

@keyframes viewanimationhide {
  from {
    width: calc(100% - 32px); }
  to {
    width: 0; } }
@keyframes viewanimationshow {
  from {
    width: 32px; }
  to {
    width: 100%; } }
@keyframes whathide {
  from {
    width: 100%; }
  to {
    width: 32px; } }
@keyframes whatshow {
  from {
    width: 0; }
  to {
    width: calc(100% - 32px); } }
/*NEWS*/
.right-side .date {
  letter-spacing: 0.8px;
  font-size: 0.8125rem;
  font-weight: 600; }
.right-side p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 10px; }

.news-wrap {
  cursor: pointer; }
  .news-wrap .news {
    align-items: center;
    display: flex;
    height: auto;
    margin-bottom: 15px;
    margin-top: 0;
    padding-top: 15px; }
    .news-wrap .news h2 {
      color: #303030;
      font-family: "Montserrat";
      font-size: 1.5rem; }
  .news-wrap .links-wrap {
    align-items: flex-start;
    display: flex;
    margin: 0; }
    .news-wrap .links-wrap img {
      margin-right: 0.875rem; }
    .news-wrap .links-wrap .links {
      margin: 0; }
      .news-wrap .links-wrap .links a {
        color: #505050; }

.news-info-wrap.hidden {
  display: none; }
.news-info-wrap .news-info {
  display: block; }
  .news-info-wrap .news-info .left-side {
    margin-right: 0;
    max-width: 100%;
    width: 100%; }
    .news-info-wrap .news-info .left-side .image-gallery li:not(:first-child) img {
      display: none; }
  .news-info-wrap .news-info .right-side {
    width: 100%; }

/*/NEWS*/
.newsletter {
  background: #fff;
  color: #878787;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0 1rem;
  padding-bottom: 3rem;
  text-align: center; }
  .newsletter img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto; }
  .newsletter input, .newsletter button {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 284px; }
  .newsletter input {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #878787;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
    padding: 0.875rem 0; }
    .newsletter input::placeholder {
      color: #878787; }
    .newsletter input:focus {
      outline: none;
      outline: thin dotted;
      outline-color: #fff; }
  .newsletter button {
    background: transparent;
    border: 2px solid #9D9D9D;
    color: #9D9D9C;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    height: 32px;
    letter-spacing: 1px;
    margin-top: 1.688rem;
    text-transform: uppercase; }
    .newsletter button:hover {
      background-color: #9D9D9D;
      color: #fff; }

.social-wrap {
  border: 6px solid #878787;
  color: #878787;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  min-height: 394px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .social-wrap .social {
    padding-top: 3.5rem; }
    .social-wrap .social img {
      width: auto; }

.one.homepage section {
  width: 100%; }

.two.homepage section {
  width: 48%; }

.three.homepage section {
  width: 31%; }

#mc_signup_submit {
  background: transparent;
  border: 2px solid #9D9D9D;
  color: #9D9D9C;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  height: 32px;
  letter-spacing: 1px;
  margin-top: 1.688rem;
  padding: 0;
  text-transform: uppercase; }
  #mc_signup_submit:hover {
    background-color: #9D9D9D;
    color: #fff; }

.mc_input {
  margin-top: 0 !important; }
  .mc_input:focus {
    outline: none;
    outline: thin dotted;
    outline-color: #fff; }

/*# sourceMappingURL=home.css.map */
