h2.pages-title {
  color: white;
}

.page-part {
  position: relative;
  margin-top: 10px;
}

.page-part.first {
  margin-top: 0px;
}

.pages-title {
  font-size: 3em;
}

.pages-title.first-page {
  position: absolute;
  top: 100px;
  left: 100px;
}

.pages-title.second-page {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 50%;
}

.pages-title.third-page {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 50%;
}

.pages-title.last-page {
  position: absolute;
  top: 100px;
  right: 100px;
  width: 50%;
  text-align: right;
}

.content-area {
  padding: 50px 100px;
}

.content-area dl {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.content-area dl dt {
  font-weight: bold;
  float: left;
  width: 30%;
}

.content-area dl dd {
  float: left;
  width: 70%;
  text-align: justify;
  padding-bottom: 20px;
}

.content-area ul {
  margin: 20px 0;
}

.content-area ul {
  margin-top: 20px;
  list-style: disc;
}

.content-area ul li {
  margin-left: 50px;
  margin-top: 10px;
}

.content-area dl.prices {
  margin-left: 25px;
}

.content-area dl.prices dt {
  width: 100%;
  font-weight: normal;
}

.content-area dl.prices dd {
  width: 100%;
}

.content-area dl.prices dd ul {
  margin-top: 0px;
}

.content-area dl.prices dd ul li {
  float: left;
}

.content-area {
  border: 0px 1px solid gray;
}

.content-area .field-wrapper {
  margin: 10px 0;
}

.content-area input,
.content-area textarea {
  margin-bottom: 10px;
  padding: 10px 12px;
  bolder: 1px solid #ccc;
}

label.error {
  color: red;
}

.field-wrapper input,
textarea {
  overflow: hidden;
  display: block;
  background: #eee;
  border: 1px solid #ccc;
  min-height: 28px;
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.05),
    inset -1px -1px 4px rgba(0, 0, 0, 0.05);
  padding: 0 10px;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.field-wrapper input {
  width: 55%;
}

.field-wrapper textarea {
  width: 93%;
  resize: none;
}

@media screen and (max-width: 767px) {
  .field-wrapper textarea {
    width: 92%;
  }
  .content-area dl dt {
    font-weight: bold;
    float: none;
    margin-bottom: 10px;
  }
  .content-area dl dd {
    float: none;
    text-align: justify;
    padding-bottom: 20px;
    width: 100%;
  }
  .content-area {
    padding: 50px 0px;
  }
  .pages-title {
  }
  .pages-title.first-page {
    position: absolute;
    top: 10px;
    left: 20px;
  }
  .pages-title.second-page {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 50%;
  }
  .pages-title.third-page {
    position: absolute;
    top: 5px;
    left: 20px;
    width: 50%;
  }
  .pages-title.last-page {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 50%;
    text-align: right;
  }
  .content-area dl.prices {
    margin-left: 0px;
  }
  .content-area dl.prices dd {
    width: 100%;
  }
  .content-area dl.prices dd ul {
    margin-top: 0px;
  }
  .content-area dl.prices dd ul li {
    float: none;
  }
  .william-image {
    position: relative !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .team-text {
    width: 100% !important;
  }
}

div.team-member {
  position: relative;
  padding-top: 40px;
}

div.team-member img {
  width: 150px;
}

div.team-member .team-member-image-container {
  position: absolute;
  right: 0px;
  top: 20px;
}

div.team-member-text {
  width: 70%;
}

@media screen and (max-width: 767px) {
  div.team-member .team-member-image-container {
    position: inherit;
    margin: 10px 0px 25px 0px;
  }
}

.vertical-align {
  display: flex;
  align-items: center;
}

.member-img {
  margin: 25px 0px;
}

/* Extra small devices (767px and down) */

@media (max-width: 767px) {
  .row.vertical-align {
    display: block;
    /* Turn off the flexible box layout */
  }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .row.vertical-align {
    display: flex;
    align-items: center;
  }
}

.parallaxParent {
  /*border-top: 1px solid #424242;*/
  /*border-bottom: 1px solid #424242;*/
}

.slide-full {
  height: 100vh;
}

.slides {
  z-index: 0;
}

.highlighted-block {
  position: relative;
}

.center-vh {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.contactCompanyForm div.form-field {
  margin: 8px 0px;
}

#slide0.slide {
  height: inherit !important;
}

#slide0 h1 {
  font-size: 49px;
}

#slide0 h2 {
  font-size: 55px;
}

#slide0 h2 a:hover {
  color: whitesmoke;
}

@media screen and (max-width: 767px) {
  .slide h1 {
    font-size: 35px;
  }
  .slide h2 {
    font-size: 25px;
  }
  #slide0 {
    padding-top: 20px;
  }
  #slide0 div.s-list li {
    font-size: 20px;
  }
  #slide0 .s-images img {
    width: 100px;
  }
  #slide0.slide .col-md-6 {
    margin-top: 20px;
  }
  .slide-moving .s-list {
    border-top: 6px solid #d1d4d7;
    border-bottom: 6px solid #d1d4d7;
    width: 80%;
    margin: 0px auto;
    margin-top: 8px;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
  }
  .slide-moving .s-list {
    padding: 0px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .slide-moving .s-images {
    margin-top: 0px;
    padding: 10px;
  }
  .slide-moving .s-list li {
    padding: 10px;
    display: block;
  }
  .slide-moving .s-list li:after {
    content: normal;
  }
  .slide-moving .s-list li:last-child:after {
    content: none;
  }
  .hp-intro > .content-area > img {
    width: 80% !important;
  }
  div.c-logo-wrapper {
    width: 200px !important;
  }
  div.figure-wrapper {
    bottom: 80px !important;
    position: absolute;
    left: 20px;
  }
  .more-login-dash * {
    z-index: 99 !important;
  }
  .buttons-home.affix {
    top: 50px;
    width: 200px;
    left: 0px;
    z-index: 999;
  }
  #slide0 h1 {
    font-size: 36px;
  }
  #slide0 h2 {
    font-size: 27px;
  }
}

@media screen and (min-width: 1200px) {
  .buttons-home {
    z-index: 9999;
    width: 100%;
  }
  .buttons-home.affix {
    width: inherit;
  }
}

.page-part {
  color: #5f5f63;
  text-align: left;
}

.parallaxParent {
  overflow: hidden;
}

.parallaxParent > div {
  top: -150px;
  position: relative;
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h2.pages-title {
  color: white;
}

.full-width-div {
  width: 100%;
}

.container.full-width-div {
  padding-right: 0px;
  padding-left: 0px;
}

.contact-block {
  padding: 0px;
}

.about-page p,
.about-page dl,
.about-page dt {
  font-size: 17px;
  line-height: 30px;
}

.about-page .section-header {
  text-transform: uppercase;
  font-weight: bold;
}

.about-page .content-area {
  padding: 0px;
}

.about-contact-us .address-block {
  margin-bottom: 30px;
}

.about-contact-us .address-block__address,
.about-contact-us .address-block__phone,
.about-contact-us .address-block__name {
  font-size: 1.2em;
}

.about-contact-us .address-block__name {
  font-weight: bold;
}
