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

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto;
  color: #2284bd;
  font-size: 25px;
  line-height: 44px;
  font-weight: 100;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto;
  color: #77818c;
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 24px;
  margin-bottom: 5px;
  font-family: Roboto;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
}

p:hover {
  color: #000;
}

.button {
  display: block;
  width: 180px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border: 2px none #000;
  border-radius: 5px;
  background-color: #000;
  font-family: 'Trajanpro 0', sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #505050;
}

.button.top {
  margin-top: 5px;
  background-color: #000;
  font-family: 'Trajanpro 0', sans-serif;
  color: #fdf7ea;
  font-size: 15px;
}

.button.top:hover {
  background-color: #505050;
  color: #f8f8e9;
}

.button.top.lower {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.top-section {
  height: 900px;
  border-top: 3px none #fff;
  background-color: #5c5c5c;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 900;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease, padding-bottom 500ms ease, padding-top 500ms ease;
  transition: background-color 500ms ease, padding-bottom 500ms ease, padding-top 500ms ease;
  color: #000;
  font-size: 13px;
}

.navbar:hover {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
}

.page-content {
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
  font-size: 30px;
  line-height: 33px;
  text-align: center;
}

.page-content.intro {
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: 1px none #35373b;
  background-color: #f8f8f1;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.logo {
  width: 190px;
  height: 72px;
  min-height: 72px;
  min-width: 190px;
}

.logo.w--current {
  position: relative;
  width: 190px;
  height: auto;
  min-height: auto;
  min-width: 190px;
  background-image: none;
}

.nav-link {
  margin-top: 5px;
  margin-right: 3px;
  padding: 5px 15px;
  border: 2px solid transparent;
  border-radius: 3px;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.nav-link:hover {
  border: 2px solid #000;
  background-color: #000;
  opacity: 1;
  color: #f7f0df;
}

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

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

.top-slider {
  width: 100%;
  height: 100%;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
  background-color: #4d4d4d;
}

.top-slide {
  padding-top: 120px;
  background-image: url('../images/mainimage.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-slide._1 {
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, #000, transparent 40%, transparent 60%, #000), url('../images/cross-stripes.png'), url('../images/r1.jpg');
  background-image: linear-gradient(180deg, #000, transparent 40%, transparent 60%, #000), url('../images/cross-stripes.png'), url('../images/r1.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, 4px, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.top-slide._1.b {
  background-image: -webkit-linear-gradient(270deg, #000, transparent 40%, transparent 60%, #000), url('../images/cross-stripes.png'), url('../images/r2.jpg');
  background-image: linear-gradient(180deg, #000, transparent 40%, transparent 60%, #000), url('../images/cross-stripes.png'), url('../images/r2.jpg');
  background-position: 0px 0px, 50% 50%, 50% 0px;
  background-size: auto, 4px, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.top-slide._1.c {
  background-image: -webkit-linear-gradient(270deg, #000, transparent 40%, transparent 60%, #000), url('../images/cross-stripes.png'), url('../images/r3.jpg');
  background-image: linear-gradient(180deg, #000, transparent 40%, transparent 60%, #000), url('../images/cross-stripes.png'), url('../images/r3.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, 4px, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.bottom-footer {
  height: auto;
  padding: 120px 50px;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, #333232, #000);
  background-image: linear-gradient(180deg, #333232, #000);
  text-align: center;
}

.divider-with-symbol {
  display: block;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #3b3a3a;
}

.divider-with-symbol.pa {
  background-color: #797671;
}

.divider-symbol {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin-right: auto;
  margin-bottom: -5px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #e3e3e3;
  border-radius: 50px;
  background-color: #ff950f;
}

.divider-symbol._2 {
  width: 11px;
  background-color: #3b3a3a;
}

.divider-symbol.pa {
  width: 11px;
  background-color: #797671;
}

.divider-container {
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-menu-container {
  margin-top: 16px;
  font-family: Oswald, sans-serif;
  color: #1e2024;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4000;
  background-color: #fff;
}

.headline-2 {
  margin-top: 0px;
  padding-bottom: 0px;
  font-family: 'Trajanpro 0', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: none;
}

.headline-2.wht {
  margin-bottom: 0px;
  color: #fffbf3;
  font-size: 44px;
  line-height: 44px;
  text-align: center;
}

.headline-2.wht._1 {
  margin-bottom: 12px;
  text-shadow: 0 0 1px #000;
}

.footer-link {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
  color: #998f7a;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.footer-link:hover {
  color: #a1aabb;
}

.footer-link.sml {
  font-size: 11px;
  line-height: 12px;
}

.footer-link.sml:hover {
  color: #797671;
}

.footer-text {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  color: #ddd5c5;
  font-size: 13px;
  line-height: 18px;
}

.footer-text.sml {
  margin-top: 20px;
  font-size: 11px;
  line-height: 12px;
}

.footer-container {
  margin-top: 0px;
}

.subhead {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  color: #793b12;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.subhead.wht {
  font-family: Raleway, sans-serif;
  color: #f3cd7c;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.image {
  padding-top: 0px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  text-align: center;
}

.heroheadline {
  margin-top: 0px;
  font-family: 'Trajanpro 0', sans-serif;
  color: #f8f8e9;
  font-size: 75px;
  line-height: 75px;
  font-weight: 400;
  letter-spacing: -2px;
  text-transform: capitalize;
  text-shadow: 0 0 1px #000;
}

.text-block-2 {
  margin-bottom: 10px;
  padding-top: 0px;
  font-family: Raleway, sans-serif;
  color: #fde5c5;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.paragraph-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #b4b3b0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.paragraph-2.lead {
  border-style: none;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 15.5px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.paragraph-2.lead.wht {
  padding-bottom: 0px;
  color: #f7f0df;
}

.paragraph-2.lead.lower {
  padding-top: 0px;
}

.paragraph-2._2col {
  padding-right: 0px;
  border-style: none;
  background-color: transparent;
  color: #000;
  font-size: 15.5px;
  text-align: right;
}

.paragraph-2._3rd {
  padding-left: 30px;
  border-style: none;
  border-radius: 8px;
  background-color: #ebe9e6;
  color: #000;
  font-size: 15.5px;
  text-align: left;
}

.paragraph-2.link {
  padding: 0px;
  border-style: none;
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

.paragraph-2.link:hover {
  color: #c75102;
}

.tiny-text {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 11.5px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.tiny-text.wht {
  padding-bottom: 0px;
  color: #fdf7ea;
  font-weight: 500;
  text-align: center;
}

.tray2 {
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid #282b30;
  background-color: #fff;
  background-image: url('../images/dark-circles.png'), url('../images/fade2.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: 4px, cover;
}

.tray3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #333232;
}

.paralax {
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid #fff;
  border-bottom: 1px none #282b30;
  background-image: -webkit-linear-gradient(270deg, #282b30, transparent 48%, transparent 49%, #282b30), url('../images/pen2.png'), url('../images/cross-stripes.png'), url('../images/florida.jpg');
  background-image: linear-gradient(180deg, #282b30, transparent 48%, transparent 49%, #282b30), url('../images/pen2.png'), url('../images/cross-stripes.png'), url('../images/florida.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%, 50% 50%;
  background-size: auto, 320px, 4px, cover;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll, fixed;
}

.tray4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('../images/dark-circles.png'), url('../images/fade.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: 4px, cover;
  background-repeat: repeat, no-repeat;
}

.link-block-2 {
  width: 220px;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-6._2 {
  margin-bottom: 0px;
}

.column-3 {
  padding-right: 0px;
}

.row {
  margin-bottom: 15px;
}

.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-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;
}

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

html.w-mod-js *[data-ix="nav-display-none"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="show-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 52px);
  -ms-transform: translate(0px, 52px);
  transform: translate(0px, 52px);
}

html.w-mod-js *[data-ix="show-up-1"] {
  opacity: 0.4;
  -webkit-transform: scale(0.7500000000000002, 0.7500000000000002);
  -ms-transform: scale(0.7500000000000002, 0.7500000000000002);
  transform: scale(0.7500000000000002, 0.7500000000000002);
}

html.w-mod-js *[data-ix="show-up-2"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

@media (max-width: 991px) {
  h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #aab4bf;
    font-size: 25px;
  }
  p {
    line-height: 16px;
  }
  .top-section {
    height: 720px;
  }
  .page-content {
    height: 801px;
    margin-top: -2px;
    padding: 70px 30px;
  }
  .page-content.intro {
    height: auto;
    margin-top: 6px;
    padding-top: 90px;
    padding-bottom: 90px;
    background-position: 0px 0px, 66% 50%;
  }
  .logo {
    padding-top: 5px;
  }
  .logo.w--current {
    padding-top: 0px;
  }
  .nav-link {
    width: 100%;
    max-width: 991px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 25px;
    border-style: none none solid;
    border-color: #000 #000 #262626;
    border-bottom-width: 1px;
    border-radius: 0px;
    background-color: #000;
    opacity: 1;
    color: #e0dcd3;
    font-size: 16px;
    text-align: center;
  }
  .nav-link:hover {
    border-width: 0px 0px 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    background-color: #333232;
    color: #fff;
  }
  .nav-link.w--current {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    color: #b8b8b8;
  }
  .nav-link.w--current:hover {
    color: #fff;
  }
  .bottom-footer {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-icon {
    float: right;
    font-size: 25px;
  }
  .menu-button {
    margin-top: 10px;
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 12px;
  }
  .menu-button:hover {
    border-radius: 3px;
    background-color: #f0f0f0;
  }
  .menu-button.w--open {
    margin-top: 10px;
    border-radius: 5px;
    background-color: #141a25;
  }
  .nav-menu-container {
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top: 1px solid #bdbdbd;
    background-color: #f0f0f0;
  }
  .headline-2 {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .subhead {
    margin-top: -1px;
    line-height: 20px;
  }
  .image {
    padding-top: 0px;
  }
  .heroheadline {
    margin-top: 0px;
    font-size: 55px;
    line-height: 55px;
  }
  .text-block-2 {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0.3px;
  }
  .paragraph-2 {
    padding: 20px 25px;
  }
  .paragraph-2._3rd {
    margin-right: 20px;
  }
  .tray2 {
    background-position: 0px 0px, 65% 50%;
  }
  .tray4 {
    height: auto;
    background-position: 0px 0px, 50% 50%;
  }
}

@media (max-width: 767px) {
  .top-section {
    height: 480px;
  }
  .navbar {
    padding-right: 18px;
    padding-left: 10px;
  }
  .page-content {
    height: 1252px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-content.intro {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-slide {
    padding-top: 70px;
  }
  .bottom-footer {
    height: auto;
    text-align: center;
  }
  .divider-container {
    margin-top: 0px;
  }
  .headline-2 {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 40px;
  }
  .subhead {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .image {
    padding-top: 0px;
  }
  .container {
    height: 100%;
  }
  .heroheadline {
    margin-top: 0px;
    font-size: 40px;
    line-height: 45px;
  }
  .text-block-2 {
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 22px;
  }
  .paragraph-2 {
    margin-bottom: -2px;
  }
  .paragraph-2.lead {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .paragraph-2.lead.wht {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-2._2col {
    margin-bottom: 0px;
    padding-right: 25px;
    padding-bottom: 5px;
    text-align: center;
  }
  .paragraph-2._3rd {
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .tray2 {
    background-position: 0px 0px, 60% 50%;
    background-repeat: repeat, no-repeat;
  }
  .tray4 {
    background-position: 0px 0px, 50% 50%;
  }
  .row {
    padding-bottom: 20px;
    border-bottom: 1px dotted #000;
  }
}

@media (max-width: 479px) {
  h3 {
    font-size: 30px;
    line-height: 28px;
  }
  .button.top.w--current {
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
  }
  .top-section {
    height: 350px;
  }
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-content {
    height: 1290px;
    padding: 30px 25px 5px;
  }
  .page-content.intro {
    height: auto;
    padding: 50px 25px 60px;
  }
  .top-slide {
    padding-top: 50px;
  }
  .bottom-footer {
    height: auto;
  }
  .menu-button {
    margin-top: 5px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .menu-button.w--open {
    margin-top: 12px;
  }
  .menu-button.w--open:hover {
    margin-top: 5px;
  }
  .divider-with-symbol {
    background-color: #717a8b;
  }
  .headline-2 {
    margin-bottom: 2px;
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 30px;
    line-height: 30px;
  }
  .headline-2.wht {
    margin-bottom: 0px;
    font-size: 36px;
  }
  .headline-2.wht._1 {
    line-height: 36px;
  }
  .footer-link {
    margin-right: 0px;
    margin-left: 0px;
    font-family: Roboto;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
  }
  .footer-text {
    margin-top: 14px;
    line-height: 13px;
  }
  .subhead {
    line-height: 21px;
    letter-spacing: -0.3px;
  }
  .subhead.wht {
    font-size: 24px;
  }
  .image {
    padding-top: 0px;
  }
  .container {
    height: 100%;
  }
  .heroheadline {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 32px;
  }
  .text-block-2 {
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
  .paragraph-2 {
    margin-bottom: -10px;
    padding: 20px;
    font-size: 15px;
  }
  .paragraph-2.lead {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
    line-height: 21px;
  }
  .paragraph-2.lead.lower {
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .tiny-text.wht {
    display: block;
  }
  .tray2 {
    padding-right: 25px;
    padding-left: 25px;
    background-position: 0px 0px, 61% 50%;
  }
  .tray3 {
    padding: 80px 25px;
  }
  .paralax {
    background-size: auto, 280px, 4px, cover;
  }
  .tray4 {
    padding-right: 5px;
    padding-left: 5px;
    background-position: 0px 0px, 65% 50%;
  }
  .image-6 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@font-face {
  font-family: 'Trajanpro 0';
  src: url('../fonts/TrajanPro-Bold_0.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Trajanpro 0';
  src: url('../fonts/TrajanPro-Regular_0.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}