body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #64391e;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Stellar, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Stellar, sans-serif;
  color: #64391e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-decoration: underline;
  text-transform: capitalize;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Stellar, sans-serif;
  color: #64391e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Stellar, sans-serif;
  color: #64391e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Stellar, sans-serif;
  color: #64391e;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Stellar, sans-serif;
  color: #64391e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Stellar, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

a {
  font-family: Stellar, sans-serif;
  color: #eba729;
  text-decoration: underline;
}

li {
  padding-top: 2px;
  font-family: Stellar, sans-serif;
  color: #64391e;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1500;
  height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}

.nav-link {
  display: inline-block;
  font-family: Stellar, sans-serif;
  color: #64391e;
  text-align: center;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #eba729;
}

.nav-link.highlight {
  background-color: rgba(235, 167, 41, .05);
}

.nav-link.none {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eba729;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  height: 50px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #64391e;
  background-color: #eba729;
  font-family: Stellar, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.text-field:active {
  border-bottom-color: #64391e;
}

.text-field:focus {
  border-bottom-style: solid;
  border-bottom-color: #64391e;
}

.text-field::-webkit-input-placeholder {
  color: #64391e;
}

.text-field:-ms-input-placeholder {
  color: #64391e;
}

.text-field::placeholder {
  color: #64391e;
}

.submit-button {
  background-color: #eba729;
  font-family: Stellar, sans-serif;
  color: #64391e;
  font-weight: 500;
  text-transform: uppercase;
}

.password-page-logo {
  margin-top: 100px;
}

.section {
  padding: 50px 10px;
}

.section._100vh {
  padding-top: 0px;
}

.section.top {
  padding-top: 100px;
}

.section.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section.brand-top {
  padding-top: 100px;
}

.container {
  max-width: 1600px;
  padding: 25px;
}

.container.nav {
  padding: 0px 10px;
}

.container.brand-container {
  padding: 0px;
}

.container.campaign {
  border: 5px solid #eba729;
}

.container.footer {
  padding: 10px;
}

.brand-guidelines {
  overflow: hidden;
  width: 100%;
  height: 9900px;
}

.download-block {
  position: relative;
  left: 0px;
  top: 50px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #64391e;
}

.download-block.bottom {
  top: -60px;
  background-color: #eba729;
}

.download-block.bottom.white {
  background-color: #fff;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #eba729;
  color: #64391e;
}

.button.alternate {
  background-color: #64391e;
  color: #eba729;
}

.icon {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdown-list {
  background-color: #fff;
  text-align: left;
}

.dropdown-list.w--open {
  background-color: #fff;
}

._100vh {
  width: 100%;
  height: 100vh;
}

.chapter-resources {
  width: 100%;
  height: 95vh;
}

.chapter-block {
  position: relative;
  left: 0px;
  top: 50px;
  right: 0px;
  z-index: 100;
  height: 50px;
}

.chapter-block.bottom {
  top: -50px;
  background-color: #fff;
}

.dropdown-toggle {
  display: block;
}

.text-block {
  display: inline-block;
  margin-top: 5px;
  font-family: Stellar, sans-serif;
  color: #64391e;
  line-height: 10px;
  text-align: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu-2 {
  float: left;
}

.brand-bar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #64391e;
  box-shadow: none;
}

.brand-link {
  color: #eba729;
  line-height: 10px;
}

.brand-link.w--current {
  color: #eba729;
  text-decoration: underline;
}

.bg-shield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #64391e;
}

.bg-description {
  padding: 50px;
  background-color: #eba729;
  text-align: center;
}

.white-font {
  color: #fff;
}

.bg-brown {
  background-color: #64391e;
  color: #eba729;
}

.bg-brown.moniker {
  padding: 100px;
}

.bg-gold {
  background-color: #eba729;
}

.bg-logo-construction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.pronounced-text {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}

.flex-row-thirds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-thirds {
  width: 33.33%;
}

.block-thirds.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.block-thirds.bg-red {
  background-color: #c00;
  color: #fff;
}

.block-thirds.bg-red.retired {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.construction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #64391e;
}

.block-3fifths {
  width: 60%;
}

.block-2-fifths {
  width: 40%;
}

.block-2-fifths.bg-gold.improper-usage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.bg-typography {
  padding: 100px;
}

.credit-text {
  width: 500px;
  margin-top: -10px;
  font-family: Stellar, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.credit-text.right-justify {
  text-align: right;
}

.column {
  padding: 6px;
}

.type-container {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.divider {
  height: 1px;
  margin-bottom: 10px;
  background-color: rgba(100, 57, 30, .2);
}

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

.type {
  font-size: 26px;
  line-height: 36px;
}

.type.regular {
  font-weight: 400;
}

.type.medium {
  font-weight: 500;
}

.type.bold {
  font-weight: 700;
}

.type.greek {
  font-family: Greekcaps, sans-serif;
}

.type.greek.lul {
  font-size: 110px;
  line-height: 110px;
}

.type.greek.lul.gold-brown {
  color: #eba729;
}

.type-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 50px 0px 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.type-weight {
  width: 200px;
  padding: 10px;
}

.type-letters {
  max-width: 500px;
  padding: 10px;
}

.block-quarters {
  width: 25%;
}

.block-quarters.lul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-quarters.color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-quarters.color.brown {
  background-color: #64391e;
  color: #fff;
}

.block-quarters.color.gold {
  background-color: #eba729;
}

.block-quarters.color.red {
  background-color: #c00;
  color: #fff;
}

.block-half {
  width: 50%;
}

.block-half.bg-brown {
  color: #eba729;
}

.block-half.bg-brown.fraternal-crest {
  padding: 100px;
}

.block-half.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gold-bar {
  position: relative;
  top: -38px;
  z-index: 1;
  height: 14px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #eba729;
}

.image-2 {
  position: relative;
  z-index: 2;
}

.credit-padding {
  padding-right: 50px;
  padding-left: 50px;
}

.improper-logo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.improper-logo.twist {
  -webkit-transform: skew(25deg, -15deg);
  -ms-transform: skew(25deg, -15deg);
  transform: skew(25deg, -15deg);
}

.improper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.improper-strike {
  position: relative;
  top: -60px;
  width: 220px;
  height: 5px;
  background-color: #c00;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-button {
  width: 100%;
  padding: 15px;
  border: 3px solid #eba729;
  background-color: transparent;
  color: #64391e;
  font-size: 16px;
  text-align: center;
}

.album-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.album-row.none {
  display: none;
}

@media (max-width: 991px) {
  .bg-logo-construction {
    padding: 40px;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row-thirds {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .block-thirds {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .block-thirds.image {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .construction {
    height: 1200px;
  }
  .block-3fifths {
    width: 100%;
  }
  .block-2-fifths.bg-gold.improper-usage {
    width: 100%;
    padding: 16px;
  }
  .horizontal-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bg-typography {
    padding: 20px;
  }
  .credit-text {
    margin-top: 0px;
  }
  .credit-text.right-justify {
    text-align: left;
  }
  .block-quarters {
    width: 100%;
  }
  .block-half.bg-brown.fraternal-crest {
    width: 100%;
  }
  .block-half.image {
    width: 100%;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .bg-brown.moniker {
    padding: 25px;
  }
  .bg-logo-construction {
    padding: 25px;
  }
  .block-thirds.image {
    padding: 25px;
  }
  .block-thirds.bg-red.retired {
    padding: 25px;
  }
  .construction {
    height: 800px;
  }
  .credit-text {
    width: auto;
  }
  .type-column {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-half.bg-brown.fraternal-crest {
    padding: 25px;
  }
}

@font-face {
  font-family: 'Greekcaps';
  src: url('../fonts/GreekCaps.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Stellar';
  src: url('../fonts/Stellar-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Stellar';
  src: url('../fonts/Stellar-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Stellar';
  src: url('../fonts/Stellar-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Stellar';
  src: url('../fonts/Stellar-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}