body {
  padding: 0;
  margin: 0;
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}


h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}



.mess{
  position: relative;
  padding: .5rem;
  background-color: red;
  text-align: center;
  width: 100%;
}

.mess div{
  width: 80%;
  margin: auto;
}

.coMess{
  border-top:1px solid white;
  border-bottom: 1px solid white;
  letter-spacing: normal;
  padding: .5rem;
  font-weight: bold;
  color: whitesmoke;
}

.action{
  letter-spacing: normal;
  font-size: 1rem;
  padding: .5rem;
  font-weight: bold;
  color: whitesmoke;
}


.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #daa520;
}

.button.full-width:hover {
  color: #ecf0f1;
}

.formRedirectBtn{
  display: block;
  width: 50%;
  margin: auto;
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  background-color: #daa520;
  padding: 1rem;
}

.formRedirectBtn:hover{
  color: #ecf0f1;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #daa520;
}

.navigation-link.w--current {
  color: #daa520;
}

.navigation-link.w--current:hover {
  color: #404047;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-menu {
  right: -31px;
}

.brand-text {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #be9100;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  right: 0px;
}

.section {
  position: static;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  height: 600px;
  background-color: #192024;
}

.white-box {
  height: 320px;
  padding: 15px;
  border: 1px solid #f8c740;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  height: 350px;
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #daa520;
  background-color: #fff;
  background-image: url('../images/Continental-Enterprises-Watermark-Image-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  text-align: center;
}

.hero-heading {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #daa520;
  font-size: 55px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #676770;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  margin-top: 15px;
  padding-bottom: 10px;
  border-width: 2px;
  border-color: #daa520;
  color: #daa520;
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  background-color: transparent;
  color: rgba(226, 166, 43, .28);
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-top: 32px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 31px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  margin-top: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #192024;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #daa520;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #192024;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #daa520;
  box-shadow: 0 0 0 16px #f8c740;
  color: #e2a62b;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.link-block {
  position: relative;
  left: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: left;
}

.container {
  position: relative;
  right: -40px;
  margin-top: 18px;
  margin-right: 0px;
  margin-left: 0px;
}

.image {
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
}

.div-block {
  margin-top: 28px;
}

.row {
  display: block;
  margin-top: 56px;
  margin-bottom: 117px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading {
  margin-top: 9px;
}

.heading-2 {
  margin-top: 10px;
}

.heading-3 {
  margin-top: 10px;
}

.image-2 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-4 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-5 {
  position: relative;
  top: -34px;
  bottom: 2px;
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.image-6 {
  position: static;
  left: 0px;
  top: 0px;
}

.link-block-2 {
  position: relative;
  z-index: 10;
  float: left;
}

.form-block {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.field-label {
  float: left;
}

.field-label-2 {
  float: left;
}

.field-label-3 {
  float: left;
}

.submit-button {
  width: 100%;
  background-color: #daa520;
  color: #fff;
}

.submit-button:hover {
  color: #edeff2;
}

.paragraph {
  text-align: center;
}

.div-block-2 {
  color: #fff;
}

.heading-4 {
  color: #fff;
}

.row-2 {
  height: 400px;
}

.slide {
  background-color: #fff;
  font-weight: 300;
  text-align: center;
}

.icon {
  color: #daa520;
}

.icon-2 {
  color: #daa520;
}

.paragraph-2 {
  display: block;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.container-2 {
  position: relative;
  top: 14%;
  display: block;
  margin-top: -20px;
  -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;
}

.paragraph-3 {
  font-family: Merriweather, serif;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
}

.bold-text {
  color: #8e8e9c;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}

.paragraph-4 {
  margin-top: 42px;
  text-align: center;
}

.div-block-3 {
  height: 500px;
  margin-top: 70px;
  border-top: 2px solid #e2a62b;
  border-bottom: 2px solid #daa520;
}

.slide-2 {
  margin-bottom: 0px;
  background-color: #fff;
}

.slider {
  height: 400px;
}

.slide-3 {
  background-color: #fff;
}

.slide-4 {
  background-color: #fff;
}

.div-block-4 {
  width: 30px;
  height: 1px;
  text-align: center;
}

.div-block-5 {
  position: static;
  display: inline-block;
  width: 150px;
  height: 2px;
  margin-top: 26px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #daa520;
  color: #daa520;
  text-align: center;
}

.slide-5 {
  background-color: #fff;
}

.slide-nav {
  height: 25px;
  margin-top: 0px;
  margin-bottom: -48px;
  color: #00192f;
}

.right-arrow {
  color: #daa520;
}

.left-arrow {
  color: #daa520;
}

.body {
  margin-bottom: 0px;
  background-color: #fff;
  text-align: center;
}

.container-3 {
  text-align: center;
}

.div-block-6 {
  margin-top: 53px;
}

.container-4 {
  display: inline-block;
  margin-top: 41px;
  margin-bottom: 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;
  text-align: center;
}

.paragraph-5 {
  margin-bottom: 0px;
  text-align: left;
}

.paragraph-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.paragraph-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.paragraph-8 {
  margin-bottom: 28px;
  text-align: left;
}

.image-7 {
  margin-top: 24px;
}

.image-8 {
  margin-top: 25px;
}

.lightbox-link {
  margin-bottom: 80px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-7 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block-3 {
  margin-left: 35px;
  float: left;
  color: #daa520;
  font-size: 50px;
  text-decoration: none;
}

.div-block-9 {
  color: #daa520;
  text-decoration: none;
}

.text-block {
  position: static;
  display: inline;
  clear: both;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #8e8e9c;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.bold-text-2 {
  display: inline-block;
  color: #8e8e9c;
  font-size: 20px;
}

.bold-text-3 {
  color: #daa520;
}

.container-6 {
  margin-top: 25px;
}

.bold-text-4 {
  position: relative;
  top: 5px;
  color: #daa520;
  font-size: 50px;
}

.link-block-4 {
  margin-right: 35px;
  float: right;
  font-size: 20px;
  text-decoration: none;
}

.bold-text-5 {
  position: relative;
  top: 5px;
  color: #daa520;
  font-size: 50px;
}

.div-block-10 {
  margin-bottom: 91px;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-9 {
  background-color: transparent;
}

.image-10 {
  margin-left: 0px;
}

.image-11 {
  margin-right: 0px;
}

.bold-text-6 {
  font-size: 20px;
}

.div-block-11 {
  height: 50px;
  background-color: #192024;
}

.text-block-2 {
  display: block;
  text-align: center;
}

.text-block-3 {
  text-align: center;
}

.div-block-12 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  overflow: visible;
  height: 100%;
  padding-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(11, 15, 17, .71);
  text-align: center;
}

.div-block-13 {
  display: block;
  width: 450px;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -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: #fff;
}

.div-block-14 {
  width: 450px;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.div-block-15 {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
}

.text-block-4 {
  margin-top: 13px;
}

.paragraph-9 {
  font-weight: 700;
}

.heading-5 {
  margin-top: 15px;
}

.link {
  display: block;
  color: rgba(25, 32, 36, .71);
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  border: 1px solid #000;
  color: #192024;
}

.div-block-16 {
  display: none;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000002, 0.6000000000000002);
  -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
  transform: scale(0.6000000000000002, 0.6000000000000002);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="modal-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #daa520;
    color: #fff;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .white-box {
    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;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
    background-position: -88px -48px;
    background-size: cover;
    background-attachment: fixed;
  }
  .hollow-button.all-caps {
    padding-bottom: 10px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .container-2 {
    height: 280px;
  }
  .paragraph-3 {
    margin-top: 21px;
    margin-bottom: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .bold-text {
    font-size: 15px;
  }
  .paragraph-4 {
    position: static;
    top: -1px;
    margin-top: 14px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 12px;
  }
  .div-block-3 {
    height: 550px;
  }
  .slide-5 {
    height: 500px;
  }
  .slide-nav {
    margin-bottom: 0px;
  }
  .slider-2 {
    height: 400px;
  }
  .div-block-9 {
    display: inline-block;
  }
  .text-block {
    display: inline-block;
    margin-top: 19px;
    float: none;
    clear: none;
    text-align: center;
  }
  .div-block-10 {
    margin-bottom: 0px;
  }
  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    margin-bottom: 62px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .mess div{
      width: 80%;
  }

  .gridTest{
    width: 100%;
  }
  
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .hamburger-button.w--open {
    background-color: #daa520;
    color: #fff;
  }
  .section.accent {
    height: 1700px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .white-box.transparent {
    margin-top: 20px;
    margin-bottom: 110px;
    padding-top: 15px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
    background-image: url('../images/Continental-Enterprises-Watermark-Image-1-1.jpg');
    background-position: -267px -152px;
    background-size: 1100px;
    background-attachment: scroll;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .container {
    right: 7px;
  }
  .paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-2 {
    margin-top: 1px;
  }
  .paragraph-3 {
    margin-top: -18px;
    padding-right: 60px;
    padding-left: 60px;
    font-weight: 400;
    text-align: center;
  }
  .bold-text {
    font-size: 15px;
    text-align: left;
  }
  .paragraph-4 {
    margin-top: 3px;
    margin-bottom: 0px;
    background-color: #fff;
  }
  .slide-2 {
    height: 400px;
  }
  .slide-5 {
    margin-top: -50px;
    background-color: #fff;
  }
  .mask {
    height: 450px;
  }
  .text-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mess div{
    width: 80%;
}


}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .navigation-link:hover {
    color: #000;
  }
  .hamburger-button {
    position: static;
    float: right;
    clear: both;
  }
  .hamburger-button.w--open {
    float: right;
    clear: none;
    background-color: #daa520;
    color: #fff;
  }
  .navigation-menu {
    background-color: #daa520;
  }
  .brand-text {
    position: static;
    top: -24px;
    margin-right: 0px;
    float: left;
    clear: none;
    font-size: 25px;
    text-align: left;
  }
  .brand-link {
    position: relative;
    top: 56px;
    display: block;
    margin-right: 56px;
    padding-bottom: 14px;
    clear: both;
  }
  .brand-link.w--current {
    position: relative;
    top: 59px;
    margin-right: 89px;
    margin-left: 0px;
    float: left;
  }
  .section.accent {
    height: 1450px;
  }
  .white-box.transparent {
    margin-top: 20px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/Continental-Enterprises-Watermark-Image-1-1.jpg');
    background-position: -390px -256px;
    background-size: 1100px;
    background-attachment: scroll;
  }
  .hero-heading {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
  }
  .hero-subheading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
  .container {
    position: relative;
    right: 0px;
    overflow: visible;
    float: right;
    clear: both;
  }
  .image-6 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .link-block-2 {
    left: 3px;
    top: 43px;
  }
  .form-block {
    width: 80%;
  }
  .form-2 {
    width: 100%;
  }
  .column {
    height: 400px;
    margin-top: 0px;
  }
  .column-2 {
    height: 400px;
    margin-top: 0px;
  }
  .column-3 {
    height: 400px;
    margin-top: 20px;
  }
  .icon {
    font-size: 15px;
  }
  .icon-2 {
    font-size: 15px;
  }
  .container-2 {
    position: static;
    margin-top: -41px;
  }
  .paragraph-3 {
    margin-top: 55px;
    padding-right: 18px;
    padding-bottom: 0px;
    padding-left: 17px;
    text-align: left;
  }
  .bold-text {
    font-size: 9px;
    font-weight: 300;
  }
  .paragraph-4 {
    margin-top: 31px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 300;
  }
  .div-block-3 {
    border-bottom-style: none;
  }
  .slide-5 {
    margin-top: 0px;
  }
  .slide-nav {
    margin-top: 0px;
    margin-bottom: -53px;
    padding-top: 0px;
  }
  .container-4 {
    display: inline-block;
    padding-right: 28px;
    padding-left: 28px;
  }
  .text-block {
    margin-top: 11px;
  }
  .container-8 {
    margin-top: 5px;
  }
  .div-block-15 {
    max-width: 100%;
  }

  .mess div{
    width: 95%;
}
}

.gridTest{
  display: grid;
  width: 35%;
  margin: auto;
  background-color:white !important;
  grid-template-columns: 1fr 1fr;
  align-items: baseline;
  justify-content: center;
  align-content: center;
}

.grid-prod{
  margin: 0 .65rem;
}

.prod-line{
  border-bottom: 2px solid goldenrod;
  width: 20%;
  margin: auto;
  margin-bottom: .2rem;
}

.product-div{
  margin-bottom: 2rem;
}

.doc-attach{
  font-size: 1rem;
  letter-spacing: normal;
  color:goldenrod;
}

.doc-attach:hover{
  opacity: 90%;
}