/* Text Elements */

h1.heading-1 {
  color: #fff;
  text-align: center;
  line-height: 28px;
}

h1 span.heading-text-1 {
  font-size: 1.25rem;
}

h1 span.heading-text-2 {
  font-size: 1rem;
}

h2.heading-2 {
  color: #fff;
}

h2.heading-3 {
  color: #fff;
  text-align: center;
  font-size: 26px;
}

h2.heading-4 {
  color: #fff;
  text-align: center;
  font-size: 26px;
}

h2.heading-5 {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: -30px;
  margin-left: 5px;
  padding-left: 5px;
  width: 200px;
  background-color: rgba(68, 68, 68, .53);
  color: #fff;
}

h2.heading-6 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
}

h2#heading-1 {
  margin-top: -50px;
}

h2.heading-7 {
  margin-bottom: 4px;
  padding: 0;
  color: #444;
  font-size: 18px;
}

h2#heading-2 {
  color: #444;
}

p.paragraph.paragraph-1 {
  color: #fff;
}

p.paragraph.paragraph-2 {
  color: #fff;
  text-align: center;
}

p.paragraph.paragraph-3 {
  color: #fff;
  font-size: 14px;
}

p.paragraph.paragraph-4 {
  color: #fff;
}

p.paragraph.paragraph-5 {
  color: #444;
}

p.paragraph a.paragraph-text-1 {
  color: #fff;
}

p.paragraph a.paragraph-text-2 {
  color: #fff;
}

