/*
Theme Name: dlle-website
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Lindsey Geiser
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

@font-face {
  font-family: 'itc_grouchregular';
  src: url("assets/fonts/grouchitcbybt-regular-webfont.woff2") format("woff2"), url("assets/fonts/grouchitcbybt-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

section {
  width: 80%;
  margin: 0 auto 100px auto;
}

.hero {
  height: auto;
  min-height: 600px;
  width: 100%;
  position: relative;
  padding: 25px 0;
}

@media (min-width: 1900px) {
  .hero {
    min-height: 800px;
  }
}

.hero img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .hero_container {
  width: 80%;
  margin: 0 auto;
}

.hero .hero_text {
  position: relative;
  z-index: 5;
}

.hero .hero_text h1 {
  font-family: 'itc_grouchregular', serif;
  color: #fff;
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 20px;
}

.hero .hero_text h2 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.hero .hero_text p {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
}

header {
  background-color: #14293B;
  padding: 25px 0;
  position: relative;
}

header .logo_dlle {
  margin-bottom: 5px;
}

header .logo_dlle a {
  height: 100%;
  width: 100%;
}

header .logo_dlle img {
  display: block;
  width: 200px;
  height: auto;
}

header #mobile_menu-button {
  display: none;
}

header nav {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header ul li {
  margin-left: 30px;
}

header ul li.current-menu-item a {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  font-weight: 700;
}

header ul a {
  display: block;
  color: #DBDBDB;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header ul a:hover, header ul a:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
  font-weight: 700;
}

@media (max-width: 960px) {
  header .menu {
    display: none;
  }
  header .menu.show {
    display: block;
  }
  header #mobile_menu-button {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 60px;
  }
  header #mobile_menu-button .top, header #mobile_menu-button .center, header #mobile_menu-button .bottom {
    display: block;
    background: #fff;
    border-radius: 3px;
    height: 5px;
    width: 100%;
    margin: 7px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  header #mobile_menu-button:hover, header #mobile_menu-button:focus {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  header .rotate .top {
    -webkit-transform: translateY(12px) rotate(135deg);
            transform: translateY(12px) rotate(135deg);
  }
  header .rotate .bottom {
    -webkit-transform: translateY(-12px) rotate(-135deg);
            transform: translateY(-12px) rotate(-135deg);
  }
  header .rotate .center {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  header ul {
    z-index: 20;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 103px;
    right: 0;
    border-top: 2px solid #fff;
    background-color: #BA0C2F;
    -webkit-box-shadow: 0 1px 5px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 1px 5px 5px rgba(0, 0, 0, 0.4);
  }
  header ul li {
    margin-left: 0;
    padding: 45px 60px;
  }
  header ul li.current-menu-item {
    background-color: #980B27;
  }
  header ul li.current-menu-item a {
    border-bottom: none;
    padding-bottom: 0;
    font-weight: 700;
  }
  header ul li:last-child {
    margin-bottom: 0;
  }
  header ul li a {
    font-size: 21px;
    color: #fff;
  }
}

footer {
  background-color: #14293B;
  padding: 25px 0;
}

footer .footer_container {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .logo_bsu {
  width: 200px;
}

footer .logo_bsu img {
  display: block;
  width: 200px;
  height: auto;
}

footer .legal-information {
  width: 75%;
  text-align: center;
  margin-left: 25px;
}

footer li {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

footer li::after {
  content: " |";
}

footer li:last-child::after {
  content: "";
}

footer li a {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
}

footer p {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
}

@media (max-width: 1155px) {
  footer .footer_container {
    display: block;
  }
  footer .footer_container .logo_bsu {
    display: block;
    margin: 0 auto 50px auto;
  }
  footer .footer_container .legal-information {
    width: 100%;
    margin-left: 0;
  }
}

.home .hero::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#14293b), color-stop(rgba(20, 41, 59, 0.8)), color-stop(rgba(20, 41, 59, 0.5)), to(rgba(20, 41, 59, 0)));
  background: linear-gradient(to top, #14293b, rgba(20, 41, 59, 0.8), rgba(20, 41, 59, 0.5), rgba(20, 41, 59, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.home .hero img {
  -o-object-position: left -150px;
     object-position: left -150px;
}

.home .hero .hero_text {
  width: 40%;
}

.home .hero .hero_text .mission-statement {
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
}

@media (max-width: 1290px) {
  .home .hero img {
    -o-object-position: center top;
       object-position: center top;
  }
  .home .hero .hero_text {
    width: 100%;
  }
}

.home .recent-news_feature h1 {
  font-family: 'itc_grouchregular', serif;
  color: #302E2F;
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 20px;
}

.home .recent-news_feature .button {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 21px;
  font-weight: 550;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #BA0C2F;
  padding: 15px 50px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 600px;
  display: block;
  margin: 0 auto;
}

.home .recent-news_feature .button:hover, .home .recent-news_feature .button:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.home .recent-news_feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.home .recent-news_feature .news_story {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home .recent-news_feature .news_story:first-child {
  margin-left: 0;
}

.home .recent-news_feature .news_story img {
  display: block;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.home .recent-news_feature .news_story h3 {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home .recent-news_feature .news_story p {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
}

.home .recent-news_feature .news_story .button {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 21px;
  font-weight: 550;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #BA0C2F;
  padding: 15px 50px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  margin-top: auto;
}

.home .recent-news_feature .news_story .button:hover, .home .recent-news_feature .news_story .button:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.home .recent-news_feature .news_story .post-categories {
  margin-bottom: 25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.home .recent-news_feature .news_story .post-categories li {
  margin-left: 10px;
}

.home .recent-news_feature .news_story .post-categories li:first-child {
  margin-left: 0;
}

.home .recent-news_feature .news_story .post-categories li::after {
  content: ",";
}

.home .recent-news_feature .news_story .post-categories li:last-child::after {
  content: "";
}

.home .recent-news_feature .news_story .post-categories a {
  font-family: 'Montserrat', sans-serif;
  color: #BA0C2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 1700px) {
  .home .recent-news_feature .news_story img {
    height: 300px;
  }
}

@media (max-width: 1175px) {
  .home .recent-news_feature .news_story:nth-child(3) {
    display: none;
  }
}

@media (max-width: 1175px) {
  .home .recent-news_feature .news_listing {
    display: block;
  }
  .home .recent-news_feature .news_story {
    margin-left: 0;
    margin-bottom: 50px;
  }
  .home .recent-news_feature .button {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

.home .history_feature {
  background-color: #DBA828;
  margin-bottom: 0;
  width: 100%;
  padding: 50px 0;
  height: auto;
  min-height: 500px;
}

.home .history_feature .history_container {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .history_feature .history_container .image_container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.home .history_feature .history_container .image_container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .history_feature .history_container .history_text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  margin-left: 50px;
}

.home .history_feature .history_container .history_text h1 {
  font-family: 'itc_grouchregular', serif;
  color: #302E2F;
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 20px;
}

.home .history_feature .history_container .history_text p {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
  margin-bottom: 25px;
}

.home .history_feature .history_container .history_text a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 21px;
  font-weight: 550;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #BA0C2F;
  padding: 15px 50px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.home .history_feature .history_container .history_text a:hover, .home .history_feature .history_container .history_text a:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 1075px) {
  .home .history_feature .history_container {
    display: block;
  }
  .home .history_feature .history_container .image_container {
    margin-bottom: 25px;
  }
  .home .history_feature .history_container .image_container img {
    -o-object-position: center top;
       object-position: center top;
  }
  .home .history_feature .history_container .history_text {
    margin-left: 0;
  }
  .home .history_feature .history_container .history_text a {
    display: block;
    width: 100%;
  }
}

.home .join_feature {
  height: auto;
  min-height: 800px;
  width: 100%;
  position: relative;
  padding: 50px;
  margin-bottom: 0;
}

.home .join_feature::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#14293b), color-stop(rgba(20, 41, 59, 0.8)), color-stop(rgba(20, 41, 59, 0.5)), to(rgba(20, 41, 59, 0)));
  background: linear-gradient(to right, #14293b, rgba(20, 41, 59, 0.8), rgba(20, 41, 59, 0.5), rgba(20, 41, 59, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.home .join_feature img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -225px;
     object-position: center -225px;
}

.home .join_feature .join_text {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.home .join_feature .join_text h1 {
  font-family: 'itc_grouchregular', serif;
  color: #fff;
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 20px;
}

.home .join_feature .join_text p {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
  width: 60%;
  margin-bottom: 25px;
}

.home .join_feature .join_text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .join_feature .join_text ul li {
  margin-left: 25px;
}

.home .join_feature .join_text ul li:first-child {
  margin-left: 0;
}

.home .join_feature .join_text ul a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 21px;
  font-weight: 550;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #BA0C2F;
  padding: 15px 50px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.home .join_feature .join_text ul a:hover, .home .join_feature .join_text ul a:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.home .join_feature .element {
  position: absolute;
  display: block;
  height: 100%;
  width: 110%;
  z-index: 10;
  bottom: 0;
  left: -2px;
  -o-object-position: center bottom;
     object-position: center bottom;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

@media (max-width: 1860px) {
  .home .join_feature {
    min-height: 600px;
  }
}

@media (max-width: 1400px) {
  .home .join_feature img {
    -o-object-position: center top;
       object-position: center top;
  }
}

@media (max-width: 1075px) {
  .home .join_feature {
    min-height: 400px;
  }
  .home .join_feature .join_text {
    width: 100%;
  }
  .home .join_feature .join_text p {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .home .join_feature .join_text ul {
    display: block;
  }
  .home .join_feature .join_text ul li {
    margin-left: 0;
    margin-bottom: 25px;
  }
  .home .join_feature .join_text ul li a {
    display: block;
    width: 100%;
  }
}

.history .letterman-at-bsu {
  width: 100%;
  height: auto;
  min-height: 500px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history .letterman-at-bsu .image_container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.history .letterman-at-bsu .image_container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.history .letterman-at-bsu .letterman-at-bsu_text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 50px;
  background-color: #DBA828;
}

.history .letterman-at-bsu .letterman-at-bsu_text h1 {
  font-family: 'itc_grouchregular', serif;
  color: #302E2F;
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 20px;
}

.history .letterman-at-bsu .letterman-at-bsu_text h2 {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.history .letterman-at-bsu .letterman-at-bsu_text p {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
}

@media (max-width: 900px) {
  .history .letterman-at-bsu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .history .letterman-at-bsu .image_container {
    height: 300px;
  }
}

.history .alumni-influence {
  height: auto;
  min-height: 800px;
  width: 100%;
  position: relative;
  padding: 50px;
  overflow: hidden;
  background-color: #14293B;
}

.history .alumni-influence::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#14293b), color-stop(rgba(20, 41, 59, 0.8)), color-stop(rgba(20, 41, 59, 0.5)), to(rgba(20, 41, 59, 0)));
  background: linear-gradient(to right, #14293b, rgba(20, 41, 59, 0.8), rgba(20, 41, 59, 0.5), rgba(20, 41, 59, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.history .alumni-influence img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100px -200px;
     object-position: 100px -200px;
}

.history .alumni-influence .alumni-influence_container {
  width: 80%;
  margin: 0 auto;
}

.history .alumni-influence .alumni-influence_container .alumni-influence_text {
  width: 40%;
  position: relative;
  z-index: 5;
}

.history .alumni-influence .alumni-influence_container .alumni-influence_text h1 {
  font-family: 'itc_grouchregular', serif;
  color: #fff;
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 20px;
}

.history .alumni-influence .alumni-influence_container .alumni-influence_text p {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
}

.history .alumni-influence .element {
  position: absolute;
  display: block;
  height: 100%;
  width: 110%;
  z-index: 10;
  bottom: 0;
  left: -2px;
  -o-object-position: center bottom;
     object-position: center bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1520px) {
  .history .alumni-influence img {
    -o-object-position: 200px top;
       object-position: 200px top;
  }
}

@media (max-width: 1300px) {
  .history .alumni-influence {
    min-height: 500px;
  }
  .history .alumni-influence::before {
    background: rgba(20, 41, 59, 0.7);
  }
  .history .alumni-influence img {
    -o-object-position: center top;
       object-position: center top;
  }
  .history .alumni-influence .alumni-influence_container {
    width: 100%;
  }
  .history .alumni-influence .alumni-influence_container .alumni-influence_text {
    width: 100%;
  }
}

.history .making-waves {
  padding: 50px 0;
  height: auto;
  min-height: 500px;
}

.history .making-waves .making-waves_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history .making-waves .making-waves_container .image_container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.history .making-waves .making-waves_container .image_container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.history .making-waves .making-waves_container .making-waves_text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  margin-left: 50px;
}

.history .making-waves .making-waves_container .making-waves_text h1 {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.history .making-waves .making-waves_container .making-waves_text p {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
}

@media (max-width: 1075px) {
  .history .making-waves .making-waves_container {
    display: block;
  }
  .history .making-waves .making-waves_container .image_container {
    margin-bottom: 25px;
  }
  .history .making-waves .making-waves_container .image_container img {
    -o-object-position: center top;
       object-position: center top;
  }
  .history .making-waves .making-waves_container .making-waves_text {
    margin-left: 0;
  }
  .history .making-waves .making-waves_container .making-waves_text a {
    display: block;
    width: 100%;
  }
}

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

.history .timeline .date-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.history .timeline .date-content:hover, .history .timeline .date-content:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.history .timeline .date-content:hover button.active:after, .history .timeline .date-content:focus button.active:after {
  width: 50px;
}

.history .timeline .date-content .date {
  display: block;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.history .timeline .date-content .date button {
  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;
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 28px;
  color: #BA0C2F;
  padding: 15px;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  background-color: #fff;
  border: 4px solid #BA0C2F;
  cursor: pointer;
}

.history .timeline .date-content .date .active {
  color: #fff;
  background-color: #BA0C2F;
}

.history .timeline .date-content .date .active:after {
  content: "";
  display: block;
  background: #BA0C2F;
  border-radius: 3px;
  height: 5px;
  width: 60px;
  position: absolute;
  top: 50px;
  left: 94px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.history .timeline .active .date button {
  color: #fff;
  background-color: #BA0C2F;
}

.history .timeline .active .date:after {
  content: "";
  display: block;
  background: #BA0C2F;
  border-radius: 3px;
  height: 5px;
  width: 60px;
  position: absolute;
  top: 42%;
  left: 94px;
}

.history .timeline .timeline-content .content {
  display: none;
}

.history .timeline .timeline-content .content:first-child {
  display: block;
}

.history .timeline .timeline-content li:first-child img {
  -o-object-position: center -25px;
     object-position: center -25px;
}

.history .timeline .timeline-content .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 4px solid #BA0C2F;
  position: relative;
  padding: 25px;
  margin-left: 50px;
}

.history .timeline .timeline-content .content_wrapper h1 {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.history .timeline .timeline-content .content_wrapper p {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
}

.history .timeline .timeline-content .content_wrapper .content_container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-left: 50px;
}

.history .timeline .timeline-content .content_wrapper .image-container {
  height: 500px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  margin-bottom: 25px;
}

.history .timeline .timeline-content .content_wrapper .image-container img {
  width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.history .timeline .timeline-content .content_wrapper::before {
  content: "";
  background-color: #BA0C2F;
  position: absolute;
  top: 0;
  left: -2px;
  height: 4px;
  width: 75px;
  border-radius: 2px;
}

.history .timeline .timeline-content .content_wrapper::after {
  content: "";
  background-color: #BA0C2F;
  position: absolute;
  bottom: 0;
  left: -2px;
  height: 4px;
  width: 75px;
  border-radius: 2px;
}

@media (max-width: 1000px) {
  .history .timeline .timeline-content .content_wrapper {
    display: block;
  }
  .history .timeline .timeline-content .content_wrapper .image-container {
    height: 300px;
  }
  .history .timeline .timeline-content .content_wrapper .content_container {
    margin-left: 0;
  }
}

.past-projects .project_featured {
  width: 100%;
}

.past-projects .project_featured .image_container {
  width: 100%;
  height: auto;
  min-height: 600px;
  position: relative;
}

.past-projects .project_featured .image_container img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.past-projects .project_featured .project_featured_container {
  background-color: #DBA828;
  padding: 50px 0;
}

.past-projects .project_featured .project_featured_container .text_container {
  width: 80%;
  margin: 0 auto;
}

.past-projects .project_featured .project_featured_container .text_container h1 {
  font-family: 'itc_grouchregular', serif;
  color: #302E2F;
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 20px;
  width: 60%;
}

.past-projects .project_featured .project_featured_container .text_container h2 {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  width: 60%;
}

.past-projects .project_featured .project_featured_container .text_container p {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
  width: 60%;
}

.past-projects .project_featured .project_featured_container .text_container a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 21px;
  font-weight: 550;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #BA0C2F;
  padding: 15px 50px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.past-projects .project_featured .project_featured_container .text_container a:hover, .past-projects .project_featured .project_featured_container .text_container a:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 1700px) {
  .past-projects .project_featured .project_featured_container .text_container h1 {
    width: 100%;
  }
  .past-projects .project_featured .project_featured_container .text_container h2 {
    width: 100%;
  }
  .past-projects .project_featured .project_featured_container .text_container p {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .past-projects .project_featured .image_container {
    min-height: 500px;
  }
}

@media (max-width: 1100px) {
  .past-projects .project_featured .project_featured_container .text_container a {
    width: 100%;
  }
  .past-projects .project_featured .image_container {
    min-height: 400px;
  }
}

.past-projects .project-listing .project {
  margin-bottom: 100px;
  height: auto;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.past-projects .project-listing .project:last-child {
  margin-bottom: 0;
}

.past-projects .project-listing .project:nth-child(2n+1) .listing_photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.past-projects .project-listing .project:nth-child(2n+1) .listing_text {
  margin: 0 50px 0 0;
}

.past-projects .project-listing .project .listing_photo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.past-projects .project-listing .project .listing_photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.past-projects .project-listing .project .listing_text {
  margin-left: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.past-projects .project-listing .project .listing_text h1 {
  font-family: 'itc_grouchregular', serif;
  color: #302E2F;
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 20px;
}

.past-projects .project-listing .project .listing_text h2 {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.past-projects .project-listing .project .listing_text p {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
}

.past-projects .project-listing .project .listing_text a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 21px;
  font-weight: 550;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #BA0C2F;
  padding: 15px 50px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.past-projects .project-listing .project .listing_text a:hover, .past-projects .project-listing .project .listing_text a:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 1100px) {
  .past-projects .project-listing .project {
    display: block;
  }
  .past-projects .project-listing .project .listing_photo {
    margin-bottom: 25px;
  }
  .past-projects .project-listing .project .listing_text {
    margin: 0 0 0 0;
  }
  .past-projects .project-listing .project .listing_text a {
    width: 100%;
  }
}

.news-and-events .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 300px;
}

.news-and-events .hero::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 41, 59, 0.9)), to(rgba(20, 41, 59, 0.5)));
  background: linear-gradient(to top, rgba(20, 41, 59, 0.9), rgba(20, 41, 59, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.news-and-events .hero .button {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 21px;
  font-weight: 550;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #BA0C2F;
  padding: 15px 50px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.news-and-events .hero .button:hover, .news-and-events .hero .button:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news-and-events .hero .hero_text {
  margin-bottom: 25px;
  width: 50%;
}

.news-and-events .hero .post-categories {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.news-and-events .hero .post-categories li {
  margin-left: 10px;
}

.news-and-events .hero .post-categories li:first-child {
  margin-left: 0;
}

.news-and-events .hero .post-categories li::after {
  content: ",";
  color: #fff;
}

.news-and-events .hero .post-categories li:last-child::after {
  content: "";
}

.news-and-events .hero .post-categories a {
  font-family: 'Montserrat', sans-serif;
  color: #BA0C2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.news-and-events .hero .element {
  position: absolute;
  display: block;
  bottom: -30px;
  left: -10px;
  height: 80px;
  width: 105%;
  z-index: -1;
}

.news-and-events .hero .element img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1899px) {
  .news-and-events .hero {
    margin-bottom: 200px;
  }
}

@media (max-width: 1450px) {
  .news-and-events .hero .element {
    bottom: -50px;
  }
}

@media (max-width: 1050px) {
  .news-and-events .hero {
    margin-bottom: 150px;
  }
  .news-and-events .hero .hero_text {
    width: 100%;
  }
  .news-and-events .hero .element {
    bottom: -80px;
  }
}

.news-and-events .events h1 {
  font-family: 'itc_grouchregular', serif;
  color: #302E2F;
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 20px;
}

.news-and-events .events h2 {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.news-and-events .events h3 {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 25px;
  text-transform: none;
  font-weight: 600;
}

.news-and-events .events p {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
}

.news-and-events .events ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-and-events .events ul li {
  margin-left: 25px;
  margin-bottom: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  text-align: center;
  max-width: 30%;
}

.news-and-events .events ul li:first-child {
  margin-left: 0;
}

.news-and-events .events ul li:nth-child(3n+1) {
  margin-left: 0;
}

.news-and-events .events .date {
  margin: 0 auto 50px auto;
  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;
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 32px;
  font-size: 28px;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  background-color: #BA0C2F;
  text-align: center;
}

.news-and-events .events .date span {
  font-weight: 600;
  font-size: 36px;
}

@media (max-width: 1000px) {
  .news-and-events .events ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 50%;
    margin-left: 25px;
  }
  .news-and-events .events ul li:first-child {
    margin-left: 0 !important;
  }
  .news-and-events .events ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .news-and-events .events ul li:nth-child(3n+1) {
    margin-left: 25px;
  }
}

@media (max-width: 800px) {
  .news-and-events .events ul {
    display: block;
  }
  .news-and-events .events ul li {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .news-and-events .events ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}

.news-and-events .recent-news h1 {
  font-family: 'itc_grouchregular', serif;
  color: #302E2F;
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 20px;
}

.news-and-events .recent-news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-and-events .recent-news .news_story {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  max-width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 25px;
  margin-bottom: 50px;
}

.news-and-events .recent-news .news_story:first-child {
  margin-left: 0;
}

.news-and-events .recent-news .news_story:nth-child(3n+1) {
  margin-left: 0;
}

.news-and-events .recent-news .news_story img {
  display: block;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.news-and-events .recent-news .news_story h3 {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.news-and-events .recent-news .news_story p {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
}

.news-and-events .recent-news .news_story .button {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 21px;
  font-weight: 550;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #BA0C2F;
  padding: 15px 50px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  margin-top: auto;
}

.news-and-events .recent-news .news_story .button:hover, .news-and-events .recent-news .news_story .button:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news-and-events .recent-news .news_story .post-categories {
  margin-bottom: 25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.news-and-events .recent-news .news_story .post-categories li {
  margin-left: 10px;
}

.news-and-events .recent-news .news_story .post-categories li:first-child {
  margin-left: 0;
}

.news-and-events .recent-news .news_story .post-categories li::after {
  content: ",";
}

.news-and-events .recent-news .news_story .post-categories li:last-child::after {
  content: "";
}

.news-and-events .recent-news .news_story .post-categories a {
  font-family: 'Montserrat', sans-serif;
  color: #BA0C2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 1700px) {
  .news-and-events .recent-news .news_story img {
    height: 300px;
  }
}

@media (max-width: 1000px) {
  .news-and-events .recent-news .news_story {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 50%;
    margin-left: 25px;
  }
  .news-and-events .recent-news .news_story:first-child {
    margin-left: 0 !important;
  }
  .news-and-events .recent-news .news_story:nth-child(2n+1) {
    margin-left: 0;
  }
  .news-and-events .recent-news .news_story:nth-child(3n+1) {
    margin-left: 25px;
  }
}

@media (max-width: 800px) {
  .news-and-events .recent-news ul {
    display: block;
  }
  .news-and-events .recent-news ul .news_story {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .news-and-events .recent-news ul .news_story:nth-child(3n+1) {
    margin-left: 0;
  }
}

.archive {
  margin-top: 100px;
}

.archive .recent-news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive .recent-news .news_story {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  max-width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 25px;
  margin-bottom: 50px;
}

.archive .recent-news .news_story:first-child {
  margin-left: 0;
}

.archive .recent-news .news_story:nth-child(3n+1) {
  margin-left: 0;
}

.archive .recent-news .news_story img {
  display: block;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.archive .recent-news .news_story h3 {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.archive .recent-news .news_story p {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
}

.archive .recent-news .news_story .button {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 21px;
  font-weight: 550;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #BA0C2F;
  padding: 15px 50px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  margin-top: auto;
}

.archive .recent-news .news_story .button:hover, .archive .recent-news .news_story .button:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.archive .recent-news .news_story .post-categories {
  margin-bottom: 25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.archive .recent-news .news_story .post-categories li {
  margin-left: 10px;
}

.archive .recent-news .news_story .post-categories li:first-child {
  margin-left: 0;
}

.archive .recent-news .news_story .post-categories li::after {
  content: ",";
}

.archive .recent-news .news_story .post-categories li:last-child::after {
  content: "";
}

.archive .recent-news .news_story .post-categories a {
  font-family: 'Montserrat', sans-serif;
  color: #BA0C2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 1700px) {
  .archive .recent-news .news_story img {
    height: 300px;
  }
}

@media (max-width: 1000px) {
  .archive .recent-news .news_story {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 50%;
    margin-left: 25px;
  }
  .archive .recent-news .news_story:first-child {
    margin-left: 0 !important;
  }
  .archive .recent-news .news_story:nth-child(2n+1) {
    margin-left: 0;
  }
  .archive .recent-news .news_story:nth-child(3n+1) {
    margin-left: 25px;
  }
}

@media (max-width: 800px) {
  .archive .recent-news ul {
    display: block;
  }
  .archive .recent-news ul .news_story {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .archive .recent-news ul .news_story:nth-child(3n+1) {
    margin-left: 0;
  }
}

.post .hero {
  min-height: 600px;
}

@media (min-width: 1900px) {
  .post .hero {
    min-height: 800px;
  }
}

.post .post_header {
  margin-bottom: 100px;
}

.post .post_header h1 {
  font-family: 'itc_grouchregular', serif;
  color: #302E2F;
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 20px;
}

.post .post_header h2 {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.post .post_content h1 {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.post .post_content h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: #BA0C2F;
}

.post .post_content h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #BA0C2F;
}

.post .post_content h4 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: #302E2F;
}

.post .post_content h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #302E2F;
}

.post .post_content h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #BA0C2F;
}

.post .post_content p {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
}

.post .post_content p a {
  font-family: 'Montserrat', sans-serif;
  color: #BA0C2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.post .post_content em {
  font-style: italic;
}

.post .post_content strong {
  font-weight: 700;
}

.post .post_content blockquote {
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: #BA0C2F;
}

.post .post_content blockquote p {
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: #BA0C2F;
}

.post .post_content ul {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
  list-style: circle;
  padding-left: 30px;
}

.post .post_content ul li {
  list-style: circle;
}

.post .post_content ol {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
  list-style: decimal;
  padding-left: 30px;
}

.post .post_content ol li {
  list-style: decimal;
}

.join .join_layout {
  width: 100%;
  margin-bottom: 0;
}

.join ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 50px;
  -ms-grid-columns: (3fr)[3];
      grid-template-columns: repeat(3, 3fr);
  -ms-grid-rows: 400px 300px 400px 400px;
      grid-template-rows: 400px 300px 400px 400px;
}

.join ul li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1900px) {
  .join ul {
    -ms-grid-rows: 600px 500px 500px 600px;
        grid-template-rows: 600px 500px 500px 600px;
  }
}

@media (max-width: 1200px) {
  .join ul .grid7 img {
    -o-object-position: center top;
       object-position: center top;
  }
  .join ul .grid8 img {
    -o-object-position: center top;
       object-position: center top;
  }
}

@media (max-width: 1025px) {
  .join ul .grid1, .join ul .grid3 {
    grid-column: 1 / -1;
  }
  .join ul .grid2 {
    display: none;
  }
}

@media (max-width: 750px) {
  .join ul {
    display: block;
  }
  .join ul .grid7 {
    display: none;
  }
  .join ul li {
    margin-bottom: 100px;
  }
  .join ul li:last-child {
    margin-bottom: 0;
  }
}

.join .grid2 {
  grid-row: span 2;
}

.join .grid1, .join .grid3 {
  grid-column: span 2;
}

.join .grid7 img {
  -o-object-position: center -75px;
     object-position: center -75px;
}

.join .grid8 {
  grid-column: span 2;
}

.join .grid8 img {
  -o-object-position: center -120px;
     object-position: center -120px;
}

.join .join_layout .join_text {
  width: 80%;
  margin: 0 auto;
}

.join .join_layout .join_text h1 {
  font-family: 'itc_grouchregular', serif;
  color: #302E2F;
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 20px;
}

.join .join_layout .join_text h2 {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.join .join_layout .join_text p {
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
}

@media (max-width: 1025px) {
  .join .join_layout .join_text {
    margin: 0 auto 50px auto;
  }
}

.join .join_form {
  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;
  width: 70%;
  margin: 0 auto;
  grid-column: 1 / -1;
  padding: 25px;
  border: 4px solid #BA0C2F;
  border-radius: 8px;
}

.join .join_form form {
  width: 100%;
}

.join .join_form form .wpforms-field-hp {
  display: none;
}

.join .join_form form .wpforms-container {
  width: 100%;
  min-width: 800px;
}

.join .join_form form .wpforms-field-container {
  min-width: 800px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.join .join_form form .wpforms-field-container .wpforms-field {
  margin-left: 50px;
  width: 100%;
}

.join .join_form form .wpforms-field-container .wpforms-field:first-child {
  margin-left: 0;
}

.join .join_form label {
  font-family: 'Montserrat', sans-serif;
  color: #BA0C2F;
  font-size: 21px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.join .join_form input[type="text"], .join .join_form input[type="email"] {
  display: block;
  border: 2px solid #BA0C2F;
  border-radius: 4px;
  padding: 10px 40px 10px 10px;
  font-family: 'Montserrat', sans-serif;
  color: #302E2F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 350;
  margin-bottom: 15px;
  width: 100%;
}

.join .join_form .button {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 21px;
  font-weight: 550;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #BA0C2F;
  padding: 15px 50px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 25px auto 0 auto;
  display: block;
}

.join .join_form .button:hover, .join .join_form .button:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (min-width: 1900px) {
  .join .join_form {
    width: 50%;
  }
}

@media (max-width: 1225px) {
  .join .join_form form .wpforms-field-container {
    min-width: 700px;
  }
  .join .join_form form .wpforms-field-container .wpforms-field {
    margin-left: 0;
  }
}

@media (max-width: 1225px) {
  .join .join_form form .wpforms-field-container {
    min-width: 600px;
    display: block;
  }
}

@media (max-width: 1025px) {
  .join .join_form {
    width: 80%;
  }
}

@media (max-width: 830px) {
  .join .join_form form .wpforms-field-container {
    min-width: 300px;
  }
}

@media (max-width: 750px) {
  .join .join_form {
    margin: 0 auto 100px auto;
  }
}
/*# sourceMappingURL=style.css.map */