p.paragraph.paragraph-6 {
  overflow: scroll;
  max-width: none;
  max-height: 400px;
  font-style: italic;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

p.paragraph.paragraph-7 {
  color: #444;
  font-size: 14px;
}

a.link-text.text-link-1 {
  display: block;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

a.link-text.text-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

a.link-text.text-link-3 {
  color: #fff;
}

a.link-text.text-link-4 {
  display: inline-block;
  color: #444;
}

a.link-text.accordion-title {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #eee;
  color: #444;
  font-size: 24px;
}

a.link-text span.text-link-text-1 {
  font-size: .875rem;
}

/* Layout Elements */

body.body-1 {
  max-width: 2000px;
  background-color: #444;
}

.container.container-4 {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 30px 10px;
  max-width: 1500px;
}

.container.container-5 {
  min-height: 500px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-6 {
  background-color: #000;
}

.container.container-8 {
  margin-bottom: 20px;
  vertical-align: top;
}

.container.container-9 {
  background-color: #444;
}

.container.container-3 {
  background-color: #444;
}

.container.container-10 {
  padding: 20px 10px;
}

.container.container-11 {
  margin-bottom: 20px;
}

.container.container-12 {
  margin-bottom: 20px;
  padding: 5px;
}

.container.container-13 {
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.container-14 {
  margin-bottom: 20px;
}

.container.container-15 {
  margin-bottom: 10px;
  padding: 4px;
  background-color: #eee;
  box-shadow: rgba(0, 0, 0, .5) 2px 2px 5px 0;
}

.container.container-16 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container.container-17 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.container.container-18 {
  display: inline-block;
  width: 33.333333%;
}

.container.container-20 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px;
  background-color: #eee;
  box-shadow: rgba(0, 0, 0, .5) 2px 2px 5px 0;
}

.container.container-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.container-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  padding-top: 15px;

  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.container.container-24 {
  margin-bottom: 10px;
  padding: 10px;
  width: auto;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 3px 0;
}

.container.container-26 {
  margin-bottom: 0;
}

.container#container-1 {
  margin-bottom: 40px;
}

.container.accordion-content {
  padding: 10px 0 0;
  border-color: transparent;
  background-color: transparent;
}

.container.container-27 {
  background-color: #000;
}

.link-container.link-container-1 {
  min-height: 30px;
  background-image: url('../LJD_Construction_Images/OMDWebsites_Footer_Bar_2000_New.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

a.responsive-picture.picture-link-1 {
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px 10px;
  max-width: 400px;
}

.html-element.html-element-100 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../LJD_Construction_Images/Scrollover.webp');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

div.responsive-picture.picture-1 {
  max-width: 670px;
}

div.responsive-picture.picture-2 {
  margin-bottom: 20px;
  max-width: 1000px;
}

a.responsive-picture.picture-link-3 {
  margin-right: auto;
  margin-left: auto;
  max-width: 260px;
}

.html-element.html-element-2 {
  padding: 0;
}

.html-element.html-element-3 {
  padding: 2px;
}

.html-element.html-element-4 {
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

a.social-image.social-icon-1 {
  margin-left: 5px;
}

a.social-image.social-icon-2 {
  margin-left: 5px;
}

a.social-image.social-icon-3 {
  margin-left: 5px;
}

a.responsive-picture.picture-link-4 {
  display: inline-block;
  margin-left: 5px;
  max-width: 150px;
}

.html-element.html-element-5 {
  display: inline-block;
  padding: 2px;
  width: 48%;
}

.html-element.html-element-6 {
  width: 48%;
}

ul.list-container.accordion {
  margin-bottom: 30px;
  padding: 5px;
  border: .125rem solid #fff;
  background-color: transparent;
}

li.list-item-container.accordion-item {
  background-color: transparent;
}

@media screen and (min-width: 24.4375rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 26px;
  }

  h1 span.heading-text-1 {
    font-size: 1.375rem;
  }

  h2.heading-5 {
    margin-top: -34px;
    margin-bottom: 8px;
    width: 240px;
    font-size: 22px;
  }

  h2#heading-1 {
    margin-top: -54px;
  }

  p.paragraph.paragraph-6 {
    color: #444;
    font-style: italic;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  p.paragraph span.paragraph-text-3 {
    text-transform: capitalize;
    font-size: 1.5625rem;
    line-height: 0;
  }

  a.link-text.text-link-1 {
    margin-top: 0;
    margin-right: 10px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    text-align: right;
    font-size: 18px;
  }

  a.link-text.text-link-2 {
    display: inline-block;
    font-size: 20px;
  }

  a.link-text#text-link-1 {
    padding-top: 5px;
  }

  /* Layout Elements */

  body.body-1 {
    padding-top: 5px;
  }

  .container.container-1 {
    display: inline-block;
    float: right;
    margin-left: 0;
    padding-left: 0;
    width: 50%;
    vertical-align: top;
  }

  .container.container-2 {
    margin-top: 0;
  }

  .container.container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.container-13 {
    position: relative;
    z-index: 0;
    margin-top: -56px;
  }

  .container.container-15 {
    display: inline-block;
    width: 48%;
  }

  .container.container-18 {
    width: 25%;
  }

  .container.container-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;

    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
            align-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.container-22 {
    margin-right: auto;
    margin-left: auto;
    width: 300px;
  }

  .container.container-23 {
    padding: 10px;
    background-color: #fff;
  }

  .container.container-20 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  a.responsive-picture.picture-link-1 {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    padding-top: 15px;
    max-width: 150px;
    width: 50%;
  }

  div.responsive-picture.picture-2 {
    position: static;
    z-index: auto;
    margin-top: 0;
  }

  a.responsive-picture.picture-link-3 {
    float: right;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    max-width: 220px;
  }

  .html-element.html-element-4 {
    margin-top: -30px;
  }

  li.list-item-container.accordion-item {
    background-color: transparent;
  }

  ul.list-container.accordion {
    box-shadow: rgba(0, 0, 0, .5) 2px 2px 5px 0;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-1 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 27px;
  }

  h1 span.heading-text-1 {
    font-size: 1.625rem;
  }

  h1 span.heading-text-2 {
    font-size: 1.125rem;
    line-height: .8;
  }

  h1 span.heading-text-3 {
    font-size: 1.8125rem;
    line-height: 1;
  }

  h1 span.heading-text-4 {
    line-height: 1;
  }

  h2.heading-2 {
    font-size: 24px;
  }

  h2.heading-3 {
    font-size: 30px;
  }

  h2.heading-4 {
    font-size: 30px;
  }

  h2.heading-5 {
    position: relative;
    z-index: 1;
    margin-top: -35px;
    width: 180px;
    font-size: 20px;
  }

  h2.heading-6 {
    font-size: 20px;
  }

  h2#heading-1 {
    margin-top: -46px;
  }

  h2#heading-2 {
    font-size: 30px;
  }

  p.paragraph.paragraph-5 {
    font-size: 18px;
  }

  p.paragraph.paragraph-6 {
    display: block;
    overflow: auto;
    max-height: none;
    width: auto;
  }

  a.link-text.text-link-1 {
    font-size: 22px;
  }

  a.link-text.text-link-2 {
    font-size: 30px;
  }

  a.link-text.text-link-4 {
    font-size: 18px;
  }

  /* Layout Elements */

  .container.container-4 {
    padding: 40px 15px;
  }

  .container.container-7 {
    max-width: 550px;
  }

  .container.container-8 {
    display: block;
    width: auto;
  }

  .container.container-5 {
    min-height: 600px;
  }

  .container.container-10 {
    padding-right: 2px;
    padding-left: 2px;
  }

  .container.container-11 {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 2px;
    padding-left: 2px;
    width: 33.333333%;
    vertical-align: top;
  }

  .container.container-12 {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    width: 50%;
  }

  .container.container-13 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-top: -67px;
    margin-bottom: 0;
    border-top-width: .0625rem;
    border-top-style: solid;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.container-15 {
    display: inline-block;
    margin-bottom: 10px;
    width: 32%;
  }

  .container.container-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    margin-top: 30px;
    margin-bottom: 30px;

    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
            align-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.container-17 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .container.container-18 {
    width: 12.5%;
  }

  .container.container-19 {
    width: 50%;
  }

  .container.container-21 {
    margin-right: auto;
    margin-left: auto;
    width: 55%;
  }

  .container.container-25 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }

  .container.container-26 {
    margin-bottom: 0;
  }

  .container.accordion-content {
    padding-right: 0;
    padding-left: 0;
  }

  .container.container-20 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 200px;
  }

  div.responsive-picture.picture-2 {
    display: inline-block;
    margin-bottom: 5px;
    width: auto;
  }

  a.responsive-picture.picture-link-3 {
    max-width: 260px;
  }

  .html-element.html-element-3 {
    padding: 4px;
  }

  .html-element.html-element-5 {
    display: inline-block;
    float: none;
    width: 48%;
    vertical-align: top;
  }

  .html-element.html-element-6 {
    display: block;
    width: 48%;
  }

  ul.list-container.accordion {
    margin-bottom: 60px;
    padding: 10px;
  }

  li.list-item-container.accordion-item {
    background-color: transparent;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 56px;
    line-height: 28px;
  }

  h1 span.heading-text-1 {
    font-size: 2rem;
  }

  h1 span.heading-text-3 {
    font-size: 2.9375rem;
    line-height: 1;
  }

  h1 span.heading-text-2 {
    font-size: 1.375rem;
  }

  h1 span.heading-text-4 {
    line-height: .89;
  }

  h2.heading-2 {
    font-size: 26px;
  }

  h2.heading-3 {
    font-size: 38px;
  }

  h2.heading-5 {
    margin-top: -45px;
    width: 260px;
    font-size: 28px;
  }

  h2.heading-6 {
    font-size: 22px;
  }

  h2#heading-1 {
    margin-top: -56px;
    margin-left: 10px;
  }

  h2#heading-2 {
    font-size: 30px;
  }

  p.paragraph.paragraph-5 {
    font-size: 20px;
  }

  p.paragraph.paragraph-6 {
    display: block;
    width: auto;
  }

  a.link-text.text-link-1 {
    font-size: 24px;
  }

  a.link-text.text-link-4 {
    font-size: 20px;
  }

  a.link-text.accordion-title {
    font-size: 26px;
  }

  /* Layout Elements */

  .container.container-5 {
    min-height: 800px;
  }

  .container.container-11 {
    padding-right: 4px;
    padding-left: 4px;
  }

  .container.container-13 {
    position: static;
    margin-top: -84px;
    border-top-width: .0625rem;
    border-top-style: solid;
  }

  .container.container-12 {
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px;
  }

  .container.container-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.container-16 {
    margin: 40px auto;
    width: auto;
  }

  .container.container-18 {
    width: 12.5%;
  }

  .container.container-15 {
    margin-bottom: 15px;
    padding: 8px;
  }

  .container.container-20 {
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    width: auto;
  }

  .container.container-21 {
    width: 40%;
  }

  .container.container-17 {
    margin-bottom: 50px;
  }

  .container.container-24 {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }

  .container.container-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    width: auto;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.container-14 {
    vertical-align: top;
  }

  .container.container-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    vertical-align: top;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
            align-content: space-between;
  }

  .container#container-1 {
    display: block;
    margin-bottom: 40px;
    width: auto;
  }

  .container#container-2 {
    display: inline-block;
    float: none;
    width: 30%;
  }

  .container#container-3 {
    display: inline-block;
    width: 70%;
  }

  .container.container-8 {
    display: block;
    width: auto;
  }

  a.responsive-picture.picture-link-1 {
    padding-top: 5px;
    max-width: 300px;
  }

  div.responsive-picture.picture-2 {
    margin-bottom: 6px;
    margin-left: 6px;
    padding-right: 0;
  }

  .html-element.html-element-3 {
    padding: 6px;
  }

  .html-element.html-element-5 {
    display: inline-block;
    width: 48%;
  }

  .html-element.html-element-6 {
    float: right;
    max-width: 320px;
    width: auto;
  }
}

@media screen and (min-width: 83.5rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 60px;
    line-height: 25px;
  }

  h1 span.heading-text-3 {
    font-size: 3.125rem;
    line-height: 1;
  }

  h1 span.heading-text-2 {
    line-height: 0;
  }

  h1 span.heading-text-1 {
    line-height: 1;
  }

  h1 span.heading-text-4 {
    line-height: 1;
  }

  a.link-text.text-link-1 {
    font-size: 26px;
  }

  /* Layout Elements */

  .container.container-12 {
    margin-right: auto;
    margin-left: auto;
    width: 38%;
  }

  .container.container-19 {
    width: 60%;
  }

  div.responsive-picture.picture-2 {
    width: auto;
  }

  .html-element.html-element-5 {
    width: 48%;
  }
}